]> Git Repo - binutils.git/blame - gdb/ChangeLog
* ld-mips-elf/mips-elf.exp: Make all NetBSD targets match as elf.
[binutils.git] / gdb / ChangeLog
CommitLineData
44b7b84e
MK
12003-05-25 Mark Kettenis <[email protected]>
2
3 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4 SPARC_O1_REGNUM): New defines.
5 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6 (sparc32_store_return_value): New function.
7 (sparc_extract_struct_value_address): Rewrite to operate on a
8 regcache.
9 (sparc_gdbarch_init): Don't set
10 deprecated_extract_struct_value_address. Set
11 extract_struct_value_address instead. Don't set
12 deprecated_extract_return_value and deprecated_store_return_value
13 for 32-bit targets. Set extract_return_value and
14 store_return_value instead.
15 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
16 DEPRECTAED_EXTRACT_RETURN_VALUE,
17 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
18 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
19 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
20 (sparc_store_return_value): Remove prototype.
21 (sparc32_store_return_value): New prototype.
22 (sparc32_extract_return_value, sparc_extract_struct_value_address):
23 Adjust prototypes.
24
f6ad61e3
MK
252003-05-24 Mark Kettenis <[email protected]>
26
27 * sparcnbsd-tdep.c: Include "gdb_string.h".
28
b276f1bb
AC
292003-05-23 Andrew Cagney <[email protected]>
30
31 * p-valprint.c (pascal_val_print): Replace extract_address with
32 the inline equivalent extract_unsigned_integer.
33 * jv-valprint.c (java_value_print): Ditto.
34 * ada-valprint.c (ada_val_print_1): Ditto.
35 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
36
e76c5fcc
TR
372003-05-23 Theodore A. Roth <[email protected]>
38
39 * blockframe.c (frameless_look_for_prologue): Remove unused
40 after_prologue variable.
41
2cdd89cb
MK
422003-05-23 Mark Kettenis <[email protected]>
43
44 * blockframe.c (get_pc_function_start): Rewrite to avoid
45 asignments in if-statements.
46
182d43bc
EZ
472003-05-23 Raoul Gough <[email protected]>
48
49 Committed by Elena Zannoni <[email protected]>.
50 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
51 files, don't relocate absolute symbols (and do use mst_abs).
52
e8f3fcdd
AC
532003-05-23 Andrew Cagney <[email protected]>
54
55 * objc-lang.c: Include "gdb_assert.h".
56 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
57 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
58 (gdb_check, gdb_check_fatal): Delete functions.
59 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
60 gdb_assert.
61 (parse_selector, parse_method, find_methods, find_imps): Ditto.
62 * Makefile.in (objc-lang.o): Update dependencies.
63
3c23e6fb
ILT
642003-05-22 Ian Lance Taylor <[email protected]>
65
66 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
67 with fprintf_filtered, not fprintf_unfiltered.
68
af1342ab
AC
692003-05-22 Andrew Cagney <[email protected]>
70
71 * stack.c (frame_info): Inline extract_address, replacing it with
72 extract_unsigned_integer.
73 * findvar.c (unsigned_pointer_to_address): Ditto.
74 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
75 * dwarf2expr.c (dwarf2_read_address): Ditto.
76 * frame.c (frame_pc_unwind): Update comment.
77 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
78
47e242ec
JJ
792003-05-22 Jeff Johnston <[email protected]>
80
81 * infptrace.c (detach): Call print_sys_errmsg rather than
82 perror_with_name to issue warning message when errno is non-zero
83 after calling ptrace detach.
84
e2ac8128
JB
852003-05-21 J. Brobecker <[email protected]>
86
87 * config/pa/tm-hppa.h: Delete some unused macros. Move some
88 macro definitions from here...
89 * hppa-tdep.c: ...to there.
90
92b3541e
KB
912003-05-20 Kevin Buettner <[email protected]>
92
93 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
94 register_ptrace_addr(). Fix all callers.
95
55809acb
AS
962003-05-21 Andreas Schwab <[email protected]>
97
98 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
99 dependencies.
100 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
101 end.
102 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
103 (_initialize_m68k_linux_tdep): New function.
104 (m68k_linux_frame_saved_pc): Make static.
105 (m68k_linux_extract_return_value): Likewise.
106 (m68k_linux_store_return_value): Likewise.
107 (m68k_linux_extract_struct_value_address): Likewise.
108 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
109 Remove.
110 (DEPRECATED_STORE_RETURN_VALUE): Remove.
111 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
112 (DEPRECATED_FRAME_SAVED_PC): Remove.
113
0fbc10f7
KW
1142003-05-20 Kris Warkentin <[email protected]>
115
116 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
117 regset numbering rather than our own.
118
58da2eb2
DC
1192003-05-19 David Carlton <[email protected]>
120
121 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
122
1fcb5155
DC
1232003-05-19 David Carlton <[email protected]>
124
125 Partial fix for PR c++/827.
126 * cp-support.h: Include symtab.h.
127 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
128 * cp-namespace.c: Update contributors.
129 (cp_lookup_symbol_nonlocal): New.
130 (lookup_namespace_scope, cp_lookup_symbol_namespace)
131 (lookup_symbol_file): Ditto.
132 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
133 * block.h: Declare block_scope, block_using, block_global_block.
134 * block.c (block_scope): New.
135 (block_using, block_global_block): Ditto.
136 * Makefile.in (cp_support_h): Depend on symtab_h.
137 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
138
5f9a71c3
DC
1392003-05-19 David Carlton <[email protected]>
140
141 * language.h (struct language_defn): Add 'la_value_of_this'
142 and 'la_lookup_symbol_nonlocal' members.
143 * symtab.h: Declare basic_lookup_symbol_nonlocal,
144 lookup_symbol_static, lookup_symbol_global,
145 lookup_symbol_aux_block.
146 * symtab.c (lookup_symbol_aux): Call language hooks to determine
147 if we should search fields of this and how to do static/global
148 lookup.
149 (lookup_symbol_aux_block): Make extern.
150 (basic_lookup_symbol_nonlocal): New.
151 (lookup_symbol_static, lookup_symbol_global): Ditto.
152 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
153 'la_lookup_symbol_nonlocal' members.
154 * c-lang.c (c_language_defn, cplus_language_defn)
155 (asm_language_defn, minimal_language_defn): Ditto.
156 * jv-lang.c (java_language_defn): Ditto.
157 * language.c (unknown_language_defn, auto_language_defn)
158 (local_language_defn): Ditto.
159 * m2-lang.c (m2_language_defn): Ditto.
160 * objc-lang.c (objc_language_defn): Ditto.
161 * scm-lang.c (scm_language_defn): Ditto.
162 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
163 * p-lang.c (pascal_language_defn): Ditto for both.
164 * Makefile.in (f-lang.o): Depend on value_h.
165 (p-lang.o): Ditto.
166
89a9d1b1
DC
1672003-05-19 David Carlton <[email protected]>
168
169 * block.h: Declare block_static_block.
170 * block.c (block_static_block): New.
171 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
172 lookup_symbol_aux_local, calling block_static_block instead.
173 (lookup_symbol_aux_local): Delete 'static_block' argument.
174
eed3f8ab
DC
1752003-05-19 David Carlton <[email protected]>
176
177 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
178
a09d8bda
ML
1792003-05-19 Michal Ludvig <[email protected]>
180
181 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
182 register numbers mapping.
183
69636828
AF
1842003-05-18 Adam Fedor <[email protected]>
185
186 * symtab.c (completion_list_objc_symbol): New function.
187 (make_symbol_completion_list): Use it to add ObjC symbols
188 when looking though the list.
189 (language_search_unquoted_string): New function.
190 (make_file_symbol_completion_list): Use it.
191
55baeb84
AS
1922003-05-18 Andreas Schwab <[email protected]>
193
d0b45d99
AS
194 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
195 dependencies.
196 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
197 as m68k_linux_extract_return_value.
198 (DEPRECATED_STORE_RETURN_VALUE): Define as
199 m68k_linux_store_return_value.
200 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
201 m68k_linux_extract_struct_value_address.
202 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
203 get_next_frame, get_frame_base, get_frame_pc.
204 (m68k_linux_frame_saved_pc): Use get_frame_base.
205 (m68k_linux_extract_return_value): New function.
206 (m68k_linux_store_return_value): New function.
207 (m68k_linux_extract_struct_value_address): New function.
208 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
209
55baeb84
AS
210 * c-exp.y (typebase): Remove duplicate occurence of
211 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
212 of lookup_signed_typename.
213
b6b08ebf
MK
2142003-05-18 Mark Kettenis <[email protected]>
215
216 * dwarf2loc.c (find_location_expression): Change type of second
217 argument to `size_t *'.
218 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
219 for size variable.
220
5ad1c190
DC
2212003-05-18 David Carlton <[email protected]>
222
223 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
224 'linkage_name'. Add comment.
225 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
226 'linkage_name'.
227 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
228 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
229 (lookup_block_symbol): Ditto.
230
b8b527c5
AC
2312003-05-16 Andrew Cagney <[email protected]>
232
233 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
234 * gdbarch.h, gdbarch.c: Re-generate.
235 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
236 * TODO (REGISTER_BYTES): Delete reference.
237 * alpha-tdep.c (alpha_gdbarch_init): Update.
238 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
239 * x86-64-tdep.c (x86_64_init_abi): Update.
240 * vax-tdep.c (vax_gdbarch_init): Update.
241 * v850-tdep.c (v850_gdbarch_init): Update.
242 * sparc-tdep.c (sparc_gdbarch_init): Update.
243 * sh-tdep.c (sh_gdbarch_init): Update.
244 * s390-tdep.c (s390_gdbarch_init): Update.
245 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
246 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
247 (ns32k_gdbarch_init_32382): Update.
248 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
249 * mcore-tdep.c (mcore_gdbarch_init): Update.
250 * m68k-tdep.c (m68k_gdbarch_init): Update.
251 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
252 * ia64-tdep.c (ia64_gdbarch_init): Update.
253 * i386-tdep.c (i386_gdbarch_init): Update.
254 * i386-linux-tdep.c (i386_linux_init_abi): Update.
255 * hppa-tdep.c (hppa_gdbarch_init): Update.
256 * h8300-tdep.c (h8300_gdbarch_init): Update.
257 * frv-tdep.c (frv_gdbarch_init): Update.
258 * cris-tdep.c (cris_gdbarch_init): Update.
259 * avr-tdep.c (avr_gdbarch_init): Update.
260 * arm-tdep.c (arm_gdbarch_init): Update.
261 * sparc-tdep.c (sparc_pop_frame): Update.
262 * rs6000-tdep.c (rs6000_pop_frame): Update.
263 * remote.c (init_remote_state): Update.
264 (remote_prepare_to_store): Update.
265 * remote-vx.c (vx_prepare_to_store): Update.
266 * remote-sds.c (sds_fetch_registers): Update.
267 (sds_prepare_to_store): Update.
268 * remote-array.c: Update.
269 * regcache.c (init_legacy_regcache_descr): Update.
270 (init_regcache_descr): Update.
271 * mips-tdep.c (mips_eabi_extract_return_value): Update.
272 (mips_o64_extract_return_value): Update.
273 * irix5-nat.c (fetch_core_registers): Update.
274 * irix4-nat.c (fetch_core_registers): Update.
275 * i386-tdep.h: Update.
276 * hppa-tdep.c (pa_do_registers_info): Update.
277 (pa_do_strcat_registers_info): Update.
278 * cris-tdep.c (cris_register_bytes_ok): Update.
279 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
280 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
281 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
282 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
283 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
284 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
285 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
286 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
287 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
288 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
289 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
290 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
291 (REGISTER_BYTES_OK): Update.
292 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
293 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
294
ee2842e2
ILT
2952003-05-16 Ian Lance Taylor <[email protected]>
296
297 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
298 (vax_print_insn, print_insn_arg): Remove static functions.
299 (vax_gdbarch_init): Call set_gdbarch_print_insn with
300 print_insn_vax from opcodes library.
301 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
302
973177d3
AC
3032003-05-15 Andrew Cagney <[email protected]>
304
aaab4dba
AC
305 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
306 * target.h (memory_breakpoint_from_pc): Delete declaration.
307 * mem-break.c (memory_breakpoint_from_pc): Delete function.
308 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
309 * monitor.c (monitor_insert_breakpoint): Use
310 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
311 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
312 * gdbarch.h, gdbarch.c: Re-generate.
313 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
314 (sparc_gdbarch_init): Set breakpoint_from_pc to
315 sparc_breakpoint_from_pc.
316 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
317 (BREAKPOINT_FROM_PC): Define.
318 (sparc_breakpoint_from_pc): Declare.
319 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
320 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
321 (BREAKPOINT_FROM_PC): Define.
322 (BREAKPOINT): Delete macro.
323 * target.h: Update comment.
324 * s390-tdep.c (s390_gdbarch_init): Update comments.
325 * remote.c: Update comments.
326 * remote-mips.c: Update comments.
327 * proc-api.c (write_with_trace): Do not check for a breakpoint.
328 * mem-break.c: Update comment.
329 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
330 (ia64_memory_insert_breakpoint): Update.
331 * config/sparc/tm-sparc.h: Update comment.
332 * config/pa/tm-hppa64.h: Update comment.
333 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
334 (rs6000_breakpoint_from_pc): Update.
335 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
336 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
337 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
338 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
339 (mips_breakpoint_from_pc): Update.
340 (mips_dump_tdep): Update.
341
e06963ff
AC
342 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
343 * minsyms.c (lookup_minimal_symbol): Inline
344 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
345
973177d3
AC
346 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
347 * p-valprint.c (pascal_object_print_value_fields): Ditto.
348 * p-lang.c (pascal_printstr): Ditto.
349 * objc-lang.c (objc_printstr): Ditto.
350 * m2-lang.c (m2_printstr): Ditto.
351 * jv-valprint.c (java_print_value_fields): Ditto.
352 * f-lang.c (f_printstr): Ditto.
353 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
354 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
355 for repeat_count_threshold.
356 * Makefile.in (cp-valprint.o): Update dependencies.
357
5ea2bd7f
JJ
3582003-05-15 Jeff Johnston <[email protected]>
359
360 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
361 (examine_prologue): Support looking through leaf functions, knowing
362 they start with mov r2,r12. Support skipping over indirect stores
363 of the input registers. Upon hitting a non-nop branch instruction
364 or predicated instruction, bail out by setting lim_pc to the current
365 pc value in the loop. At the end, if the lim_pc value is still
366 beyond our calculated value and we have trust_limit set,
367 use the lim_pc value.
368
cc8c88f3
AC
3692003-05-15 Andrew Cagney <[email protected]>
370
371 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
372 generic_find_dummy_frame.
373 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
374 (deprecated_generic_find_dummy_frame): Update.
375 (deprecated_read_register_dummy): Update.
376 * frame.c (deprecated_generic_get_saved_register): Update.
377
909cd28e
TR
3782003-05-15 Theodore A. Roth <[email protected]>
379
380 * avr-tdep.c (avr_breakpoint_from_pc): New function.
381 (avr_gdbarch_init): Set breakpoint_from_pc method.
382
b923b08d
AC
3832003-05-15 Andrew Cagney <[email protected]>
384
385 * regcache.c (build_regcache): Set deprecated_register_valid
386 directly.
387 (deprecated_grub_regcache_for_register_valid): Delete function.
388 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
389 declaration.
390
ae2f03ac
EZ
3912003-05-15 David Carlton <[email protected]>
392
393 Committed by Elena Zannoni <[email protected]>
394 * symtab.c (lookup_symbol_aux): Delete calls to
395 lookup_symbol_aux_minsyms.
396 (lookup_symbol_aux_minsyms): Comment out function and
397 prototype. Delete lookup by mangled name.
398
18ec9831
KB
3992003-05-14 Kevin Buettner <[email protected]>
400
401 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
402 correctly indicate an empty stack and ``stack_allocated'' to the
403 indicate the number of elements initially allocated.
404 (dwarf_expr_grow_stack): Simplify method for computing new
405 stack size. Don't loop infinitely if ``stack_len'' is zero.
406 (execute_stack_op): Move ``ctx->in_reg'' initialization
407 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
408 be used in conjuction with DW_OP_piece. Revise error message
409 accordingly.
410
de18ac1f
TR
4112003-05-14 Theodore A. Roth <[email protected]>
412
413 * MAINTAINERS: Update my email address.
414 * avr-tdep.c: Ditto.
415
176620f1
EZ
4162003-05-14 Elena Zannoni <[email protected]>
417
418 * symtab.h (enum domain_enum): Rename from namespace_enum.
419 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
420 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
421 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
422 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
423 TYPES_NAMESPACE, METHODS_NAMESPACE.
424 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
425 (struct symbol, struct partial_symbol): Rename field
426 'namespace_enum namespace' to 'domain_enum domain'.
427 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
428 Delete old define kludge for namespace.
429
430 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
431 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
432 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
433 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
434 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
435 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
436 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
437 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
438 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
439 occurrences of the above.
440
b7f31508
ILT
4412003-05-14 Ian Lance Taylor <[email protected]>
442
443 * Makefile.in (install-only): Use $(SHELL) when running
444 mkinstalldirs.
445
2fdbdd39
ILT
4462003-05-13 Ian Lance Taylor <[email protected]>
447
a208d82c
ILT
448 * MAINTAINERS (write after approval): Add myself.
449
2fdbdd39
ILT
450 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
451 second and third arguments.
452 * ser-tcp.c (_initialize_ser_tcp): Likewise.
453 * ser-unix.c (_initialize_ser_hardwire): Likewise.
454
fbd9dcd3
AC
4552003-05-13 Andrew Cagney <[email protected]>
456
457 * defs.h (store_address): Delete declaration.
458 findvar.c (store_address): Delete function.
459 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
460 store_unsigned_integer.
461 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
462 * v850-tdep.c (v850_push_arguments): Ditto.
463 * sparc-tdep.c (sparc_get_saved_register): Ditto.
464 * sh-tdep.c (sh64_get_saved_register): Ditto.
465 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
466 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
467 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
468 (mips_get_saved_register): Ditto.
469 * ia64-tdep.c (ia64_get_saved_register): Ditto.
470 (find_func_descr, ia64_push_arguments): Ditto.
471 * i386-tdep.c (i386_push_arguments): Ditto.
472 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
473 * frv-tdep.c (frv_push_arguments): Ditto.
474 * frame.c (legacy_saved_regs_prev_register): Ditto.
475 (deprecated_generic_get_saved_register): Ditto.
476 * findvar.c (unsigned_address_to_pointer): Ditto.
477 * dwarf2read.c (dwarf2_const_value): Ditto.
478 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
479 * alpha-tdep.c (alpha_push_arguments): Ditto.
480
6760f9e6
JB
4812003-05-12 J. Brobecker <[email protected]>
482
483 * NEWS: Mention that the hppa-hpux port has been partially
484 multiarched (32bit ABIT only, so far).
485
30e221b4
AC
4862003-05-11 Andrew Cagney <[email protected]>
487
488 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
489 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
490 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
491 sim/testsuite/sim/arm/misaligned2.ms, and
492 sim/testsuite/sim/arm/misaligned3.ms.
493 * disasm.h (struct ui_file): Add opaque struct declaration.
494 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
495 * frame.h (struct ui_file): Ditto.
496
dea7f9ba
MK
4972003-05-11 Mark Kettenis <[email protected]>
498
499 * value.h: Pretty print.
500
01986c48
MK
5012003-05-10 Mark Kettenis <[email protected]>
502
503 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
504
123a958e
AC
5052003-05-08 Andrew Cagney <[email protected]>
506
507 * regcache.h (max_register_size): Delete declaration.
508 * regcache.c (max_register_size): Delete function.
509 (struct regcache_descr): Delete field "max_register_size".
510 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
511 registers fit in MAX_REGISTER_SIZE.
512 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
513 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
514 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
515 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
516 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
517 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
518 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
519 * dve3900-rom.c, hppa-tdep.c: Ditto.
520
eb294659
DC
5212003-05-08 David Carlton <[email protected]>
522
523 * valops.c (push_word): Fix typo.
524
d9d9c31f
AC
5252003-05-08 Andrew Cagney <[email protected]>
526
527 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
528 * gdbarch.h: Re-generate.
529 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
530 (legacy_max_register_raw_size): Delete declaration.
531 * regcache.c (legacy_max_register_raw_size): Delete function.
532 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
533 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
534 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
535 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
536 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
537 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
538 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
539 * findvar.c, dwarf2cfi.c: Ditto.
540
22540ece
AC
5412003-05-08 Andrew Cagney <[email protected]>
542
543 * mips-tdep.c (read_signed_register): New function, moved to here
544 from "regcache.c".
545 (read_signed_register_pid): Ditto.
546 * regcache.c (read_signed_register_pid): Delete function, moved to
547 "mips-tdep.c".
548 (read_signed_register): Ditto.
549 * regcache.h (read_signed_register): Delete declaration.
550 (read_signed_register_pid): Delete declaration.
551
0c92afe8
AC
5522003-05-08 Andrew Cagney <[email protected]>
553
554 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
555 * gdbarch.h: Re-generate.
556 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
557 (legacy_max_register_virtual_size): Delete declaration.
558 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
559 * d10v-tdep.c (d10v_print_registers_info): Ditto.
560 * tracepoint.c (memrange_sortmerge): Ditto.
561 * sparc-tdep.c (sparc_print_registers): Ditto.
562 * regcache.c (legacy_max_register_virtual_size): Delete function.
563
6037b830
JB
5642002-05-08 J. Brobecker <[email protected]>
565
566 * fork-child.c (escape_bang_in_quoted_argument): New function.
567 (fork_inferior): Escape '!' characters in quoted arguments
568 only when needed.
569
5d62c8b1
JB
5702003-05-08 J. Brobecker <[email protected]>
571
572 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
573 the language of the CU is not currently supported by GDB.
574
20a0e81d
JB
5752003-05-08 J. Brobecker <[email protected]>
576
577 * defs.h (language): Add language_minimal enum value.
578 * c-lang.c (minimal_language_defn): New language definition.
579 (_initialize_c_language): Add the new minimal language to the list
580 of languages known to GDB.
581
710ee10a
KB
5822003-05-08 Kevin Buettner <[email protected]>
583
584 * frame.c (get_frame_type): Don't attempt to lazily initialize
585 frame's unwinder for legacy frames.
586
1750fa04
AC
5872003-05-07 Andrew Cagney <[email protected]>
588
589 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
590 and "regcache" parameters.
591 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
592
ddf9f258
JJ
5932003-05-07 Jeff Johnston <[email protected]>
594
595 * dwarf2read.c (dwarf_decode_lines): Only use output of
596 check_cu_functions() when calling record_line(). Do not update
597 the current address.
598
87767c29
AC
5992003-05-07 Andrew Cagney <[email protected]>
600
601 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
602 code.
603
5e7b2f39
JB
6042003-05-07 Jim Blandy <[email protected]>
605
606 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
607 'maint info symtabs' and 'maint info psymtabs'.
608 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
609 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
610 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
611 Declarations updated.
612 * maint.c (maintenance_list_command): Delete.
613 (_initialize_maint_cmds): Update calls to add_cmd.
614 * gdbcmd.h (maintenancelistlist): Delete declaration.
615 * cli/cli-cmds.c (maintenancelistlist): Delete.
616 (init_cmd_lists): Don't initialize it.
617 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
618
f6684c31
AC
6192003-05-07 Andrew Cagney <[email protected]>
620
621 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
622 "regcache".
623 (d10v_print_registers_info): Update.
624 (d10v_dmap_register, d10v_imap_register): Delete functions.
625 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
626 and "imap_register".
627 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
628 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
629 * arch-utils.c (generic_remote_translate_xfer_address): Add
630 "regcache" and "gdbarch" parameters.
631 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
632 parameter. Change class to multi-arch.
633 * gdbarch.h, gdbarch.c: Re-generate.
634 * remote.c (remote_xfer_memory): Use
635 gdbarch_remote_translate_xfer_address.
636
e4846b08
JJ
6372003-05-07 Jeff Johnston <[email protected]>
638
639 * infrun.c (prev_pc): Move declaration ahead of proceed().
640 (proceed): Refresh prev_pc value before resuming.
641 (stop_stepping): Remove code to refresh prev_pc.
642
6b71b8ac
KW
6432003-05-06 Kris Warkentin <[email protected]>
644
645 * nto-tdep.c: Removed stray comment.
646
47979a4b
KW
6472003-05-06 Kris Warkentin <[email protected]>
648
649 * i386-nto-tdep.c: Fix old K&R function definitions.
650 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
651 Also change add_show_from_set() call to add_setshow_cmd().
652 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
653
00905d52
AC
6542003-05-05 Andrew Cagney <[email protected]>
655
656 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
657 (fprint_dummy_frames): New function.
658 (maintenance_print_dummy_frames): New function.
659 (_initialize_dummy_frame): Add command "maint print dummy-frames".
660 * frame.c (fprint_frame_id): Make global.
661 * frame.h (fprint_frame_id): Declare.
662 * Makefile.in (dummy-frame.o): Update dependencies.
663
b1e29e33
AC
6642003-05-05 Andrew Cagney <[email protected]>
665
666 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
667 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
668 SIZEOF_CALL_DUMMY_WORDS.
669 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
670 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
671 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
672 CALL_DUMMY_BREAKPOINT_OFFSET.
673 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
674 CALL_DUMMY_START_OFFSET.
675 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
676 * gdbarch.h, gdbarch.c: Re-generate.
677 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
678 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
679 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
680 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
681 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
682 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
683 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
684 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
685 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
686 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
687 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
688 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
689 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
690 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
691 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
692
6932003-05-05 Kris Warkentin <[email protected]>
694
695 * configure.tgt: Add i[3456]86-*-nto*.
696 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
697 * nto-tdep.c: New file. Neutrino target support routines.
698 * nto-tdep.h: New file. Neutrino target header.
699 * config/tm-qnxnto.h: New file.
700 * config/i386/i386nto.mt: New file.
701 * config/i386/tm-i386nto.h: New file.
b1e29e33 702
0ce3d317
AC
7032003-05-04 Andrew Cagney <[email protected]>
704
705 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
706 (load_infrun_state): Ditto.
707 (struct thread_info): Drop "prev_func_name" field.
708 * thread.c (load_infrun_state): Update.
709 (save_infrun_state): Update.
710 * infrun.c (prev_func_name): Delete variable.
711 (init_wait_for_inferior): Do not clear prev_func_name.
712 (stop_stepping, keep_going, context_switch): Do not swap
713 prev_func_name.
714 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
715 instead of PC_IN_SIGTRAMP.
716
46654a5b
AC
7172003-05-04 Andrew Cagney <[email protected]>
718
719 * sentinel-frame.c (sentinel_frame_prev_register): Replace
720 REGISTER_BYTE with register_offset_hack.
721 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
722 that REGISTER_BYTE is consistent with the regcache.
723 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
724 * gdbarch.h, gdbarch.c: Regenerate.
725
14b08c1b
MK
7262003-05-04 Mark Kettenis <[email protected]>
727
04c8243f
MK
728 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
729 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
730
14b08c1b
MK
731 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
732
c7a11e01
JB
7332003-05-03 J. Brobecker <[email protected]>
734
735 From Thierry Schneider <[email protected]>
736 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
737 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
738 (mi-cmd-symbol.o): Add rule.
739
7043d8dc
AC
7402003-05-03 Andrew Cagney <[email protected]>
741
742 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
743 comments noteing that it replaces the old FIX_CALL_DUMMY code.
744 * gdbarch.h, gdbarch.c: Re-generate.
745 * d10v-tdep.c (d10v_push_dummy_code): New function.
746 (d10v_gdbarch_init): Set push_dummy_code.
747 * infcall.c (legacy_push_dummy_code): New function.
748 (generic_push_dummy_code): New function.
749 (push_dummy_code): New function.
750 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
751 instead of dummy_addr, to push_dummy_call. Move call to
752 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
753 switch.
754 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
755
92bf2b80
AC
7562003-05-03 Andrew Cagney <[email protected]>
757
758 * disasm.h (print_insn): Declare.
759 * disasm.c (init_gdb_disassemble_info): New function.
760 (gdb_disassembly): Call init_gdb_disassemble_info.
761 (gdb_print_insn): New function.
762 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
763 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
764 * mcore-tdep.c: Include "disasm.h"
765 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
766 * d10v-tdep.c: Include "disasm.h".
767 (display_trace): Call gdb_print_insn, instead of print_insn.
768 (print_insn): Delete function.
769 * printcmd.c: Include "disasm.h".
770 (print_insn): Delete function.
771 (print_formatted): Call gdb_print_insn, instead of print_insn.
772 * Makefile.in (printcmd.o): Update dependencies.
773 (mcore-tdep.o, d10v-tdep.o): Ditto.
774
27d94c49
AC
7752003-05-02 Andrew Cagney <[email protected]>
776
82de1e5b
AC
777 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
778 PC_REGNUM, re-indent.
779 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
780 PC_REGNUM isn't set.
781
27d94c49
AC
782 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
783 * gdbarch.h, gdbarch.c: Re-generate.
784 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
785 register_virtual_size, pc_regnum, or register_bytes.
786 (D10V_PC_REGNUM): Rename _PC_REGNUM.
787 (d10v_register_type): Use D10V_PC_REGNUM.
788 (d10v_print_registers_info, d10v_read_pc): Ditto.
789 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
790 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
791
a9c0dc7f
DC
7922003-05-02 David Carlton <[email protected]>
793
794 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
795 the name with mstrsave.
796
e33d66ec
EZ
7972003-05-02 Elena Zannoni <[email protected]>
798
799 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
800 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
801 (host_charset_name, target_charset_name): New vars for use by
802 set/show commands.
803 (host_charset_enum, target_charset_enum): New enums for set/show
804 commands.
805 (set_charset_sfunc, set_host_charset_sfunc,
806 set_target_charset_sfunc): New functions.
807 (set_host_charset, set_target_charset): Make static.
808 (list_charsets, set_host_charset_command,
809 set_target_charset_command): Delete functions.
810 (show_charset_command): Rewrite as....
811 (show_charset): Hook this up with the set/show command mechanism.
812 (_initialize_charset): Change names of charsets to match the
813 set/show enums. Use host_charset_name and target_charset_name.
814 Use set/show mechanism for charset, host-charset, target-charset
815 commands. Do not make 'show host-charset' and 'show
816 target-charset' be aliases of 'show charset'.
817
818 * charset.h (set_host_charset, set_target_charset): Don't export,
819 they are not used outside the file.
820
2b6fd0d8
AC
8212003-05-01 Andrew Cagney <[email protected]>
822
823 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
824 (gdb_disassembly): Make "di" non static, always initialize and
825 cleanup. Always use dis_asm_read_memory.
826 (gdb_dis_asm_read_memory): Delete function.
827
6ae2f580
AC
8282003-05-01 Andrew Cagney <[email protected]>
829
830 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
831 (d10v_gdbarch_init): Set frame_align instead of stack_align.
832
810ecf9f
AC
8332003-04-30 Andrew Cagney <[email protected]>
834
835 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
836 "tm_print_insn_info".
837 (TARGET_PRINT_INSN_INFO): Delete macro.
838 (dis_asm_read_memory): Delete function declaration.
839 (dis_asm_memory_error, dis_asm_print_address): Ditto.
840 (tm_print_insn_info): Delete variable definition.
841 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
842 * gdbarch.h, gdbarch.c: Re-generate.
843 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
844 "deprecated_tm_print_insn_info".
845 * mcore-tdep.c (mcore_dump_insn): Ditto.
846 * mips-tdep.c (mips_gdbarch_init): Ditto.
847 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
848 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
849 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
850 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
851 instead of TARGET_PRINT_INSN_INFO, add comment.
852 * s390-tdep.c (s390_get_frame_info): Instead of
853 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
854 (s390_check_function_end, s390_is_sigreturn): Ditto.
855 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
856 (dis_asm_memory_error, dis_asm_print_address): Ditto.
857 * disasm.c: Include "gdbcore.h".
858 (_initialize_disasm): New function, initialize
859 "deprecated_tm_print_insn_info".
860 (deprecated_tm_print_insn_info): New variable.
861 (dis_asm_read_memory): Moved from "corefile.c", made static.
862 (dis_asm_print_address, dis_asm_memory_error): Ditto.
863 * Makefile.in (disasm.o): Update dependencies.
864
07020390
AC
8652003-04-30 Andrew Cagney <[email protected]>
866
867 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
868
a9fa03de
AF
8692003-04-29 Adam Fedor <[email protected]>
870
871 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
872 * infcall.c (find_function_addr): Make non-static.
873 * infcall.h (find_function_addr): Declare.
874 * Makefile.in (eval.o): Update dependencies.
875
1bae87b9
AF
8762003-04-28 Adam Fedor <[email protected]>
877
878 * symtab.c (symbol_find_demangled_name): Check for and demangle
879 ObjC symbols.
880 (symbol_init_demangled_name): Init for language_objc as well.
881
0ba6dca9
AC
8822003-04-28 Andrew Cagney <[email protected]>
883
884 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
885 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
886 * gdbarch.h, gdbarch.c: Re-generate.
887 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
888 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
889 * inferior.h (deprecated_read_fp): Rename read_fp.
890 (generic_target_read_fp): Delete declaration.
891 * regcache.c (generic_target_read_fp): Delete function.
892 (deprecated_read_fp): Replace read_fp, use
893 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
894 * d10v-tdep.c (d10v_read_fp): Delete function.
895 (d10v_gdbarch_init): Do not set deprecated_read_fp.
896
897 * sparc-tdep.c (sparc_gdbarch_init): Do not set
898 deprecated_target_read_fp to generic_target_read_fp.
899 * sh-tdep.c (sh_gdbarch_init): Ditto.
900 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
901 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
902 * frv-tdep.c (frv_gdbarch_init): Ditto.
903
904 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
905 deprecated_fp_regnum.
906 * x86-64-tdep.c (x86_64_init_abi): Ditto.
907 * vax-tdep.c (vax_gdbarch_init): Ditto.
908 * v850-tdep.c (v850_gdbarch_init): Ditto.
909 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
910 * sh-tdep.c (sh_gdbarch_init): Ditto.
911 * s390-tdep.c (s390_gdbarch_init): Ditto.
912 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
913 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
914 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
915 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
916 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
917 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
918 * i386-tdep.c (i386_gdbarch_init): Ditto.
919 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
920 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
921 * frv-tdep.c (frv_gdbarch_init): Ditto.
922 * cris-tdep.c (cris_gdbarch_init): Ditto.
923 * avr-tdep.c (avr_gdbarch_init): Ditto.
924 * arm-tdep.c (arm_gdbarch_init): Ditto.
925 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
926
927 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
928 * v850-tdep.c (v850_gdbarch_init): Ditto.
929 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
930 * sh-tdep.c (sh_gdbarch_init): Ditto.
931 * s390-tdep.c (s390_gdbarch_init): Ditto.
932 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
933 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
934 * mips-tdep.c (mips_gdbarch_init): Ditto.
935 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
936 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
937 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
938 * frv-tdep.c (frv_gdbarch_init): Ditto.
939 * avr-tdep.c (avr_gdbarch_init): Ditto.
940 * arm-tdep.c (arm_gdbarch_init): Ditto.
941
942 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
943 DEPRECATED_FP_REGNUM.
944 (vax_push_dummy_frame, vax_pop_frame): Ditto.
945 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
946 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
947 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
948 (sparc32_register_virtual_type): Ditto.
949 * sh-tdep.c (sh64_frame_chain): Ditto.
950 (sh64_get_saved_register, sh64_pop_frame): Ditto.
951 (sh_nofp_frame_init_saved_regs): Ditto.
952 (sh64_nofp_frame_init_saved_regs): Ditto.
953 (sh_fp_frame_init_saved_regs): Ditto.
954 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
955 * remote-e7000.c (fetch_regs_from_dump): Ditto.
956 * procfs.c (procfs_fetch_registers): Ditto.
957 (procfs_store_registers): Ditto.
958 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
959 (store_inferior_registers, fetch_core_registers): Ditto.
960 (fetch_kcore_registers, clear_regs): Ditto.
961 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
962 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
963 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
964 * nlm/i386.c (do_status): Ditto.
965 * mipsv4-nat.c (supply_gregset): Ditto.
966 * mips-tdep.c: Ditto for comments.
967 * mips-nat.c (fetch_inferior_registers): Ditto.
968 (store_inferior_registers, fetch_core_registers): Ditto.
969 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
970 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
971 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
972 (i386_do_pop_frame, i386_register_type): Ditto.
973 * hppa-tdep.c (hppa_frame_chain): Ditto.
974 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
975 (hppa_pop_frame, hppa_read_fp): Ditto.
976 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
977 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
978 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
979 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
980 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
981 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
982 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
983 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
984 * blockframe.c: Ditto for comments.
985 * arch-utils.h: Ditto for comments.
986 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
987 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
988 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
989 * alpha-tdep.h: Ditto for comments.
990 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
991 (alpha_cannot_store_register): Ditto.
992 (alpha_push_dummy_frame): Ditto.
993 * alpha-nat.c (supply_gregset): Ditto.
994
995 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
996 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
997 * config/sparc/tm-sparc.h: Update comment.
998
999 * hppa-tdep.c (hppa_init_extra_frame_info): Use
1000 deprecated_read_fp instead of TARGET_READ_FP.
1001 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
1002 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
1003 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1004 deprecated_read_fp instead of read_fp.
1005 * s390-tdep.c (s390_push_arguments): Ditto.
1006 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1007 * frame.h: Ditto in comments.
1008 * frame.c (legacy_get_prev_frame): Ditto.
1009 * dummy-frame.c (dummy_frame_this_id): Ditto.
1010 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1011
d7a27068
AC
10122003-04-28 Andrew Cagney <[email protected]>
1013
1014 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
1015 * gdbarch.h, gdbarch.c: Re-generate.
1016 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
1017 * vax-tdep.c (_initialize_vax_tdep): Update.
1018 * v850-tdep.c (_initialize_v850_tdep): Update.
1019 * sparc-tdep.c (_initialize_sparc_tdep): Update.
1020 * s390-tdep.c (_initialize_s390_tdep): Update.
1021 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
1022 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
1023 * mips-tdep.c (_initialize_mips_tdep): Update.
1024 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1025 * m68k-tdep.c (_initialize_m68k_tdep): Update.
1026 * ia64-tdep.c (_initialize_ia64_tdep): Update.
1027 * hppa-tdep.c (_initialize_hppa_tdep): Update.
1028 * h8300-tdep.c (_initialize_h8300_tdep): Update.
1029 * frv-tdep.c (_initialize_frv_tdep): Update.
1030 * cris-tdep.c (cris_delayed_get_disassembler): Update.
1031 (_initialize_cris_tdep): Update.
1032 * arch-utils.c (legacy_print_insn): Update.
1033 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1034
d2630e69
AF
10352003-04-26 Adam Fedor <[email protected]>
1036
1037 * linespec.c (decode_objc): New function to decode ObjC calls
1038 (decode_line_1): Check for ObjC calls (using decode_objc)
1039 * Makefile (linespec.o): Update dependencies.
1040
3086aeae
DJ
10412003-04-26 Daniel Jacobowitz <[email protected]>
1042
1043 * breakpoint.h (struct breakpoint_ops): New.
1044 (struct breakpoint): Add ops member.
1045
1046 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
1047 (mention): Use new breakpoint ops member.
1048 (set_raw_breakpoint): Initialize ops field to NULL.
1049 (print_exception_catchpoint, print_one_exception_catchpoint)
1050 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
1051 (gnu_v3_exception_catchpoint_ops): New.
1052 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
1053
1fbec6c3
AF
10542003-04-25 Adam Fedor <[email protected]>
1055
1056 * Makefile.in (COMMON_OBS): Add objc-lang.o
1057
0ef21242
AC
10582003-04-25 Andrew Cagney <[email protected]>
1059
1060 * d10v-tdep.c (print_insn): Delete function.
1061 (display_trace): Use TARGET_PRINT_INSN.
1062 (_initialize_d10v_tdep): Do not set tm_print_insn.
1063 (d10v_gdbarch_init): Set print_insn.
1064
f75493ed
AC
10652003-04-25 Andrew Cagney <[email protected]>
1066
1067 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
1068 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
1069 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
1070 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
1071 (nr_dmap_regs, a0_regnum): ... new functions.
1072 (d10v_print_registers_info): Use a0_regnum, use register_size.
1073 (d10v_register_byte): Delete function.
1074 (d10v_register_raw_size): Delete function.
1075 (d10v_register_type): Use a0_regnum.
1076 (d10v_print_registers_info): Use a0_regnum.
1077 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
1078 (d10v_gdbarch_init): Do not set register_byte or
1079 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
1080 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
1081 extract_address.
1082 (trace_command): Use XCALLOC.
1083 (print_insn): Delete reference to tm_print_insn.
1084 (saved_regs_unwinder): Use store_unsigned_integer instead of
1085 store_address.
1086 * frame.h (FRAME_OBSTACK_CALLOC): Define
1087
2202b100
DC
10882003-04-25 David Carlton <[email protected]>
1089
1090 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
1091
4e45ca2e
AF
10922003-04-24 Adam Fedor <[email protected]>
1093
1094 * objc-lang.c: Include "valprint.h"
1095 * Makefile.in (objc-lang.o): Update dependencies.
1096
93de3e7f
AF
10972003-04-24 Adam Fedor <[email protected]>
1098
1099 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
1100 architecture dependant compilation and mark as unimplemented
1101 (until they get put in the gdbarch vector).
1102
0f20eeea
DC
11032003-04-23 David Carlton <[email protected]>
1104
1105 * cp-support.c (cp_find_first_component): Accept 'operator' in
1106 more locations.
1107
74cfe982
AC
11082003-04-23 Andrew Cagney <[email protected]>
1109
1110 * infcall.c (call_function_by_hand): Eliminate redundant
1111 indentation. Move "saved_async" and "old_cleanups" to where they
1112 are needed.
1113
52557533
AC
11142003-04-23 Andrew Cagney <[email protected]>
1115
1116 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
1117 and "buffer". Move the "name" code to where it is needed.
1118
158775de
AC
11192003-04-23 Andrew Cagney <[email protected]>
1120
1121 * infcall.c (call_function_by_hand): Move variables "start_sp",
1122 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
1123 code to ON_STACK switch branch.
1124
ebc7896c
AC
11252003-04-23 Andrew Cagney <[email protected]>
1126
1127 * infcall.c (call_function_by_hand): Make declaration of "i",
1128 "sal", "bpt" and "old_sp" more local to their use. Delete #if
1129 lint.
1130
d727590f
AC
11312003-04-23 Andrew Cagney <[email protected]>
1132
1133 * infcall.c (call_function_by_hand): Delete variable
1134 "n_method_args". Localize "param_type"'s declaration to the loop
1135 that it is used. Reinstate code assigning to said variable -
1136 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
1137 Rationalize code using "param_type".
1138
d585e13a
AC
11392003-04-22 Andrew Cagney <[email protected]>
1140
1141 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
1142 compute the breakpoint address. Only call FIX_CALL_DUMMY when
1143 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
1144 to DEPRECATED_PUSH_RETURN_ADDRESS.
1145
051caad9
KB
11462003-04-22 Kevin Buettner <[email protected]>
1147
1148 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
1149 on the DWARF2 register number prior to fetching a register.
1150
77296879
JB
11512003-04-22 J. Brobecker <[email protected]>
1152
1153 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
1154 Update all the tests using SOFT_FLOAT considering the fact that
1155 this macro was always set to 0.
1156 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
1157 considering the fact that this macro was always set to 0.
1158 * hppa-tdep.h (hppa_store_return_value): Likewise.
1159 (hppa_extract_return_value): Likewise.
1160
4252f1df
JB
11612003-04-22 J. Brobecker <[email protected]>
1162
1163 * config/pa/tm-hppa.h: Remove obsolete code, was used by
1164 the hppa-pro target only.
1165
14604c6b
JB
11662003-04-21 J. Brobecker <[email protected]>
1167
1168 Ongoing multi-arch conversion effort for HP/UX:
1169 * config/pa/tm-hppa.h: Move all macro that are no longer
1170 defined now that GDB_MULTI_ARCH is now set to 1 from here...
1171 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
1172
77eb01d1
JB
11732003-04-21 J. Brobecker <[email protected]>
1174
1175 * config/pa/tm-hppa.h: Obsolete a section that was only used
1176 for hppa-pro.
1177
61995b3b
JB
11782003-04-21 J. Brobecker <[email protected]>
1179
1180 Ongoing multi-arch conversion for HP/UX.
1181 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
1182 if already defined (allows hppa64 to stay non-multiarched for now).
1183 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
1184
4aa79dcc
AC
11852003-04-21 Andrew Cagney <[email protected]>
1186
1187 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
1188
0f751ff2
AC
11892003-04-21 Andrew Cagney <[email protected]>
1190
1191 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
1192 "i386_num_mmx_regs".
1193
04714b91
AC
11942003-04-21 Andrew Cagney <[email protected]>
1195
1196 * infcall.c: New file.
1197 * infcall.h: New file.
1198 * valarith.c: Include "infcall.h".
1199 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
1200 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
1201 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
1202 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
1203 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
1204 (SFILES): Add "infcall.c"
1205 (COMMON_OBS): Add "infcall.o".
1206 (infcall.o): Specify dependencies.
1207 * value.h (call_function_by_hand): Delete declaration.
1208 * inferior.h (run_stack_dummy): Delete declaration.
1209 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
1210 (run_stack_dummy): Move to "infcall.c", merged into
1211 call_function_by_hand.
1212 * valops.c (call_function_by_hand): Moved to "infcall.c".
1213 (find_function_addr, value_arg_coerce): Ditto.
1214 (unwindonsignal_p, coerce_float_to_double): Ditto.
1215 (_initialize_valops): Move "set/show coerce-float-to-double", and
1216 "set/show unwindonsignal" commands to "infcall.c".
1217 * v850-tdep.c, target.h: Update comments.
1218 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
1219 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
1220 (sh64_init_extra_frame_info): Update comments.
1221 * mn10300-tdep.c: Update comments.
1222 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
1223 * config/sparc/tm-sparc.h: Update comments.
1224 * breakpoint.h: Update comments.
1225 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
1226 * arm-tdep.c: Update comment.
1227
f9d3c2a8
MK
12282003-04-19 Mark Kettenis <[email protected]>
1229
c40e1eab
MK
1230 * i386-tdep.c (i386_num_register_names): New variable.
1231 (i386_num_mmx_regs): Renamed from mmx_num_regs.
1232 (MM0_REGNUM): Remove redundant parentheses in define.
1233 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
1234 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
1235 i386_mxcsr_regnum_p): Remove redundant parentheses.
1236 (i386_register_name): Use i386_num_register_names.
1237
94ea66b3
MK
1238 * i386-tdep.c (i386_extract_return_value,
1239 i386_store_return_value): Correct check for availability of
1240 floating-point registers.
1241
54299a1d
MK
1242 * i386-tdep.c (i386_frame_num_args): Remove function.
1243 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
1244
c86c27af
MK
1245 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
1246 mmx_regnum_to_fp_regnum. Adjust all callers.
1247
f9d3c2a8
MK
1248 * i386-tdep.c (i386_get_longjmp_target): Use
1249 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
1250 and TARGET_CHAR_BIT. Use extract_typed_address instead of
1251 extract_address.
1252
94ba74a9
MK
12532003-04-19 Mark Kettenis <[email protected]>
1254
1255 * core-regset.c: Update comments to reflect reality. Re-order
1256 includes.
1257 (fetch_core_registers): Use switch instead of if. Remove
1258 redundant prototype.
1259
4074e13c
JB
12602003-04-18 Jim Blandy <[email protected]>
1261
1262 * s390-tdep.c (s390_frame_align): New function.
1263 (s390_gdbarch_init): Register it with the gdbarch object.
1264
e3ab4aba
RH
12652003-04-17 Richard Henderson <[email protected]>
1266
1267 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
1268
627bf7c1
EZ
12692003-04-17 Michael Snyder <[email protected]>
1270 Karen Bennet <[email protected]>
1271
1272 Committed by Elena Zannoni <[email protected]>
1273 * gdb_gcore.sh: New script to create a core dump of a process.
1274
514621a9
EZ
12752003-04-17 Elena Zannoni <[email protected]>
1276
1277 * values.c (value_being_returned): Don't fetch the return
1278 value if the return type is void.
1279
b4acd559
JJ
12802003-04-17 Jeff Johnston <[email protected]>
1281
1282 * thread-db.c: Reindented.
1283
530b167e
JJ
12842003-04-17 Jeff Johnston <[email protected]>
1285
1286 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
1287 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
1288 as types.
1289
ab9fe00e
KB
12902003-04-16 Kevin Buettner <[email protected]>
1291
610a3745 1292 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
1293 the size of ``long double'' to 16, instead of 8.
1294
e64a344c
MK
12952003-04-16 Mark Kettenis <[email protected]>
1296
1297 * i386-linux-nat.c: Add some whitespace to make things more
1298 readable.
1299 (fetch_register, store_register, fetch_inferior_registers,
1300 store_inferior_registers): Get rid of assignment in if-statement.
1301 (store_register): Fix typo in error message.
1302
25d41031
AC
13032003-04-16 Andrew Cagney <[email protected]>
1304
1305 * utils.c (xmmalloc): Always allocate something, matches
1306 libiberty/xmalloc's semantics.
1307 (xmrealloc, xmcalloc): Ditto.
1308
c50901fd
AC
13092003-04-16 Andrew Cagney <[email protected]>
1310
1311 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
1312 update comments.
1313 (get_frame_type): Initialize unwind and type when needed.
1314 (get_frame_id, frame_register_unwind): Ditto.
1315
f81824a9
AC
13162003-04-16 Andrew Cagney <[email protected]>
1317
1318 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
1319 obsolete.
1320 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
1321 * sparcl-stub.c: Obsolete file.
1322 * config/sparc/tm-sparclet.h: Obsolete file.
1323 * sparclet-stub.c: Obsolete file.
1324 * sparclet-rom.c: Obsolete file.
1325 * sparcl-tdep.c: Obsolete file.
1326 * config/sparc/tm-sparclite.h: Obsolete file.
1327 * config/sparc/sparclite.mt: Obsolete file.
1328 * config/sparc/sparclet.mt: Obsolete file.
1329 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
1330 sparc86x-*-* obsolete.
1331
9219021c
DC
13322003-04-15 David Carlton <[email protected]>
1333
1334 * Makefile.in (SFILES): Add cp-namespace.c.
1335 (COMMON_OBS): Add cp-namespace.o.
1336 (block.o): Depend on gdb_obstack_h and cp_support_h.
1337 (buildsym.o): Depend on cp_support_h.
1338 (cp-namespace.o): New.
1339 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
1340 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
1341 (dwarf2read.o): Depend on cp_support_h.
1342 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
1343 * dwarf2read.c (process_die): Set processing_has_namespace_info,
1344 processing_current_namespace.
1345 (read_namespace): Update processing_current_namespace; check for
1346 anonymous namespaces.
1347 (dwarf2_name): New function.
1348 (dwarf2_extension): Ditto.
1349 * cp-support.h: Update copyright, contributors.
1350 Add inclusion guards.
1351 Add opaque declaration for structs obstack, block, symbol.
1352 (struct using_direct): New struct.
1353 Add declarations for cp_find_first_component,
1354 cp_entire_prefix_len, processing_has_namespace_info,
1355 processing_current_namespace, cp_is_anonymous,
1356 cp_add_using_directive, cp_initialize_namespace,
1357 cp_finalize_namespace, cp_set_block_scope,
1358 cp_scan_for_anonymous_namespaces.
1359 * cp-namespace.c: New file.
1360 * cp-support.c: Update copyright.
1361 Include ctype.h, gdb_assert.h, gdbcmd.h.
1362 New variable maint_cplus_cmd_list.
1363 (cp_find_first_component): New function.
1364 (cp_entire_prefix_len, maint_cplus_command)
1365 (first_component_command, _initialize_cp_support): Ditto.
1366 * buildsym.c: Include cp-support.h.
1367 New variable using_list.
1368 (add_symbol_to_list): Check for anonymous namespaces.
1369 (finish_block): Set block's scope.
1370 (start_symtab): Initialize C++ namespace support.
1371 (end_symtab): Finalize C++ namespace support.
1372 * block.h: Add opaque declarations for structs
1373 block_namespace_info, using_direct, and obstack.
1374 Add declarations for block_set_scope and block_set_using.
1375 (struct block): Add 'language_specific' member.
1376 (BLOCK_NAMESPACE): New macro.
1377 * block.c: Include gdb_obstack.h and cp-support.h.
1378 (struct block_namespace_info): New struct.
1379 (block_set_scope): New function.
1380 (block_set_using, block_initialize_namespace): Ditto.
1381
d5a921c9
KB
13822003-04-14 Kevin Buettner <[email protected]>
1383
1384 * solib-svr4.c (svr4_have_link_map_offsets): New function.
1385 (locate_base): Return early if there aren't any link map offsets.
1386 (svr4_solib_create_inferior_hook): Warn if shared library support
1387 is unavailable.
1388
d2a52b27
DC
13892003-04-14 David Carlton <[email protected]>
1390
1391 * symtab.c (symbol_set_names): Add prefix when storing Java names
1392 in hash table. Fix for PR java/1039.
1393
980cae7a
DC
13942003-04-14 David Carlton <[email protected]>
1395
1396 * symtab.c (symbol_set_names): Rename 'name' arg to
1397 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
1398 * symtab.h: Change 'name' argument in declaration of
1399 symbol_set_names to 'linkage_name'.
1400 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
1401
e227b13c
AC
14022003-04-14 Andrew Cagney <[email protected]>
1403
1404 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
1405 return the fully sign-extended register value.
1406 (get_frame_pointer): Ditto.
1407 (mips_pop_frame): Initialize "proc_desc" after checking for a
1408 dummy frame.
1409
36712a20
AC
14102003-04-14 Andrew Cagney <[email protected]>
1411
1412 * mips-tdep.c (mips_push_dummy_frame): Delete function.
1413 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
1414 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
1415 (mips_push_register): Delete function.
1416 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
1417 PUSH_FP_REGNUM.
1418
44ea7b70
JB
14192003-04-14 Jim Blandy <[email protected]>
1420
1421 * symmisc.c: #include "gdb_regex.h".
1422 (maintenance_list_symtabs, maintenance_list_psymtabs): New
1423 functions.
1424 * maint.c (maintenance_list_command): New function.
1425 (_initialize_maint_cmds): Register the above as commands.
1426 * symtab.h (maintenance_list_symtabs,
1427 maintenance_list_psymtabs): New declarations.
1428 * cli/cli-cmds.c (maintenancelistlist): New variable.
1429 (init_cmd_lists): Initialize it.
1430 * cli/cli-cmds.h (maintenancelistlist): New declaration.
1431 * gdbcmd.h (maintenancelistlist): New declaration.
1432 * Makefile.in (symmisc.o): Update dependencies.
1433
2d0c7962
EZ
14342003-04-14 Elena Zannoni <[email protected]>
1435
1436 * s390-nat.c: Include asm/types.h for addr_t.
1437
1947a811
CV
14382003-04-14 Corinna Vinschen <[email protected]>
1439
1440 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
1441 actually incoming type.
1442
adb616d7
AC
14432003-04-13 Andrew Cagney <[email protected]>
1444
1445 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
1446 get_next_frame and get_frame_saved_regs.
1447
9b5e151c
AC
14482003-04-13 Andrew Cagney <[email protected]>
1449
1450 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
1451 of gdbarch_num_regs.
1452
ef6e7e13
AC
14532003-04-13 Andrew Cagney <[email protected]>
1454
1455 * frame.h: Mention what replaced what in "struct frame_info".
1456 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
1457 deprecated_update_frame_base_hack and
1458 deprecated_update_frame_pc_hack.
1459 * hppa-tdep.c: Ditto.
1460
61fbb938
DJ
14612003-04-13 Daniel Jacobowitz <[email protected]>
1462
1463 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
1464 to read_reg and update its comment. Remove regnum member.
1465 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
1466 Don't call read_reg when setting in_reg. Call read_reg to get
1467 the frame base if it's in a register. Return the register number
1468 on the stack instead of in the context. Remove extra arguments
1469 to read_reg.
1470 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
1471 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
1472 the register number on the expression stack.
1473 (needs_frame_read_reg): Remove extra arguments.
1474
0d53c4c4
DJ
14752003-04-13 Daniel Jacobowitz <[email protected]>
1476
1477 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
1478 made non-static.
1479 (execute_stack_op): All callers updated.
1480 * dwarf2expr.h: Add prototype for dwarf2_read_address.
1481 * dwarf2loc.c (find_location_expression): New function.
1482 (dwarf_expr_frame_base): Call it.
1483 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
1484 (dwarf2_tracepoint_var_ref): New function, broken out from
1485 locexpr_tracepoint_var_ref.
1486 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
1487 Make static.
1488 (loclist_read_variable, loclist_read_needs_frame): New functions.
1489 (loclist_describe_location, loclist_tracepoint_var_ref): New
1490 functions.
1491 (dwarf2_loclist_funcs): New struct location_funcs.
1492 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
1493 (struct dwarf2_locexpr_baton): Add comments.
1494 (dwarf2_loclist_funcs): New extern.
1495 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
1496 base_address and base_known.
1497 (dwarf_loc_buffer): New variable.
1498 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
1499 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
1500 (dwarf2_has_info): Initialize dwarf_loc_offset.
1501 (dwarf2_build_psymtabs): Read in .debug_loc.
1502 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
1503 DWARF_LOC_SIZE.
1504 (psymtab_to_symtab_1): Likewise. Move base address calculation
1505 here, from...
1506 (dwarf2_get_pc_bounds): ... here. Use the base address from
1507 cu_header.
1508 (dwarf2_symbol_mark_computed): Handle location lists.
1509
6aca59a3
DJ
15102003-04-13 Daniel Jacobowitz <[email protected]>
1511
1512 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
1513 if the linkage name demangled successfully.
1514
aca1fcd0
MK
15152003-04-13 Mark Kettenis <[email protected]>
1516
97095916
MK
1517 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
1518 disassmbly_flavour): Removed.
1519
aca1fcd0
MK
1520 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
1521
562a961f
MK
15222003-04-13 Mark Kettenis <[email protected]>
1523
1524 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
1525
bd013d54
AC
15262003-04-12 Andrew Cagney <[email protected]>
1527
1528 * frame.h (struct frame_info): Move definition from here ...
1529 * frame.c (struct frame_info): ... to here.
1530
167ef8b1
AC
15312003-04-12 Andrew Cagney <[email protected]>
1532
1533 * gdbthread.h (save_infrun_state): Delete parameter
1534 "prev_func_start".
1535 (struct thread_info): Delete field "prev_func_start".
1536 (load_infrun_state): Ditto.
1537 * thread.c (load_infrun_state, save_infrun_state): Update.
1538 * infrun.c (prev_func_start): Delete variable.
1539 (context_switch, init_wait_for_inferior): Update.
1540 (stop_stepping, keep_going): Update.
1541
da3331ec
AC
15422003-04-12 Andrew Cagney <[email protected]>
1543
1544 * gdbarch.sh: Add missing opaque declarations.
1545 * gdbarch.h: Regnerate.
1546 * symtab.h: Add missing opaque declarations.
1547 * value.h, target.h, symfile.h, stabsread.h: Ditto.
1548 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
1549 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
1550 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
1551 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
1552 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
1553 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
1554 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
1555 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
1556 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
1557 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
1558 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
1559 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
1560
18adea3f
AC
15612003-04-11 Andrew Cagney <[email protected]>
1562
1563 * frame.c (get_frame_id): Return this frame's "id".
1564 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
1565 function start.
1566 (legacy_saved_regs_this_id): Replace function body with
1567 internal-error.
1568 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
1569 FRAME_OBSTACK_ZALLOC.
1570 (create_new_frame): Mark the frame ID as valid.
1571
2252e863
AO
15722003-04-11 Alexandre Oliva <[email protected]>
1573
1574 * Makefile.in (libbfd_h): Added missing setting.
1575 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
1576 according to the selected ABI.
1577
a8245ab8
JJ
15782003-04-11 Jeff Johnston <[email protected]>
1579
1580 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
1581
6913c89a
AC
15822003-04-11 Andrew Cagney <[email protected]>
1583
1584 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
1585 SAVED_PC_AFTER_CALL.
1586 * gdbarch.h, gdbarch.c: Regenerate.
1587 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1588 * x86-64-tdep.c (x86_64_init_abi): Update.
1589 * vax-tdep.c (vax_gdbarch_init): Update.
1590 * v850-tdep.c (v850_gdbarch_init): Update.
1591 * sparc-tdep.c (sparc_gdbarch_init): Update.
1592 * sh-tdep.c (sh_gdbarch_init): Update.
1593 * s390-tdep.c (s390_gdbarch_init): Update.
1594 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1595 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1596 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1597 * mips-tdep.c (mips_gdbarch_init): Update.
1598 * mcore-tdep.c (mcore_gdbarch_init): Update.
1599 * m68k-tdep.c (m68k_gdbarch_init): Update.
1600 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1601 * ia64-tdep.c (ia64_gdbarch_init): Update.
1602 (ia64_saved_pc_after_call): Update declaration.
1603 * i386ly-tdep.c (i386lynx_init_abi): Update.
1604 * i386-tdep.c (i386_gdbarch_init): Update.
1605 * hppa-tdep.c (hppa_gdbarch_init): Update.
1606 * h8300-tdep.c (h8300_gdbarch_init): Update.
1607 * frv-tdep.c (frv_gdbarch_init): Update.
1608 * cris-tdep.c (cris_gdbarch_init): Update.
1609 * avr-tdep.c (avr_gdbarch_init): Update.
1610 * arm-tdep.c (arm_gdbarch_init): Update.
1611 * alpha-tdep.c (alpha_gdbarch_init): Update.
1612 * ns32knbsd-nat.c (frame_num_args): Update.
1613 * ns32k-tdep.c (umax_frame_num_args): Update.
1614 * mips-tdep.c (mips_init_frame_pc_first): Update.
1615 * infrun.c (step_over_function): Update.
1616 * i386-linux-tdep.c (skip_hurd_resolver): Update.
1617 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
1618 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1619 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1620 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1621 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
1622 * arm-linux-tdep.c (skip_hurd_resolver): Update.
1623 * arch-utils.c (init_frame_pc_default): Update.
1624 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1625 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
1626 declaration.
1627
38edeab8
AC
16282003-04-11 Andrew Cagney <[email protected]>
1629
1630 * i387-tdep.c: Update copyright.
1631 (i387_to_double): Delete function.
1632 (double_to_i387): Delete function.
1633
81f8a206
AC
16342003-04-10 Andrew Cagney <[email protected]>
1635
1636 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
1637 frame's function's address. Simplify.
1638 (d10v_frame_unwind_cache): Check that the frame's function is
1639 non-zero.
1640
6e691f7a
JB
16412003-04-10 Jim Blandy <[email protected]>
1642
1643 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
1644 call to set_gdbarch_deprecated_push_arguments.
1645
7f78e237
AC
16462003-04-10 Andrew Cagney <[email protected]>
1647
1648 * frame.c (fprint_frame_id): New function.
1649 (fprint_frame_type, fprint_frame): New function.
1650 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
1651 (create_sentinel_frame, get_frame_id): Ditto.
1652 (frame_id_p, frame_id_eq): Ditto.
1653 (frame_id_inner, create_new_frame): Ditto.
1654 (legacy_get_prev_frame, get_prev_frame): Ditto.
1655 (deprecated_update_frame_pc_hack): Ditto.
1656 (frame_register_unwind): Ditto.
1657 (deprecated_update_frame_base_hack): Ditto.
1658
f870b49b
CV
16592003-04-10 Corinna Vinschen <[email protected]>
1660
1661 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
1662 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
1663 frame_chain function.
1664 * Makefile.in: Add dependencies due to above change.
1665
7c86889b
CV
16662003-04-10 Corinna Vinschen <[email protected]>
1667
1668 * blockframe.c (legacy_frame_chain_valid): Move call to
1669 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
1670 inside_entry_file.
1671
d0a55772
AC
16722003-04-09 Andrew Cagney <[email protected]>
1673
1674 * frame.h (struct frame_id): Replace "pc" and "base" with
1675 "stack_addr" and "code_addr". Update comments.
1676 (frame_id_build): Update parameter names and comment.
1677 (struct frame_info): Replace "id_p" and "id" with "this_id".
1678 * dummy-frame.c (dummy_frame_this_id): Update.
1679 * breakpoint.c (print_one_breakpoint): Update.
1680 * frame.c (get_frame_id): Update.
1681 (get_frame_base, frame_id_build): Update.
1682 (create_sentinel_frame, legacy_get_prev_frame): Update.
1683 (deprecated_update_frame_base_hack): Update.
1684 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
1685 (frame_id_inner): Ditto.
1686
ac16bf07
AC
16872003-04-09 Andrew Cagney <[email protected]>
1688
1689 * defs.h (gdb_print_host_address): Make "addr" parameter a
1690 pointer constant.
1691 * utils.c (gdb_print_host_address): Update.
1692
366cfc9e
KB
16932003-04-09 Kevin Buettner <[email protected]>
1694
1695 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
1696 register number for R0 is 0.
1697
cd983b5c
JB
16982003-04-09 J. Brobecker <[email protected]>
1699
1700 * frame.h (struct gdbarch): Add opaque structure definition
1701 to avoid a compilation warning on LynxOS 4.0.
1702
d1340264
AC
17032003-04-09 Andrew Cagney <[email protected]>
1704
1705 * frame.h (struct frame_info): Delete field "pc". Replace
1706 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
1707 structure.
1708 * frame.c (frame_pc_unwind): Update.
1709 (create_sentinel_frame): Do not set "pc".
1710 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
1711 (get_frame_pc): Call frame_pc_unwind.
1712 (deprecated_update_frame_pc_hack): Update.
1713 (create_new_frame): Use "pc" not "->pc".
1714
90a6fffb
AC
17152003-04-09 Andrew Cagney <[email protected]>
1716
1717 * frame.c (get_frame_id): Eliminate code updating "frame".
1718 (legacy_get_prev_frame): Ditto.
1719 (get_frame_base): Return id.base directly.
1720 (deprecated_update_frame_base_hack): Update "id.base".
1721 * frame.h (struct frame_info): Delete field "frame".
1722
2fbce691
AC
17232003-04-09 Andrew Cagney <[email protected]>
1724
1725 * NEWS: Mention that the "Sequent family" is obsolete.
1726 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
1727 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1728 * configure.host: Obsolete i[3456]86-sequent-bsd*,
1729 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
1730 * config/i386/tm-ptx4.h: Obsolete file.
1731 * config/i386/tm-ptx.h: Obsolete file.
1732 * symm-tdep.c: Obsolete file.
1733 * config/i386/symmetry.mt: Obsolete file.
1734 * config/i386/tm-symmetry.h: Obsolete file.
1735 * symm-nat.c: Obsolete file.
1736 * config/i386/nm-symmetry.h: Obsolete file.
1737 * config/i386/xm-symmetry.h: Obsolete file.
1738 * config/i386/symmetry.mh: Obsolete file.
1739 * config/i386/nm-ptx4.h: Obsolete file.
1740 * config/i386/ptx4.mh: Obsolete file.
1741 * config/i386/ptx.mt: Obsolete file.
1742 * config/i386/ptx.mh: Obsolete file.
1743 * config/i386/xm-ptx4.h: Obsolete file.
1744 * config/i386/xm-ptx.h: Obsolete file.
1745
78c43945
AC
17462003-04-09 Andrew Cagney <[email protected]>
1747
1748 Obsolete mips*-*-mach3*.
1749 * NEWS: Mention that mips*-*-mach3* is obsolete.
1750 * m3-nat.c: Obsolete file.
1751 * config/nm-m3.h: Obsolete file.
1752 * config/mips/tm-mipsm3.h: Obsolete file.
1753 * config/mips/mipsm3.mt: Obsolete file.
1754 * config/mips/mipsm3.mh: Obsolete file.
1755 * config/mips/xm-mipsm3.h: Obsolete file.
1756 * mipsm3-nat.c: Obsolete file.
1757 * configure.host: Obsolete mips-dec-mach3*.
1758 * configure.tgt: Obsolete mips*-*-mach3*.
1759
f1908289
AC
17602003-04-09 Andrew Cagney <[email protected]>
1761
1762 * doublest.h: Update copyright.
1763 (deprecated_store_floating, deprecated_extract_floating): Rename
1764 store_floating and extract_floating. Update comments.
1765 * doublest.c: Update copyright.
1766 (extract_floating_by_length): Replace extract_floating.
1767 (store_floating_by_length): Replace store_floating.
1768 (deprecated_extract_floating): New function.
1769 (deprecated_store_floating): New function.
1770 (extract_typed_floating): Call extract_floating_by_length.
1771 (store_typed_floating): Call store_floating_by_length.
1772 * x86-64-tdep.c (x86_64_store_return_value): Update.
1773 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
1774 (sh64_extract_return_value): Update.
1775 (sh_sh4_register_convert_to_virtual): Update.
1776 (sh_sh64_register_convert_to_virtual): Update.
1777 (sh_sh4_register_convert_to_raw): Update.
1778 (sh_sh64_register_convert_to_raw): Update.
1779 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
1780 (rs6000_register_convert_to_raw): Update.
1781 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
1782 (ia64_register_convert_to_raw): Update.
1783 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
1784 (REGISTER_CONVERT_TO_VIRTUAL): Update.
1785 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
1786 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
1787 (alpha_register_convert_to_raw): Update.
1788
4443bd83
AC
17892003-04-08 Andrew Cagney <[email protected]>
1790
1791 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
1792 * gdbarch.h, gdbarch.c: Re-generate.
1793 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
1794 (d10v_gdbarch_init): Do not set saved_pc_after_call.
1795 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
1796 conditionally, use frame_pc_unwind as an alternative. Add
1797 comments.
1798 * arch-utils.c (init_frame_pc_default): Only call
1799 SAVED_PC_AFTER_CALL when available.
1800
c0236d92
EZ
18012003-04-08 Elena Zannoni <[email protected]>
1802
1803 * infrun.c (stop_soon): Rename from stop_soon_quietly.
1804 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
1805 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
1806 (start_remote): Ditto.
1807 (handle_inferior_event): Ditto.
1808 (save_inferior_status): Ditto.
1809 (restore_inferior_status): Ditto.
1810 * infcmd.c (attach_command): Ditto.
1811 * fork-child.c (startup_inferior): Ditto.
1812 * inferior.h (stop_soon): Rename from stop_soon_quietly.
1813 * alpha-tdep.c (heuristic_proc_start): Ditto.
1814 * mips-tdep.c (heuristic_proc_start): Ditto.
1815 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
1816 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
1817 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
1818 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
1819 * remote-vx.c (vx_create_inferior): Ditto.
1820
18212003-04-08 Elena Zannoni <[email protected]>
1822
1823 * infrun.c (stop_soon_quietly): Make it an enum, to better
1824 override the default behavior of handle_inferior_event.
1825 (clear_proceed_status): Update uses of stop_soon_quietly to
1826 reflect that it is now an enum.
1827 (start_remote): Ditto.
1828 (handle_inferior_event): Change logic a bit if stop_soon_quietly
1829 is set to handle the new GNU/Linux kernel behavior for
1830 attach/sigstop. Update uses of stop_soon_quietly.
1831 * inferior.h (enum stop_kind): New enum.
1832 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
1833 Reset normal handle_inferior_event behavior, afterwards.
1834 * fork-child.c (startup_inferior): Update.
1835 * alpha-tdep.c (heuristic_proc_start): Update.
1836 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
1837 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
1838 * solib-osf.c (osf_solib_create_inferior_hook): Update.
1839 * solib-irix.c (irix_solib_create_inferior_hook): Update.
1840 * remote-vx.c (vx_create_inferior): Update.
1841 * mips-tdep.c (heuristic_proc_start): Update.
1842
1211bce3
EZ
18432003-04-07 Elena Zannoni <[email protected]>
1844
1845 * disasm.c (dump_insns): Move variables inside loop, or they will
1846 be freed more than once, causing wild memory corruptions.
1847 (gdb_disassembly): Look for the substring "-thread",
1848 instead of "-threads" in the target name, to make sure to find
1849 the 'multi-thread' target. Also, make sure we do the right thing
1850 with the "core" target.
1851
f0ef6b29
KB
18522003-04-07 Kevin Buettner <[email protected]>
1853
1854 * mips-tdep.c (mips_print_fp_register): New function, created from
1855 do_fp_register_row(). Registers are now (also) printed as hex.
1856 Only one register is printed per row.
1857 (mips_print_register, do_fp_register_row): Print floating point
1858 registers with mips_print_fp_register().
1859
8cf71652
AC
18602003-04-06 Andrew Cagney <[email protected]>
1861
5e488a7b
AC
1862 * valprint.h (inspect_it): Add extern declaration.
1863 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
1864 (selectors_info, classes_info): Ditto.
1865 (find_objc_msgcall): Fix indentation.
1866 (objc_printstr): Delete extern declarations.
1867
8cf71652
AC
1868 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
1869
e6ba3bc9
AC
18702003-04-06 Andrew Cagney <[email protected]>
1871
1872 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
1873 Update comment.
1874 * frame.c (legacy_saved_regs_this_id): Update.
1875 (legacy_get_prev_frame): Update.
1876 * xstormy16-tdep.c: Update comment.
1877 * sparc-tdep.c (sparc_frame_chain): Update comment.
1878 * blockframe.c (legacy_frame_chain_valid): Update.
1879
55e1d7e7
AC
18802003-04-06 Andrew Cagney <[email protected]>
1881
996179ee
AC
1882 * valprint.c (val_print_type_code_int): Delete #ifdef
1883 PRINT_TYPELESS_INTEGER code.
1884
55e1d7e7
AC
1885 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
1886 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
1887 multi-arch definition.
1888 * gdbarch.h: Re-generate.
1889
43bd9a9e
AC
18902003-04-05 Andrew Cagney <[email protected]>
1891
1892 Eliminate FRAME_FIND_SAVED_REGS.
1893 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1894 Change FSR parameter to a pointer.
1895 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
1896 Assume FSR parameter is a pointer.
1897 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
1898 Make fsr a pointer.
1899 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
1900 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
1901 saved_regs a pointer.
1902 (hppa_frame_saved_pc): Ditto.
1903 (find_dummy_frame_regs): Make frame_saved_regs a pointer
1904 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
1905 pointer.
1906 (restore_pc_queue): Make fsr a pointer.
1907 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
1908 (hppa_frame_chain): Make saved_regs a pointer, call
1909 hppa_frame_init_saved_regs.
1910 * sparc-tdep.c: Include "gdb_assert.h".
1911 (sparc_frame_find_saved_regs): Replace internal_error with
1912 gdb_assert.
1913 * remote-vxsparc.c (vx_read_register): Delete reference to
1914 FRAME_FIND_SAVED_REGS.
1915 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
1916 * gdbarch.h: Regenerate.
1917 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
1918 (deprecated_get_frame_saved_regs): Delete declaration.
1919 (struct frame_saved_regs): Delete definition.
1920 * frame.c (deprecated_get_frame_saved_regs): Delete function.
1921 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
1922 (hppa_frame_find_saved_regs): Delete declaration.
1923 (FRAME_FIND_SAVED_REGS): Delete macro.
1924 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
1925 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
1926 FRAME_FIND_SAVED_REGS in comment.
1927
be41e9f4
AC
19282003-04-05 Andrew Cagney <[email protected]>
1929
1930 * frame.c (frame_func_unwind, get_frame_func): New functions.
1931 * frame.h (get_frame_func, frame_func_unwind): Declare.
1932 (struct frame_info): Add field "prev_func" for caching the
1933 previous frame's function address.
1934 * arm-tdep.c (arm_frameless_function_invocation): Combine
1935 get_pc_function_start and get_frame_pc into get_frame_func.
1936 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1937 (sh64_nofp_frame_init_saved_regs): Ditto.
1938 * s390-tdep.c (s390_function_start): Ditto.
1939 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
1940 (rs6000_frameless_function_invocation): Ditto.
1941 (rs6000_frame_saved_pc): Ditto.
1942 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
1943 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
1944 * i386-tdep.c (i386_frameless_signal_p): Ditto.
1945 (i386_frame_init_saved_regs): Ditto.
1946 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
1947 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
1948 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
1949 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
1950 * blockframe.c (frameless_look_for_prologue): Ditto.
1951
a01dd7cc
AC
19522003-04-05 Andrew Cagney <[email protected]>
1953
1954 * frame.c (legacy_get_prev_frame): Link prev to next at the
1955 function start. Update comments.
1956
5e5592e6
AC
19572003-04-05 Andrew Cagney <[email protected]>
1958
1959 * frame.c (get_frame_id): Update comment.
1960 (legacy_get_prev_frame): Update comment.
1961 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
1962 * gdbarch.h: Regenerate.
1963 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
1964 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
1965
6fba5002
AC
19662003-04-05 Andrew Cagney <[email protected]>
1967
1968 * stack.c (print_frame_info): Use get_frame_pc.
1969
7df05f2b
AC
19702003-04-04 Andrew Cagney <[email protected]>
1971
1972 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
1973 the frame's type from the unwinder.
1974 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
1975 (create_new_frame, legacy_get_prev_frame): When the unwinder's
1976 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
1977 (get_frame_base_address): Use get_frame_type.
1978 (get_frame_locals_address, get_frame_args_address): Ditto.
1979 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
1980 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
1981 (struct frame_info): Add comment explaining why the frame contains
1982 a "type" field.
1983 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
1984 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
1985 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
1986 NORMAL_FRAME.
1987 * frame-unwind.h: Include "frame.h".
1988 (struct frame_unwind): Add "type" field.
1989 * Makefile.in (frame_unwind_h): Add $(frame_h).
1990
11889732
AC
19912003-04-04 Andrew Cagney <[email protected]>
1992
1993 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
1994 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
1995 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
1996 get_frame_base.
1997 (d10v_unwind_dummy_id): Use frame_id_build.
1998 * frame.c (find_frame_sal): Use get_frame_pc.
1999 (create_new_frame): Use deprecated_update_frame_pc_hack and
2000 deprecated_update_frame_base_hack.
2001 (create_sentinel_frame): Add comment about ->pc going away.
2002 (get_prev_frame): Add comment about ->pc going away.
2003 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
2004 frame_id_build, deprecated_update_frame_pc_hack and
2005 deprecated_update_frame_base_hack.
2006 (select_frame): Use get_frame_pc.
2007 (legacy_saved_regs_this_id): Use frame_id_build.
2008
50c46a0d
EZ
20092003-04-04 Elena Zannoni <[email protected]>
2010
2011 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
2012 signed integer case.
2013 (classify_argument): Handle enumerations and references.
2014
50bbdbd9
AC
20152003-04-04 Andrew Cagney <[email protected]>
2016
2017 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
2018 ID to NULL.
2019
36018d2e
AF
20202003-04-01 Adam Fedor <[email protected]>
2021
2022 * gdb/objc-lang.c (selectors_info): Replace calls to
2023 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
2024 SYMBOL_NATURAL_NAME.
2025 (classes_info, find_methods): Likewise.
2026
35cec841
KB
20272003-04-03 Kevin Buettner <[email protected]>
2028
2029 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
2030 ``mach'' to the value determined by bfd_default_set_arch_mach().
2031
43136899
BR
20322003-04-02 Bob Rossi <[email protected]>
2033
2034 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
2035 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
2036 (mi-cmd-file.o): Update dependencies.
2037
040b99fd
KB
20382003-04-01 Kevin Buettner <[email protected]>
2039
2040 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
2041 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
2042
9a3d7dfd
AF
20432003-04-01 Adam Fedor <[email protected]>
2044
2045 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
2046 * language.h (struct language_defn): Add la_demangle.
2047 (language_demangle): Declare.
2048 * language.c (language_demangle): New function.
2049 (unk_lang_demangle): Likewise.
2050 (unknown_language_defn, auto_language_defn, local_language_defn):
2051 Add ukn_lang_demangle.
2052 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
2053 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
2054 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
2055 (cplus_language_defn): Add cplus_demangle for la_demangle element.
2056 * jv-lang.c (java_demangle): New function
2057 (java_language_defn): Use it for la_demangle element.
2058 * objc-lang.c (objc_demangle): Add options argument
2059 (objc_language_defn): Use objc_demangle for la_demangle element.
2060 * maint.c (maintenance_demangle): Replace switch with
2061 call to language_demangle.
2062 * utils.c (fprintf_symbol_filtered): Likewise.
2063
5e074003
AC
20642003-04-01 Andrew Cagney <[email protected]>
2065
2066 * printcmd.c (print_frame_nameless_args): Delete #ifdef
2067 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
2068 PRINT_TYPELESS_INTEGER.
2069 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
2070 PUSH_RETURN_ADDRESS.
2071
270cb5d6
AC
20722003-04-01 Andrew Cagney <[email protected]>
2073
2074 * Makefile.in (d10v-tdep.o): Update dependencies.
2075 * d10v-tdep.c: Include "frame-base.h".
2076 (d10v_frame_unwind): Make constant.
2077 (d10v_frame_base_address): New function.
2078 (d10v_frame_base): New variable.
2079 (d10v_gdbarch_init): Set frame_base default.
2080 (struct d10v_unwind_cache): Add the field "prev_sp". Update
2081 comment for base.
2082 (d10v_frame_unwind_cache): Set and use "prev_sp".
2083 (d10v_frame_this_id): Use the previous frame's inner most stack
2084 address and this frame's func address for the frame ID. Use
2085 frame_id_build. Don't analyze beyond the current instruction.
2086
6bfb3e36
AC
20872003-04-01 Andrew Cagney <[email protected]>
2088
2089 * frame.h (get_frame_locals_address, get_frame_args_address):
2090 Refer to the base address, instead of the address of the first
2091 local or parameter.
2092
da62e633
AC
20932003-04-01 Andrew Cagney <[email protected]>
2094
2095 Add frame debug info addresses:
2096 * frame-base.c: New file.
2097 * frame-base.h: New file.
2098 * frame.h (struct frame_base): Add opaque declaration.
2099 (get_frame_base): Update comment.
2100 (get_frame_base_address): Declare.
2101 (get_frame_locals_address): Declare.
2102 (get_frame_args_address): Declare.
2103 (struct frame_info): Add "base" and "base_cache". Update
2104 comments on the unwinder.
2105 * frame.c: Include "frame-base.h".
2106 (get_frame_locals_address): New function.
2107 (get_frame_base_address): New function.
2108 (get_frame_args_address): New function.
2109 * findvar.c (read_var_value): Use get_frame_locals_address and
2110 get_frame_args_address.
2111 * stack.c (frame_info): Use get_frame_locals_address and
2112 get_frame_args_address.
2113 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
2114 moved to "frame-base.c".
2115 * printcmd.c (print_frame_nameless_args): Ditto.
2116 * symtab.h (address_class): Update comments.
2117 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
2118 get_frame_base_address.
2119 * dwarf2expr.c (execute_stack_op): Ditto.
2120 * Makefile.in (frame_base_h): Define.
2121 (frame.o): Update dependencies.
2122 (frame-base.o): Add dependencies.
2123 (SFILES): Add frame-base.c.
2124 (COMMON_OBS): Add frame-base.o.
2125
3d30e9c2
AC
21262003-04-01 Andrew Cagney <[email protected]>
2127
2128 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
2129 CALL_DUMMY_LENGTH): Ditto.
2130 * gdbarch.c: Re-generate.
2131 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
2132 (CALL_DUMMY_LENGTH): Delete macro.
2133 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
2134 * arm-tdep.c (arm_gdbarch_init): Ditto.
2135 * avr-tdep.c (avr_gdbarch_init): Ditto.
2136 * cris-tdep.c (cris_gdbarch_init): Ditto.
2137 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2138 * frv-tdep.c (frv_gdbarch_init): Ditto.
2139 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2140 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2141 * i386-tdep.c (i386_gdbarch_init): Ditto.
2142 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2143 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2144 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2145 * mips-tdep.c (mips_gdbarch_init): Ditto.
2146 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2147 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2148 * s390-tdep.c (s390_gdbarch_init): Ditto.
2149 * sh-tdep.c (sh_gdbarch_init): Ditto.
2150 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2151 * v850-tdep.c (v850_gdbarch_init): Ditto.
2152 * vax-tdep.c (vax_gdbarch_init): Ditto.
2153 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2154
ce0c7262
CV
21552003-04-01 Corinna Vinschen <[email protected]>
2156
2157 * frame.c (get_prev_frame): Disable call to inside_entry_file().
2158
73dd234f
AC
21592003-04-01 Andrew Cagney <[email protected]>
2160
2161 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
2162 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2163 * gdbarch.h, gdbarch.c: Re-generate.
2164 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2165 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2166 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2167 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
2168 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2169 * infcmd.c (run_stack_dummy): Simplify assuming
2170 CALL_DUMMY_BREAKPOINT_OFFSET_P.
2171 * infrun.c (handle_inferior_event): Ditto.
2172 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2173 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
2174 * arm-tdep.c (arm_gdbarch_init): Ditto.
2175 * avr-tdep.c (avr_gdbarch_init): Ditto.
2176 * cris-tdep.c (cris_gdbarch_init): Ditto.
2177 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2178 * frv-tdep.c (frv_gdbarch_init): Ditto.
2179 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2180 * i386-tdep.c (i386_gdbarch_init): Ditto.
2181 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2182 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2183 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2184 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2185 * mips-tdep.c (mips_gdbarch_init): Ditto.
2186 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2187 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2188 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2189 * s390-tdep.c (s390_gdbarch_init): Ditto.
2190 * sh-tdep.c (sh_gdbarch_init): Ditto.
2191 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2192 * v850-tdep.c (v850_gdbarch_init): Ditto.
2193 * vax-tdep.c (vax_gdbarch_init): Ditto.
2194 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2195
97606a13
DJ
21962003-04-01 Daniel Jacobowitz <[email protected]>
2197
2198 * symfile.c (symfile_relocate_debug_section): Update call to
2199 bfd_simple_get_relocated_section_contents.
2200
e8ab51f7
AC
22012003-03-31 Andrew Cagney <[email protected]>
2202
2203 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
2204 * gdbarch.h, gdbarch.c: Regenerate.
2205 * inferior.h (FIX_CALL_DUMMY): Delete macro.
2206 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
2207 available.
2208 * frame.h (generic_fix_call_dummy): Delete declaration.
2209 * dummy-frame.h: Update comment.
2210 * dummy-frame.c (generic_fix_call_dummy): Delete function.
2211 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2212 fix_call_dummy.
2213 * sh-tdep.c (sh_gdbarch_init): Ditto.
2214 * s390-tdep.c (s390_gdbarch_init): Ditto.
2215 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2216 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2217 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2218 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2219 * i386-tdep.c (i386_gdbarch_init): Ditto.
2220 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2221 * frv-tdep.c (frv_gdbarch_init): Ditto.
2222 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2223 * cris-tdep.c (cris_gdbarch_init): Ditto.
2224 * avr-tdep.c (avr_gdbarch_init): Ditto.
2225 * arm-tdep.c (arm_gdbarch_init): Ditto.
2226
018d1b48
JB
22272003-03-31 J. Brobecker <[email protected]>
2228
2229 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
2230 (INIT_FRAME_AP): Likewise.
2231 (EXTRA_FRAME_INFO): Likewise.
2232
e9a2674e
AC
22332003-03-31 Andrew Cagney <[email protected]>
2234
2235 * gdbarch.sh: Include "symfile.h".
2236 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
2237 * gdbarch.h, gdbarch.c: Re-generate.
2238 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
2239 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2240 call_dummy_address, the default is at entry_point_address.
2241 * v850-tdep.c (v850_gdbarch_init): Ditto.
2242 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2243 * sh-tdep.c (sh_gdbarch_init): Ditto.
2244 * s390-tdep.c (s390_gdbarch_init): Ditto.
2245 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2246 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2247 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2248 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2249 * i386-tdep.c (i386_gdbarch_init): Ditto.
2250 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2251 * frv-tdep.c (frv_gdbarch_init): Ditto.
2252 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2253 * cris-tdep.c (cris_gdbarch_init): Ditto.
2254 * arm-tdep.c (arm_gdbarch_init): Ditto.
2255
e8a8712a
AC
22562003-03-31 Andrew Cagney <[email protected]>
2257
2258 * gdbarch.sh (CALL_DUMMY_P): Delete.
2259 * gdbarch.h, gdbarch.c: Re-generate.
2260 * inferior.h (CALL_DUMMY_P): Delete macro.
2261 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2262 * vax-tdep.c (vax_gdbarch_init): Update.
2263 * v850-tdep.c (v850_gdbarch_init): Update.
2264 * sparc-tdep.c (sparc_gdbarch_init): Update.
2265 * sh-tdep.c (sh_gdbarch_init): Update.
2266 * s390-tdep.c (s390_gdbarch_init): Update.
2267 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2268 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2269 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2270 * mips-tdep.c (mips_gdbarch_init): Update.
2271 * mcore-tdep.c (mcore_gdbarch_init): Update.
2272 * m68k-tdep.c (m68k_gdbarch_init): Update.
2273 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2274 * ia64-tdep.c (ia64_gdbarch_init): Update.
2275 * i386-tdep.c (i386_gdbarch_init): Update.
2276 * h8300-tdep.c (h8300_gdbarch_init): Update.
2277 * frv-tdep.c (frv_gdbarch_init): Update.
2278 * d10v-tdep.c (d10v_gdbarch_init): Update.
2279 * cris-tdep.c (cris_gdbarch_init): Update.
2280 * breakpoint.c (deprecated_frame_in_dummy): Update.
2281 * avr-tdep.c (avr_gdbarch_init): Update.
2282 * alpha-tdep.c (alpha_gdbarch_init): Update.
2283 * arm-tdep.c (arm_gdbarch_init): Update.
2284 * dummy-frame.c (dummy_frame_this_id): Update comments.
2285 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
2286 * frame.c (legacy_get_prev_frame): Ditto.
2287 * valops.c (call_function_by_hand): Delete function.
2288 (hand_function_call): Rename to call_function_by_hand
2289
ed234cf8
AC
22902003-03-30 Andrew Cagney <[email protected]>
2291
2292 2002-11-10 Klee Dienes <[email protected]>
2293 * value.h (struct value): Update comment.
2294
06c77151
AC
22952003-03-30 Andrew Cagney <[email protected]>
2296
6c2b5168
AC
2297 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
2298 D10V_FP_REGNUM.
2299 (d10v_gdbarch_init): Do not set fp_regnum.
2300
06c77151
AC
2301 * frame.c (get_frame_base): Force ID initialization.
2302 (get_prev_frame): Move computation of the frame ID from here ...
2303 (get_frame_id): ... to here.
2304 (legacy_get_prev_frame): Mark the frame ID as valid.
2305 * frame.h (struct frame_info): Add field "id_p".
2306
97a1a11c
MK
23072003-03-30 Mark Kettenis <[email protected]>
2308
2309 * i386-tdep.c (i386_store_struct_return): Removed.
2310 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
2311
6c0e89ed
AC
23122003-03-30 Andrew Cagney <[email protected]>
2313
2314 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
2315 * gdbarch.h, gdbarch.c: Regenerate.
2316 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
2317 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2318 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2319 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2320 * i386-tdep.c (i386_gdbarch_init): Ditto.
2321 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2322 * cris-tdep.c (cris_gdbarch_init): Ditto.
2323 * vax-tdep.c (vax_gdbarch_init): Ditto.
2324 * s390-tdep.c (s390_gdbarch_init): Ditto.
2325 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2326 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2327 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2328 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
2329 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2330 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
2331 * sparc-tdep.c (sparc_gdbarch_init): Update.
2332 * sh-tdep.c (sh_gdbarch_init): Update.
2333 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2334 * mips-tdep.c (mips_gdbarch_init): Update.
2335 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2336 * ia64-tdep.c (ia64_gdbarch_init): Update.
2337 * frv-tdep.c (frv_gdbarch_init): Update.
2338 * avr-tdep.c (avr_gdbarch_init): Update.
2339 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
2340 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
2341 instead of when push_dummy_call is not available.
2342
f7dd6af2
AC
23432003-03-30 Andrew Cagney <[email protected]>
2344
2345 * infttrace.c: Include "gdbthread.h".
2346 (parent_attach_all): Fix function signature.
2347 (call_ptrace): Update call.
2348 * Makefile.in (infttrace.o): Update dependencies.
2349
28f617b3
AC
23502003-03-30 Andrew Cagney <[email protected]>
2351
2352 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
2353 PUSH_RETURN_ADDRESS.
2354 * gdbarch.h, gdbarch.c: Regenerate.
2355 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2356 * x86-64-tdep.c (x86_64_init_abi): Update.
2357 * v850-tdep.c (v850_gdbarch_init): Update.
2358 * sparc-tdep.c (sparc_gdbarch_init): Update.
2359 * sh-tdep.c (sh_gdbarch_init): Update.
2360 * s390-tdep.c (s390_gdbarch_init): Update.
2361 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2362 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2363 * mips-tdep.c (mips_gdbarch_init): Update.
2364 * mcore-tdep.c (mcore_gdbarch_init): Update.
2365 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2366 * ia64-tdep.c (ia64_gdbarch_init): Update.
2367 * i386-tdep.c (i386_gdbarch_init): Update.
2368 * h8300-tdep.c (h8300_gdbarch_init): Update.
2369 * frv-tdep.c (frv_gdbarch_init): Update.
2370 * cris-tdep.c (cris_gdbarch_init): Update.
2371 * avr-tdep.c (avr_gdbarch_init): Update.
2372 * arm-tdep.c (arm_gdbarch_init): Update.
2373 * valops.c (hand_function_call): Update.
2374
4d628cd7
AC
23752003-03-29 Andrew Cagney <[email protected]>
2376
2377 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
2378 sizeof_call_dummy_words.
2379 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
2380 define.
2381 * gdbarch.h: Regenerate.
2382
65e82032
AC
23832003-03-29 Andrew Cagney <[email protected]>
2384
2385 * infttrace.h: New file.
2386 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
2387 (hpread_get_textlow): Detect an uninitialized dn_bufp.
2388 (hpread_read_doc_function_type): Detect an initialized type1.
2389 (hpread_quick_traverse): Initialize mod_name_string.
2390 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
2391 (som_solib_get_solib_by_pc): Declare.
2392 (so_lib_thread_start_addr): Declare.
2393 (no_shared_libraries): Declare.
2394 * somread.c (init_import_symbols): Make static. Add forward
2395 declaration.
2396 * config/pa/nm-hppah.h: Include "infttrace.h" for
2397 parent_attach_all.
2398 (hppa_insert_hw_watchpoint): Declare.
2399 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
2400 * hppah-nat.c: Include "gdb_string.h".
2401 (parent_attach_all): Delete extern declaration, moved to
2402 "infttrace.h".
2403 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
2404 int.
2405 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
2406 * Makefile.in (infttrace_h): Define.
2407 (hpread.o): Update dependencies.
2408 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
2409 * hppa-hpux-tdep.c: Include "gdb_string.h".
2410 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
2411 * infrun.c (handle_inferior_event): Always initialize
2412 stepped_after_stopped_by_watchpoint. Add default and remove
2413 fallthrough in switch statement.
2414 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
2415 parameter to int.
2416 (hppa_remove_hw_watchpoint): Ditto.
2417
2c3bbe77
AC
24182003-03-29 Andrew Cagney <[email protected]>
2419
2420 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
2421 offset.
2422
2dd604e7
RE
24232003-03-29 Richard Earnshaw <[email protected]>
2424
2425 * arm-tdep.c (arm_push_arguments): Delete.
2426 (struct stack_item): New type.
2427 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
2428 (arm_store_struct_return): Delte.
2429 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
2430 arm_push_arguments or arm_store_struct_return.
2431
e8933a55
AC
24322003-03-28 Andrew Cagney <[email protected]>
2433
2434 * Makefile.in (d10v-tdep.o): Update dependencies.
2435 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
2436 * d10v-tdep.c: Include "remote.h".
2437 (target_resume_hook): Delete extern declaration.
2438 (target_wait_loop_hook): Ditto.
2439 (tdisassemble_command): Eliminate assignment in "if" conditional.
2440 (d10v_ts2_register_sim_regno): Eliminate call to
2441 legacy_register_sim_regno.
2442 (d10v_ts3_register_sim_regno): Ditto.
2443
6949171e
JJ
24442003-03-28 Jeff Johnston <[email protected]>
2445
2446 * thread.c: Reindented.
2447 * lin-lwp.c: Ditto.
2448 * linux-proc.c: Ditto.
2449
98c7071f
BR
24502003-03-28 Bob Rossi <[email protected]>
2451
2452 * MAINTAINERS (write after approval): Add myself.
2453
5edc9ca6
TR
24542003-03-27 Theodore A. Roth <[email protected]>
2455
2456 * objc-exp.y: Add missing semi-colons.
2457
378bfd1b
AC
24582003-03-27 Andrew Cagney <[email protected]>
2459
2460 * regcache.c (write_sp): Delete function and references.
2461 * inferior.h (write_sp): Delete declaration.
2462 * valops.c (hand_function_call): Replace write_sp with
2463 TARGET_WRITE_SP.
2464 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
2465 (sparc_pop_frame): Ditto.
2466
56056df7
AC
24672003-03-27 Andrew Cagney <[email protected]>
2468
2469 * NEWS: Mention removal of support for hppa*-*-bsd* and
2470 hppa*-*-osf* natives, and hppa*-*-pro* target.
2471 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
2472 * config/pa/xm-pa.h: Obsolete file.
2473 * config/pa/xm-hppab.h: Obsolete file.
2474 * config/pa/nm-hppab.h: Obsolete file.
2475 * config/pa/tm-hppab.h: Obsolete file.
2476 * config/pa/tm-hppao.h: Obsolete file.
2477 * config/pa/nm-hppao.h: Obsolete file.
2478 * config/pa/tm-pro.h: Obsolete file.
2479 * config/pa/hppaosf.mt: Obsolete file.
2480 * config/pa/hppaosf.mh: Obsolete file.
2481 * config/pa/hppapro.mt: Obsolete file.
2482 * config/pa/hppabsd.mt: Obsolete file.
2483 * config/pa/hppabsd.mh: Obsolete file.
2484 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
2485 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
2486 hppa*-*-osf*.
2487
5873a88d
AC
24882003-03-27 Andrew Cagney <[email protected]>
2489
2490 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
2491 push_arguments. Don't set push_return_address or write_sp.
2492 (d10v_push_dummy_call): Replace d10v_push_arguments.
2493 (d10v_push_return_address, d10v_write_sp): Delete function,
2494 handled by push_dummy_call.
2495
b81774d8
AC
24962003-03-26 Andrew Cagney <[email protected]>
2497
2498 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
2499 (push_dummy_call): New pure multi-arch replacement with gdbarch,
2500 regcache and dummy_addr parameters.
2501 * gdbarch.h, gdbarch.c: Re-generate.
2502 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
2503 available; assume it will handle stack alignment and return
2504 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
2505 legacy_push_arguments.
2506 (legacy_push_arguments): Rename default_push_arguments.
2507 * value.h (legacy_push_arguments): Rename default_push_arguments.
2508 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
2509 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2510 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2511 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
2512 * config/i386/tm-symmetry.h: Update.
2513 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2514 * x86-64-tdep.c (x86_64_init_abi): Update.
2515 * v850-tdep.c (v850_gdbarch_init): Update.
2516 * sparc-tdep.c (sparc_gdbarch_init): Update.
2517 * sh-tdep.c (sh_gdbarch_init): Update.
2518 * s390-tdep.c (s390_gdbarch_init): Update.
2519 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2520 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2521 * mips-tdep.c (mips_gdbarch_init): Update.
2522 * mcore-tdep.c (mcore_gdbarch_init): Update.
2523 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2524 * ia64-tdep.c (ia64_gdbarch_init): Update.
2525 * i386-tdep.c (i386_gdbarch_init): Update.
2526 * hppa-tdep.c (hppa_gdbarch_init): Update.
2527 * h8300-tdep.c (h8300_gdbarch_init): Update.
2528 * frv-tdep.c (frv_gdbarch_init): Update.
2529 * d10v-tdep.c (d10v_gdbarch_init): Update.
2530 * cris-tdep.c (cris_gdbarch_init): Update.
2531 * avr-tdep.c (avr_gdbarch_init): Update.
2532 * arm-tdep.c (arm_gdbarch_init): Update.
2533 * arm-linux-tdep.c (arm_linux_init_abi): Update.
2534 * alpha-tdep.c (alpha_gdbarch_init): Update.
2535
f541410f
DJ
25362003-03-26 Daniel Jacobowitz <[email protected]>
2537
2538 * signals/signals.c (do_target_signal_to_host): Correct realtime
2539 signal range test.
2540
69f567ae
DJ
25412003-03-26 Daniel Jacobowitz <[email protected]>
2542
2543 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
2544 (struct sal_chain, map_catch_names): Remove.
2545 (catch_exception_command_1): Don't call
2546 handle_gnu_4_16_catch_command.
2547
d5d14a5a
DJ
25482003-03-26 Daniel Jacobowitz <[email protected]>
2549
2550 From Mark Dettinger <[email protected]>:
2551 * dwarf2cfi.c (read_2u): Increment pointer by two.
2552
bdd73e22
DJ
25532003-03-26 Daniel Jacobowitz <[email protected]>
2554
2555 * signals/signals.c: Fix typos in last change.
2556
960cb555
DJ
25572003-03-26 Daniel Jacobowitz <[email protected]>
2558
2559 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
2560 not already defined. Use __SIGRTMIN if available.
2561 (target_signal_from_host): Remove SIGRTMIN block.
2562 (do_target_signal_to_host): Remove SIGRTMIN block; check that
2563 the signal is within the realtime range.
2564
f636b87d
AF
25652003-03-25 Adam Fedor <[email protected]>
2566
2567 * Makefile.in (infrun.o): Add $(language_h)
2568 * infrun.c (handle_inferior_event): Use skip_language_trampoline
2569 for language specific trampolines.
2570 * language.h (struct language_defn): Add skip_trampoline.
2571 (skip_language_trampoline): Declare.
2572 * language.c (unk_lang_trampoline, skip_language_trampoline):
2573 New functions.
2574 (unknown_language_defn, auto_language_defn, local_language_defn):
2575 Add ukn_lang_trampoline.
2576 * ada-lang.c (ada_language_defn): Add NULL for language
2577 specific skip_trampoline.
2578 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
2579 scm-lang.c: Likewise.
2580 * objc-lang.c (objc_skip_trampoline): New function.
2581 (objc_language_defn): Add objc_skip_trampoline.
2582
28f617b3 25832003-03-25 Andrew Cagney <[email protected]>
270c3b1d
AC
2584
2585 * frame.c (get_prev_frame): Delay validating a frame's ID -
2586 non-NULL, didn't go backwards - until an attempt to unwind it to
2587 the previous frame.
2588
f933a9c5
AC
25892003-03-25 Andrew Cagney <[email protected]>
2590
2591 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
2592 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
2593 * gdbarch.h, gdbarch.c: Re-generate.
2594 * config/sparc/tm-sparc.h
2595 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
2596 * sparc-tdep.c (sparc_gdbarch_init): Set
2597 deprecated_extra_stack_alignment_needed.
2598 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
2599 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
2600 extra_stack_alignment_needed.
2601 * v850-tdep.c (v850_gdbarch_init): Ditto.
2602 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2603 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2604 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2605 * cris-tdep.c (cris_gdbarch_init): Ditto.
2606 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2607 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2608
4183d812
AC
26092003-03-25 Andrew Cagney <[email protected]>
2610
2611 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
2612 STORE_STRUCT_RETURN.
2613 * gdbarch.h, gdbarch.c: Regenerate.
2614 * d10v-tdep.c (d10v_store_struct_return): Delete function.
2615 (d10v_push_arguments): Set the struct return register.
2616 (d10v_gdbarch_init): Update.
2617 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2618 * x86-64-tdep.c (x86_64_init_abi): Update.
2619 * vax-tdep.c (vax_gdbarch_init): Update.
2620 * v850-tdep.c (v850_gdbarch_init): Update.
2621 * sparc-tdep.c (sparc_gdbarch_init): Update.
2622 * sh-tdep.c (sh_gdbarch_init): Update.
2623 * s390-tdep.c (s390_gdbarch_init): Update.
2624 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2625 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2626 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2627 * mips-tdep.c (mips_gdbarch_init): Update.
2628 * mcore-tdep.c (mcore_gdbarch_init): Update.
2629 * m68k-tdep.c (m68k_gdbarch_init): Update.
2630 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2631 * ia64-tdep.c (ia64_gdbarch_init): Update.
2632 * i386-tdep.c (i386_gdbarch_init): Update.
2633 * hppa-tdep.c (hppa_gdbarch_init): Update.
2634 * h8300-tdep.c (h8300_gdbarch_init): Update.
2635 * frv-tdep.c (frv_gdbarch_init): Update.
2636 * cris-tdep.c (cris_gdbarch_init): Update.
2637 * avr-tdep.c (avr_gdbarch_init): Update.
2638 * arm-tdep.c (arm_gdbarch_init): Update.
2639 * alpha-tdep.c (alpha_gdbarch_init): Update.
2640
1bf6d5cc
AC
26412003-03-25 Andrew Cagney <[email protected]>
2642
2643 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
2644 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
2645 CALL_DUMMY_STACK_ADJUST with a predicate variable.
2646 * gdbarch.h, gdbarch.c: Regenerate.
2647 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2648 call_dummy_stack_adjust_p.
2649 * vax-tdep.c (vax_gdbarch_init): Ditto.
2650 * v850-tdep.c (v850_gdbarch_init): Ditto.
2651 * sh-tdep.c (sh_gdbarch_init): Ditto.
2652 * s390-tdep.c (s390_gdbarch_init): Ditto.
2653 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2654 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2655 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2656 * mips-tdep.c (mips_gdbarch_init): Ditto.
2657 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2658 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2659 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2660 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2661 * i386-tdep.c (i386_gdbarch_init): Ditto.
2662 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2663 * frv-tdep.c (frv_gdbarch_init): Ditto.
2664 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2665 * cris-tdep.c (cris_gdbarch_init): Ditto.
2666 * avr-tdep.c (avr_gdbarch_init): Ditto.
2667 * arm-tdep.c (arm_gdbarch_init): Ditto.
2668 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2669 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2670 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
2671 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
2672 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
2673 call_dummy_stack_adjust_p.
2674 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
2675 (CALL_DUMMY_STACK_ADJUST): Delete macro.
2676 * sparc-tdep.c (sparc32_push_arguments): Update.
2677 * valops.c (hand_function_call): Update.
2678
71c08af0
CV
26792003-03-25 Corinna Vinschen <[email protected]>
2680
2681 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
2682 set_gdbarch_char_signed.
2683
30757f90
RE
26842003-03-25 Richard Earnshaw <[email protected]>
2685
2686 PR cli/548
2687 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
2688
03d48a7d
RE
26892003-03-25 Richard Earnshaw <[email protected]>
2690
2691 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
2692 (_initialize_arm_tdep): Don't set tm_print_insn.
2693
2cf6873c
AF
26942003-03-24 Adam Fedor <[email protected]>
2695
2696 * Makefile.in (YYOBJ): Add objc-exp.tab.o
2697 * objc-lang.h: Add multiple inclusion protection.
2698 (start_msglist, add_msglist, end_msglist): Additional declarations.
2699
17c0759e
RE
27002003-03-24 Richard Earnshaw <[email protected]>
2701
2702 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
2703 value was renamed to ARM_FLOAT_SOFT_FPA.
2704
618ce49f
AC
27052003-03-23 Andrew Cagney <[email protected]>
2706
2707 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
2708 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
2709 * gdbarch.h, gdbarch.c: Regenerate.
2710 * valops.c (hand_function_call): Update.
2711 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2712 * frame.c (legacy_saved_regs_this_id): Update.
2713 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
2714 * dummy-frame.h: Update.
2715 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
2716 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
2717 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
2718 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
2719 * config/m68k/tm-sun3.h: Update.
2720 * blockframe.c (inside_main_func, frame_chain_valid): Update.
2721 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2722 * x86-64-tdep.c (x86_64_init_abi): Update.
2723 * vax-tdep.c (vax_gdbarch_init): Update.
2724 * v850-tdep.c (v850_gdbarch_init): Update.
2725 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
2726 * sh-tdep.c (sh_gdbarch_init): Update.
2727 * s390-tdep.c (s390_gdbarch_init): Update.
2728 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2729 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
2730 (frame_get_saved_regs): Update.
2731 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2732 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2733 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2734 * mips-tdep.c (mips_gdbarch_init): Update.
2735 * mcore-tdep.c (mcore_gdbarch_init): Update.
2736 * m68k-tdep.c (m68k_gdbarch_init): Update.
2737 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2738 * ia64-tdep.c (ia64_gdbarch_init): Update.
2739 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
2740 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2741 (i386_interix_back_one_frame): Update.
2742 * hppa-tdep.c (hppa_gdbarch_init): Update.
2743 (hppa_init_extra_frame_info): Update.
2744 * h8300-tdep.c (h8300_gdbarch_init): Update.
2745 * frv-tdep.c (frv_gdbarch_init): Update.
2746 * cris-tdep.c (cris_gdbarch_init): Update.
2747 * avr-tdep.c (avr_gdbarch_init): Update.
2748 * arm-tdep.c (arm_gdbarch_init): Update.
2749 * alpha-tdep.c (alpha_gdbarch_init): Update.
2750
fd50bc42
RE
27512003-03-22 Richard Earnshaw <[email protected]>
2752
2753 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
2754 (arm_get_fp_model): Declare.
2755 * arm-tdep.c (fp_model_strings): New string array.
2756 (arm_fp_model, current_fp_model): New variables.
2757 (arm_get_fp_model): New function.
2758 (arm_set_fp): New function.
2759 (set_fp_model_sfunc): New function.
2760 (show_fp_model): New function.
2761 (_initialize_arm_tdep): Add new command to set/show the FPU.
2762 (arm_extract_return_value): Use arm_get_fp_model.
2763 (arm_store_return_value): Likewise.
2764 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
2765 to initialize the floating-point data types.
2766 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
2767 model is FPA.
2768
26304000
RE
27692003-03-22 Richard Earnshaw <[email protected]>
2770
2771 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
2772 the current setting of each value.
2773 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
2774 new_set and new_show. Use add_setshow_cmd_full and
2775 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
2776 commands and add new version as subcommands of "set/show arm".
2777
afd7eef0
RE
27782003-03-22 Richard Earnshaw <[email protected]>
2779
2780 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
2781 (set_arm_command, show_arm_command): New functions.
2782 (_initialize_arm_tdep): Add them.
2783 (num_disassembly_options): Renamed from num_flavor_options.
2784 (valid_disassembly_styles): Renamed from valid_flavors.
2785 (disassembly_style): Renamed from disassembly_flavor.
2786 (set_disassembly_style_sfunc): Renamed from
2787 set_disassembly_flavor_sfunc.
2788 (set_disassembly_style): Renamed from set_disassembly_flavor.
2789 (arm_othernames): Updated.
2790 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
2791 command. Add "set/show arm disassembly" commands. Deprecate
2792 "othernames" command.
2793
299a7944
RE
27942003-03-22 Richard Earnshaw <[email protected]>
2795
2796 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
2797 (arm-tdep.o): Depend on elf_arm_h.
2798
c1dac9e6
RE
27992003-03-22 Richard Earnshaw <[email protected]>
2800
2801 * Makefile.in (coff_internal_h): Define.
2802 (arm-tdep.o): Update dependencies.
2803
2702d96c
RE
28042003-03-22 Richard Earnshaw <[email protected]>
2805
2806 * arm-tdep.c (prologue_cache): Delete.
2807 (check_prologue_cache, save_prologue_cache): Delete.
2808 (arm_scan_prologue): Don't check or update the prologue_cache.
2809 (arm_gdb_arch_init): Don't initialize it.
2810 (_initialize_arm_tdep): Likewise.
2811
27d5d74b
SC
28122003-03-21 Stephane Carrez <[email protected]>
2813
2814 * MAINTAINERS (tui): Maintainer of tui code.
2815
1762d96d
CV
28162003-03-21 Corinna Vinschen <[email protected]>
2817
2818 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
2819 (i386-cygwin-tdep.o): Add dependencies.
2820 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
2821 * i386-cygwin-tdep.c: New file.
2822 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
2823 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
2824
4c2e2391
AC
28252003-03-20 Andrew Cagney <[email protected]>
2826
f20d38b7
AC
2827 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
2828 (handle_inferior_event): Remove code calling
2829 DYNAMIC_TRAMPOLINE_NEXTPC.
2830
0022b738
AC
2831 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
2832 already has a full path.
2833
864dbc90
AC
2834 * main.c (gdb_main): Return 1.
2835 (captured_main): Call error to report an invalid interpreter.
2836
4c2e2391
AC
2837 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2838 * alpha-osf1-tdep.c: Include "gdb_string.h".
2839
5ef7553b
JB
28402003-03-19 J. Brobecker <[email protected]>
2841
2842 Continuing work to convert the hppa targets to multiarch partial.
2843
2844 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
2845 method, now that hppa_push_dummy_frame has a conformant prototype.
2846 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
2847 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
2848 for the switch to multiarch partial.
2849
7bde8967
KB
28502003-03-19 Kevin Buettner <[email protected]>
2851
2852 * mdebugread.c (parse_symbol): For stEnd, we're done counting
2853 when iss is issNull.
2854
b006a9e9
KB
28552003-03-18 Kevin Buettner <[email protected]>
2856
2857 * mips-tdep.c (mips_register_name): Fix fencepost error involving
2858 NUM_REGS bounds check.
2859
5e2e9765
KB
28602003-03-18 Kevin Buettner <[email protected]>
2861
2862 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
2863 * mips-tdep.c (gdb_assert.h): Include.
2864 (mips_generic_reg_names, mips_processor_reg_names): Make static.
2865 (mips_register_name): Handle integer registers explicitly. Add
2866 bounds checking.
2867 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
2868 (mips_lsi33k_reg_names): Don't list integer registers; they're
2869 handled by mips_register_name() now.
2870 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
2871 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
2872 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
2873 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
2874 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
2875
a2867626
AC
28762003-03-18 Andrew Cagney <[email protected]>
2877
2878 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
2879 a void pointer.
2880 * gdbtypes.h (print_scalar_formatted): Update declaration.
2881 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
2882
06600e06
JB
28832003-03-18 J. Brobecker <[email protected]>
2884
2885 * infrun.c (observer.h): Add #include.
2886 (normal_stop): Add call to observer_notify_normal_stop.
2887 * Makefile.in (infrun.o): Add dependency on observer.h.
2888
7daf4f5b
JB
28892003-03-18 J. Brobecker <[email protected]>
2890
2891 Continuing work to convert the hppa targets to multiarch partial.
2892 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
2893 parameter. Reformat comment.
2894 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
2895 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
2896 to match new profile.
2897
3371ccc0
JB
28982003-03-18 J. Brobecker <[email protected]>
2899
2900 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
2901 appear to be working in any case.
2902
4fbe891e
JB
29032003-03-18 J. Brobecker <[email protected]>
2904
2905 * observer.c (observer_test_first_observer): New static variable.
2906 (observer_test_second_observer): Likewise.
2907 (observer_test_third_observer): Likewise.
2908 (observer_test_first_notification_function): New static function.
2909 (observer_test_second_notification_function): Likewise.
2910 (observer_test_third_notification_function): Likewise.
2911
a7ff40e7
JB
29122003-03-17 J. Brobecker <[email protected]>
2913
2914 * hppa-tdep.c (gdb_assert.h): Add missing #include.
2915 * somsolib.c (gdb_assert.h): Likewise.
2916 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
2917 (somsolib.o): Likewise.
2918
26ca4152
AC
29192003-03-17 Andrew Cagney <[email protected]>
2920
2921 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
2922 BFD. Simplify setting of di.endian.
2923
0a613259
AC
29242003-03-17 Andrew Cagney <[email protected]>
2925
2926 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
2927 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
2928
2929 From Elena Zannoni <[email protected]>
2930 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
2931 vector and floating-point parameters.
2932 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
2933 convention.
2934 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
2935
1132738f
FN
29362003-03-17 Fernando Nasser <[email protected]>
2937
2938 * MAINTAINERS: Remove my name from several maintainership roles.
2939
6dc42492
AC
29402003-03-17 Andrew Cagney <[email protected]>
2941
2942 Fix frame off-by-one bug.
2943 * frame-unwind.h (frame_this_id_ftype): Replace
2944 frame_unwind_id_ftype.
2945 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
2946 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
2947 with "prev_register".
2948 * frame-unwind.c (frame_unwind_find_by_pc): Return
2949 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
2950 comment.
2951 * dummy-frame.c (cached_find_dummy_frame): Delete function.
2952 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
2953 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
2954 (dummy_frame_unwind): Update.
2955 * sentinel-frame.c (sentinel_frame_prev_register): Replace
2956 sentinel_frame_register_unwind.
2957 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
2958 (sentinel_frame_unwinder): Update.
2959 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
2960 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
2961 * frame.c (create_sentinel_frame): Update. Initialize
2962 "prologue_cache" instead of "unwind_cache".
2963 (frame_register_unwind): Call this frame's prev_register with the
2964 next frame and this frame's prologue cache.
2965 (get_prev_frame): Simplify. Always call prev frame's this_id with
2966 this frame and prev frame's prologue cache. Document that this
2967 call is shifted one to the left when compared to the
2968 frame_register_unwind call.
2969 (legacy_saved_regs_prev_register): Replace
2970 frame_saved_regs_register_unwind.
2971 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
2972 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
2973 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
2974 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
2975 (d10v_frame_unwind): Update.
2976 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
2977 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
2978 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
2979 "saved_regs" with "this_saved_regs".
2980
efd710d6
AC
29812003-03-16 Andrew Cagney <[email protected]>
2982
2983 * frame.c (frame_pop): Don't call target_store_registers. Fix
2984 problem reported by Mark Kettenis.
2985
4e259f09
MK
29862003-03-16 Mark Kettenis <[email protected]>
2987
2988 * i386-tdep.c (i386_register_type): Renamed from
2989 i386_register_virtual_type. Adjust function signature.
2990 (i386_gdbarch_init): Set register_type instead of
2991 deprecated_max_register_raw_size,
2992 deprecated_max_register_virtual_size and register_virtual_type.
2993
055bb976
AC
29942003-03-14 Andrew Cagney <[email protected]>
2995
2996 * frame.c (get_prev_frame): When a legacy frame, always call
2997 legacy_get_prev_frame. Simplify unwind code using assumption that
2998 the unwinder is new.
2999 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
3000 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
3001 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
3002
ac2adee5
AC
30032003-03-14 Andrew Cagney <[email protected]>
3004
3005 * frame.c (get_saved_register): Delete function.
3006 * frame.h (get_saved_register): Delete declaration.
3007 * xstormy16-tdep.c: Update comment.
3008 * regcache.h: Update comments.
3009 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
3010 get_saved_register and extract_address, use
3011 frame_read_unsigned_register.
3012 (sparc_frame_saved_pc): Ditto.
3013 (sparc_get_saved_register): Instead of get_saved_register, use
3014 frame_register.
3015 (sparc_pop_frame): Ditto.
3016 * findvar.c: Update comments.
3017 (value_of_register): Call frame_register instead of
3018 get_saved_register.
3019 (value_from_register): Ditto.
3020 * config/sparc/tm-sparc.h: Update comment.
3021 * breakpoint.c: Update comment.
3022
129c1cd6
AC
30232003-03-14 Andrew Cagney <[email protected]>
3024
3025 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
3026 GET_SAVED_REGISTER.
3027 * gdbarch.h, gdbarch.c: Re-generate.
3028 * frame.h: Update comments.
3029 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3030 * x86-64-tdep.c (x86_64_init_abi): Update.
3031 * sparc-tdep.c (sparc_gdbarch_init): Update.
3032 * sh-tdep.c (sh_gdbarch_init): Update.
3033 * mips-tdep.c (mips_gdbarch_init): Update.
3034 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3035 * cris-tdep.c (cris_gdbarch_init): Update.
3036 * ia64-tdep.c (ia64_gdbarch_init): Update.
3037 * frame.c (frame_register): Update.
3038 (get_saved_register): Update.
3039 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
3040
749b82f6
AC
30412003-03-13 Andrew Cagney <[email protected]>
3042
3043 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
3044 * gdbarch.h, gdbarch.c: Regenerate.
3045 * valops.c (hand_function_call): Update comment.
3046 * stack.c (return_command): Update comment.
3047 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
3048 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
3049 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3050 * x86-64-tdep.c (x86_64_init_abi): Update.
3051 * vax-tdep.c (vax_gdbarch_init): Update.
3052 * v850-tdep.c (v850_gdbarch_init): Update.
3053 * sparc-tdep.c (sparc_gdbarch_init): Update.
3054 * sh-tdep.c (sh_gdbarch_init): Update.
3055 * s390-tdep.c (s390_gdbarch_init): Update.
3056 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3057 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3058 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3059 * mips-tdep.c (mips_gdbarch_init): Update.
3060 * mcore-tdep.c (mcore_gdbarch_init): Update.
3061 * m68k-tdep.c (m68k_gdbarch_init): Update.
3062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3063 * ia64-tdep.c (ia64_gdbarch_init): Update.
3064 * i386-tdep.c (i386_gdbarch_init): Update.
3065 * hppa-tdep.c (hppa_gdbarch_init): Update.
3066 * h8300-tdep.c (h8300_gdbarch_init): Update.
3067 * frv-tdep.c (frv_gdbarch_init): Update.
3068 * cris-tdep.c (cris_gdbarch_init): Update.
3069 * avr-tdep.c (avr_gdbarch_init): Update.
3070 * arm-tdep.c (arm_gdbarch_init): Update.
3071 * alpha-tdep.c (alpha_gdbarch_init): Update.
3072
1594fa56
AC
30732003-03-13 Andrew Cagney <[email protected]>
3074
3075 * frame.c (legacy_frame_p): New function.
3076 (get_prev_frame): Use legacy_frame_p.
3077 * frame.h (legacy_frame_p): Declare.
3078
7717fda3
V
30792003-03-13 D. Venkatasubramanian <[email protected]>
3080
3081 * MAINTAINERS (write after approval): Alphabetically
3082 listing corrected.
3083
0c67cbe9
V
30842003-03-13 D. Venkatasubramanian <[email protected]>
3085
3086 * MAINTAINERS (write after approval): Add myself.
3087
03febf99
AC
30882003-03-12 Andrew Cagney <[email protected]>
3089
3090 * frame.c (get_prev_frame): Rename the frame parameter to
3091 "this_frame".
3092 (get_next_frame, legacy_get_prev_frame): Ditto.
3093
0a1e1ca1
AC
30942003-03-12 Andrew Cagney <[email protected]>
3095
3096 * frame.c (get_current_frame): Check target_has_registers before
3097 checking target_has_stack.
3098 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
3099 instead of deprecated_selected_frame.
3100 * findvar.c (value_of_register): Pass "frame", not
3101 deprecated_selected_frame, to value_of_builtin_reg.
3102
a66a9c23
AC
31032003-03-12 Andrew Cagney <[email protected]>
3104
3105 * regcache.c (regcache_cooked_write_signed): New function.
3106 (regcache_cooked_write_unsigned): New function.
3107 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
3108 (regcache_cooked_read_signed): Fix regnum in range assertion.
3109 * regcache.h (regcache_cooked_write_signed): Declare.
3110 (regcache_cooked_write_unsigned): Declare.
3111
8bedc050
AC
31122003-03-12 Andrew Cagney <[email protected]>
3113
3114 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3115 * gdbarch.h, gdbarch.c: Re-generate.
3116 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3117 * x86-64-tdep.h: Update.
3118 * x86-64-tdep.c (x86_64_init_abi): Update.
3119 * v850-tdep.c (v850_gdbarch_init): Update.
3120 * sparc-tdep.c (sparc_gdbarch_init): Update.
3121 * sh-tdep.c (sh_gdbarch_init): Update.
3122 * s390-tdep.c (s390_gdbarch_init): Update.
3123 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3124 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3125 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3126 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3127 * mips-tdep.c (mips_gdbarch_init): Update.
3128 * mcore-tdep.c (mcore_gdbarch_init): Update.
3129 * m68k-tdep.c (m68k_gdbarch_init): Update.
3130 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3131 * ia64-tdep.c (ia64_gdbarch_init): Update.
3132 * i386-tdep.c (i386_gdbarch_init): Update.
3133 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3134 * hppa-tdep.c (hppa_gdbarch_init): Update.
3135 * h8300-tdep.c (h8300_gdbarch_init): Update.
3136 * frv-tdep.c (frv_gdbarch_init): Update.
3137 * cris-tdep.c (cris_gdbarch_init): Update.
3138 * avr-tdep.c (avr_gdbarch_init): Update.
3139 * arm-tdep.c (arm_gdbarch_init): Update.
3140 * alpha-tdep.c (alpha_gdbarch_init): Update.
3141 * sh-tdep.c (sh_init_extra_frame_info): Update.
3142 (sh64_init_extra_frame_info): Update.
3143 * ns32knbsd-nat.c (frame_num_args): Update.
3144 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3145 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3146 (xstormy16_frame_chain_valid): Update.
3147 * vax-tdep.c (vax_saved_pc_after_call): Update.
3148 * v850-tdep.c (v850_frame_chain): Update.
3149 (v850_pop_frame): Update.
3150 (v850_init_extra_frame_info): Update.
3151 * sparc-tdep.c (setup_arbitrary_frame): Update.
3152 * ns32k-tdep.c (umax_frame_num_args): Update.
3153 * s390-tdep.c (s390_pop_frame_regular): Update.
3154 * mn10300-tdep.c (mn10300_frame_chain): Update.
3155 (mn10300_pop_frame_regular): Update.
3156 (mn10300_init_extra_frame_info): Update.
3157 * mips-tdep.c (mips_init_frame_pc_first): Update.
3158 (mips_frame_chain): Update.
3159 (mips_pop_frame): Update.
3160 * mcore-tdep.c (mcore_frame_chain): Update.
3161 (mcore_pop_frame): Update.
3162 (mcore_init_extra_frame_info): Update.
3163 * arch-utils.c (init_frame_pc_default): Update.
3164 * m68k-tdep.c (isi_frame_num_args): Update.
3165 (delta68_frame_num_args): Update.
3166 (news_frame_num_args): Update.
3167 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3168 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3169 (alpha_frame_chain): Update.
3170 (alpha_pop_frame): Update.
3171 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3172 (hppa_init_extra_frame_info): Update.
3173 (hppa_frame_chain): Update.
3174 (hppa_frame_chain_valid): Update.
3175 * cris-tdep.c (cris_init_extra_frame_info): Update.
3176 * avr-tdep.c (avr_init_extra_frame_info): Update.
3177 * arm-tdep.c (arm_frame_chain_valid): Update.
3178 (arm_init_extra_frame_info): Update.
3179 (arm_pop_frame): Update.
3180 * frame.c (frame_pc_unwind): Update.
3181 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3182 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3183 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3184 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3185 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3186 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3187
7a25a7c1
AC
31882003-03-12 Andrew Cagney <[email protected]>
3189
3190 Eliminate the need for POP_FRAME.
3191 * frame.c (do_frame_unwind_register): New function.
3192 (frame_pop): When no POP_FRAME, pop the frame using register
3193 unwind and a scratch regcache.
3194 (frame_saved_regs_pop): Delete function.
3195 (trad_frame_unwinder): Update.
3196 * d10v-tdep.c (d10v_frame_pop): Delete function.
3197 (d10v_frame_unwind): Update.
3198 * sentinel-frame.c (sentinel_frame_pop): Delete function.
3199 (sentinel_frame_unwinder): Update.
3200 * dummy-frame.c (dummy_frame_pop): Delete function.
3201 (dummy_frame_unwind): Update.
3202 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
3203 (struct frame_unwind): Update.
3204
2f38ef89
KB
32052003-03-11 Kevin Buettner <[email protected]>
3206
3207 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
3208 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
3209 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
3210 Do range checks on register number obtained from debugging info.
3211 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
3212 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
3213 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
3214 mapping function.
3215 (do_fp_register_row): Fix typo which caused double type to be
3216 used when attempting to unpack a float.
3217
552f4abf
JB
32182003-03-11 J. Brobecker <[email protected]>
3219
3220 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
3221
e0d2ae16
AC
32222003-03-11 Andrew Cagney <[email protected]>
3223
3224 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
3225 frame. Problem found by Corinna Vinschen.
3226
ddbfdd06
PM
32272003-03-11 Pierre Muller <[email protected]>
3228
3229 * doublest.c (floatformat_from_length): Accept also
3230 the real size of 'long double' type.
3231
088b2ddc 32322003-03-10 Daniel Jacobowitz <[email protected]>
31cc81e9 3233
088b2ddc 3234 From Klee Dienes <[email protected]>:
31cc81e9
DJ
3235 * breakpoint.c (bpstat_copy): Copy the command lines as well
3236 as the old value, to match what is freed in bpstat_clear.
3237
f56f77c1
DC
32382003-03-10 David Carlton <[email protected]>
3239
3240 * minsyms.c (add_minsym_to_hash_table): Replace
3241 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
3242 (compare_minimal_symbols, compact_minimal_symbols)
3243 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
3244 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
3245 of DEPRECATED_SYMBOL_MATCHES_NAME.
3246 (lookup_minimal_symbol_solib_trampoline): Ditto.
3247
5602984a
AC
32482003-03-10 Andrew Cagney <[email protected]>
3249
3250 * regcache.h (regcache_cooked_read_ftype): Define.
3251 (regcache_save, regcache_restore): Add a cooked_read parameter.
3252 * regcache.c (regcache_save, regcache_restore): Update.
3253 (do_cooked_read): New function.
3254 (regcache_cpy): Pass do_cooked_read to regcache_save and
3255 regcache_restore.
3256
8bedc050
AC
32572003-03-10 Andrew Cagney <[email protected]>
3258
3259 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
3260 * gdbarch.h, gdbarch.c: Re-generate.
3261 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3262 * x86-64-tdep.h: Update.
3263 * x86-64-tdep.c (x86_64_init_abi): Update.
3264 * v850-tdep.c (v850_gdbarch_init): Update.
3265 * sparc-tdep.c (sparc_gdbarch_init): Update.
3266 * sh-tdep.c (sh_gdbarch_init): Update.
3267 * s390-tdep.c (s390_gdbarch_init): Update.
3268 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3269 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3270 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3271 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3272 * mips-tdep.c (mips_gdbarch_init): Update.
3273 * mcore-tdep.c (mcore_gdbarch_init): Update.
3274 * m68k-tdep.c (m68k_gdbarch_init): Update.
3275 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3276 * ia64-tdep.c (ia64_gdbarch_init): Update.
3277 * i386-tdep.c (i386_gdbarch_init): Update.
3278 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3279 * hppa-tdep.c (hppa_gdbarch_init): Update.
3280 * h8300-tdep.c (h8300_gdbarch_init): Update.
3281 * frv-tdep.c (frv_gdbarch_init): Update.
3282 * cris-tdep.c (cris_gdbarch_init): Update.
3283 * avr-tdep.c (avr_gdbarch_init): Update.
3284 * arm-tdep.c (arm_gdbarch_init): Update.
3285 * alpha-tdep.c (alpha_gdbarch_init): Update.
3286 * sh-tdep.c (sh_init_extra_frame_info): Update.
3287 (sh64_init_extra_frame_info): Update.
3288 * ns32knbsd-nat.c (frame_num_args): Update.
3289 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
3290 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
3291 (xstormy16_frame_chain_valid): Update.
3292 * vax-tdep.c (vax_saved_pc_after_call): Update.
3293 * v850-tdep.c (v850_frame_chain): Update.
3294 (v850_pop_frame): Update.
3295 (v850_init_extra_frame_info): Update.
3296 * sparc-tdep.c (setup_arbitrary_frame): Update.
3297 * ns32k-tdep.c (umax_frame_num_args): Update.
3298 * s390-tdep.c (s390_pop_frame_regular): Update.
3299 * mn10300-tdep.c (mn10300_frame_chain): Update.
3300 (mn10300_pop_frame_regular): Update.
3301 (mn10300_init_extra_frame_info): Update.
3302 * mips-tdep.c (mips_init_frame_pc_first): Update.
3303 (mips_frame_chain): Update.
3304 (mips_pop_frame): Update.
3305 * mcore-tdep.c (mcore_frame_chain): Update.
3306 (mcore_pop_frame): Update.
3307 (mcore_init_extra_frame_info): Update.
3308 * arch-utils.c (init_frame_pc_default): Update.
3309 * m68k-tdep.c (isi_frame_num_args): Update.
3310 (delta68_frame_num_args): Update.
3311 (news_frame_num_args): Update.
3312 * ia64-tdep.c (ia64_pop_frame_regular): Update.
3313 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
3314 (alpha_frame_chain): Update.
3315 (alpha_pop_frame): Update.
3316 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
3317 (hppa_init_extra_frame_info): Update.
3318 (hppa_frame_chain): Update.
3319 (hppa_frame_chain_valid): Update.
3320 * cris-tdep.c (cris_init_extra_frame_info): Update.
3321 * avr-tdep.c (avr_init_extra_frame_info): Update.
3322 * arm-tdep.c (arm_frame_chain_valid): Update.
3323 (arm_init_extra_frame_info): Update.
3324 (arm_pop_frame): Update.
3325 * frame.c (frame_pc_unwind): Update.
3326 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
3327 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3328 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
3329 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
3330 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
3331 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
3332
12cc2063
AC
33332003-03-10 Andrew Cagney <[email protected]>
3334
3335 * gdbarch.sh (gdbarch_unwind_pc): New method.
3336 * gdbarch.h, gdbarch.c: Regenerate.
3337 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
3338 but use read_pc and FRAME_SAVED_PC as fall backs.
3339 (frame_saved_regs_pc_unwind): Delete function.
3340 (trad_frame_unwinder): Update.
3341 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
3342 (struct frame_unwind): Update.
3343 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
3344 (dummy_frame_unwind): Update.
3345 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
3346 (sentinel_frame_unwinder): Update.
3347 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
3348 (d10v_frame_unwind): Update.
3349 (d10v_unwind_pc): New function.
3350 (d10v_gdbarch_init): Set unwind_pc.
3351
ef840a37
AC
33522003-03-10 Andrew Cagney <[email protected]>
3353
a2ce2e56
AC
3354 * gdbarch.h: Re-generate.
3355
ef840a37
AC
3356 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
3357 PC.
3358 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
3359 the PC register.
3360
08f3424b
MK
33612003-03-08 Mark Kettenis <[email protected]>
3362
3363 * gdbarch.sh (save_dummy_frame_tos): Add comment.
3364
1248ede2
AC
33652003-03-08 Andrew Cagney <[email protected]>
3366
3367 * cli-out.c: Update copyright.
3368 (cli_out_data): Define typedef. Use instead of ui_out_data.
3369
f49bacc8
AC
33702003-03-08 Andrew Cagney <[email protected]>
3371
3372 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
3373 the result.
3374
9b05f993
AC
33752003-03-07 Andrew Cagney <[email protected]>
3376
3377 * gdbarch.sh: Don't generate two macro definitions when an
3378 undefined macro taking no arguments.
3379 * gdbarch.h: Regenerate.
3380
166f4c7b
ML
33812002-03-07 Michal Ludvig <[email protected]>
3382
3383 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
3384 (x86_64_unwind_dummy_id): New functions.
3385 (x86_64_init_abi): Register these two new functions.
3386
6d686a84
ML
33872003-03-07 Michal Ludvig <[email protected]>
3388
3389 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
3390 (x86_64_skip_prologue): Move prologue detection to
3391 separate function.
3392 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
3393
6314f104
AC
33942003-03-05 Andrew Cagney <[email protected]>
3395
3396 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
3397 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
3398 * frame.c (get_prev_frame): Restructure the frame ID unwind code
3399 to use unwind_dummy_id when a dummy frame.
3400 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
3401 predicate.
3402 * gdbarch.h, gdbarch.c: Regneerate.
3403
ceea5145
AC
34042003-03-05 Andrew Cagney <[email protected]>
3405
3406 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
3407 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
3408 Do not use d10v_read_sp or d10v_read_fp when obtaining register
3409 values.
3410
0d843116
AC
34112003-03-05 Andrew Cagney <[email protected]>
3412
3413 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
3414 (struct d10v_unwind_cache): Delete field "frameless". Replace
3415 "next_addr" with "sp_offset". Add "r11_offset".
3416 (d10v_frame_unwind_cache): Update.
3417 (prologue_find_regs): Update. When "mv r11, sp", save the
3418 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
3419 RN was saved in r11_offset.
3420
b2579786
AC
34212003-03-05 Andrew Cagney <[email protected]>
3422
3423 * frame.c (deprecated_update_frame_pc_hack): Also update the the
3424 cached PC value in the next frame.
3425
218e5956
AC
34262003-03-05 Andrew Cagney <[email protected]>
3427
3428 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
3429 "id_unwind_cache" with "id".
3430 (frame_id_unwind): Delete declaration.
3431 * frame.c (frame_id_unwind): Delete function.
3432 (get_prev_frame): Call the frame id unwind method directly. Store
3433 the returned next frame's ID value in NEXT_FRAME. Note that there
3434 is a problem with the wrong unwind ID being called with the wrong
3435 unwind cache.
3436
ed363b1b
DJ
34372003-03-05 Daniel Jacobowitz <[email protected]>
3438
3439 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
3440
fe1f4a5e
DJ
34412003-03-05 James Ingham <[email protected]>
3442 Daniel Jacobowitz <[email protected]>
3443
3444 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
3445 (auto_cp_abi): New variable.
3446 (current_cp_abi, num_cp_abis): Make static.
3447 (CP_ABI_MAX): Define.
3448 (cp_abis): Turn into an array.
3449 (value_virtual_fn_field): Fix formatting.
3450 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
3451 takes a pointer.
3452 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
3453 (list_cp_abis, _initialize_cp_abi): New functions.
3454 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
3455 declarations for cp_abis, num_cp_abis, current_cp_abi, and
3456 switch_to_cp_abi. Update prototype for register_cp_abi.
3457 * Makefile.in (cp-abi.o): Update dependencies.
3458 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
3459 instead of switch_to_cp_abi.
3460 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
3461 register_cp_abi.
3462 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
3463 register_cp_abi.
3464 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
3465
e4adbba9
DJ
34662003-03-05 Daniel Jacobowitz <[email protected]>
3467
3468 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
3469 * dwarf2loc.c: Include "regcache.h".
3470 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
3471 register_size.
3472 * Makefile.in (dwarf2loc.o): Update dependencies.
3473
91ccbfc1
TR
34742003-03-04 Theodore A. Roth <[email protected]>
3475
3476 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
3477 number of io registers reported by remote target is not a multiple of
3478 step.
3479
3d4e8fd2
DC
34802003-03-04 David Carlton <[email protected]>
3481
3482 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
3483 (lookup_symbol_aux_psymtabs): Update call to
3484 lookup_partial_symbol.
3485 (lookup_transparent_type, find_main_psymtab)
3486 (make_symbol_overload_list): Ditto.
3487
ed42d87b
KH
34882003-03-04 Kazu Hirata <[email protected]>
3489
3490 * MAINTAINERS (Write after approval): Update my email address.
3491
a0ed5532
AC
34922003-03-03 Andrew Cagney <[email protected]>
3493
3494 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
3495 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
3496 predicate. Replace MAX_REGISTER_RAW_SIZE.
3497 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
3498 MAX_REGISTER_VIRTUAL_SIZE.
3499 * regcache.c (legacy_max_register_raw_size): New function.
3500 (legacy_max_register_virtual_size): New function.
3501 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
3502 (MAX_REGISTER_RAW_SIZE): Define.
3503 (legacy_max_register_raw_size): Declare.
3504 (legacy_max_register_virtual_size): Declare.
3505 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3506 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
3507 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3508 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
3509 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3510 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
3511 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3512 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3513 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
3514 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3515 * vax-tdep.c (vax_gdbarch_init): Update.
3516 * v850-tdep.c (v850_gdbarch_init): Update.
3517 * sparc-tdep.c (sparc_gdbarch_init): Update.
3518 * sh-tdep.c (sh_gdbarch_init): Update.
3519 * s390-tdep.c (s390_gdbarch_init): Update.
3520 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3521 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3522 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3523 * mips-tdep.c (mips_gdbarch_init): Update.
3524 * mcore-tdep.c (mcore_gdbarch_init): Update.
3525 * m68k-tdep.c (m68k_gdbarch_init): Update.
3526 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3527 * ia64-tdep.c (ia64_gdbarch_init): Update.
3528 * i386-tdep.c (i386_gdbarch_init): Update.
3529 * hppa-tdep.c (hppa_gdbarch_init): Update.
3530 * h8300-tdep.c (h8300_gdbarch_init): Update.
3531 * frv-tdep.c (frv_gdbarch_init): Update.
3532 * cris-tdep.c (cris_gdbarch_init): Update.
3533 * avr-tdep.c (avr_gdbarch_init): Update.
3534 * arm-tdep.c (arm_gdbarch_init): Update.
3535 * alpha-tdep.c (alpha_gdbarch_init): Update.
3536 * d10v-tdep.c (d10v_gdbarch_init): Do not set
3537 max_register_raw_size or max_register_virtual_size.
3538
8e437497
DC
35392003-03-03 David Carlton <[email protected]>
3540
3541 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
3542 SYMBOL_MATCHES_NAME, add comment.
3543 (SYMBOL_MATCHES_NATURAL_NAME): New.
3544 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
3545 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
3546 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
3547 * symtab.c (lookup_partial_symbol): Use
3548 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
3549 unhelpful comment.
3550 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
3551 SYMBOL_MATCHES_NAME.
3552 Fix for PR c++/33.
3553
25120b0d
DC
35542003-03-03 David Carlton <[email protected]>
3555
3556 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
3557 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
3558 by regexp matching against SYMBOL_NATURAL_NAME.
3559
78a11fb4
DC
35602003-03-03 David Carlton <[email protected]>
3561
3562 * linespec.c (find_method): Extract code into collect_methods.
3563 (collect_methods): New.
3564
645dd519
MK
35652003-03-02 Mark Kettenis <[email protected]>
3566
b4700d91
MK
3567 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
3568 get_frame_base.
3569
645dd519
MK
3570 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
3571 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3572
0aa7e1aa
SC
35732003-03-02 Stephane Carrez <[email protected]>
3574
3575 * arch-utils.c (generic_register_byte): Fix to use the loop index
3576 and not regnum when summing the size of all registers up to regnum.
3577
f30ee0bc
AC
35782003-03-01 Andrew Cagney <[email protected]>
3579
3580 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
3581 FRAME_INIT_SAVED_REGS.
3582 * gdbarch.h, gdbarch.c: Regenerate.
3583 * stack.c (frame_info): Update.
3584 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
3585 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
3586 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
3587 * ns32k-tdep.c (ns32k_pop_frame): Update.
3588 * mips-tdep.c (mips_pop_frame): Update.
3589 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
3590 * ia64-tdep.c (ia64_frame_chain): Update.
3591 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
3592 (ia64_frameless_function_invocation): Update.
3593 (ia64_init_extra_frame_info): Update.
3594 (ia64_pop_frame_regular): Update.
3595 * frame.h (struct frame_info): Update comment.
3596 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
3597 * frame.c (frame_saved_regs_register_unwind): Update.
3598 (frame_saved_regs_register_unwind): Update.
3599 (deprecated_generic_get_saved_register): Update.
3600 * cris-tdep.c: Update comment.
3601 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
3602 Rename macro.
3603 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3604 * x86-64-tdep.c (x86_64_init_abi): Update.
3605 * vax-tdep.c (vax_gdbarch_init): Update.
3606 * v850-tdep.c (v850_gdbarch_init): Update.
3607 * sparc-tdep.c (sparc_gdbarch_init): Update.
3608 * sh-tdep.c (sh_gdbarch_init): Update.
3609 * s390-tdep.c (s390_gdbarch_init): Update.
3610 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3611 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3612 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3613 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3614 * mips-tdep.c (mips_gdbarch_init): Update.
3615 * mcore-tdep.c (mcore_gdbarch_init): Update.
3616 * m68k-tdep.c (m68k_gdbarch_init): Update.
3617 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3618 * ia64-tdep.c (ia64_gdbarch_init): Update.
3619 * i386-tdep.c (i386_gdbarch_init): Update.
3620 * frv-tdep.c (frv_gdbarch_init): Update.
3621 * avr-tdep.c (avr_gdbarch_init): Update.
3622 * arm-tdep.c (arm_gdbarch_init): Update.
3623 * alpha-tdep.c (alpha_gdbarch_init): Update.
3624
42fa7c0f
AC
36252003-03-01 Andrew Cagney <[email protected]>
3626
3627 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
3628 option enum and switch. When no windows, set the interpreter to
3629 INTERP_CONSOLE.
3630
49c7e338
AC
36312003-03-01 Andrew Cagney <[email protected]>
3632
3633 * main.c (captured_main): Replace magic option characters with an
3634 enum.
3635
e9582e71
AC
36362003-03-01 Andrew Cagney <[email protected]>
3637
3638 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
3639 INIT_EXTRA_FRAME_INFO.
3640 * gdbarch.h, gdbarch.c: Regenerate.
3641 * arm-tdep.c: Update comments.
3642 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
3643 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
3644 * frame.h, avr-tdep.c: Ditto.
3645 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
3646 (create_new_frame, legacy_get_prev_frame): Ditto.
3647 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3648 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
3649 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
3650 deprecated_init_extra_frame_info instead of init_extra_frame_info.
3651 * x86-64-tdep.c (x86_64_init_abi): Ditto.
3652 * v850-tdep.c (v850_gdbarch_init): Ditto.
3653 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3654 * sh-tdep.c (sh_gdbarch_init): Ditto.
3655 * s390-tdep.c (s390_gdbarch_init): Ditto.
3656 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
3657 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3658 * mips-tdep.c (mips_gdbarch_init): Ditto.
3659 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3660 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3661 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3662 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3663 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3664 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3665 * frv-tdep.c (frv_gdbarch_init): Ditto.
3666 * cris-tdep.c (cris_gdbarch_init): Ditto.
3667 * avr-tdep.c (avr_gdbarch_init): Ditto.
3668 * arm-tdep.c (arm_gdbarch_init): Ditto.
3669 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3670 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3671
35cac7cf
AC
36722003-03-01 Andrew Cagney <[email protected]>
3673
3674 * gdbarch.sh (register_type): New function with predicate.
3675 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
3676 * gdbarch.h, gdbarch.c: Re-generate.
3677 * arch-utils.c (generic_register_byte): Use generic_register_size.
3678 (generic_register_size): When available, use
3679 gdbarch_register_type.
3680 * regcache.c (init_regcache_descr): When available, initialize the
3681 register type array using gdbarch_register_type. If the
3682 architecture supplies gdbarch_register_type, do not use the legacy
3683 regcache layout.
3684 * d10v-tdep.c (d10v_register_type): Replace
3685 d10v_register_virtual_type.
3686 (d10v_gdbarch_init): Set register_type instead of
3687 register_virtual_type.
3688
7b83296f
AC
36892003-03-01 Andrew Cagney <[email protected]>
3690
3691 * Makefile.in (ax-gdb.o): Update dependencies.
3692 * ax-gdb.c: Include "regcache.h".
3693 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
3694 * findvar.c (value_of_register): Ditto.
3695 * infcmd.c (default_print_registers_info): Ditto.
3696
eadc1c87
MK
36972003-03-01 Mark Kettenis <[email protected]>
3698
3699 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
3700 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3701
14143612
MK
37022003-03-01 Mark Kettenis <[email protected]>
3703
3704 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
3705 of STREQ.
3706
a55cc764
DJ
37072003-02-28 Daniel Jacobowitz <[email protected]>
3708
3709 * Makefile.in (dwarf2loc.o): Update dependencies.
3710 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
3711 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
3712 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
3713 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
3714 (locexpr_tracepoint_var_ref): New function.
3715 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
3716
08a617da
AC
37172003-02-28 Andrew Cagney <[email protected]>
3718
3719 * regcache.c (register_size): New function.
3720 * regcache.h (register_size): Declare
3721 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
3722 max_register_size instead of MAX_REGISTER_RAW_SIZE.
3723
4224873a
DC
37242003-02-28 David Carlton <[email protected]>
3725
3726 * linespec.c (decode_compound): Extract code into find_method.
3727 (find_method): New.
3728
ccdc5d7f
JB
37292003-02-28 J. Brobecker <[email protected]>
3730
3731 * Makefile.in: Add rules to build and link in observer.o.
3732
974e8ced
JB
37332003-02-27 J. Brobecker <[email protected]>
3734
3735 * observer.c: Minor comments edits.
3736
7a28f973
JB
37372003-02-27 J. Brobecker <[email protected]>
3738
3739 * observer.h, observer.c: New file.
3740
27cddce2
AC
37412003-02-27 Andrew Cagney <[email protected]>
3742
3743 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
3744
b94a41a1
SC
37452003-02-27 Stephane Carrez <[email protected]>
3746
3747 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
3748 (M6812_OP_STS_EXT): Likewise.
3749 (m6811_prologue): Use the above to recognize prologue.
3750 (m6812_prologue): Likewise.
3751
c8be8951
DC
37522003-02-27 David Carlton <[email protected]>
3753
3754 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
3755 SYMBOL_PRINT_NAME.
3756 (compare_psymbols): Ditto.
3757 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
3758
d05bb1fc
MS
37592003-02-27 Michael Snyder <[email protected]>
3760
4e845cd3
MS
3761 * f-lang.c (build_fortran_types): New function.
3762 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
3763 * doublest.c (extract_floating): Fix warning text.
3764
f3824013
AC
37652003-02-27 Andrew Cagney <[email protected]>
3766
3767 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
3768 predicate. Replaces PUSH_DUMMY_FRAME.
3769 * gdbarch.h, gdbarch.c: Regnerate.
3770 * valops.c (hand_function_call): Update. Call
3771 generic_push_dummy_frame directly.
3772 * vax-tdep.c (vax_gdbarch_init): Update.
3773 * sparc-tdep.c (sparc_gdbarch_init): Update.
3774 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3775 * m68k-tdep.c (m68k_gdbarch_init): Update.
3776 * hppa-tdep.c (hppa_gdbarch_init): Update.
3777 * alpha-tdep.c (alpha_gdbarch_init): Update.
3778 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3779 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
3780 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
3781 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
3782 push_dummy_frame to generic_push_dummy_frame.
3783 * v850-tdep.c (v850_gdbarch_init): Ditto.
3784 * sh-tdep.c (sh_gdbarch_init): Ditto.
3785 * s390-tdep.c (s390_gdbarch_init): Ditto.
3786 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3787 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3788 * mips-tdep.c (mips_gdbarch_init): Ditto.
3789 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3790 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3791 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3792 * i386-tdep.c (i386_gdbarch_init): Ditto.
3793 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3794 * frv-tdep.c (frv_gdbarch_init): Ditto.
3795 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3796 * cris-tdep.c (cris_gdbarch_init): Ditto.
3797 * avr-tdep.c (avr_gdbarch_init): Ditto.
3798 * arm-tdep.c (arm_gdbarch_init): Ditto.
3799
ad188201
KB
38002003-02-26 Kevin Buettner <[email protected]>
3801
3802 * mips-tdep.c (show_mips_abi): New function.
3803 (_initialize_mips_tdep): Use show_mips_abi() to implement the
3804 command ``show mips abi''.
3805
6b37567a
JJ
38062003-02-26 Jeff Johnston <[email protected]>
3807
3808 From Elena Zannoni <[email protected]>
3809 * dbxread.c (process_one_symbol): Only record line 0 if one or
3810 more sline entries have been seen for the function.
3811
d3e0a5bf
MC
38122003-02-26 Michael Chastain <[email protected]>
3813
3814 * configure: Regenerate with autoconf 000227.
3815
18972eea
MC
38162003-02-26 Michael Chastain <[email protected]>
3817
3818 Close PR build/660.
3819 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
3820 for old libc5/glibc.
3821 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
3822
0bbde931
KW
38232003-02-26 Kris Warkentin <[email protected]>
3824
3825 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
3826 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
3827
27ca5dad
MC
38282003-02-26 Michael Chastain <[email protected]>
3829
3830 * configure.in: New variable HAVE_UINTPTR_T.
3831 * configure, config.in: Regenerated.
3832
6f88d630
DJ
38332003-02-26 Daniel Jacobowitz <[email protected]>
3834
3835 Fix PR build/1097.
3836 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
3837
b14185ce
AC
38382003-02-25 Andrew Cagney <[email protected]>
3839
3840 * frame.c (get_prev_frame): Add comment on check for
3841 inside_entry_func. Only check for inside_entry_file when not a
3842 dummy and not a sentinel. Check that the new frame is not inner
3843 to the old frame.
3844
ac2bd0a9
AC
38452003-02-25 Andrew Cagney <[email protected]>
3846
3847 * frame.c (frame_debug): New variable.
3848 (_initialize_frame): Add "set/show debug frame" command.
3849 (get_prev_frame): When frame_debug, print reason why unwind
3850 failed.
3851
b18a0fd2
MC
38522003-02-25 Michael Chastain <[email protected]>
3853
3854 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
3855 to avoid uintptr_t definition problems.
3856
22abf04a
DC
38572003-02-25 David Carlton <[email protected]>
3858
3859 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
3860 (SYMBOL_LINKAGE_NAME): Ditto.
3861 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
3862 SYMBOL_LINKAGE_NAME.
3863 (struct general_symbol_info): Expand comment.
3864 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
3865 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
3866 (SYMBOL_MATCHES_REGEXP): Ditto.
3867 * symtab.c (symbol_natural_name): New function.
3868 * objfiles.h: Replace all uses of SYMBOL_NAME by
3869 DEPRECATED_SYMBOL_NAME.
3870 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
3871 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
3872 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
3873 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
3874 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
3875 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
3876 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
3877 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
3878 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
3879 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
3880 * ada-exp.y: Ditto.
3881 * ada-exp.y: Update copyright.
3882 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
3883 * cp-valprint.c: Ditto.
3884
1a5848f6
JJ
38852003-02-25 Jeff Johnston <[email protected]>
3886
3887 * infptrace.c (detach): Do not flag error if ptrace detach fails
3888 and errno is set to ESRCH.
3889
7343d46a
AC
38902003-02-24 Andrew Cagney <[email protected]>
3891
3892 * infptrace.c (udot_info): Change type of udot_off to long. Use
3893 paddr when printing udot_off's value.
3894
49fa1dc2
DC
38952003-02-24 David Carlton <[email protected]>
3896
3897 * symtab.c (make_symbol_overload_list): Only read in partial
3898 symtabs containing a matching partial symbol.
3899
0fe19209
DC
39002003-02-24 David Carlton <[email protected]>
3901
3902 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
3903 do the comparison, not strcmp.
3904 * symfile.c (compare_psymbols): Ditto.
3905 * defs.h: Declare strcmp_iw_ordered.
3906 * utils.c (strcmp_iw_ordered): New function.
3907
8e3ee7b5
JB
39082003-02-24 Jim Blandy <[email protected]>
3909
3910 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
3911 support, shared libs): Remove my name from here, to better reflect
3912 reality.
3913
7df1a324
KW
39142003-02-24 Kris Warkentin <[email protected]>
3915
3916 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
3917 (target_ops): Add to_have_continuable_watchpoint.
3918 * target.c (update_current_target): Add INHERIT line for
3919 to_have_continuable_watchpoint.
3920 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
3921 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
3922 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
3923 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
3924
d1c76907
EZ
39252003-02-24 Elena Zannoni <[email protected]>
3926
3927 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
3928 maintainership.
3929
2610b0bf
KW
39302003-02-24 Kris Warkentin <[email protected]>
3931
f46169db
KW
3932 * solib.c (solib_open): Call target defined search function after
3933 failing with solib-search-path.
3934 * solist.h (target_so_ops): Add find_and_open_solib function hook and
3935 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 3936
9a3c34fe
KW
39372003-02-24 Kris Warkentin <[email protected]>
3938
f46169db 3939 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 3940
2417dd25
SC
39412003-02-23 Stephane Carrez <[email protected]>
3942
3943 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
3944
b631436b
SC
39452003-02-22 Stephane Carrez <[email protected]>
3946
3947 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
3948 (m68hc11_add_reggroups): New function.
3949 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
3950 (m68hc11_gdbarch_init): Install the reggroups.
3951 (_initialize_m68hc11_tdep): Initialize them.
3952
0aa8c1e4
JW
39532003-02-21 James E Wilson <[email protected]>
3954
3955 * MAINTAINERS: Update my email address.
3956
50ceaba5
DC
39572003-02-21 David Carlton <[email protected]>
3958
3959 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
3960
4c2df51b
DJ
39612003-02-21 Daniel Jacobowitz <[email protected]>
3962
3963 Based on a patch from Daniel Berlin ([email protected]).
3964 * symtab.h: Add opaque declarations of struct axs_value and
3965 struct agent_expr.
3966 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
3967 (struct location_funcs): New type.
3968 (struct symbol): Add "loc" to aux_value.
3969 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
3970 * dwarf2read.c: Include "dwarf2expr.h".
3971 (dwarf2_symbol_mark_computed): New function.
3972 (read_func_scope): Use it.
3973 (var_decode_location): New function.
3974 (new_symbol): Use it.
3975 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
3976
3977 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
3978 (dwarf2expr_h, dwarf2loc_h): New variables.
3979 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
3980 (dwarf2expr.o, dwarf2loc.o): New rules.
3981 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
3982 * buildsym.c (finish_block): Handle LOC_COMPUTED and
3983 LOC_COMPUTED_ARG.
3984 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
3985 * m2-exp.y (yylex): Likewise.
3986 * printcmd.c (address_info, print_frame_args): Likewise.
3987 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
3988 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
3989 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
3990 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
3991 * symtab.c (lookup_block_symbol): Likewise.
3992
5784d15e
AF
39932003-02-20 Adam Fedor <[email protected]>
3994
3995 * symtab.h: Remove objc_specific struct
3996 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
3997 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
3998 Have language_objc use cplus_specific struct.
3999
d4cad8db
TT
40002003-02-20 Tom Tromey <[email protected]>
4001
4002 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
4003 TYPE_NAME, when printing a String value. PR java/1075.
4004
2f9a90b4
AF
40052003-02-20 Adam Fedor <[email protected]>
4006
d38074a8 4007 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
4008 * objc-lang.c (find_methods): Make static.
4009
6f17862b
CF
40102003-02-20 Christopher Faylor <[email protected]>
4011
4012 * win32-nat.c (get_image_name): Check return value from
4013 ReadProcessMemory.
4014 (child_xfer_memory): Ditto.
4015
715d1656
AO
40162003-02-20 Alexandre Oliva <[email protected]>
4017
4018 * configure.in (TARGET_SYSTEM_ROOT): Set default to
4019 ${exec_prefix}/${target_alias}/sys-root. Match explicit
4020 '${exec_prefix}' (in addition to the expansion thereof) as
4021 relocatable.
4022 * configure: Rebuilt.
4023
b1262a02
DC
40242003-02-20 David Carlton <[email protected]>
4025
4026 * symtab.c (search_symbols): Revert the search_symbols part of my
4027 2002-12-23 patch. Add comment.
4028
7134143f
DJ
40292002-02-20 Daniel Jacobowitz <[email protected]>
4030
4031 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
4032 * dbxread.c (elfstab_build_psymtabs): Don't call
4033 install_minimal_symbols.
4034 (stabsect_build_psymtabs): Likewise.
4035 * elfread.c (elf_symfile_read): Call install_minimal_symbols
4036 earlier.
4037 * somread.c (som_symfile_read): Call install_minimal_symbols
4038 and do_cleanups earlier.
4039 * nlmread.c (nlm_symfile_read): Likewise.
4040 * mdebugread.c (elfmdebug_build_psymtabs): Call
4041 install_minimal_symbols and make appropriate cleanups.
4042
cf466558
KB
40432003-02-20 Kevin Buettner <[email protected]>
4044
4045 * solib.c (reload_shared_libraries): New function.
4046 (_initialize_solib): Add callbacks for ``set solib-search-path''
4047 and ``set solib-absolute-prefix''.
4048
de5ad195
DC
40492003-02-20 David Carlton <[email protected]>
4050
4051 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
4052 expand comment.
4053 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
4054 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
4055 * ada-typeprint.c (ada_typedef_print): Ditto.
4056 * ax-gdb.c (gen_var_ref): Ditto.
4057 * breakpoint.c (print_one_breakpoint): Ditto.
4058 * buildsym.c (finish_block): Ditto.
4059 * c-valprint.c (c_val_print): Ditto.
4060 * expprint.c (print_subexp): Ditto.
4061 * findvar.c (locate_var_value): Ditto.
4062 * infcmd.c (jump_command): Ditto.
4063 * linespec.c (decode_line_2, decode_compound): Ditto.
4064 * maint.c (maintenance_translate_address): Ditto.
4065 * objc-lang.c (compare_selectors, compare_classes): Ditto.
4066 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
4067 Ditto.
4068 * p-valprint.c (pascal_val_print): Ditto.
4069 * stabsread.c (define_symbol): Ditto.
4070 * stack.c (print_frame, frame_info, print_block_frame_locals)
4071 (print_frame_arg_vars, return_command): Ditto.
4072 * symfile.c (compare_symbols, compare_psymbols): Ditto.
4073 * symmisc.c (print_symbol): Ditto.
4074 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
4075 (compare_search_syms, print_symbol_info, print_msymbol_info)
4076 (rbreak_command): Ditto.
4077 * tracepoint.c (tracepoints_info): Ditto.
4078 * typeprint.c (typedef_print): Ditto.
4079 * valops.c (value_of_variable, hand_function_call): Ditto.
4080 * cli/cli-cmds.c (edit_command, list_command): Ditto.
4081 * ada-typeprint.c: Update Copyright.
4082 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
4083 * tracepoint.c, cli/cli-cmds.c: Ditto.
4084
f796e4be
KB
40852003-02-20 Kevin Buettner <[email protected]>
4086
4087 * frame.c (generic_unwind_get_saved_register): Make non-static.
4088 * frame.h (generic_unwind_get_saved_register): Declare.
4089 * mips-tdep.c (read_next_frame_reg): Fetch register from
4090 current regcache when frame is NULL.
4091 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
4092 that must be NULL.
4093 (mips_get_saved_register): Call generic_unwind_get_saved_register()
4094 instead of frame_register_unwind().
4095
836cc9f4
AC
40962003-02-20 Andrew Cagney <[email protected]>
4097
4098 * remote-sim.c (gdbsim_insert_breakpoint)
4099 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
4100 code.
4101
501eef12
AC
41022003-02-20 Andrew Cagney <[email protected]>
4103
4104 * remote.c (_initialize_remote): Add commands "set/show remote
4105 hardware-watchpoint-limit" and "set/show remote
4106 hardware-breakpoint-limit".
4107 (remote_hw_watchpoint_limit): Initialize to -1.
4108 (remote_hw_breakpoint_limit): Ditto.
4109 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
4110
1b6bc7e0
CF
41112003-02-19 Raoul Gough <[email protected]>
4112
4113 * coff-pe-read.c: New file - support reading of minimal symbols from a
4114 portable executable using the export table.
4115 * coff-pe-read.h: New file.
4116 * coffread.c: Include coff-pe-read.h.
4117 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
4118 debugging symbols found.
4119 * Makefile.in (SFILES): Add coff-pe-read.o.
4120 (coff_pe_read_h): Define.
4121 (COMMON_OBS): Add coff-pe-read.o.
4122 (coffread.o): Add coff_pe_read_h dependency.
4123 (coff-pe-read.o): New target.
4124
fe898f56
DC
41252003-02-19 David Carlton <[email protected]>
4126
4127 * Makefile.in (SFILES): Add block.c.
4128 (block_h): New.
4129 (COMMON_OBS): Add block.o.
4130 (block.o): New.
4131 (x86-64-tdep.o): Add $(block_h).
4132 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
4133 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
4134 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
4135 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
4136 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
4137 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
4138 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
4139 * value.h: Add opaque declaration for struct block.
4140 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
4141 * ada-lang.h: Ditto.
4142 * x86-64-tdep.c: #include "block.h"
4143 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
4144 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
4145 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
4146 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
4147 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
4148 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
4149 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
4150 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
4151 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
4152 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
4153 * symtab.c (block_function): Ditto.
4154 (contained_in): Ditto.
4155 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
4156 block.h. Add opaque declaration for struct block.
4157 * symtab.h: Move block_function and contained_in declarations to
4158 block.h. Add opaque declarations for struct block, struct
4159 blockvector.
4160 (struct block): Move to block.h.
4161 (struct blockvector): Ditto.
4162 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
4163 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
4164 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
4165 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
4166 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
4167 Ditto.
4168 * block.c: New file.
4169 * block.h: New file.
4170
173345b5
TR
41712003-02-19 Theodore A. Roth <[email protected]>
4172
4173 * avr-tdep.c (avr_extract_return_value): Remove function.
4174 (avr_store_return_value): Remove function.
4175 (avr_extract_struct_value_address): Remove function.
4176 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
4177
338ef23d
AC
41782003-02-19 Andrew Cagney <[email protected]>
4179
4180 * rs6000-tdep.c: Include "gdb_assert.h".
4181 (registers_e500): Add "acc" and "spefscr".
4182 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
4183 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
4184 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
4185 really is "r0".
4186 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
4187
5412f5f3
KS
41882003-02-18 Keith Seitz <[email protected]>
4189
4190 * Makefile.in: Add gdbtk-interps.c.
4191
881324eb
KB
41922003-02-18 Kevin Buettner <[email protected]>
4193
4194 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
4195 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
4196
6a2f5abf
AC
41972003-02-18 Andrew Cagney <[email protected]>
4198
4199 * symtab.h (struct objfile): Add opaque declaration.
4200
54c7009d
EZ
42012003-02-18 Elena Zannoni <[email protected]>
4202
4203 From Jim Ingham <[email protected]>:
4204 * dbxread.c (process_one_symbol): Use last_function_start rather
4205 than function_start_offset to find the real beginning of the
4206 current function. The latter is just the text section offset on
4207 some systems, the former is always the real function start.
4208
7ee6d7eb
AC
42092003-02-17 Andrew Cagney <[email protected]>
4210
4211 * configure.in: Revert ${target} != ${host}.
4212
2846da9b
AC
42132003-02-17 Andrew Cagney <[email protected]>
4214
4215 * configure.in (Makefile): Use the test ${target} != ${host},
4216 instead of the absence of the "nm.h" file, to determine of the
4217 configuration non-native.
4218 * configure: Regenerate.
4219
3b27aeea
EZ
42202003-02-14 Elena Zannoni <[email protected]>
4221
4222 From Brian Ford <[email protected]>
4223
4224 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
4225 conditionalize tui_active test.
4226 (lookup_cmd_1): Ditto.
4227
b0b1c2c0
MK
42282003-02-14 Mark Kettenis <[email protected]>
4229
4230 * configure.in: Add check for _etext.
4231 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
4232 available.
4233 * config.in, configure: regenerated.
4234
8f05cde5
DJ
42352003-02-14 Daniel Jacobowitz <[email protected]>
4236
4237 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
4238
021e7609
AC
42392003-02-14 Andrew Cagney <[email protected]>
4240
4241 * main.c (tui_version): Delete variable.
4242 (captured_main): When --tui, set interpreter_p to "tui" instead of
4243 enabling tui_version.
4244 * printcmd.c (display_command) [TUI]: Test tui_active instead of
4245 tui_version.
4246 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
4247 * cli/cli-cmds.c (disassemble_command): Ditto.
4248 * defs.h (tui_version): Delete declaration.
4249 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
4250 (tui-interp.o): Add rules.
4251 (SUBDIR_TUI_OBS): Add "tui-interp.o".
4252
e325dcec
CF
42532003-02-14 Christopher Faylor <[email protected]>
4254
36ffb041 4255 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
4256 just-loaded dll.
4257
c4f90d87
JM
42582003-02-12 Jason Molenda ([email protected])
4259
4260 * symmisc.c (print_objfile_statistics): Include information about
4261 the number of psymtabs and symtabs in each object file.
4262
e46e5ccd
KS
42632003-02-13 Keith R Seitz <[email protected]>
4264
4265 * main.h (struct captured_main_args): Add interpreter_p.
4266 * main.c (captured_main): Initialize interpreter_p from context.
4267 * gdb.c (main): Set interpreter_p argument.
4268 * Makefile.in (gdb.o): Add dependency for interps.h.
4269
fe97fe9c
AC
42702003-02-12 Andrew Cagney <[email protected]>
4271
4272 * event-top.c (cli_command_loop): Delete declaration.
4273 (_initialize_event_loop): Delete function setting event_loop_hook.
4274 * event-top.h (cli_command_loop): Declare. Update copyright.
4275 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
4276 * interps.c (current_interp_command_loop): When event_loop_p, call
4277 cli_command_loop.
4278
1cdac4ef
AC
42792003-02-12 Andrew Cagney <[email protected]>
4280
4281 * interps.h (interp_command_loop_ftype): Change return type to
4282 void.
4283
48037ead
ML
42842003-02-12 Michal Ludvig <[email protected]>
4285
4286 * x86-64-tdep.c (x86_64_extract_return_value)
4287 (x86_64_store_return_value): Use regcache instead of regbuf.
4288 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
4289 * x86-64-linux-nat.c (fill_gregset): Use regcache.
4290
033afc63
AC
42912003-02-11 Andrew Cagney <[email protected]>
4292
4293 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
4294 * aclocal.m4: Regenerate.
4295 * configure: Regenerate.
4296
4297 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
4298 TCL_LD_SEARCH_FLAGS.
4299
40d02bca
ML
43002003-02-10 Michal Ludvig <[email protected]>
4301
4302 * dwarf2cfi.c: Reindented.
4303
11308a41
AC
43042003-02-09 Andrew Cagney <[email protected]>
4305
4306 * interps.c (clear_interpreter_hooks): Convert function definition
4307 to ISO C.
4308
e1c1c0f6
DC
43092003-02-07 David Carlton <[email protected]>
4310
4311 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
4312
ab5d3da6
KB
43132003-02-07 Kevin Buettner <[email protected]>
4314
4315 * gdbtypes.h (struct main_type): Move ``length'' field from here...
4316 (struct type): ...to here.
4317 (TYPE_LENGTH): Adjust to reflect different location of ``length''
4318 field.
4319 * gdbtypes.c (make_qualified_type): Set length on newly created type.
4320 (replace_type): Set length on all type variants for a given type.
4321
b8a92b82
AC
43222003-02-07 Andrew Cagney <[email protected]>
4323
4324 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
4325 <sys/stat.h>.
4326 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
4327
5cb316ef
AC
43282003-02-06 Andrew Cagney <[email protected]>
4329
2555fe1a
AC
4330 * Makefile.in (symm-nat.o): Update dependencies.
4331 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
4332 (lynx-nat.o, ia64-linux-nat.): Ditto.
4333 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
4334 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
4335 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
4336
44270758
AC
4337 * Makefile.in (inflow_h): Define.
4338 (procfs.o, inflow.o, procfs.o): Update dependencies.
4339 * inftarg.c (child_stop): Delete extern declaration of
4340 inferior_process_group. Include "inflow.h".
4341 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
4342 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
4343 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
4344 (our_process_group, inferior_process_group): Extern declarations.
4345
df8f7274
AC
4346 * procfs.c: Include "gdb_assert.h".
4347
5cb316ef
AC
4348 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
4349 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
4350 * jv-typeprint.c (java_type_print_base): Ditto.
4351 * typeprint.c (typedef_print): Eliminate STREQ.
4352 * cli/cli-script.c (define_command, define_command): Ditto.
4353 * main.c (captured_main): Ditto.
4354 * values.c (lookup_internalvar): Ditto.
4355 * utils.c (safe_strerror, parse_escape): Eliminate assignment
4356 within `if' conditional.
4357 * linespec.c (decode_line_2): Ditto.
4358 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
4359 (bfd_openw_with_cleanup): Ditto.
4360
2a28ccea
MK
43612003-02-07 Mark Kettenis <[email protected]>
4362
4363 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
4364 legacy_extract_return_value and store_return_value to
4365 legacy_return_value.
4366
786b8124
CF
43672003-02-06 Raoul Gough <[email protected]>
4368
4369 * win32-nat.c (get_relocated_section_addrs): New function. Find
4370 section load addresses for symbol handling in relocated DLLs.
4371 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
4372
b871e4ec
FF
43732003-02-05 Fred Fish <[email protected]>
4374
4375 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
4376 '=' and '!='.
4377 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
4378 with '&' and '=='.
4379 (angel_RDI_info): Ditto.
4380 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
4381 with '&' and '!='.
4382 (threads_continue_all_with_signals): Ditto.
4383
4389a95a
AC
43842003-02-05 Jim Ingham <[email protected]>
4385 Keith Seitz <[email protected]>
4386 Elena Zannoni <[email protected]>
4387 Andrew Cagney <[email protected]>
4388
4389 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
4390 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
4391 (SUBDIR_MI_OBS): Add "mi-interp.o".
4392 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
4393 (SFILES): Add "interps.c".
4394 (COMMON_OBS): Add "interps.o".
4395 (interps_h, mi_main_h): Define.
4396 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
4397 (mi-main.o, main.o, event-top.o): Update dependencies.
4398 * cli/cli-interp.c: New file.
4399 * interps.h, interps.c: New files.
4400 * top.c: (gdb_init): Don't install the default interpreter, handed
4401 by captured_main.
4402 * main.c: Include "interps.h".
4403 (interpreter_p): Note that it should malloc'ed.
4404 (captured_command_loop): Call current_interp_command_loop.
4405 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
4406 xfree and xstrdup when updating interpreter_p. Install the
4407 default interpreter. Add hack to stop mi1's copyright notice
4408 being encoded.
4409 * event-top.h (gdb_setup_readline): Declare.
4410 (gdb_disable_readline): Declare.
4411 * event-top.c: Include "interps.h".
4412 (display_gdb_prompt): Call current_interp_display_prompt_p.
4413 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
4414 gdb_stdlog, and gdb_stdtarg.
4415 (_initialize_event_loop): Don't call gdb_setup_readline.
4416 * cli-out.c (cli_out_set_stream): New function.
4417 * cli-out.h (cli_out_set_stream): Declare.
4418
ff3b5810
MK
44192003-02-06 Mark Kettenis <[email protected]>
4420
4421 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
4422 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
4423 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
4424 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
4425 config/i386/i386v42mp.mt: Removed.
4426
5b729aa5
MK
44272003-02-05 Mark Kettenis <[email protected]>
4428
4429 * configure.tgt (*-*-solaris*): Set gdb_osabi to
4430 GDB_OSABI_SOLARIS.
4431
8cc15142
MC
44322003-02-05 Michael Chastain <[email protected]>
4433
4434 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
4435 2.12.1 and earlier versions.
4436
5aa5d4b9
AC
44372003-02-05 Andrew Cagney <[email protected]>
4438
4439 Remove orphaned hosts, targets and files.
4440 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
4441 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
4442 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
4443 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
4444 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
4445 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
4446 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
4447 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
4448 * config/sparc/tm-sp64sim.h: Delete.
4449 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
4450 hosts.
4451 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
4452 mips*-dec-mach3* targets.
4453
b68767c1
MC
44542003-02-04 Michael Chastain <[email protected]>
4455
4456 * NEWS: Fix typo: sepcifying -> specifying.
4457
5ae7ca1d
MC
44582003-02-04 Michael Chastain <[email protected]>
4459
4460 * dwarfread.c: Add documentation on the state of dwarf-1,
4461 looking towards obsoletion.
4462
d08a4280
MC
44632003-02-03 Michael Chastain <[email protected]>
4464
4465 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
4466 gdb/testsuite/gdb.c++/pr-1023.exp.
4467
e9be73e4
AC
44682003-02-04 Andrew Cagney <[email protected]>
4469
4470 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
4471 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
4472
4473 * utils.c (init_page_info): Delete reference to MPW in comments.
4474 * main.c (captured_main): Delete #ifdef MPW.
4475
05d57f6f
AC
44762003-02-04 Andrew Cagney <[email protected]>
4477
4478 * NEWS: Note that the m32r-*-elf* is obsolete.
4479 * monitor.c (monitor_expect): Obsolete reference to m32r.
4480 * configure.tgt: Mark m32r-*-elf* as obsolete.
4481 * MAINTAINERS: Mark m32k as obsolete.
4482 * m32r-rom.c: Obsolete file.
4483 * config/m32r/m32r.mt: Obsolete file.
4484 * config/m32r/tm-m32r.h: Obsolete file.
4485 * m32r-stub.c: Obsolete file.
4486 * m32r-tdep.c: Obsolete file.
4487
8b0e5691
AC
44882003-02-04 Andrew Cagney <[email protected]>
4489
4490 * NEWS: Mention that the z8k-zilog-none is obsolete.
4491 * MAINTAINERS: Mark z8k as obsolete.
4492 * configure.tgt: Obsolete the z8k-*-coff* target.
4493 * config/z8k/z8k.mt: Obsolete file.
4494 * config/z8k/tm-z8k.h: Obsolete file.
4495 * z8k-tdep.c: Obsolete file.
4496
67f16606
AC
44972003-02-04 Andrew Cagney <[email protected]>
4498
4499 * NEWS: Mention that the mn10200-elf is obsolete.
4500 * configure.tgt: Obsolete mn10200-*-* target.
4501 * breakpoint.c (update_breakpoints_after_exec): Update comment to
4502 mention that the mn10200 is obsolete.
4503 * breakpoint.h: Ditto.
4504 * MAINTAINERS: Mark the mn10200-elf as obsolete.
4505 * config/mn10200/mn10200.mt: Obsolete file.
4506 * config/mn10200/tm-mn10200.h: Obsolete file.
4507 * mn10200-tdep.c: Obsolete file.
4508
fd2299bd
AC
45092003-02-04 Andrew Cagney <[email protected]>
4510
4511 * MAINTAINERS: Mark h8500 as obsolete.
4512 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
4513 * findvar.c (value_from_register): Ditto.
4514 * h8500-tdep.c: Mark file as obsolete.
4515 * config/h8500/h8500.mt: Ditto.
4516 * config/h8500/tm-h8500.h: Ditto.
4517 * NEWS: Mention that h8500 is obsolete.
4518
eb9a305d
DC
45192003-02-04 David Carlton <[email protected]>
4520
4521 * objfiles.c (allocate_objfile): Always set name. Add comment at
4522 start of function.
4523 * jv-lang.c (get_dynamics_objfile): Add comment.
4524
406fc7fb
DC
45252003-02-04 David Carlton <[email protected]>
4526
4527 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
4528 * printcmd.c (build_address_symbolic): Replace uses of
4529 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
4530 SYMBOL_NAME, and asm_demangle.
4531 Update copyright.
4532
93d91629
DC
45332003-02-04 David Carlton <[email protected]>
4534
4535 * linespec.c (decode_compound): Extract code into
4536 lookup_prefix_sym.
4537 (lookup_prefix_sym): New function.
4538
1c5cb38e
DC
45392003-02-04 David Carlton <[email protected]>
4540
4541 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
4542 FLOAT_COERCION_BADNESS.
4543 * gdbtypes.c (rank_one_type): Replace all uses of
4544 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
4545
0cf824c9
JB
45462003-02-04 Jim Blandy <[email protected]>
4547
4548 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
4549 section, let dwarf_macinfo_section point to it, not
4550 dwarf_loc_section.
4551
a2d356b0
DJ
45522003-02-04 Daniel Jacobowitz <[email protected]>
4553
4554 Pointed out by Anton Blanchard <[email protected]>.
4555 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
4556 (ppc_linux_at_sigtramp_return_path): Use it.
4557
2de7ced7
DJ
45582003-02-04 Daniel Jacobowitz <[email protected]>
4559
4560 * defs.h (streq): Add prototype.
4561 * utils.c (streq): New function.
4562
4563 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
4564 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
4565 * mdebugread.c (new_symbol): Likewise.
4566 * stabsread.c (define_symbol): Likewise.
4567 * coffread.c (process_coff_symbol): Likewise.
4568 * dwarfread.c (new_symbol): Likewise.
4569
4570 * minsyms.c (prim_record_minimal_symbol_and_info): Use
4571 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
4572 here.
4573 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
4574 SYMBOL_INIT_DEMANGLED_NAME.
4575 * objfiles.c: Include "hashtab.h".
4576 (allocate_objfile): Call htab_set_functions_ex for the
4577 demangled_names_hash.
4578 (free_objfile): Call htab_delete for the demangled_names_hash.
4579 * objfiles.h (struct htab): Add declaration.
4580 (struct objfile): Add demangled_names_hash.
4581 * symfile.c: Include "hashtab.h".
4582 (reread_symbols): Call htab_delete for the demangled_names_hash.
4583 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
4584 SYMBOL_NAME in the bcache.
4585 * symtab.c: Include "hashtab.h". Update comments.
4586 (create_demangled_names_hash, symbol_set_names): New functions.
4587 (symbol_find_demangled_name): New function, broken out from
4588 symbol_init_demangled_names.
4589 (symbol_init_demangled_names): Use it.
4590 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
4591 (SYMBOL_SET_NAMES): New macro.
4592 (symbol_set_names): Add prototype.
4593
15831452
JB
45942003-02-03 Jim Blandy <[email protected]>
4595
4596 Use a single, consistent representation for an empty minimal
4597 symbol table in an objfile.
4598 * objfiles.c (terminate_minimal_symbol_table): New function.
4599 (allocate_objfile): Call it.
4600 * objfiles.h (terminate_minimal_symbol_table): New declaration.
4601 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
4602 non-NULL.
4603 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
4604 objfile has minimal symbols, compare minimal_symbol_count to zero,
4605 instead of comparing msymbols with NULL.
4606 * objfiles.c (have_minimal_symbols): Same.
4607 * solib-sunos.c (solib_add_common_symbols): Call
4608 terminate_minimal_symbol_table.
4609 * symfile.c (reread_symbols): Same.
4610
ffc65945
KB
46112003-02-03 Kevin Buettner <[email protected]>
4612
4613 * s390-tdep.c (s390_address_class_type_flags)
4614 (s390_address_class_type_flags_to_name)
4615 (s390_address_class_name_to_type_flags): New functions.
4616 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
4617 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
4618
f211c6d4
MS
46192003-02-03 Michael Snyder <[email protected]>
4620
4621 * arm-tdep.c: Fix spell-o in comment.
4622
659b0389
ML
46232003-02-03 Michal Ludvig <[email protected]>
4624
4625 * dwarf2cfi.c (pointer_encoding): Added new parameter.
4626 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
4627 error messages to contain BFD filename.
4628
3b31d625
EZ
46292003-02-02 Elena Zannoni <[email protected]>
4630
997b089a 4631 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
4632 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
4633 (do_mixed_source_and_assembly): Use
4634 make_cleanup_ui_out_tuple_begin_end and
4635 make_cleanup_ui_out_tuple_begin_end.
4636 (do_mixed_source_and_assembly): Ditto.
4637 * thread.c (do_captured_list_thread_ids): Ditto.
4638 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
4639 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
4640 ui_out_tuple_end): Delete prototypes.
4641 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
4642 ui_out_list_end, ui_out_tuple_end): Delete.
4643
4644 From Kevin Buettner <[email protected]>:
4645 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
4646 * ui-out.c (make_cleanup_ui_out_table_begin_end)
4647 (do_cleanup_table_end): New functions.
4648 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
4649 Use cleanups to invoke_ui_out_tuple_end().
4650 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
4651 * cli/cli-setshow.c (cmd_show_list): Use
4652 make_cleanup_ui_out_tuple_begin_end.
4653
5b181d62
AC
46542003-02-02 Andrew Cagney <[email protected]>
4655
4656 * frame.c (frame_unwind_register): New function.
4657 (frame_unwind_unsigned_register): Use.
4658 (frame_unwind_signed_register): Use.
4659 (frame_read_register): New function.
4660 * frame.h (frame_unwind_register): Declare.
4661 (frame_read_register): Declare.
4662
4663 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
4664 and frame_unwind_register instead of read_memory, write_register
4665 and deprecated_write_register_bytes.
4666
5f601589
AC
46672003-02-02 Andrew Cagney <[email protected]>
4668
4669 * frame.h: Note that namelen can be negative.
4670 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
4671 NAME's length.
4672
4673 * NEWS: Mention that the d10v's `regs' command is deprecated.
4674 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
4675 (d10v_print_registers_info): New function.
4676 (show_regs): Call d10v_print_registers_info.
4677 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
4678
6a3fe0a4
MK
46792003-02-02 Mark Kettenis <[email protected]>
4680
4681 * stack.c (print_frame_info): Restore call to annotate_frame_begin
4682 lost in the previous patch.
4683
075559bc
AC
46842003-02-01 Andrew Cagney <[email protected]>
4685
4686 From 2002-11-09 Jason Molenda ([email protected])
4687 * stack.c (print_frame_info_base): Output complete FRAME tuple
4688 for synthesized frames.
4689
6789195b
AC
46902003-02-02 Andrew Cagney <[email protected]>
4691
4692 * mips-nat.c (zerobuf): Delete.
4693 (fetch_inferior_registers): Alloc local zerobuf.
4694 (fetch_core_registers): Alloc local zerobuf.
4695 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
4696 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
4697 * thread-db.c (thread_db_store_registers): Ditto.
4698 * sh-tdep.c (sh_do_register): Ditto.
4699 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4700 * remote-sim.c (gdbsim_store_register): Ditto.
4701 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4702 * remote-e7000.c (fetch_regs_from_dump): Ditto.
4703 * monitor.c (monitor_supply_register): Ditto.
4704 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
4705 * mips-nat.c (fetch_inferior_registers): Ditto.
4706 * m68klinux-nat.c (fetch_register): Ditto.
4707 * lynx-nat.c (fetch_inferior_registers): Ditto.
4708 (fetch_inferior_registers): Ditto.
4709 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
4710 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4711 (hpux_thread_store_registers): Ditto.
4712 * hppah-nat.c (fetch_register): Ditto.
4713 * hppab-nat.c (fetch_register): Ditto.
4714 * hppa-tdep.c (pa_register_look_aside): Ditto.
4715 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
4716 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
4717
e669114a
AC
47182003-02-01 Andrew Cagney <[email protected]>
4719
4720 * gdbarch.sh: Explictly specify all method levels. When a
4721 variable with an empty level, provide a non-multi-arch default.
4722 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
4723 * gdbarch.h: Re-generate.
4724 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
4725 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
4726
9a043c1d
AC
47272003-02-01 Andrew Cagney <[email protected]>
4728
4729 * defs.h (host_pointer_to_address): Delete declaration.
4730 (address_to_host_pointer): Delete declaration.
4731 * utils.c (host_pointer_to_address): Delete function.
4732 (address_to_host_pointer): Delete function.
4733 * procfs.c (procfs_address_to_host_pointer): New function.
4734 * procfs.c (proc_set_watchpoint): Use.
4735 (procfs_can_use_hw_breakpoint): Update comments.
4736 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
4737 (som_solib_add): Use.
4738 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
4739 * hppa-tdep.c (unwind_command): Use.
4740
7ca9f392
AC
47412003-02-01 Andrew Cagney <[email protected]>
4742
94bbfd30
AC
4743 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
4744 strlen d_name.
4745
7ca9f392
AC
4746 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
4747 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
4748 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
4749 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
4750 (define_symbol): Update.
4751 * symfile.c (generic_load): Remove references to nindy.
4752 * symtab.c: Remove references to nindy.
4753
31a85ea2
AC
47542003-02-01 Andrew Cagney <[email protected]>
4755
4756 * infcmd.c (print_float_info): Delete code conditional on
4757 FLOAT_INFO.
4758 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
4759 * config/m68k/nm-apollo68b.h: Ditto.
4760 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
4761 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
4762 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
4763
f6e85fc8
MK
47642003-02-01 Mark Kettenis <[email protected]>
4765
6015b6a0
MK
4766 * config/i386/tm-i386os9k.h: Removed.
4767
f7a30bdf
MK
4768 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
4769 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
4770 they're identical to i[3456]86-*-sysv* now.
4771 * config/i386/i386v32.mh: Removed.
4772 * config/i386/xm-i386v32.h: Removed.
4773 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
4774
28d52111
MK
4775 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
4776
4d3f6bce
MK
4777 * config/i386/i386dgux.mh: Removed.
4778 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
4779
f6e85fc8
MK
4780 * configure.in: Fix typo.
4781 * configure: Regenerated.
4782
53955967
DC
47832003-01-31 David Carlton <[email protected]>
4784
4785 * dwarf2read.c (dwarf2_locate_sections): Set
4786 dwarf_ranges_section.
4787
b1364885
AC
47882003-01-31 Andrew Cagney <[email protected]>
4789
8dbb1c65
AC
4790 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
4791 * utils.c: Update comments documenting legitimate uses of PTR.
4792
8731e58e
AC
4793 * utils.c: Re-indent.
4794
b1364885
AC
4795 * config/djgpp/fnchange.lst: Delete nindy files.
4796 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
4797 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
4798 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
4799 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
4800 * nindy-share/README, nindy-share/Onindy.c: Delete files.
4801 * nindy-tdep.c, nindy-share/Makefile: Delete files.
4802 * Makefile.in (init.c): Remove nindy references.
4803 (saber_gdb): Delete rule.
4804 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
4805 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
4806 and a68v-nat.c.
4807 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
4808 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
4809 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
4810 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
4811 nindy-share/stop.h.
4812 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
4813 * saber.suppress: Delete file.
4814
086df311
DJ
48152003-01-31 Daniel Jacobowitz <[email protected]>
4816
4817 * dbxread.c (stabs_data): New static variable.
4818 (fill_symbuf): Support an in-memory buffer for stabs data.
4819 (stabs_seek): New function.
4820 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
4821 (read_ofile_symtab): Use stabs_seek.
4822 (elfstab_build_psymtabs): Take an asection* instead of
4823 an offset and size. Relocate the stabs data if necessary.
4824 Save the section* for dbx_psymtab_to_symtab.
4825 * dwarf2read.c: Add section variables for each debug section.
4826 (dwarf2_locate_sections): Fill them in.
4827 (dwarf2_read_section): Take an asection* argument.
4828 Relocate the section contents if necessary.
4829 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
4830 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
4831 it to dwarf2_read_section.
4832 (dwarf2_build_frame_info): Update callers.
4833 * elfread.c (elf_symfile_read): Update call to
4834 elfstab_build_psymtabs.
4835 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
4836 (DBX_STAB_SECTION): New macro.
4837 * stabsread.h (elfstab_build_psymtabs): Update prototype.
4838 * symfile.c (symfile_dummy_outputs): New function.
4839 (symfile_relocate_debug_section): New function.
4840 * symfile.h (symfile_relocate_debug_section): Add prototype.
4841
87d1b352
RH
48422003-01-31 Richard Henderson <[email protected]>
4843
4844 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
4845 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
4846 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
4847 * alpha-tdep.c (alpha_register_name): Add "unique".
4848 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
4849 (ALPHA_UNIQUE_REGNUM): New.
4850 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
4851
c48861fb
AC
48522003-01-31 Andrew Cagney <[email protected]>
4853
4854 * README: Remove reference to Ericsson 1800 monitor.
4855 * Makefile.in (remote-es.o): Delete rule.
4856 (ALLDEPFILES): Delete remote-es.c.
4857 * remote-es.c: Delete file.
4858 * config/m68k/es1800.mt: Delete file.
4859 * config/djgpp/fnchange.lst: Update.
4860 * configure.tgt: Delete m68*-ericsson-* target.
4861
d764a824
AF
48622003-01-31 Adam Fedor <[email protected]>
4863
4864 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
4865 Remove duplicate/shadowing variable of same name.
4866
fe36c4f4
JB
48672003-01-30 Jim Blandy <[email protected]>
4868
4869 * symfile.c (find_separate_debug_file): Assert that the objfile's
4870 directory name we compute ends with a slash, and then assume that
4871 that's so everywhere we use it.
4872
cb741690
DJ
48732003-01-30 Daniel Jacobowitz <[email protected]>
4874
4875 * valops.c (value_assign): Flush frame cache after stores to memory
4876 also.
4877
96ee5227
AC
48782003-01-30 Andrew Cagney <[email protected]>
4879
4880 * Makefile.in (mon960-rom.o): Delete rule.
4881 * mon960-rom.c: Delete file.
4882
7f6104a9
AC
48832003-01-30 Andrew Cagney <[email protected]>
4884
4885 * d10v-tdep.c: Include "frame-unwind.h".
4886 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
4887 list.
4888 (next_addr, uses_frame): Delete.
4889 (struct d10v_unwind_cache): Define.
4890 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
4891 Use info instead of next_addr and uses_frame globals.
4892 (d10v_frame_init_saved_regs): Delete function.
4893 (d10v_init_extra_frame_info): Delete function.
4894 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
4895 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
4896 init_frame_pc or frame_saved_pc.
4897 (d10v_pop_frame): Delete function.
4898 (do_d10v_pop_frame): Delete function.
4899 (d10v_frame_chain): Delete function.
4900 (d10v_frame_chain_valid): Delete function.
4901 (d10v_frame_pc_unwind): New function.
4902 (d10v_frame_id_unwind): New function.
4903 (saved_regs_unwinder): New function.
4904 (d10v_frame_register_unwind): New function.
4905 (d10v_frame_pop): New function.
4906 (d10v_frame_unwind): New variable.
4907 (d10v_frame_p): New function.
4908 (d10v_frame_saved_pc): Delete function.
4909 * Makefile.in (d10v-tdep.o): Update dependencies.
4910
cad2e848
JB
49112003-01-30 J. Brobecker <[email protected]>
4912
4913 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
4914 causing some regressions due to a change in the default value
4915 for this macro.
4916
af34e669
DJ
49172003-01-29 Richard Henderson <[email protected]>
4918 Elena Zannoni <[email protected]>
4919 Daniel Jacobowitz <[email protected]>
4920
4921 Fix PR gdb/961.
4922 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
4923 variables.
4924 (RANGES_SECTION): New.
4925 (dwarf_ranges_buffer): New variable.
4926 (struct comp_unit_head): Add member "die".
4927 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
4928 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
4929 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
4930 (dwarf2_locate_sections): Likewise.
4931 (dwarf2_build_psymtabs): Read .debug_ranges.
4932 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
4933 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
4934 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
4935 Look for DW_AT_ranges and return the bounding box.
4936
baa93fa6
CF
49372003-01-29 Brian Ford <[email protected]>
4938
4939 * win32-nat.c (cygwin_pid): Removed as unused.
4940 (child_attach): Try fall back to Cygwin pid.
4941
c63f977f
JB
49422003-01-29 Jim Blandy <[email protected]>
4943
4944 * objfiles.h (struct objfile): Doc fix.
4945
d62d1979
AC
49462003-01-29 Andrew Cagney <[email protected]>
4947
4948 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
4949 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
4950 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
4951 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
4952 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
4953 (FRAME_SAVED_PC): Change to a function with predicate.
4954 * gdbarch.h, gdbarch.c: Re-generate.
4955
1ae18a04
AC
49562003-01-28 Andrew Cagney <[email protected]>
4957
52287340
AC
4958 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
4959
1ae18a04
AC
4960 * complaints.c (complain): Delete function.
4961 * complaints.h (struct deprecated_complaint): Delete definition.
4962 (complain): Delete declaration.
4963
f2c16bd6
KB
49642003-01-28 Kevin Buettner <[email protected]>
4965
4966 * mips-tdep.c (mips_init_extra_frame_info): Return early for
4967 dummy frames.
4968
a94dd1fd
AC
49692003-01-27 Andrew Cagney <[email protected]>
4970
4971 * sentinel-frame.h, sentinel-frame.c: New files.
4972 * Makefile.in (frame.o): Update dependencies.
4973 (SFILES): Add sentinel-frame.c.
4974 (sentinel_frame_h): Define.
4975 (COMMON_OBS): Add sentinel-frame.o.
4976 (sentinel-frame.o): Specify dependencies.
4977 * frame.c: Include "sentinel-frame.h".
4978 (frame_register_unwind): Rewrite assuming that there is always a a
4979 ->next frame.
4980 (frame_register, generic_unwind_get_saved_register): Ditto.
4981 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
4982 (create_sentinel_frame, unwind_to_current_frame): New functions.
4983 (get_current_frame): Rewrite using create_sentinel_frame and
4984 unwind_to_current_frame. When possible, always create a frame.
4985 (create_new_frame): Set next to the sentinel frame.
4986 (get_next_frame): Rewrite. Don't go below the level 0 frame.
4987 (deprecated_update_frame_pc_hack): Update the next frame's PC and
4988 ID cache when necessary.
4989 (frame_saved_regs_id_unwind): Use frame_relative_level.
4990 (deprecated_generic_get_saved_register): Use frame_relative_level,
4991 get_frame_saved_regs, get_frame_pc, get_frame_base and
4992 get_next_frame.
4993 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
4994 frame_register.
4995
5378adc4
DJ
49962003-01-27 Daniel Jacobowitz <[email protected]>
4997
4998 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
4999
51ee2ddc
DJ
50002003-01-27 Daniel Jacobowitz <[email protected]>
5001
5002 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
5003 (maintenance_set_profile_cmd): Use error () instead of warning ().
5004
d9feb4e7
DJ
50052003-01-27 Daniel Jacobowitz <[email protected]>
5006
5007 * configure.in: Check that -pg works if using --enable-profiling.
5008 Check for monstartup and _mcleanup regardless of --enable-profiling.
5009 * maint.c: Check for monstartup and _mcleanup before using them.
5010 * config.in: Regenerated.
5011 * configure: Regenerated.
5012
2d188dd3
NC
50132003-01-24 Nick Clifton <[email protected]>
5014
5015 * Add sh2e support:
5016
5017 2002-04-02 Elena Zannoni <[email protected]>
5018
5019 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
5020 (sh2e_show_regs): New.
5021 (sh_gdbarch_init): Handle bfd_mach_sh2e.
5022 * config/sh/tm-sh.h: Added sh2e to comments.
5023
cb3c37b2
JB
50242003-01-23 Jim Blandy <[email protected]>
5025
5026 * symfile.c (syms_from_objfile): Don't print the "(no debugging
5027 symbols found)" message here; we haven't checked for a separate
5028 debug info file yet, so we don't know yet.
5029 (symbol_file_add_with_addrs_or_offsets): Print it here, after
5030 we've looked everywhere. Also, there's no need to print a special
5031 message when we're loading the separate debug info file: the one
5032 symbol_file_add prints is fine.
5033
5b5d99cf
JB
50342003-01-23 Alexander Larsson <[email protected]>
5035 Jim Blandy <[email protected]>
5036
5037 Add support for executables whose debug info has been separated
5038 out into a separate file, leaving only a link behind.
5039 * objfiles.h (struct objfile): New fields: separate_debug_objfile
5040 and separate_debug_objfile_backlink.
5041 (put_objfile_before): New declaration.
5042 * symfile.c: #include "filenames.h".
5043 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
5044 debug info in a separate file, read that, too. Save the addrs
5045 argument, so we can use it again to read the separated debug info;
5046 syms_from_objfile modifies the table we pass it.
5047 (reread_symbols): After re-reading an objfile, call
5048 reread_separate_symbols to refresh its separate debug info
5049 objfile, if it has one.
5050 (reread_separate_symbols, find_separate_debug_file,
5051 get_debug_link_info, separate_debug_file_exists): New functions.
5052 (debug_file_directory): New global var.
5053 (_initialize_symfile): Initialize debug_file_directory, and
5054 provide the new `set debug-file-directory' command to let the user
5055 change it.
5056 * objfiles.c (free_objfile): If this objfile has its debug info in
5057 a separate objfile, free that one too. If this is itself a
5058 separate debug info objfile, clear our parent's backlink.
5059 (put_objfile_before): New function.
5060 * utils.c (gnu_debuglink_crc32): New function.
5061 * defs.h (gnu_debuglink_crc32): New declaration.
5062 * Makefile.in (symfile.o): Note dependency on "filenames.h".
5063 * configure.in: Handle --with-separate-debug-dir config option.
5064 * acinclude.m4 (AC_DEFINE_DIR): New macro.
5065 * acconfig.h (DEBUGDIR): New macro.
5066 * configure, aclocal.m4, config.in: Regenerated.
5067
7e8580c1
JB
50682003-01-22 Jim Blandy <[email protected]>
5069
7904e09f
JB
5070 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
5071 like the old symbol_file_add, but taking new arguments: you can
5072 now pass in either a `struct section_addr_info' list to say where
5073 each section is loaded, or a `struct section_offsets' table. Pass
5074 these new arguments through to syms_from_objfile as appropriate.
5075 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
5076 with the appropriate quiescent values for the new arguments.
5077
7e8580c1
JB
5078 * symfile.c: #include "gdb_assert.h".
5079 (syms_from_objfile): Add the ability to pass in a section offset
5080 table directly, as an alternative to the section_addr_info table.
5081 Document arguments better.
5082 (symbol_file_add): Pass extra arguments to syms_from_objfile.
5083 * symfile.h (syms_from_objfile): Update declaration.
5084 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
5085 syms_from_objfile.
5086 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
5087
d28f9cdf
DJ
50882003-01-22 Daniel Jacobowitz <[email protected]>
5089
5090 Original patch by Tom Tromey <[email protected]> and
5091 Jason Molenda <[email protected]>.
5092 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
5093 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
5094 * NEWS: Mention profiling.
5095 * configure.in (--enable-gdbtk): Fix typo.
5096 (--enable-profiling): New. Set PROFILE_CFLAGS.
5097 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
5098 Fill in function.
5099 (profiling_state): New variable.
5100 (mcleanup_wrapper): New function.
5101 (_initialize_maint): Remove NOTYET, fix call to
5102 add_setshow_boolean_cmd for "maint set profile".
5103 * configure: Regenerated.
5104
df21e465
MH
51052003-01-21 Martin M. Hunt <[email protected]>
5106
5107 * Makefile.in (install-gdbtk): Install PNG images too.
5108
73c1f219
AC
51092003-01-21 Andrew Cagney <[email protected]>
5110
5111 * exec.c (text_start): Delete global variable.
5112 (exec_file_attach): Make text_start local to the function.
5113 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
5114 * valops.c (hand_function_call): Delete code that handles
5115 BEFORE_TEXT_END and AFTER_TEXT_END.
5116 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
5117 of CALL_DUMMY_LOCATION.
5118 * gdbarch.c: Regenerate.
5119 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
5120 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
5121 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
5122 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
5123 (text_end): Delete extern declaration.
5124
eb4f72c5
AC
51252003-01-21 Andrew Cagney <[email protected]>
5126
5127 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
5128 * blockframe.c (backtrace_below_main): Move to "frame.c".
5129 (frame_chain_valid): Delete check for backtrace_below_main.
5130 (_initialize_blockframe): Delete initialization, move ``set
5131 backtrace-below-main'' command to "frame.c".
5132 (do_flush_frames_sfunc): Delete function.
5133 * frame.c: Include "command.h" and "gdbcmd.h".
5134 (frame_type_from_pc): New function.
5135 (create_new_frame): Use frame_type_from_pc.
5136 (legacy_get_prev_frame): New function.
5137 (get_prev_frame): Rewrite. When an old style frame, call
5138 legacy_get_prev_frame. Otherwize, unwind the PC first.
5139 (_initialize_frame): Add ``set backtrace-below-main'' command.
5140 * Makefile.in (frame.o): Update dependencies.
5141
778ce8cc
AC
51422003-01-19 Andrew Cagney <[email protected]>
5143
5144 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
5145 DEPRECATED_REGISTERS_INFO.
5146
01c193c8
AC
51472003-01-19 Andrew Cagney <[email protected]>
5148
5149 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
5150 Maintainers'. Update `Various Maintainers'.
5151
dedc2a2b
AC
51522003-01-19 Andrew Cagney <[email protected]>
5153
5154 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
5155 * gdbarch.sh (POP_FRAME): Change to function with predicate.
5156 Suppress actual parameters when `-'.
5157 * gdbarch.h, gdbarch.c: Regenerate.
5158
b7261c70
AC
51592003-01-19 Andrew Cagney <[email protected]>
5160
5161 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
5162 code handling dummy frames.
5163
dbe9fe58
AC
51642003-01-19 Andrew Cagney <[email protected]>
5165
5166 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
5167 (struct frame_unwind): Add field pop.
5168 * frame.h (frame_pop): Declare.
5169 * frame.c (frame_saved_regs_pop): New function.
5170 (trad_frame_unwinder): Add frame_saved_regs_pop.
5171 (frame_pop): New function.
5172 * dummy-frame.c (dummy_frame_pop): New function.
5173 (discard_innermost_dummy): New function.
5174 (generic_pop_dummy_frame): Use discard_innermost_dummy.
5175 (dummy_frame_unwind): Add dummy_frame_pop.
5176 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
5177 * valops.c (hand_function_call): Ditto.
5178 * stack.c (return_command): Ditto.
5179
570b8f7c
AC
51802003-01-18 Andrew Cagney <[email protected]>
5181
5182 * cris-tdep.c: Fix function declaration indentation.
5183 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
5184 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
5185 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
5186 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
5187 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
5188 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
5189
51902003-01-18 Michael Chastain <[email protected]>
eaec4d85
MC
5191
5192 * README (Unpacking and Installation -- quick overview):
5193 Warn against ".../gdb-5.3/gdb/configure".
5194
494cca16
AC
51952003-01-18 Andrew Cagney <[email protected]>
5196
5197 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
5198 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5199 (struct frame_unwind): Declare opaque.
5200 (dummy_frame_p): Declare function.
5201 * dummy-frame.c (dummy_frame_id_unwind): Make static.
5202 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
5203 * dummy-frame.c: Include "frame-unwind.h".
5204 (dummy_frame_p): New function.
5205 (dummy_frame_unwind): New variable.
5206 * frame.c: Include "frame-unwind.h".
5207 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
5208 to use the new unwind field.
5209 (set_unwind_by_pc): Delete function.
5210 (create_new_frame, get_prev_frame): Set unwind field using
5211 frame_unwind_find_by_pc.
5212 (trad_frame_unwind, trad_frame_unwinder): New variables.
5213 * frame.h (trad_frame_unwind): Declare variable.
5214 (frame_id_unwind_ftype): Delete declaration.
5215 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
5216 (struct frame_unwind): Declare opaque.
5217 (struct frame_info): Replace the fields id_unwind, pc_unwind and
5218 register_unwind with a single unwind pointer.
5219 * frame-unwind.h, frame-unwind.c: New files.
5220 * Makefile.in (SFILES): Add frame-unwind.c.
5221 (frame_unwind_h): Define.
5222 (COMMON_OBS): Add frame-unwind.o.
5223 (frame-unwind.o): Specify dependencies.
5224 (frame.o, dummy-frame.o): Update dependencies.
5225
4efb68b1
AC
52262003-01-18 Andrew Cagney <[email protected]>
5227
5228 * ada-valprint.c: Eliminate PTR.
5229 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
5230 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
5231 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
5232 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
5233 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
5234 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
5235 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
5236
a84d24ee
AC
52372003-01-17 Andrew Cagney <[email protected]>
5238
762f08a3
AC
5239 * main.c (captured_main): Don't use PTR.
5240 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
5241 * gdbtypes.c (lookup_primitive_typename): Ditto.
5242 (lookup_struct_elt_type): Ditto.
5243 * f-valprint.c (info_common_command): Ditto.
5244 (list_all_visible_commons): Ditto.
5245 * jv-typeprint.c (java_type_print_base): Ditto.
5246
a84d24ee
AC
5247 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
5248 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
5249 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
5250 i386-interix-nat.c and i386-interix-tdep.c. Rename
5251 m68klinux-nat.c and m68klinux-tdep.c. Rename
5252 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
5253 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
5254 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
5255 * main.c (captured_main): Use xfree, not free.
5256
c170fb60
AC
52572003-01-16 Andrew Cagney <[email protected]>
5258
5259 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
5260 ID back using a parameter.
5261 * frame.c (frame_id_unwind): Update call.
5262 (frame_saved_regs_id_unwind): Update.
5263 * dummy-frame.c (dummy_frame_id_unwind): Update function.
5264 * dummy-frame.h (struct frame_id): Add opaque declaration.
5265 (dummy_frame_id_unwind): Update declaration.
5266
867f3898
AC
52672003-01-15 Andrew Cagney <[email protected]>
5268
5269 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
5270
40622be8 52712003-01-15 Stephen P. Smith <[email protected]>
de3a8c23 5272
40622be8 5273 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 5274
ae66c1fc
EZ
52752003-01-14 Elena Zannoni <[email protected]>
5276
997b089a 5277 Fix PR gdb/898
ae66c1fc
EZ
5278 * breakpoint.c (until_break_command): Add new argument. Use it to
5279 decide whether to stop only at the current frame or not.
5280 * breakpoint.h (until_break_command): Update prototype.
5281 * infcmd.c (until_command): Add new argument to until_break_command
5282 call.
5283 (advance_command): New function.
5284 (_initialize_infcmd): Update help string for 'until' command.
5285 Add new 'advance' command.
5286
a04257e6
DC
52872003-01-14 David Carlton <[email protected]>
5288
5289 * linespec.c (decode_line_1): Normalize comments.
5290 (set_flags): Ditto.
5291 (locate_first_half): Ditto.
5292 (decode_compound): Ditto.
5293 (symtab_from_filename): Ditto.
5294 (decode_all_digits): Ditto.
5295 (decode_dollar): Ditto.
5296 (find_methods): Ditto.
5297 (find_toplevel_char): Ditto.
5298
1bac305b
AC
52992003-01-13 Andrew Cagney <[email protected]>
5300
5301 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
5302 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
5303 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
5304 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
5305 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
5306 * language.c, language.h, m32r-tdep.c: Update copyright.
5307 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
5308 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
5309 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
5310 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
5311 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
5312 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
5313
25caa7a8
EZ
53142003-01-13 Elena Zannoni <[email protected]>
5315
5316 * stabsread.h (process_later, resolve_cfront_continuation):
5317 Obsolete.
5318 Update copyright years.
5319 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
5320 Update copyright year.
5321 * dbxread.c(struct cont_elem): Obsolete.
5322 (process_later, process_now): Obsolete functions.
5323 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
5324 Update copyright year.
5325 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
5326 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
5327 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
5328 (parse_partial_symbols): Obsolete cfront support.
5329 * stabsread.c
5330 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
5331 macros.
5332 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
5333 read_cfront_baseclasses, read_cfront_member_functions,
5334 resolve_cfront_continuation,read_cfront_static_fields,
5335 copy_cfront_struct_fields): Obsolete functions.
5336 (define_symbol, read_one_struct_field): Obsolete cfront support.
5337 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
5338 Update Copyright year.
5339
7789c6f5
EZ
53402003-01-13 Elena Zannoni <[email protected]>
5341
5342 * stack.c (print_frame_info, print_stack_frame_base_stub,
5343 print_stack_frame_base, show_and_print_stack_frame_stub,
5344 show_and_print_stack_frame, print_only_stack_frame_stub,
5345 print_only_stack_frame): Delete functions.
5346 (print_stack_frame_stub): Call print_frame_info instead of
5347 print_frame_info_base.
5348 (print_frame_info_base): Rename to print_frame_info.
5349 (backtrace_command_1): Call print_frame_info, instead of
5350 print_frame_info_base.
5351 (current_frame_command): Call print_stack_frame, instead of
5352 print_only_stack_frame.
5353 (frame_command): Call print_stack_frame, instead of
5354 show_and_print_stack_frame.
5355 (up_command): Ditto.
5356 (down_command): Ditto.
5357 * frame.h (print_only_stack_frame): Delete prototype.
5358 * infrun.c (normal_stop): Call print_stack_frame, instead of
5359 show_and_print_stack_frame.
5360 * thread.c (info_threads_command): Call print_stack_frame, instead
5361 of print_only_stack_frame.
5362
3f5a3016
AC
53632003-01-13 Andrew Cagney <[email protected]>
5364
d99ba314
AC
5365 * README (Graphical interface to GDB): Update URL. Point at
5366 gdb/links/.
5367
3f5a3016
AC
5368 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
5369 version match.
5370
083ae935
DJ
53712003-01-13 Daniel Jacobowitz <[email protected]>
5372
5373 * symtab.c (find_pc_sect_line): Don't consider end-of-function
5374 lines.
5375
5365276c
DJ
53762003-01-13 Daniel Jacobowitz <[email protected]>
5377
5378 * thread-db.c (attach_thread): Prototype.
5379 (struct private_thread_info): Remove lwpid. Add thread handle (th),
5380 thread information (ti), and valid flags (th_valid, ti_valid).
5381 (attach_thread): Move target_pid_to_str call to after the thread
5382 is added to GDB's list. Initialize the cache.
5383 (thread_get_info_callback, thread_db_map_id2thr)
5384 (thread_db_get_info): New functions.
5385 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
5386 (thread_db_store_registers, thread_db_thread_alive)
5387 (thread_db_get_thread_local_address): Use them.
5388 (thread_db_pid_to_str): Likewise. Return "Missing" instead
5389 of calling error() for threads in unknown state.
5390
5391 (clear_lwpid_callback): New function.
5392 (thread_db_resume): Use it to clear the cache.
5393
9fc30b6b
DJ
53942003-01-13 Daniel Jacobowitz <[email protected]>
5395
5396 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
5397 (resume_callback): Remove dead code.
5398
8f871025
AC
53992003-01-13 Andrew Cagney <[email protected]>
5400
5401 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
5402 predicate.
5403 * gdbarch.h, gdbarch.c: Regenerate.
5404 * stack.c (frame_info): Only initialize the saved registers when
5405 FRAME_INIT_SAVED_REGS_P.
5406 * frame.c (frame_saved_regs_register_unwind): Assert
5407 FRAME_INIT_SAVED_REGS_P.
5408 (deprecated_generic_get_saved_register): Ditto.
5409
3f565f1e
DJ
54102003-01-13 Daniel Jacobowitz <[email protected]>
5411
5412 * source.c (openp): Squelch warning about "filename".
5413
072b1022
DJ
54142003-01-13 Daniel Jacobowitz <[email protected]>
5415
5416 * source.c (openp): If the file does not exist don't necessarily
5417 search the path.
5418
973ccf8b
DJ
54192003-01-13 Daniel Jacobowitz <[email protected]>
5420
5421 Fix PR gdb/872.
5422 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
5423 (integer_types_same_name_p): New function.
5424 (rank_one_type): Use it.
5425 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
5426
030292b7
DJ
54272003-01-13 Daniel Jacobowitz <[email protected]>
5428
5429 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
5430 variables.
5431 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
5432 * configure.in: Add --with-sysroot.
5433 * configure: Regenerated.
5434 * main.c (gdb_sysroot): New variable.
5435 (captured_main): Initialize gdb_sysroot.
5436 * defs.h (gdb_sysroot): New extern declaration.
5437 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
5438
afb5d334
MC
54392003-01-12 Michael Chastain <[email protected]>
5440
5441 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
5442
751ceeb4
MC
54432003-01-12 Michael Chastain <[email protected]>
5444
5445 * top.c (print_gdb_version): Bump copyright year to 2003.
5446
94cd26f8
DC
54472003-01-12 David Carlton <[email protected]>
5448
5449 * linespec.c (symtab_from_filename): Rename variable 's' to
5450 'file_symtab'.
5451
1ce79225
AC
54522003-01-12 Andrew Cagney <[email protected]>
5453
5454 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
5455 dummy frame.
5456 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
5457
fa1fd571
AC
54582003-01-12 Andrew Cagney <[email protected]>
5459
5460 * d10v-tdep.c: Include "gdb_assert.h".
5461 (d10v_store_return_value): Rewrite to match current interface.
5462 (d10v_extract_struct_value_address): Ditto.
5463 (d10v_extract_return_value): Ditto.
5464 (d10v_gdbarch_init): Set store_restore_value,
5465 extract_struct_value_address and extract_return_value.
5466
68b8d23e
JB
54672003-01-12 J. Brobecker <[email protected]>
5468
5469 * hpread.c (set_namestring): New procedure replacing the
5470 SET_NAMESTRING macro.
5471 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
5472 by calls to set_namestring.
5473
54742003-01-11 J. Brobecker <[email protected]>
1fb309ea
JB
5475
5476 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
5477 a compilation warning.
5478 (hpread_process_one_debug_symbol): Likewise.
5479
88d262ca
DC
54802003-01-10 David Carlton <[email protected]>
5481
5482 * linespec.c (decode_line_1): Rename variable 's' to
5483 'file_symtab'.
5484 (decode_all_digits): Rename argument 's' to 'file_symtab'.
5485 (decode_dollar): Ditto.
5486 (decode_variable): Ditto.
5487 (symbol_found): Ditto.
5488
86669319
MC
54892003-01-09 Michael Chastain <[email protected]>
5490
5491 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
5492
616a9dc4
CV
54932003-01-07 Corinna Vinschen <[email protected]>
5494
5495 * win32-nat.c (set_process_privilege): New function.
5496 (child_attach): Call set_process_privilege() to enable the
5497 SE_DEBUG_NAME user privilege if available in process token.
5498
3269bcfa
JB
54992003-01-10 J. Brobecker <[email protected]>
5500
5501 * hpread.c (hpread_process_one_debug_symbol): Fix a small
5502 compilation error in the previous revision.
5503
2b0ee454
DC
55042003-01-09 David Carlton <[email protected]>
5505
5506 * linespec.c: Update copyright.
5507
b3ba1b44
DJ
55082003-01-09 Daniel Jacobowitz <[email protected]>
5509
5510 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
5511 than inferior_ptid.
5512 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
5513
4ef3f3be
AC
55142003-01-09 Andrew Cagney <[email protected]>
5515
479ab5a0
AC
5516 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
5517 Update comments.
5518 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
5519 (frame_saved_regs_zalloc): Update.
5520 (frame_saved_regs_register_unwind): Update.
5521 (create_new_frame): Update.
5522 (get_prev_frame): Update.
5523 (frame_extra_info_zalloc): Update.
5524 (deprecated_get_frame_saved_regs): Update.
5525 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
5526 * cris-tdep.c: Update comment.
5527
bde58177
AC
5528 * somsolib.h: Fix function indentation.
5529 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
5530 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
5531 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
5532 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
5533 * somsolib.c, inftarg.c: Remove assignment in if conditional.
5534
4ef3f3be
AC
5535 * infrun.c (follow_fork): Use ISO C definition.
5536 * expprint.c (print_subexp): Use xfree instead of free.
5537 * charset.c: Include "gdb_string.h" instead of <string.h>.
5538 (register_iconv_charsets): Use ISO C definition.
5539 (host_charset, target_charset): Ditto.
5540 * Makefile.in (charset.o): Update dependencies.
5541 (mi-cmd-env.o): Update dependencies.
5542
1c615f7a
AC
55432003-01-08 Andrew Cagney <[email protected]>
5544
5545 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
5546 get_frame_base.
5547
c9a1dc08
AC
55482003-01-08 Andrew Cagney <[email protected]>
5549
5550 * gdb_mbuild.sh: Add --keep option. When specified, keep the
5551 build directories. Save edited gdb output in Mbuild.log. If a
5552 build fails, remove any final GDB executable.
5553
dbad9d94
AC
55542003-01-08 Andrew Cagney <[email protected]>
5555
5556 * gdb_mbuild.sh: Edit the output of `maint print architecture'
5557 replacing hex constants with function names and stripping leading
5558 file name directory prefixes.
5559
8d357cca
AC
55602003-01-08 Andrew Cagney <[email protected]>
5561
5562 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
5563 get_frame_base.
5564
bca02a8a
DC
55652003-01-08 David Carlton <[email protected]>
5566
5567 * linespec.c (decode_line_1): Move code into decode_variable.
5568 (decode_variable): New function.
5569
7f8ab3a0
AC
55702003-01-08 Andrew Cagney <[email protected]>
5571
5572 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
5573
7b5849cc
AC
55742003-01-08 Andrew Cagney <[email protected]>
5575
5576 * cris-tdep.c (cris_frame_init_saved_regs): Use
5577 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
5578 saved_regs buffer.
5579 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
5580 (sh64_nofp_frame_init_saved_regs): Ditto.
5581 (sh_fp_frame_init_saved_regs): Ditto.
5582 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
5583 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
5584 * mcore-tdep.c (analyze_dummy_frame): Ditto.
5585 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5586
72a5efb3
DJ
55872003-01-08 Daniel Jacobowitz <[email protected]>
5588
5589 * minsyms.c (lookup_minimal_symbol): Update comment.
5590 (lookup_minimal_symbol_text): Update comment. Use the hash table.
5591 (lookup_minimal_symbol_solib_trampoline): Likewise.
5592
11c02a10
AC
55932003-01-08 Andrew Cagney <[email protected]>
5594
aab3ea25
AC
5595 * d10v-tdep.c (d10v_init_extra_frame_info): Use
5596 frame_relative_level.
5597
da50a4b7
AC
5598 * alpha-tdep.c: Use get_frame_extra_info.
5599 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5600 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
5601 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
5602 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
5603
11c02a10
AC
5604 * alpha-tdep.c: Use get_next_frame.
5605 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5606 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
5607 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
5608 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
5609 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
5610 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
5611 * xstormy16-tdep.c: Ditto.
5612
1e2330ba
AC
56132003-01-07 Andrew Cagney <[email protected]>
5614
5615 * alpha-tdep.c: Use get_frame_base.
5616 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
5617 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
5618 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
5619 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
5620 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
5621 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
5622 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
5623 * config/sparc/tm-sparc.h: Ditto.
5624
2d75187b
AC
56252003-01-07 Andrew Cagney <[email protected]>
5626
5627 * frame.c (deprecated_get_frame_context): New function.
5628 (deprecated_set_frame_context): New function.
5629 * frame.h (deprecated_get_frame_context): Declare.
5630 (deprecated_set_frame_context): Declare.
5631 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
5632 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
5633
483d36b2
AC
56342003-01-07 Andrew Cagney <[email protected]>
5635
5636 * frame.c (deprecated_set_frame_next_hack): New function.
5637 (deprecated_set_frame_prev_hack): New function.
5638 * frame.h (deprecated_set_frame_next_hack): Declare.
5639 (deprecated_set_frame_prev_hack): Declare.
5640 * mcore-tdep.c (analyze_dummy_frame): Use
5641 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
5642 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5643
14e91ac5
DC
56442003-01-07 David Carlton <[email protected]>
5645
5646 * linespec.c (decode_line_1): Move code into decode_dollar.
5647 (decode_dollar): New function.
5648
b0c6b05c
AC
56492003-01-07 Andrew Cagney <[email protected]>
5650
5651 * arm-tdep.c (arm_init_extra_frame_info): Use
5652 deprecated_update_frame_base_hack.
5653 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
5654 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
5655 (fix_frame_pointer): Ditto.
5656 (mn10300_analyze_prologue): Ditto.
5657
a00a19e9
AC
56582003-01-07 Andrew Cagney <[email protected]>
5659
5660 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
5661 extra_info using frame_extra_info_zalloc.
5662 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5663 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
5664 (sh64_init_extra_frame_info): Ditto.
5665 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
5666 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
5667 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
5668 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
5669 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
5670 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
5671 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
5672 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
5673 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
5674 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
5675 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5676 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
5677
5678 * mn10300-tdep.c (analyze_dummy_frame): Use
5679 deprecated_set_frame_extra_info_hack.
5680 * mcore-tdep.c (analyze_dummy_frame): Ditto.
5681
1fb4c65b
JB
56822003-01-07 J. Brobecker <[email protected]>
5683
5684 * mdebugread.c (parse_symbol): Skip stProc entries which storage
5685 class is not scText. These do not define "real" procedures.
5686 (parse_partial_symbols): Likewise.
5687
9fe7d6bf
MS
56882003-01-06 Michael Snyder <[email protected]>
5689
5690 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
5691
f6c609c4
AC
56922003-01-06 Andrew Cagney <[email protected]>
5693
5694 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
5695 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
5696 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
5697 deprecated_frame_xmalloc_with_cleanup.
5698 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
5699 deprecated_frame_xmalloc.
5700 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
5701 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
5702
d995ff4b
AC
57032003-01-06 Andrew Cagney <[email protected]>
5704
84dc46cb
AC
5705 * x86-64-linux-tdep.c: Include "osabi.h".
5706 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
5707
d995ff4b
AC
5708 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
5709
66140c26
AC
57102003-01-06 Andrew Cagney <[email protected]>
5711
5712 * MAINTAINERS (Target Instruction Set Architectures): Update
5713 arm-elf. Can be built with -Werror, has been multiarched.
5714
5715 * value.h (unpack_long): Make buffer parameter constant.
5716 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
5717 * scm-lang.h (scm_parse): Ditto.
5718 * defs.h (extract_typed_address, extract_address): Ditto.
5719 (extract_long_unsigned_integer): Ditto.
5720 * inferior.h (unsigned_pointer_to_address): Ditto.
5721 (signed_pointer_to_address): Ditto.
5722 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
5723 * gdbarch.h, gdbarch.c: Regenerate.
5724 * findvar.c (extract_long_unsigned_integer): Update.
5725 (extract_address): Update.
5726 (extract_typed_address): Update.
5727 (unsigned_pointer_to_address): Update.
5728 * values.c (unpack_long): Update.
5729 (unpack_double): Update.
5730 (unpack_pointer): Update.
5731 (unpack_field_as_long): Update.
5732 * d10v-tdep.c (d10v_pointer_to_address): Update.
5733 * avr-tdep.c (avr_pointer_to_address): Update.
5734 * scm-lang.c (scm_unpack): Update.
5735 * findvar.c (signed_pointer_to_address): Update.
5736
b089b3da
ML
57372003-01-06 Michal Ludvig <[email protected]>
5738
5739 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
5740 since it is in i386-tdep.c.
5741
aff87235
JB
57422003-01-06 J. Brobecker <[email protected]>
5743
5744 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
5745 failure introduced in the previous change.
5746
34f5e845
MC
57472003-01-05 Michael Chastain <[email protected]>
5748
5749 * README: Remove references to deleted remote-*.c files:
5750 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
5751 remote-nrom.c, remote-os9k.c, remote-udi.c.
5752
28bcfd30
MK
57532003-01-05 Mark Kettenis <[email protected]>
5754
5755 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
5756 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
5757 i386_get_longjmp_target.
5758
15a5b3ee
AC
57592003-01-05 Andrew Cagney <[email protected]>
5760
5761 * arm-tdep.c (prologue_cache): Change to a pointer.
5762 (_initialize_arm_tdep): Allocate prologue_cache.
5763 (check_prologue_cache): Update.
5764 (save_prologue_cache): Update.
5765 (arm_gdbarch_init): Update.
5766
c263362b
DJ
57672003-01-04 Daniel Jacobowitz <[email protected]>
5768
5769 * stabsread.c (update_method_name_from_physname): Call complaint()
5770 instead of error.
5771
51603483
DJ
57722003-01-04 Daniel Jacobowitz <[email protected]>
5773
5774 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
5775 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
5776 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
5777
5778 * blockframe.c: Include "gdbcmd.h" and "command.h".
5779 (backtrace_below_main): New variable.
5780 (file_frame_chain_valid, func_frame_chain_valid)
5781 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
5782 (generic_func_frame_chain_valid): Remove functions.
5783 (frame_chain_valid, do_flush_frames_sfunc): New functions.
5784 (_initialize_blockframe): New function.
5785 * Makefile.in (blockframe.o): Update dependencies.
5786 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
5787 comment. Call frame_chain_valid ().
5788 * frame.h: Remove old prototypes. Add prototype for
5789 frame_chain_valid and update comments to match.
5790 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
5791 Remove old comment.
5792 * gdbarch.h: Regenerated.
5793 * gdbarch.c: Regenerated.
5794
5795 * alpha-tdep.c (alpha_gdbarch_init): Don't call
5796 set_gdbarch_frame_chain_valid.
5797 * avr-tdep.c (avr_gdbarch_init): Likewise.
5798 * cris-tdep.c (cris_gdbarch_init): Likewise.
5799 * frv-tdep.c (frv_gdbarch_init): Likewise.
5800 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
5801 * i386-tdep.c (i386_svr4_init_abi): Likewise.
5802 (i386_nw_init_abi): Likewise.
5803 (i386_gdbarch_init): Likewise.
5804 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
5805 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
5806 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
5807 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
5808 * mips-tdep.c (mips_gdbarch_init): Likewise.
5809 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
5810 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
5811 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
5812 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5813 * s390-tdep.c (s390_gdbarch_init): Likewise.
5814 * sh-tdep.c (sh_gdbarch_init): Likewise.
5815 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
5816 * v850-tdep.c (v850_gdbarch_init): Likewise.
5817 * vax-tdep.c (vax_gdbarch_init): Likewise.
5818 * x86-64-tdep.c (x86_64_init_abi): Likewise.
5819
5820 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
5821 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
5822 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
5823 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
5824 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
5825 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
5826 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
5827 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
5828
b00a8037
DJ
58292002-01-04 Daniel Jacobowitz <[email protected]>
5830
5831 * Makefile.in (acconfig_h): Remove incorrect macro.
5832 (config_h): Define.
5833 (osabi.o): Update dependencies.
5834 * configure.tgt: Set gdb_osabi based on target triplet.
5835 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
5836 * configure: Regenerated.
5837 * config.in: Regenerated.
5838 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
5839 (GDB_OSABI_DEFAULT): Define if not already defined.
5840 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
5841 (set_osabi_string): New variables.
5842 (gdbarch_register_osabi): Add new OS ABI to
5843 gdb_osabi_available_names.
5844 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
5845 (set_osabi, show_osabi): New functions.
5846 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
5847
4be87837
DJ
58482003-01-04 Daniel Jacobowitz <[email protected]>
5849
5850 * arch-utils.c (gdbarch_info_init): Set osabi to
5851 GDB_OSABI_UNINITIALIZED.
5852 * gdbarch.sh: Add osabi to struct gdbarch and to struct
5853 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
5854 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
5855 * gdbarch.c: Regenerated.
5856 * gdbarch.h: Regenerated.
5857 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
5858 there's no BFD.
5859 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
5860 * osabi.h (enum gdb_osabi): Move to defs.h.
5861 (gdbarch_init_osabi): Update prototype.
5862 * defs.h (enum gdb_osabi): Moved here.
5863 * Makefile.in: Update dependencies.
5864
5865 * alpha-tdep.h: Don't include "osabi.h".
5866 (struct gdbarch_tdep): Remove osabi member.
5867 * alpha-tdep.c: Include "osabi.h".
5868 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5869 iterate over arches. Update call to gdbarch_init_osabi.
5870 (alpha_dump_tdep): Don't dump osabi.
5871 * alpha-linux-tdep.c: Include "osabi.h".
5872 * alpha-osf1-tdep.c: Include "osabi.h".
5873 * alphafbsd-tdep.c: Include "osabi.h".
5874 * alphanbsd-tdep.c: Include "osabi.h".
5875
5876 * arm-tdep.h: Don't include "osabi.h".
5877 (struct gdbarch_tdep): Remove osabi member.
5878 * arm-tdep.c: Include "osabi.h".
5879 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5880 iterate over arches. Update call to gdbarch_init_osabi.
5881 (arm_dump_tdep): Don't dump osabi.
5882 * arm-linux-tdep.c: Include "osabi.h".
5883 * armnbsd-tdep.c: Include "osabi.h".
5884
5885 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
5886 Update call to gdbarch_init_osabi.
5887
5888 * i386-tdep.h: Don't include "osabi.h".
5889 (struct gdbarch_tdep): Remove osabi member.
5890 * i386-tdep.c: Include "osabi.h".
5891 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5892 iterate over arches. Update call to gdbarch_init_osabi.
5893 (i386_dump_tdep): Don't dump osabi.
5894 * i386-linux-tdep.c: Include "osabi.h".
5895 * i386-sol2-tdep.c: Include "osabi.h".
5896 * i386bsd-tdep.c: Include "osabi.h".
5897 * i386gnu-tdep.c: Include "osabi.h".
5898 * i386ly-tdep.c: Include "osabi.h".
5899 * i386nbsd-tdep.c: Include "osabi.h".
5900 * i386obsd-tdep.c: Include "osabi.h".
5901
5902 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
5903 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5904 check osabi when iterating over arches. Update call to
5905 gdbarch_init_osabi.
5906 (mips_dump_tdep): Don't dump osabi.
5907
5908 * ns32k-tdep.h: Don't include "osabi.h".
5909 (struct gdbarch_tdep): Remove.
5910 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
5911 gdbarch_lookup_osabi. Don't iterate over arches. Don't
5912 allocate tdep. Update call to gdbarch_init_osabi.
5913 (ns32k_dump_tdep): Remove.
5914 (_initialize_ns32k_tdep): Update call to gdbarch_register.
5915 * ns32knbsd-tdep.c: Include "osabi.h".
5916
5917 * ppc-tdep.h: Don't include "osabi.h".
5918 (struct gdbarch_tdep): Remove osabi member.
5919 * rs6000-tdep.c: Include "osabi.h".
5920 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
5921 osabi when iterating over arches. Update call to
5922 gdbarch_init_osabi.
5923 (rs6000_dump_tdep): Don't dump osabi.
5924 * ppc-linux-tdep.c: Include "osabi.h".
5925 * ppcnbsd-tdep.c: Include "osabi.h".
5926
5927 * sh-tdep.h: Don't include "osabi.h".
5928 (struct gdbarch_tdep): Remove osabi member.
5929 * sh-tdep.c: Include "osabi.h".
5930 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5931 iterate over arches. Update call to gdbarch_init_osabi.
5932 (sh_dump_tdep): Don't dump osabi.
5933 * shnbsd-tdep.c: Include "osabi.h".
5934
5935 * sparc-tdep.c: Include "osabi.h".
5936 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5937 iterate over arches. Update call to gdbarch_init_osabi.
5938 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
5939 tdep structure.
5940
5941 * vax-tdep.h: Don't include "osabi.h".
5942 (struct gdbarch_tdep): Remove.
5943 * vax-tdep.c: Include "osabi.h".
5944 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
5945 iterate over arches. Don't allocate tdep. Update call
5946 to gdbarch_init_osabi.
5947 (vax_dump_tdep): Remove.
5948 (_initialize_vax_tdep): Update call to gdbarch_register.
5949
a881cf8e
DJ
59502003-01-04 Daniel Jacobowitz <[email protected]>
5951
5952 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
5953 entirely.
5954 (breakpoint_re_set_one): Don't fetch the value for a disabled
5955 watchpoint.
5956
1e698235
DJ
59572003-01-04 Daniel Jacobowitz <[email protected]>
5958
5959 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
5960 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
5961 (COERCE_FLOAT_TO_DOUBLE): Remove.
5962 * gdbarch.c: Regenerate.
5963 * gdbarch.h: Regenerate.
5964 * Makefile.in: Remove value_h from gdbarch_h.
5965 * valops.c (coerce_float_to_double): New variable.
5966 (default_coerce_float_to_double): Remove.
5967 (standard_coerce_float_to_double): Remove.
5968 (value_arg_coerce): Use coerce_float_to_double.
5969 (_initialize_valops): Add "set coerce-float-to-double".
5970 * value.h (default_coerce_float_to_double): Remove prototype.
5971 (standard_coerce_float_to_double): Remove prototype.
5972
5973 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
5974 prototyped.
5975 * mdebugread.c (parse_symbol): Likewise.
5976 * stabsread.c (define_symbol): Mark all functions as prototyped.
5977
5978 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
5979 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
5980 set_gdbarch_coerce_float_to_double.
5981 * arm-tdep.c (arm_gdbarch_init): Likewise.
5982 * frv-tdep.c (frv_gdbarch_init): Likewise.
5983 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
5984 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
5985 * mips-tdep.c (mips_gdbarch_init): Likewise.
5986 (mips_coerce_float_to_double): Remove.
5987 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5988 (rs6000_coerce_float_to_double): Remove.
5989 * s390-tdep.c (s390_gdbarch_init): Likewise.
5990 * sh-tdep.c (sh_gdbarch_init): Likewise.
5991 (sh_coerce_float_to_double): Remove.
5992 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
5993 (sparc_coerce_float_to_double): Remove.
5994 * v850-tdep.c (v850_gdbarch_init): Likewise.
5995 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
5996 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5997 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
5998 (hppa_coerce_float_to_double): Remove prototype.
5999 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6000
f436a26a
DJ
60012003-01-04 Daniel Jacobowitz <[email protected]>
6002
6003 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
6004
248f8055
DJ
60052003-01-04 Daniel Jacobowitz <[email protected]>
6006
6007 Suggested by Stewart Brown <[email protected]>:
6008 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
6009 in recursive calls. Handle TYPE_CODE_TYPEDEF.
6010 (c_type_print_varspec_suffix): Likewise.
6011
72cfdc76
MK
60122003-01-04 Mark Kettenis <[email protected]>
6013
bfd260bb
MK
6014 * configure.in: Don't set and AC_SUBST SUBDIRS.
6015 * configure: Regenerated.
6016
72cfdc76
MK
6017 * configure.in: Remove code dealing with shared libraries.
6018 * Makefile.in: Remove HLDFLAGS and HLDENV.
6019 * configure: Regenerated.
6020
c8b8a898
AC
60212003-01-04 Andrew Cagney <[email protected]>
6022
6023 * frame.c (deprecated_frame_xmalloc): New function.
6024 (deprecated_set_frame_saved_regs_hack): New function.
6025 (deprecated_set_frame_extra_info_hack): New function.
6026 * frame.h (deprecated_frame_xmalloc): Declare.
6027 (deprecated_set_frame_saved_regs_hack): Declare.
6028 (deprecated_set_frame_extra_info_hack): Declare.
6029
14abd0fb
MK
60302003-01-04 Mark Kettenis <[email protected]>
6031
8ee53726
MK
6032 * configure.in: Move code that provides the --enable-gdbtk option
6033 right after the code that handles the --enable-tui option, and
6034 polish it somewhat.
6035 * configure: Regenerated.
6036
14abd0fb
MK
6037 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
6038 AC_CHECK_FUNCS and remove the old check for pread64.
6039 * acinclude.m4 (AC_GNU_SOURCE): New macro.
6040 * acconfig.h (_GNU_SOURCE): Add.
6041 (HAVE_PREAD64): Remove.
6042 * configure, aclocal.m4, config.in: Regenerated.
6043
b2fb4676
AC
60442003-01-03 Andrew Cagney <[email protected]>
6045
6046 * alpha-tdep.c: Use get_frame_saved_regs.
6047 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6048 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6049 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
6050 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
6051 * vax-tdep.c, xstormy16-tdep.c: Ditto.
6052
8dcde887
MK
60532003-01-03 Mark Kettenis <[email protected]>
6054
6055 * configure.in: Remove all use of the SUBDIRS variable; add
6056 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
6057 code providing the --enable-multi-ice option, and move it right in
6058 front of the code that checks whether gdbserver is supported.
6059 Polish that too.
6060 * configure: Regenerated.
6061 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
6062 @SUBDIRS@.
6063
8ccd593b
AC
60642003-01-03 Andrew Cagney <[email protected]>
6065
6066 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
6067 * avr-tdep.c, cris-tdep.c: Ditto.
6068 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6069 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6070
91151a06
MK
60712003-01-03 Mark Kettenis <[email protected]>
6072
6073 * configure.in: Remove --enable-netrom option.
6074 * configure: Regenerated.
6075
8fe84d01
MK
60762003-01-03 Mark Kettenis <[email protected]>
6077
6078 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
6079 declaration for `struct re_pattern_buffer' instead.
6080 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
6081
f0394be6
JB
60822003-01-03 J. Brobecker <[email protected]>
6083
6084 * mdebugread.c (parse_symbol): Count until the stEnd matching
6085 the structure name.
6086
27e9bf90
MK
60872003-01-02 Mark Kettenis <[email protected]>
6088
93d331ba
MK
6089 * configure.in: Remove --with-cpu option.
6090 subscripts. Remove evil changequotes here.
6091 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
6092 * config.in, configure: Regenerated.
6093
27e9bf90
MK
6094 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
6095 * configure.in: Cleanup section that sources GDB and BFD configure
6096 subscripts. Remove evil changequotes here.
6097 * config.in, configure: Regenerated.
6098
50abf9e5
AC
60992003-01-02 Andrew Cagney <[email protected]>
6100
6101 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
6102 frame accessor methods.
6103 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6104 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6105 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
6106 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
6107 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
6108 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6109 * z8k-tdep.c: Ditto.
6110
287c1a40
MK
61112003-01-02 Mark Kettenis <[email protected]>
6112
f5dbc56d
MK
6113 * configure.in: Remove UI_OUT configuration code.
6114 * ada-lang.c: Update assuming UI_OUT is always true.
6115 * Makefile.in (UIOUT_CFLAGS): Remove.
6116 * configure: Regenerated.
6117 * TODO: Remove blurb about elimination of -DUI_OUT.
6118
627af7ea
MK
6119 * configure.in: Move code that provides the --enable-gdbcli,
6120 --enable-gdbmi options right before the code that handles the
6121 --enable-tui option. Polish a bit.
6122 * configure: Regenerated.
6123
06825bd1
MK
6124 * configure.in: Rewrite check for GNU regex and the
6125 --without-included regex option, and move it into the "Checks for
6126 library functions" section. This makes us use the system regex
6127 again by default on systems with version 2 of the GNU C library.
6128 This was apparently broken.
6129 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
6130 * acconfig.h (USE_INCLUDED_REGEX): Remove.
6131 * config.in, configure: Regenerated.
6132
287c1a40
MK
6133 * configure.in: Move code that provides the --enable-tui option
6134 before the "Checks for libraries" section. Polish the code
6135 somewhat and set need_curses to yes if we build the TUI. Rewrite
6136 code that looks for a library providing termcap functionality to
6137 match more closely what's done in the Readline library, and move
6138 it into to the "Checks for libraries" section.
6139 * configure: Regenerated.
6140 * Makefile.in (TERMCAP): Remove variable.
6141 * config/i386/go32.mh (TERMCAP): Remove variable.
6142
684e56bf
AC
61432003-01-02 Andrew Cagney <[email protected]>
6144
6145 * MAINTAINERS: Mention gdb_mbuild.sh.
6146 * gdb_mbuild.sh: Rewrite.
6147
e1ea1d75
MK
61482003-01-02 Mark Kettenis <[email protected]>
6149
6150 * configure.in: Fix typo in last change.
6151 * config.in, configure: Regenerated.
6152
1b831c93
AC
61532003-01-02 Andrew Cagney <[email protected]>
6154
6155 * valarith.c (value_binop): Delete obsolete code and comments.
6156 * configure.host: Ditto.
6157 * buildsym.h (make_blockvector): Ditto.
6158 * buildsym.c (make_blockvector): Ditto.
6159 * defs.h (enum language): Ditto.
6160 (chill_demangle): Ditto.
6161 * elfread.c (elf_symtab_read): Ditto.
6162 * dwarfread.c (CHILL_PRODUCER): Ditto.
6163 (set_cu_language): Ditto.
6164 (handle_producer): Ditto.
6165 * expprint.c (print_subexp): Ditto.
6166 * gdbtypes.c (chill_varying_type): Ditto.
6167 * gdbtypes.h (builtin_type_chill_bool): Ditto.
6168 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
6169 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
6170 (chill_varying_type): Ditto.
6171 * language.h (_LANG_chill): Ditto.
6172 * language.c (binop_result_type, integral_type): Ditto.
6173 (character_type, string_type, structured_type): Ditto.
6174 (lang_bool_type, binop_type_check): Ditto.
6175 * stabsread.h (os9k_stabs): Ditto.
6176 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
6177 (define_symbol, read_type, read_struct_fields): Ditto.
6178 (read_array_type, read_enum_type, read_huge_number): Ditto.
6179 (read_range_type, start_stabs): Ditto.
6180 * symfile.c (init_filename_language_table): Ditto.
6181 (add_psymbol_with_dem_name_to_list): Ditto.
6182 * symtab.c (symbol_init_language_specific): Ditto.
6183 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
6184 * symtab.h (struct general_symbol_info): Ditto.
6185 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
6186 * typeprint.c (typedef_print): Ditto.
6187 * utils.c (fprintf_symbol_filtered): Ditto.
6188 * valops.c (value_cast, search_struct_field, value_slice): Delete
6189 obsolete code.
6190 (varying_to_slice): Delete function.
6191 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
6192 (varying_to_slice): Delete declaration.
6193 * MAINTAINERS: Update.
6194
8bb2c122
MK
61952003-01-02 Mark Kettenis <[email protected]>
6196
97bf5e38
MK
6197 * configure.in: Reorganize "Checks for library functions section"
6198 a bit. Remove check for `btowc' and `isascii' functions.
6199 * configure: Regenerated.
6200
5ee754fc
MK
6201 * acconfig.h (_MSE_INT_H): Remove.
6202 * configure.in: Create "Checks for header files" section, and move
6203 appropriate tests there. Don't check for objlist.h, wchar.h,
6204 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
6205 misdetection fix. Also add "Checks for types", "Checks for
6206 compiler characteristics" and "Checks for library functions"
6207 sections.
6208 * config.in, configure: Regenerated.
6209
8bb2c122
MK
6210 * configure.in: Create "Checks for programs" section, and move
6211 appropriate tests there.
6212
9a156167
MK
62132003-01-01 Mark Kettenis <[email protected]>
6214
6215 * configure.in: Create "Checks for libraries" section, and move
6216 appropriate tests there. Cleanup check for wctype in libw. Use
6217 AC_SEARCH_LIBS to see whether we need libsocket.
6218 * configure: Regenerated.
6219
a80e2bcb 6220For older changes see ChangeLog-2002
c906108c
SS
6221\f
6222Local Variables:
6223mode: change-log
6224left-margin: 8
6225fill-column: 74
6226version-control: never
6227End:
This page took 1.592774 seconds and 4 git commands to generate.