2003-03-12 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
... / ...
CommitLineData
12003-03-12 Andrew Cagney <cagney@redhat.com>
2
3 Eliminate the need for POP_FRAME.
4 * frame.c (do_frame_unwind_register): New function.
5 (frame_pop): When no POP_FRAME, pop the frame using register
6 unwind and a scratch regcache.
7 (frame_saved_regs_pop): Delete function.
8 (trad_frame_unwinder): Update.
9 * d10v-tdep.c (d10v_frame_pop): Delete function.
10 (d10v_frame_unwind): Update.
11 * sentinel-frame.c (sentinel_frame_pop): Delete function.
12 (sentinel_frame_unwinder): Update.
13 * dummy-frame.c (dummy_frame_pop): Delete function.
14 (dummy_frame_unwind): Update.
15 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
16 (struct frame_unwind): Update.
17
182003-03-11 Kevin Buettner <kevinb@redhat.com>
19
20 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
21 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
22 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
23 Do range checks on register number obtained from debugging info.
24 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
25 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
26 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
27 mapping function.
28 (do_fp_register_row): Fix typo which caused double type to be
29 used when attempting to unpack a float.
30
312003-03-11 J. Brobecker <brobecker@gnat.com>
32
33 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
34
352003-03-11 Andrew Cagney <cagney@redhat.com>
36
37 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
38 frame. Problem found by Corinna Vinschen.
39
402003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
41
42 * doublest.c (floatformat_from_length): Accept also
43 the real size of 'long double' type.
44
452003-03-10 Daniel Jacobowitz <drow@mvista.com>
46
47 From Klee Dienes <kdienes@apple.com>:
48 * breakpoint.c (bpstat_copy): Copy the command lines as well
49 as the old value, to match what is freed in bpstat_clear.
50
512003-03-10 David Carlton <carlton@math.stanford.edu>
52
53 * minsyms.c (add_minsym_to_hash_table): Replace
54 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
55 (compare_minimal_symbols, compact_minimal_symbols)
56 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
57 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
58 of DEPRECATED_SYMBOL_MATCHES_NAME.
59 (lookup_minimal_symbol_solib_trampoline): Ditto.
60
612003-03-10 Andrew Cagney <cagney@redhat.com>
62
63 * regcache.h (regcache_cooked_read_ftype): Define.
64 (regcache_save, regcache_restore): Add a cooked_read parameter.
65 * regcache.c (regcache_save, regcache_restore): Update.
66 (do_cooked_read): New function.
67 (regcache_cpy): Pass do_cooked_read to regcache_save and
68 regcache_restore.
69
702003-03-10 Andrew Cagney <cagney@redhat.com>
71
72 * gdbarch.sh (gdbarch_unwind_pc): New method.
73 * gdbarch.h, gdbarch.c: Regenerate.
74 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
75 but use read_pc and FRAME_SAVED_PC as fall backs.
76 (frame_saved_regs_pc_unwind): Delete function.
77 (trad_frame_unwinder): Update.
78 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
79 (struct frame_unwind): Update.
80 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
81 (dummy_frame_unwind): Update.
82 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
83 (sentinel_frame_unwinder): Update.
84 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
85 (d10v_frame_unwind): Update.
86 (d10v_unwind_pc): New function.
87 (d10v_gdbarch_init): Set unwind_pc.
88
892003-03-10 Andrew Cagney <cagney@redhat.com>
90
91 * gdbarch.h: Re-generate.
92
93 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
94 PC.
95 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
96 the PC register.
97
982003-03-08 Mark Kettenis <kettenis@gnu.org>
99
100 * gdbarch.sh (save_dummy_frame_tos): Add comment.
101
1022003-03-08 Andrew Cagney <cagney@redhat.com>
103
104 * cli-out.c: Update copyright.
105 (cli_out_data): Define typedef. Use instead of ui_out_data.
106
1072003-03-08 Andrew Cagney <cagney@redhat.com>
108
109 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
110 the result.
111
1122003-03-07 Andrew Cagney <cagney@redhat.com>
113
114 * gdbarch.sh: Don't generate two macro definitions when an
115 undefined macro taking no arguments.
116 * gdbarch.h: Regenerate.
117
1182002-03-07 Michal Ludvig <mludvig@suse.cz>
119
120 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
121 (x86_64_unwind_dummy_id): New functions.
122 (x86_64_init_abi): Register these two new functions.
123
1242003-03-07 Michal Ludvig <mludvig@suse.cz>
125
126 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
127 (x86_64_skip_prologue): Move prologue detection to
128 separate function.
129 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
130
1312003-03-05 Andrew Cagney <cagney@redhat.com>
132
133 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
134 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
135 * frame.c (get_prev_frame): Restructure the frame ID unwind code
136 to use unwind_dummy_id when a dummy frame.
137 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
138 predicate.
139 * gdbarch.h, gdbarch.c: Regneerate.
140
1412003-03-05 Andrew Cagney <cagney@redhat.com>
142
143 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
144 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
145 Do not use d10v_read_sp or d10v_read_fp when obtaining register
146 values.
147
1482003-03-05 Andrew Cagney <cagney@redhat.com>
149
150 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
151 (struct d10v_unwind_cache): Delete field "frameless". Replace
152 "next_addr" with "sp_offset". Add "r11_offset".
153 (d10v_frame_unwind_cache): Update.
154 (prologue_find_regs): Update. When "mv r11, sp", save the
155 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
156 RN was saved in r11_offset.
157
1582003-03-05 Andrew Cagney <cagney@redhat.com>
159
160 * frame.c (deprecated_update_frame_pc_hack): Also update the the
161 cached PC value in the next frame.
162
1632003-03-05 Andrew Cagney <cagney@redhat.com>
164
165 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
166 "id_unwind_cache" with "id".
167 (frame_id_unwind): Delete declaration.
168 * frame.c (frame_id_unwind): Delete function.
169 (get_prev_frame): Call the frame id unwind method directly. Store
170 the returned next frame's ID value in NEXT_FRAME. Note that there
171 is a problem with the wrong unwind ID being called with the wrong
172 unwind cache.
173
1742003-03-05 Daniel Jacobowitz <drow@mvista.com>
175
176 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
177
1782003-03-05 James Ingham <jingham@apple.com>
179 Daniel Jacobowitz <drow@mvista.com>
180
181 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
182 (auto_cp_abi): New variable.
183 (current_cp_abi, num_cp_abis): Make static.
184 (CP_ABI_MAX): Define.
185 (cp_abis): Turn into an array.
186 (value_virtual_fn_field): Fix formatting.
187 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
188 takes a pointer.
189 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
190 (list_cp_abis, _initialize_cp_abi): New functions.
191 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
192 declarations for cp_abis, num_cp_abis, current_cp_abi, and
193 switch_to_cp_abi. Update prototype for register_cp_abi.
194 * Makefile.in (cp-abi.o): Update dependencies.
195 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
196 instead of switch_to_cp_abi.
197 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
198 register_cp_abi.
199 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
200 register_cp_abi.
201 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
202
2032003-03-05 Daniel Jacobowitz <drow@mvista.com>
204
205 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
206 * dwarf2loc.c: Include "regcache.h".
207 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
208 register_size.
209 * Makefile.in (dwarf2loc.o): Update dependencies.
210
2112003-03-04 Theodore A. Roth <troth@openavr.org>
212
213 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
214 number of io registers reported by remote target is not a multiple of
215 step.
216
2172003-03-04 David Carlton <carlton@math.stanford.edu>
218
219 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
220 (lookup_symbol_aux_psymtabs): Update call to
221 lookup_partial_symbol.
222 (lookup_transparent_type, find_main_psymtab)
223 (make_symbol_overload_list): Ditto.
224
2252003-03-04 Kazu Hirata <kazu@cs.umass.edu>
226
227 * MAINTAINERS (Write after approval): Update my email address.
228
2292003-03-03 Andrew Cagney <cagney@redhat.com>
230
231 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
232 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
233 predicate. Replace MAX_REGISTER_RAW_SIZE.
234 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
235 MAX_REGISTER_VIRTUAL_SIZE.
236 * regcache.c (legacy_max_register_raw_size): New function.
237 (legacy_max_register_virtual_size): New function.
238 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
239 (MAX_REGISTER_RAW_SIZE): Define.
240 (legacy_max_register_raw_size): Declare.
241 (legacy_max_register_virtual_size): Declare.
242 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
243 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
244 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
245 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
246 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
247 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
248 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
249 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
250 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
251 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
252 * vax-tdep.c (vax_gdbarch_init): Update.
253 * v850-tdep.c (v850_gdbarch_init): Update.
254 * sparc-tdep.c (sparc_gdbarch_init): Update.
255 * sh-tdep.c (sh_gdbarch_init): Update.
256 * s390-tdep.c (s390_gdbarch_init): Update.
257 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
258 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
259 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
260 * mips-tdep.c (mips_gdbarch_init): Update.
261 * mcore-tdep.c (mcore_gdbarch_init): Update.
262 * m68k-tdep.c (m68k_gdbarch_init): Update.
263 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
264 * ia64-tdep.c (ia64_gdbarch_init): Update.
265 * i386-tdep.c (i386_gdbarch_init): Update.
266 * hppa-tdep.c (hppa_gdbarch_init): Update.
267 * h8300-tdep.c (h8300_gdbarch_init): Update.
268 * frv-tdep.c (frv_gdbarch_init): Update.
269 * cris-tdep.c (cris_gdbarch_init): Update.
270 * avr-tdep.c (avr_gdbarch_init): Update.
271 * arm-tdep.c (arm_gdbarch_init): Update.
272 * alpha-tdep.c (alpha_gdbarch_init): Update.
273 * d10v-tdep.c (d10v_gdbarch_init): Do not set
274 max_register_raw_size or max_register_virtual_size.
275
2762003-03-03 David Carlton <carlton@math.stanford.edu>
277
278 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
279 SYMBOL_MATCHES_NAME, add comment.
280 (SYMBOL_MATCHES_NATURAL_NAME): New.
281 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
282 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
283 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
284 * symtab.c (lookup_partial_symbol): Use
285 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
286 unhelpful comment.
287 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
288 SYMBOL_MATCHES_NAME.
289 Fix for PR c++/33.
290
2912003-03-03 David Carlton <carlton@math.stanford.edu>
292
293 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
294 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
295 by regexp matching against SYMBOL_NATURAL_NAME.
296
2972003-03-03 David Carlton <carlton@math.stanford.edu>
298
299 * linespec.c (find_method): Extract code into collect_methods.
300 (collect_methods): New.
301
3022003-03-02 Mark Kettenis <kettenis@gnu.org>
303
304 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
305 get_frame_base.
306
307 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
308 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
309
3102003-03-02 Stephane Carrez <stcarrez@nerim.fr>
311
312 * arch-utils.c (generic_register_byte): Fix to use the loop index
313 and not regnum when summing the size of all registers up to regnum.
314
3152003-03-01 Andrew Cagney <cagney@redhat.com>
316
317 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
318 FRAME_INIT_SAVED_REGS.
319 * gdbarch.h, gdbarch.c: Regenerate.
320 * stack.c (frame_info): Update.
321 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
322 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
323 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
324 * ns32k-tdep.c (ns32k_pop_frame): Update.
325 * mips-tdep.c (mips_pop_frame): Update.
326 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
327 * ia64-tdep.c (ia64_frame_chain): Update.
328 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
329 (ia64_frameless_function_invocation): Update.
330 (ia64_init_extra_frame_info): Update.
331 (ia64_pop_frame_regular): Update.
332 * frame.h (struct frame_info): Update comment.
333 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
334 * frame.c (frame_saved_regs_register_unwind): Update.
335 (frame_saved_regs_register_unwind): Update.
336 (deprecated_generic_get_saved_register): Update.
337 * cris-tdep.c: Update comment.
338 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
339 Rename macro.
340 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
341 * x86-64-tdep.c (x86_64_init_abi): Update.
342 * vax-tdep.c (vax_gdbarch_init): Update.
343 * v850-tdep.c (v850_gdbarch_init): Update.
344 * sparc-tdep.c (sparc_gdbarch_init): Update.
345 * sh-tdep.c (sh_gdbarch_init): Update.
346 * s390-tdep.c (s390_gdbarch_init): Update.
347 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
348 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
349 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
350 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
351 * mips-tdep.c (mips_gdbarch_init): Update.
352 * mcore-tdep.c (mcore_gdbarch_init): Update.
353 * m68k-tdep.c (m68k_gdbarch_init): Update.
354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
355 * ia64-tdep.c (ia64_gdbarch_init): Update.
356 * i386-tdep.c (i386_gdbarch_init): Update.
357 * frv-tdep.c (frv_gdbarch_init): Update.
358 * avr-tdep.c (avr_gdbarch_init): Update.
359 * arm-tdep.c (arm_gdbarch_init): Update.
360 * alpha-tdep.c (alpha_gdbarch_init): Update.
361
3622003-03-01 Andrew Cagney <cagney@redhat.com>
363
364 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
365 option enum and switch. When no windows, set the interpreter to
366 INTERP_CONSOLE.
367
3682003-03-01 Andrew Cagney <cagney@redhat.com>
369
370 * main.c (captured_main): Replace magic option characters with an
371 enum.
372
3732003-03-01 Andrew Cagney <cagney@redhat.com>
374
375 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
376 INIT_EXTRA_FRAME_INFO.
377 * gdbarch.h, gdbarch.c: Regenerate.
378 * arm-tdep.c: Update comments.
379 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
380 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
381 * frame.h, avr-tdep.c: Ditto.
382 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
383 (create_new_frame, legacy_get_prev_frame): Ditto.
384 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
385 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
386 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
387 deprecated_init_extra_frame_info instead of init_extra_frame_info.
388 * x86-64-tdep.c (x86_64_init_abi): Ditto.
389 * v850-tdep.c (v850_gdbarch_init): Ditto.
390 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
391 * sh-tdep.c (sh_gdbarch_init): Ditto.
392 * s390-tdep.c (s390_gdbarch_init): Ditto.
393 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
394 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
395 * mips-tdep.c (mips_gdbarch_init): Ditto.
396 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
397 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
398 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
399 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
400 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
401 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
402 * frv-tdep.c (frv_gdbarch_init): Ditto.
403 * cris-tdep.c (cris_gdbarch_init): Ditto.
404 * avr-tdep.c (avr_gdbarch_init): Ditto.
405 * arm-tdep.c (arm_gdbarch_init): Ditto.
406 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
407 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
408
4092003-03-01 Andrew Cagney <cagney@redhat.com>
410
411 * gdbarch.sh (register_type): New function with predicate.
412 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
413 * gdbarch.h, gdbarch.c: Re-generate.
414 * arch-utils.c (generic_register_byte): Use generic_register_size.
415 (generic_register_size): When available, use
416 gdbarch_register_type.
417 * regcache.c (init_regcache_descr): When available, initialize the
418 register type array using gdbarch_register_type. If the
419 architecture supplies gdbarch_register_type, do not use the legacy
420 regcache layout.
421 * d10v-tdep.c (d10v_register_type): Replace
422 d10v_register_virtual_type.
423 (d10v_gdbarch_init): Set register_type instead of
424 register_virtual_type.
425
4262003-03-01 Andrew Cagney <cagney@redhat.com>
427
428 * Makefile.in (ax-gdb.o): Update dependencies.
429 * ax-gdb.c: Include "regcache.h".
430 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
431 * findvar.c (value_of_register): Ditto.
432 * infcmd.c (default_print_registers_info): Ditto.
433
4342003-03-01 Mark Kettenis <kettenis@gnu.org>
435
436 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
437 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
438
4392003-03-01 Mark Kettenis <kettenis@gnu.org>
440
441 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
442 of STREQ.
443
4442003-02-28 Daniel Jacobowitz <drow@mvista.com>
445
446 * Makefile.in (dwarf2loc.o): Update dependencies.
447 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
448 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
449 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
450 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
451 (locexpr_tracepoint_var_ref): New function.
452 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
453
4542003-02-28 Andrew Cagney <cagney@redhat.com>
455
456 * regcache.c (register_size): New function.
457 * regcache.h (register_size): Declare
458 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
459 max_register_size instead of MAX_REGISTER_RAW_SIZE.
460
4612003-02-28 David Carlton <carlton@math.stanford.edu>
462
463 * linespec.c (decode_compound): Extract code into find_method.
464 (find_method): New.
465
4662003-02-28 J. Brobecker <brobecker@gnat.com>
467
468 * Makefile.in: Add rules to build and link in observer.o.
469
4702003-02-27 J. Brobecker <brobecker@gnat.com>
471
472 * observer.c: Minor comments edits.
473
4742003-02-27 J. Brobecker <brobecker@gnat.com>
475
476 * observer.h, observer.c: New file.
477
4782003-02-27 Andrew Cagney <cagney@redhat.com>
479
480 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
481
4822003-02-27 Stephane Carrez <stcarrez@nerim.fr>
483
484 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
485 (M6812_OP_STS_EXT): Likewise.
486 (m6811_prologue): Use the above to recognize prologue.
487 (m6812_prologue): Likewise.
488
4892003-02-27 David Carlton <carlton@math.stanford.edu>
490
491 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
492 SYMBOL_PRINT_NAME.
493 (compare_psymbols): Ditto.
494 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
495
4962003-02-27 Michael Snyder <msnyder@redhat.com>
497
498 * f-lang.c (build_fortran_types): New function.
499 (_initialize_f_language): Gdbarch-register built-in fortran types.
500 * doublest.c (extract_floating): Fix warning text.
501
5022003-02-27 Andrew Cagney <cagney@redhat.com>
503
504 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
505 predicate. Replaces PUSH_DUMMY_FRAME.
506 * gdbarch.h, gdbarch.c: Regnerate.
507 * valops.c (hand_function_call): Update. Call
508 generic_push_dummy_frame directly.
509 * vax-tdep.c (vax_gdbarch_init): Update.
510 * sparc-tdep.c (sparc_gdbarch_init): Update.
511 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
512 * m68k-tdep.c (m68k_gdbarch_init): Update.
513 * hppa-tdep.c (hppa_gdbarch_init): Update.
514 * alpha-tdep.c (alpha_gdbarch_init): Update.
515 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
516 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
517 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
518 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
519 push_dummy_frame to generic_push_dummy_frame.
520 * v850-tdep.c (v850_gdbarch_init): Ditto.
521 * sh-tdep.c (sh_gdbarch_init): Ditto.
522 * s390-tdep.c (s390_gdbarch_init): Ditto.
523 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
524 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
525 * mips-tdep.c (mips_gdbarch_init): Ditto.
526 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
527 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
528 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
529 * i386-tdep.c (i386_gdbarch_init): Ditto.
530 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
531 * frv-tdep.c (frv_gdbarch_init): Ditto.
532 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
533 * cris-tdep.c (cris_gdbarch_init): Ditto.
534 * avr-tdep.c (avr_gdbarch_init): Ditto.
535 * arm-tdep.c (arm_gdbarch_init): Ditto.
536
5372003-02-26 Kevin Buettner <kevinb@redhat.com>
538
539 * mips-tdep.c (show_mips_abi): New function.
540 (_initialize_mips_tdep): Use show_mips_abi() to implement the
541 command ``show mips abi''.
542
5432003-02-26 Jeff Johnston <jjohnstn@redhat.com>
544
545 From Elena Zannoni <ezannoni@redhat.com>
546 * dbxread.c (process_one_symbol): Only record line 0 if one or
547 more sline entries have been seen for the function.
548
5492003-02-26 Michael Chastain <mec@shout.net>
550
551 * configure: Regenerate with autoconf 000227.
552
5532003-02-26 Michael Chastain <mec@shout.net>
554
555 Close PR build/660.
556 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
557 for old libc5/glibc.
558 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
559
5602003-02-26 Kris Warkentin <kewarken@qnx.com>
561
562 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
563 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
564
5652003-02-26 Michael Chastain <mec@shout.net>
566
567 * configure.in: New variable HAVE_UINTPTR_T.
568 * configure, config.in: Regenerated.
569
5702003-02-26 Daniel Jacobowitz <drow@mvista.com>
571
572 Fix PR build/1097.
573 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
574
5752003-02-25 Andrew Cagney <cagney@redhat.com>
576
577 * frame.c (get_prev_frame): Add comment on check for
578 inside_entry_func. Only check for inside_entry_file when not a
579 dummy and not a sentinel. Check that the new frame is not inner
580 to the old frame.
581
5822003-02-25 Andrew Cagney <cagney@redhat.com>
583
584 * frame.c (frame_debug): New variable.
585 (_initialize_frame): Add "set/show debug frame" command.
586 (get_prev_frame): When frame_debug, print reason why unwind
587 failed.
588
5892003-02-25 Michael Chastain <mec@shout.net>
590
591 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
592 to avoid uintptr_t definition problems.
593
5942003-02-25 David Carlton <carlton@math.stanford.edu>
595
596 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
597 (SYMBOL_LINKAGE_NAME): Ditto.
598 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
599 SYMBOL_LINKAGE_NAME.
600 (struct general_symbol_info): Expand comment.
601 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
602 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
603 (SYMBOL_MATCHES_REGEXP): Ditto.
604 * symtab.c (symbol_natural_name): New function.
605 * objfiles.h: Replace all uses of SYMBOL_NAME by
606 DEPRECATED_SYMBOL_NAME.
607 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
608 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
609 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
610 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
611 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
612 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
613 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
614 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
615 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
616 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
617 * ada-exp.y: Ditto.
618 * ada-exp.y: Update copyright.
619 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
620 * cp-valprint.c: Ditto.
621
6222003-02-25 Jeff Johnston <jjohnstn@redhat.com>
623
624 * infptrace.c (detach): Do not flag error if ptrace detach fails
625 and errno is set to ESRCH.
626
6272003-02-24 Andrew Cagney <cagney@redhat.com>
628
629 * infptrace.c (udot_info): Change type of udot_off to long. Use
630 paddr when printing udot_off's value.
631
6322003-02-24 David Carlton <carlton@math.stanford.edu>
633
634 * symtab.c (make_symbol_overload_list): Only read in partial
635 symtabs containing a matching partial symbol.
636
6372003-02-24 David Carlton <carlton@math.stanford.edu>
638
639 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
640 do the comparison, not strcmp.
641 * symfile.c (compare_psymbols): Ditto.
642 * defs.h: Declare strcmp_iw_ordered.
643 * utils.c (strcmp_iw_ordered): New function.
644
6452003-02-24 Jim Blandy <jimb@redhat.com>
646
647 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
648 support, shared libs): Remove my name from here, to better reflect
649 reality.
650
6512003-02-24 Kris Warkentin <kewarken@qnx.com>
652
653 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
654 (target_ops): Add to_have_continuable_watchpoint.
655 * target.c (update_current_target): Add INHERIT line for
656 to_have_continuable_watchpoint.
657 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
658 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
659 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
660 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
661
6622003-02-24 Elena Zannoni <ezannoni@redhat.com>
663
664 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
665 maintainership.
666
6672003-02-24 Kris Warkentin <kewarken@qnx.com>
668
669 * solib.c (solib_open): Call target defined search function after
670 failing with solib-search-path.
671 * solist.h (target_so_ops): Add find_and_open_solib function hook and
672 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
673
6742003-02-24 Kris Warkentin <kewarken@qnx.com>
675
676 * MAINTAINERS: Add myself to Write After section.
677
6782003-02-23 Stephane Carrez <stcarrez@nerim.fr>
679
680 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
681
6822003-02-22 Stephane Carrez <stcarrez@nerim.fr>
683
684 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
685 (m68hc11_add_reggroups): New function.
686 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
687 (m68hc11_gdbarch_init): Install the reggroups.
688 (_initialize_m68hc11_tdep): Initialize them.
689
6902003-02-21 James E Wilson <wilson@tuliptree.org>
691
692 * MAINTAINERS: Update my email address.
693
6942003-02-21 David Carlton <carlton@math.stanford.edu>
695
696 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
697
6982003-02-21 Daniel Jacobowitz <drow@mvista.com>
699
700 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
701 * symtab.h: Add opaque declarations of struct axs_value and
702 struct agent_expr.
703 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
704 (struct location_funcs): New type.
705 (struct symbol): Add "loc" to aux_value.
706 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
707 * dwarf2read.c: Include "dwarf2expr.h".
708 (dwarf2_symbol_mark_computed): New function.
709 (read_func_scope): Use it.
710 (var_decode_location): New function.
711 (new_symbol): Use it.
712 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
713
714 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
715 (dwarf2expr_h, dwarf2loc_h): New variables.
716 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
717 (dwarf2expr.o, dwarf2loc.o): New rules.
718 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
719 * buildsym.c (finish_block): Handle LOC_COMPUTED and
720 LOC_COMPUTED_ARG.
721 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
722 * m2-exp.y (yylex): Likewise.
723 * printcmd.c (address_info, print_frame_args): Likewise.
724 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
725 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
726 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
727 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
728 * symtab.c (lookup_block_symbol): Likewise.
729
7302003-02-20 Adam Fedor <fedor@gnu.org>
731
732 * symtab.h: Remove objc_specific struct
733 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
734 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
735 Have language_objc use cplus_specific struct.
736
7372003-02-20 Tom Tromey <tromey@redhat.com>
738
739 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
740 TYPE_NAME, when printing a String value. PR java/1075.
741
7422003-02-20 Adam Fedor <fedor@gnu.org>
743
744 * objc-lang.h (find_methods): Remove declaration.
745 * objc-lang.c (find_methods): Make static.
746
7472003-02-20 Christopher Faylor <cgf@redhat.com>
748
749 * win32-nat.c (get_image_name): Check return value from
750 ReadProcessMemory.
751 (child_xfer_memory): Ditto.
752
7532003-02-20 Alexandre Oliva <aoliva@redhat.com>
754
755 * configure.in (TARGET_SYSTEM_ROOT): Set default to
756 ${exec_prefix}/${target_alias}/sys-root. Match explicit
757 '${exec_prefix}' (in addition to the expansion thereof) as
758 relocatable.
759 * configure: Rebuilt.
760
7612003-02-20 David Carlton <carlton@math.stanford.edu>
762
763 * symtab.c (search_symbols): Revert the search_symbols part of my
764 2002-12-23 patch. Add comment.
765
7662002-02-20 Daniel Jacobowitz <drow@mvista.com>
767
768 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
769 * dbxread.c (elfstab_build_psymtabs): Don't call
770 install_minimal_symbols.
771 (stabsect_build_psymtabs): Likewise.
772 * elfread.c (elf_symfile_read): Call install_minimal_symbols
773 earlier.
774 * somread.c (som_symfile_read): Call install_minimal_symbols
775 and do_cleanups earlier.
776 * nlmread.c (nlm_symfile_read): Likewise.
777 * mdebugread.c (elfmdebug_build_psymtabs): Call
778 install_minimal_symbols and make appropriate cleanups.
779
7802003-02-20 Kevin Buettner <kevinb@redhat.com>
781
782 * solib.c (reload_shared_libraries): New function.
783 (_initialize_solib): Add callbacks for ``set solib-search-path''
784 and ``set solib-absolute-prefix''.
785
7862003-02-20 David Carlton <carlton@math.stanford.edu>
787
788 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
789 expand comment.
790 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
791 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
792 * ada-typeprint.c (ada_typedef_print): Ditto.
793 * ax-gdb.c (gen_var_ref): Ditto.
794 * breakpoint.c (print_one_breakpoint): Ditto.
795 * buildsym.c (finish_block): Ditto.
796 * c-valprint.c (c_val_print): Ditto.
797 * expprint.c (print_subexp): Ditto.
798 * findvar.c (locate_var_value): Ditto.
799 * infcmd.c (jump_command): Ditto.
800 * linespec.c (decode_line_2, decode_compound): Ditto.
801 * maint.c (maintenance_translate_address): Ditto.
802 * objc-lang.c (compare_selectors, compare_classes): Ditto.
803 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
804 Ditto.
805 * p-valprint.c (pascal_val_print): Ditto.
806 * stabsread.c (define_symbol): Ditto.
807 * stack.c (print_frame, frame_info, print_block_frame_locals)
808 (print_frame_arg_vars, return_command): Ditto.
809 * symfile.c (compare_symbols, compare_psymbols): Ditto.
810 * symmisc.c (print_symbol): Ditto.
811 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
812 (compare_search_syms, print_symbol_info, print_msymbol_info)
813 (rbreak_command): Ditto.
814 * tracepoint.c (tracepoints_info): Ditto.
815 * typeprint.c (typedef_print): Ditto.
816 * valops.c (value_of_variable, hand_function_call): Ditto.
817 * cli/cli-cmds.c (edit_command, list_command): Ditto.
818 * ada-typeprint.c: Update Copyright.
819 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
820 * tracepoint.c, cli/cli-cmds.c: Ditto.
821
8222003-02-20 Kevin Buettner <kevinb@redhat.com>
823
824 * frame.c (generic_unwind_get_saved_register): Make non-static.
825 * frame.h (generic_unwind_get_saved_register): Declare.
826 * mips-tdep.c (read_next_frame_reg): Fetch register from
827 current regcache when frame is NULL.
828 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
829 that must be NULL.
830 (mips_get_saved_register): Call generic_unwind_get_saved_register()
831 instead of frame_register_unwind().
832
8332003-02-20 Andrew Cagney <ac131313@redhat.com>
834
835 * remote-sim.c (gdbsim_insert_breakpoint)
836 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
837 code.
838
8392003-02-20 Andrew Cagney <ac131313@redhat.com>
840
841 * remote.c (_initialize_remote): Add commands "set/show remote
842 hardware-watchpoint-limit" and "set/show remote
843 hardware-breakpoint-limit".
844 (remote_hw_watchpoint_limit): Initialize to -1.
845 (remote_hw_breakpoint_limit): Ditto.
846 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
847
8482003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
849
850 * coff-pe-read.c: New file - support reading of minimal symbols from a
851 portable executable using the export table.
852 * coff-pe-read.h: New file.
853 * coffread.c: Include coff-pe-read.h.
854 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
855 debugging symbols found.
856 * Makefile.in (SFILES): Add coff-pe-read.o.
857 (coff_pe_read_h): Define.
858 (COMMON_OBS): Add coff-pe-read.o.
859 (coffread.o): Add coff_pe_read_h dependency.
860 (coff-pe-read.o): New target.
861
8622003-02-19 David Carlton <carlton@math.stanford.edu>
863
864 * Makefile.in (SFILES): Add block.c.
865 (block_h): New.
866 (COMMON_OBS): Add block.o.
867 (block.o): New.
868 (x86-64-tdep.o): Add $(block_h).
869 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
870 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
871 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
872 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
873 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
874 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
875 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
876 * value.h: Add opaque declaration for struct block.
877 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
878 * ada-lang.h: Ditto.
879 * x86-64-tdep.c: #include "block.h"
880 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
881 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
882 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
883 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
884 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
885 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
886 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
887 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
888 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
889 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
890 * symtab.c (block_function): Ditto.
891 (contained_in): Ditto.
892 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
893 block.h. Add opaque declaration for struct block.
894 * symtab.h: Move block_function and contained_in declarations to
895 block.h. Add opaque declarations for struct block, struct
896 blockvector.
897 (struct block): Move to block.h.
898 (struct blockvector): Ditto.
899 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
900 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
901 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
902 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
903 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
904 Ditto.
905 * block.c: New file.
906 * block.h: New file.
907
9082003-02-19 Theodore A. Roth <troth@openavr.org>
909
910 * avr-tdep.c (avr_extract_return_value): Remove function.
911 (avr_store_return_value): Remove function.
912 (avr_extract_struct_value_address): Remove function.
913 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
914
9152003-02-19 Andrew Cagney <ac131313@redhat.com>
916
917 * rs6000-tdep.c: Include "gdb_assert.h".
918 (registers_e500): Add "acc" and "spefscr".
919 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
920 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
921 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
922 really is "r0".
923 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
924
9252003-02-18 Keith Seitz <keiths@redhat.com>
926
927 * Makefile.in: Add gdbtk-interps.c.
928
9292003-02-18 Kevin Buettner <kevinb@redhat.com>
930
931 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
932 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
933
9342003-02-18 Andrew Cagney <cagney@redhat.com>
935
936 * symtab.h (struct objfile): Add opaque declaration.
937
9382003-02-18 Elena Zannoni <ezannoni@redhat.com>
939
940 From Jim Ingham <jingham@apple.com>:
941 * dbxread.c (process_one_symbol): Use last_function_start rather
942 than function_start_offset to find the real beginning of the
943 current function. The latter is just the text section offset on
944 some systems, the former is always the real function start.
945
9462003-02-17 Andrew Cagney <cagney@redhat.com>
947
948 * configure.in: Revert ${target} != ${host}.
949
9502003-02-17 Andrew Cagney <ac131313@redhat.com>
951
952 * configure.in (Makefile): Use the test ${target} != ${host},
953 instead of the absence of the "nm.h" file, to determine of the
954 configuration non-native.
955 * configure: Regenerate.
956
9572003-02-14 Elena Zannoni <ezannoni@redhat.com>
958
959 From Brian Ford <ford@vss.fsi.com>
960
961 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
962 conditionalize tui_active test.
963 (lookup_cmd_1): Ditto.
964
9652003-02-14 Mark Kettenis <kettenis@gnu.org>
966
967 * configure.in: Add check for _etext.
968 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
969 available.
970 * config.in, configure: regenerated.
971
9722003-02-14 Daniel Jacobowitz <drow@mvista.com>
973
974 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
975
9762003-02-14 Andrew Cagney <ac131313@redhat.com>
977
978 * main.c (tui_version): Delete variable.
979 (captured_main): When --tui, set interpreter_p to "tui" instead of
980 enabling tui_version.
981 * printcmd.c (display_command) [TUI]: Test tui_active instead of
982 tui_version.
983 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
984 * cli/cli-cmds.c (disassemble_command): Ditto.
985 * defs.h (tui_version): Delete declaration.
986 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
987 (tui-interp.o): Add rules.
988 (SUBDIR_TUI_OBS): Add "tui-interp.o".
989
9902003-02-14 Christopher Faylor <cgf@redhat.com>
991
992 * win32-nat.c (register_loaded_dll): Correctly set address range for
993 just-loaded dll.
994
9952003-02-12 Jason Molenda (jmolenda@apple.com)
996
997 * symmisc.c (print_objfile_statistics): Include information about
998 the number of psymtabs and symtabs in each object file.
999
10002003-02-13 Keith R Seitz <keiths@redhat.com>
1001
1002 * main.h (struct captured_main_args): Add interpreter_p.
1003 * main.c (captured_main): Initialize interpreter_p from context.
1004 * gdb.c (main): Set interpreter_p argument.
1005 * Makefile.in (gdb.o): Add dependency for interps.h.
1006
10072003-02-12 Andrew Cagney <ac131313@redhat.com>
1008
1009 * event-top.c (cli_command_loop): Delete declaration.
1010 (_initialize_event_loop): Delete function setting event_loop_hook.
1011 * event-top.h (cli_command_loop): Declare. Update copyright.
1012 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
1013 * interps.c (current_interp_command_loop): When event_loop_p, call
1014 cli_command_loop.
1015
10162003-02-12 Andrew Cagney <ac131313@redhat.com>
1017
1018 * interps.h (interp_command_loop_ftype): Change return type to
1019 void.
1020
10212003-02-12 Michal Ludvig <mludvig@suse.cz>
1022
1023 * x86-64-tdep.c (x86_64_extract_return_value)
1024 (x86_64_store_return_value): Use regcache instead of regbuf.
1025 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
1026 * x86-64-linux-nat.c (fill_gregset): Use regcache.
1027
10282003-02-11 Andrew Cagney <ac131313@redhat.com>
1029
1030 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
1031 * aclocal.m4: Regenerate.
1032 * configure: Regenerate.
1033
1034 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
1035 TCL_LD_SEARCH_FLAGS.
1036
10372003-02-10 Michal Ludvig <mludvig@suse.cz>
1038
1039 * dwarf2cfi.c: Reindented.
1040
10412003-02-09 Andrew Cagney <ac131313@redhat.com>
1042
1043 * interps.c (clear_interpreter_hooks): Convert function definition
1044 to ISO C.
1045
10462003-02-07 David Carlton <carlton@math.stanford.edu>
1047
1048 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
1049
10502003-02-07 Kevin Buettner <kevinb@redhat.com>
1051
1052 * gdbtypes.h (struct main_type): Move ``length'' field from here...
1053 (struct type): ...to here.
1054 (TYPE_LENGTH): Adjust to reflect different location of ``length''
1055 field.
1056 * gdbtypes.c (make_qualified_type): Set length on newly created type.
1057 (replace_type): Set length on all type variants for a given type.
1058
10592003-02-07 Andrew Cagney <ac131313@redhat.com>
1060
1061 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
1062 <sys/stat.h>.
1063 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
1064
10652003-02-06 Andrew Cagney <ac131313@redhat.com>
1066
1067 * Makefile.in (symm-nat.o): Update dependencies.
1068 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
1069 (lynx-nat.o, ia64-linux-nat.): Ditto.
1070 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
1071 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
1072 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
1073
1074 * Makefile.in (inflow_h): Define.
1075 (procfs.o, inflow.o, procfs.o): Update dependencies.
1076 * inftarg.c (child_stop): Delete extern declaration of
1077 inferior_process_group. Include "inflow.h".
1078 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
1079 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
1080 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
1081 (our_process_group, inferior_process_group): Extern declarations.
1082
1083 * procfs.c: Include "gdb_assert.h".
1084
1085 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1086 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
1087 * jv-typeprint.c (java_type_print_base): Ditto.
1088 * typeprint.c (typedef_print): Eliminate STREQ.
1089 * cli/cli-script.c (define_command, define_command): Ditto.
1090 * main.c (captured_main): Ditto.
1091 * values.c (lookup_internalvar): Ditto.
1092 * utils.c (safe_strerror, parse_escape): Eliminate assignment
1093 within `if' conditional.
1094 * linespec.c (decode_line_2): Ditto.
1095 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
1096 (bfd_openw_with_cleanup): Ditto.
1097
10982003-02-07 Mark Kettenis <kettenis@gnu.org>
1099
1100 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
1101 legacy_extract_return_value and store_return_value to
1102 legacy_return_value.
1103
11042003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
1105
1106 * win32-nat.c (get_relocated_section_addrs): New function. Find
1107 section load addresses for symbol handling in relocated DLLs.
1108 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
1109
11102003-02-05 Fred Fish <fnf@intrinsity.com>
1111
1112 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
1113 '=' and '!='.
1114 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
1115 with '&' and '=='.
1116 (angel_RDI_info): Ditto.
1117 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
1118 with '&' and '!='.
1119 (threads_continue_all_with_signals): Ditto.
1120
11212003-02-05 Jim Ingham <jingham@apple.com>
1122 Keith Seitz <keiths@redhat.com>
1123 Elena Zannoni <ezannoni@redhat.com>
1124 Andrew Cagney <ac131313@redhat.com>
1125
1126 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
1127 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
1128 (SUBDIR_MI_OBS): Add "mi-interp.o".
1129 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
1130 (SFILES): Add "interps.c".
1131 (COMMON_OBS): Add "interps.o".
1132 (interps_h, mi_main_h): Define.
1133 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
1134 (mi-main.o, main.o, event-top.o): Update dependencies.
1135 * cli/cli-interp.c: New file.
1136 * interps.h, interps.c: New files.
1137 * top.c: (gdb_init): Don't install the default interpreter, handed
1138 by captured_main.
1139 * main.c: Include "interps.h".
1140 (interpreter_p): Note that it should malloc'ed.
1141 (captured_command_loop): Call current_interp_command_loop.
1142 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
1143 xfree and xstrdup when updating interpreter_p. Install the
1144 default interpreter. Add hack to stop mi1's copyright notice
1145 being encoded.
1146 * event-top.h (gdb_setup_readline): Declare.
1147 (gdb_disable_readline): Declare.
1148 * event-top.c: Include "interps.h".
1149 (display_gdb_prompt): Call current_interp_display_prompt_p.
1150 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
1151 gdb_stdlog, and gdb_stdtarg.
1152 (_initialize_event_loop): Don't call gdb_setup_readline.
1153 * cli-out.c (cli_out_set_stream): New function.
1154 * cli-out.h (cli_out_set_stream): Declare.
1155
11562003-02-06 Mark Kettenis <kettenis@gnu.org>
1157
1158 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
1159 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
1160 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
1161 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
1162 config/i386/i386v42mp.mt: Removed.
1163
11642003-02-05 Mark Kettenis <kettenis@gnu.org>
1165
1166 * configure.tgt (*-*-solaris*): Set gdb_osabi to
1167 GDB_OSABI_SOLARIS.
1168
11692003-02-05 Michael Chastain <mec@shout.net>
1170
1171 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
1172 2.12.1 and earlier versions.
1173
11742003-02-05 Andrew Cagney <ac131313@redhat.com>
1175
1176 Remove orphaned hosts, targets and files.
1177 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
1178 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
1179 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
1180 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
1181 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
1182 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
1183 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
1184 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
1185 * config/sparc/tm-sp64sim.h: Delete.
1186 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
1187 hosts.
1188 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
1189 mips*-dec-mach3* targets.
1190
11912003-02-04 Michael Chastain <mec@shout.net>
1192
1193 * NEWS: Fix typo: sepcifying -> specifying.
1194
11952003-02-04 Michael Chastain <mec@shout.net>
1196
1197 * dwarfread.c: Add documentation on the state of dwarf-1,
1198 looking towards obsoletion.
1199
12002003-02-03 Michael Chastain <mec@shout.net>
1201
1202 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
1203 gdb/testsuite/gdb.c++/pr-1023.exp.
1204
12052003-02-04 Andrew Cagney <ac131313@redhat.com>
1206
1207 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
1208 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
1209
1210 * utils.c (init_page_info): Delete reference to MPW in comments.
1211 * main.c (captured_main): Delete #ifdef MPW.
1212
12132003-02-04 Andrew Cagney <ac131313@redhat.com>
1214
1215 * NEWS: Note that the m32r-*-elf* is obsolete.
1216 * monitor.c (monitor_expect): Obsolete reference to m32r.
1217 * configure.tgt: Mark m32r-*-elf* as obsolete.
1218 * MAINTAINERS: Mark m32k as obsolete.
1219 * m32r-rom.c: Obsolete file.
1220 * config/m32r/m32r.mt: Obsolete file.
1221 * config/m32r/tm-m32r.h: Obsolete file.
1222 * m32r-stub.c: Obsolete file.
1223 * m32r-tdep.c: Obsolete file.
1224
12252003-02-04 Andrew Cagney <ac131313@redhat.com>
1226
1227 * NEWS: Mention that the z8k-zilog-none is obsolete.
1228 * MAINTAINERS: Mark z8k as obsolete.
1229 * configure.tgt: Obsolete the z8k-*-coff* target.
1230 * config/z8k/z8k.mt: Obsolete file.
1231 * config/z8k/tm-z8k.h: Obsolete file.
1232 * z8k-tdep.c: Obsolete file.
1233
12342003-02-04 Andrew Cagney <ac131313@redhat.com>
1235
1236 * NEWS: Mention that the mn10200-elf is obsolete.
1237 * configure.tgt: Obsolete mn10200-*-* target.
1238 * breakpoint.c (update_breakpoints_after_exec): Update comment to
1239 mention that the mn10200 is obsolete.
1240 * breakpoint.h: Ditto.
1241 * MAINTAINERS: Mark the mn10200-elf as obsolete.
1242 * config/mn10200/mn10200.mt: Obsolete file.
1243 * config/mn10200/tm-mn10200.h: Obsolete file.
1244 * mn10200-tdep.c: Obsolete file.
1245
12462003-02-04 Andrew Cagney <ac131313@redhat.com>
1247
1248 * MAINTAINERS: Mark h8500 as obsolete.
1249 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
1250 * findvar.c (value_from_register): Ditto.
1251 * h8500-tdep.c: Mark file as obsolete.
1252 * config/h8500/h8500.mt: Ditto.
1253 * config/h8500/tm-h8500.h: Ditto.
1254 * NEWS: Mention that h8500 is obsolete.
1255
12562003-02-04 David Carlton <carlton@math.stanford.edu>
1257
1258 * objfiles.c (allocate_objfile): Always set name. Add comment at
1259 start of function.
1260 * jv-lang.c (get_dynamics_objfile): Add comment.
1261
12622003-02-04 David Carlton <carlton@math.stanford.edu>
1263
1264 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
1265 * printcmd.c (build_address_symbolic): Replace uses of
1266 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
1267 SYMBOL_NAME, and asm_demangle.
1268 Update copyright.
1269
12702003-02-04 David Carlton <carlton@math.stanford.edu>
1271
1272 * linespec.c (decode_compound): Extract code into
1273 lookup_prefix_sym.
1274 (lookup_prefix_sym): New function.
1275
12762003-02-04 David Carlton <carlton@math.stanford.edu>
1277
1278 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
1279 FLOAT_COERCION_BADNESS.
1280 * gdbtypes.c (rank_one_type): Replace all uses of
1281 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
1282
12832003-02-04 Jim Blandy <jimb@redhat.com>
1284
1285 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
1286 section, let dwarf_macinfo_section point to it, not
1287 dwarf_loc_section.
1288
12892003-02-04 Daniel Jacobowitz <drow@mvista.com>
1290
1291 Pointed out by Anton Blanchard <anton@samba.org>.
1292 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
1293 (ppc_linux_at_sigtramp_return_path): Use it.
1294
12952003-02-04 Daniel Jacobowitz <drow@mvista.com>
1296
1297 * defs.h (streq): Add prototype.
1298 * utils.c (streq): New function.
1299
1300 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
1301 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
1302 * mdebugread.c (new_symbol): Likewise.
1303 * stabsread.c (define_symbol): Likewise.
1304 * coffread.c (process_coff_symbol): Likewise.
1305 * dwarfread.c (new_symbol): Likewise.
1306
1307 * minsyms.c (prim_record_minimal_symbol_and_info): Use
1308 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
1309 here.
1310 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
1311 SYMBOL_INIT_DEMANGLED_NAME.
1312 * objfiles.c: Include "hashtab.h".
1313 (allocate_objfile): Call htab_set_functions_ex for the
1314 demangled_names_hash.
1315 (free_objfile): Call htab_delete for the demangled_names_hash.
1316 * objfiles.h (struct htab): Add declaration.
1317 (struct objfile): Add demangled_names_hash.
1318 * symfile.c: Include "hashtab.h".
1319 (reread_symbols): Call htab_delete for the demangled_names_hash.
1320 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
1321 SYMBOL_NAME in the bcache.
1322 * symtab.c: Include "hashtab.h". Update comments.
1323 (create_demangled_names_hash, symbol_set_names): New functions.
1324 (symbol_find_demangled_name): New function, broken out from
1325 symbol_init_demangled_names.
1326 (symbol_init_demangled_names): Use it.
1327 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
1328 (SYMBOL_SET_NAMES): New macro.
1329 (symbol_set_names): Add prototype.
1330
13312003-02-03 Jim Blandy <jimb@redhat.com>
1332
1333 Use a single, consistent representation for an empty minimal
1334 symbol table in an objfile.
1335 * objfiles.c (terminate_minimal_symbol_table): New function.
1336 (allocate_objfile): Call it.
1337 * objfiles.h (terminate_minimal_symbol_table): New declaration.
1338 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
1339 non-NULL.
1340 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
1341 objfile has minimal symbols, compare minimal_symbol_count to zero,
1342 instead of comparing msymbols with NULL.
1343 * objfiles.c (have_minimal_symbols): Same.
1344 * solib-sunos.c (solib_add_common_symbols): Call
1345 terminate_minimal_symbol_table.
1346 * symfile.c (reread_symbols): Same.
1347
13482003-02-03 Kevin Buettner <kevinb@redhat.com>
1349
1350 * s390-tdep.c (s390_address_class_type_flags)
1351 (s390_address_class_type_flags_to_name)
1352 (s390_address_class_name_to_type_flags): New functions.
1353 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
1354 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
1355
13562003-02-03 Michael Snyder <msnyder@redhat.com>
1357
1358 * arm-tdep.c: Fix spell-o in comment.
1359
13602003-02-03 Michal Ludvig <mludvig@suse.cz>
1361
1362 * dwarf2cfi.c (pointer_encoding): Added new parameter.
1363 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
1364 error messages to contain BFD filename.
1365
13662003-02-02 Elena Zannoni <ezannoni@redhat.com>
1367
1368 Fix PR gdb/742 gdb/743 gdb/877
1369 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
1370 (do_mixed_source_and_assembly): Use
1371 make_cleanup_ui_out_tuple_begin_end and
1372 make_cleanup_ui_out_tuple_begin_end.
1373 (do_mixed_source_and_assembly): Ditto.
1374 * thread.c (do_captured_list_thread_ids): Ditto.
1375 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
1376 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
1377 ui_out_tuple_end): Delete prototypes.
1378 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
1379 ui_out_list_end, ui_out_tuple_end): Delete.
1380
1381 From Kevin Buettner <kevinb@redhat.com>:
1382 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
1383 * ui-out.c (make_cleanup_ui_out_table_begin_end)
1384 (do_cleanup_table_end): New functions.
1385 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
1386 Use cleanups to invoke_ui_out_tuple_end().
1387 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
1388 * cli/cli-setshow.c (cmd_show_list): Use
1389 make_cleanup_ui_out_tuple_begin_end.
1390
13912003-02-02 Andrew Cagney <ac131313@redhat.com>
1392
1393 * frame.c (frame_unwind_register): New function.
1394 (frame_unwind_unsigned_register): Use.
1395 (frame_unwind_signed_register): Use.
1396 (frame_read_register): New function.
1397 * frame.h (frame_unwind_register): Declare.
1398 (frame_read_register): Declare.
1399
1400 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
1401 and frame_unwind_register instead of read_memory, write_register
1402 and deprecated_write_register_bytes.
1403
14042003-02-02 Andrew Cagney <ac131313@redhat.com>
1405
1406 * frame.h: Note that namelen can be negative.
1407 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
1408 NAME's length.
1409
1410 * NEWS: Mention that the d10v's `regs' command is deprecated.
1411 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
1412 (d10v_print_registers_info): New function.
1413 (show_regs): Call d10v_print_registers_info.
1414 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
1415
14162003-02-02 Mark Kettenis <kettenis@gnu.org>
1417
1418 * stack.c (print_frame_info): Restore call to annotate_frame_begin
1419 lost in the previous patch.
1420
14212003-02-01 Andrew Cagney <ac131313@redhat.com>
1422
1423 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
1424 * stack.c (print_frame_info_base): Output complete FRAME tuple
1425 for synthesized frames.
1426
14272003-02-02 Andrew Cagney <ac131313@redhat.com>
1428
1429 * mips-nat.c (zerobuf): Delete.
1430 (fetch_inferior_registers): Alloc local zerobuf.
1431 (fetch_core_registers): Alloc local zerobuf.
1432 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
1433 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
1434 * thread-db.c (thread_db_store_registers): Ditto.
1435 * sh-tdep.c (sh_do_register): Ditto.
1436 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1437 * remote-sim.c (gdbsim_store_register): Ditto.
1438 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1439 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1440 * monitor.c (monitor_supply_register): Ditto.
1441 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
1442 * mips-nat.c (fetch_inferior_registers): Ditto.
1443 * m68klinux-nat.c (fetch_register): Ditto.
1444 * lynx-nat.c (fetch_inferior_registers): Ditto.
1445 (fetch_inferior_registers): Ditto.
1446 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
1447 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1448 (hpux_thread_store_registers): Ditto.
1449 * hppah-nat.c (fetch_register): Ditto.
1450 * hppab-nat.c (fetch_register): Ditto.
1451 * hppa-tdep.c (pa_register_look_aside): Ditto.
1452 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
1453 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
1454
14552003-02-01 Andrew Cagney <ac131313@redhat.com>
1456
1457 * gdbarch.sh: Explictly specify all method levels. When a
1458 variable with an empty level, provide a non-multi-arch default.
1459 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
1460 * gdbarch.h: Re-generate.
1461 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
1462 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
1463
14642003-02-01 Andrew Cagney <ac131313@redhat.com>
1465
1466 * defs.h (host_pointer_to_address): Delete declaration.
1467 (address_to_host_pointer): Delete declaration.
1468 * utils.c (host_pointer_to_address): Delete function.
1469 (address_to_host_pointer): Delete function.
1470 * procfs.c (procfs_address_to_host_pointer): New function.
1471 * procfs.c (proc_set_watchpoint): Use.
1472 (procfs_can_use_hw_breakpoint): Update comments.
1473 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
1474 (som_solib_add): Use.
1475 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
1476 * hppa-tdep.c (unwind_command): Use.
1477
14782003-02-01 Andrew Cagney <ac131313@redhat.com>
1479
1480 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
1481 strlen d_name.
1482
1483 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
1484 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
1485 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
1486 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
1487 (define_symbol): Update.
1488 * symfile.c (generic_load): Remove references to nindy.
1489 * symtab.c: Remove references to nindy.
1490
14912003-02-01 Andrew Cagney <ac131313@redhat.com>
1492
1493 * infcmd.c (print_float_info): Delete code conditional on
1494 FLOAT_INFO.
1495 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
1496 * config/m68k/nm-apollo68b.h: Ditto.
1497 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
1498 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
1499 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
1500
15012003-02-01 Mark Kettenis <kettenis@gnu.org>
1502
1503 * config/i386/tm-i386os9k.h: Removed.
1504
1505 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
1506 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
1507 they're identical to i[3456]86-*-sysv* now.
1508 * config/i386/i386v32.mh: Removed.
1509 * config/i386/xm-i386v32.h: Removed.
1510 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
1511
1512 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
1513
1514 * config/i386/i386dgux.mh: Removed.
1515 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
1516
1517 * configure.in: Fix typo.
1518 * configure: Regenerated.
1519
15202003-01-31 David Carlton <carlton@math.stanford.edu>
1521
1522 * dwarf2read.c (dwarf2_locate_sections): Set
1523 dwarf_ranges_section.
1524
15252003-01-31 Andrew Cagney <ac131313@redhat.com>
1526
1527 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
1528 * utils.c: Update comments documenting legitimate uses of PTR.
1529
1530 * utils.c: Re-indent.
1531
1532 * config/djgpp/fnchange.lst: Delete nindy files.
1533 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
1534 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
1535 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
1536 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
1537 * nindy-share/README, nindy-share/Onindy.c: Delete files.
1538 * nindy-tdep.c, nindy-share/Makefile: Delete files.
1539 * Makefile.in (init.c): Remove nindy references.
1540 (saber_gdb): Delete rule.
1541 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
1542 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
1543 and a68v-nat.c.
1544 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
1545 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
1546 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
1547 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
1548 nindy-share/stop.h.
1549 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
1550 * saber.suppress: Delete file.
1551
15522003-01-31 Daniel Jacobowitz <drow@mvista.com>
1553
1554 * dbxread.c (stabs_data): New static variable.
1555 (fill_symbuf): Support an in-memory buffer for stabs data.
1556 (stabs_seek): New function.
1557 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
1558 (read_ofile_symtab): Use stabs_seek.
1559 (elfstab_build_psymtabs): Take an asection* instead of
1560 an offset and size. Relocate the stabs data if necessary.
1561 Save the section* for dbx_psymtab_to_symtab.
1562 * dwarf2read.c: Add section variables for each debug section.
1563 (dwarf2_locate_sections): Fill them in.
1564 (dwarf2_read_section): Take an asection* argument.
1565 Relocate the section contents if necessary.
1566 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
1567 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
1568 it to dwarf2_read_section.
1569 (dwarf2_build_frame_info): Update callers.
1570 * elfread.c (elf_symfile_read): Update call to
1571 elfstab_build_psymtabs.
1572 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
1573 (DBX_STAB_SECTION): New macro.
1574 * stabsread.h (elfstab_build_psymtabs): Update prototype.
1575 * symfile.c (symfile_dummy_outputs): New function.
1576 (symfile_relocate_debug_section): New function.
1577 * symfile.h (symfile_relocate_debug_section): Add prototype.
1578
15792003-01-31 Richard Henderson <rth@redhat.com>
1580
1581 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
1582 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
1583 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
1584 * alpha-tdep.c (alpha_register_name): Add "unique".
1585 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
1586 (ALPHA_UNIQUE_REGNUM): New.
1587 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
1588
15892003-01-31 Andrew Cagney <ac131313@redhat.com>
1590
1591 * README: Remove reference to Ericsson 1800 monitor.
1592 * Makefile.in (remote-es.o): Delete rule.
1593 (ALLDEPFILES): Delete remote-es.c.
1594 * remote-es.c: Delete file.
1595 * config/m68k/es1800.mt: Delete file.
1596 * config/djgpp/fnchange.lst: Update.
1597 * configure.tgt: Delete m68*-ericsson-* target.
1598
15992003-01-31 Adam Fedor <fedor@gnu.org>
1600
1601 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
1602 Remove duplicate/shadowing variable of same name.
1603
16042003-01-30 Jim Blandy <jimb@redhat.com>
1605
1606 * symfile.c (find_separate_debug_file): Assert that the objfile's
1607 directory name we compute ends with a slash, and then assume that
1608 that's so everywhere we use it.
1609
16102003-01-30 Daniel Jacobowitz <drow@mvista.com>
1611
1612 * valops.c (value_assign): Flush frame cache after stores to memory
1613 also.
1614
16152003-01-30 Andrew Cagney <ac131313@redhat.com>
1616
1617 * Makefile.in (mon960-rom.o): Delete rule.
1618 * mon960-rom.c: Delete file.
1619
16202003-01-30 Andrew Cagney <ac131313@redhat.com>
1621
1622 * d10v-tdep.c: Include "frame-unwind.h".
1623 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
1624 list.
1625 (next_addr, uses_frame): Delete.
1626 (struct d10v_unwind_cache): Define.
1627 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
1628 Use info instead of next_addr and uses_frame globals.
1629 (d10v_frame_init_saved_regs): Delete function.
1630 (d10v_init_extra_frame_info): Delete function.
1631 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
1632 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
1633 init_frame_pc or frame_saved_pc.
1634 (d10v_pop_frame): Delete function.
1635 (do_d10v_pop_frame): Delete function.
1636 (d10v_frame_chain): Delete function.
1637 (d10v_frame_chain_valid): Delete function.
1638 (d10v_frame_pc_unwind): New function.
1639 (d10v_frame_id_unwind): New function.
1640 (saved_regs_unwinder): New function.
1641 (d10v_frame_register_unwind): New function.
1642 (d10v_frame_pop): New function.
1643 (d10v_frame_unwind): New variable.
1644 (d10v_frame_p): New function.
1645 (d10v_frame_saved_pc): Delete function.
1646 * Makefile.in (d10v-tdep.o): Update dependencies.
1647
16482003-01-30 J. Brobecker <brobecker@gnat.com>
1649
1650 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
1651 causing some regressions due to a change in the default value
1652 for this macro.
1653
16542003-01-29 Richard Henderson <rth@redhat.com>
1655 Elena Zannoni <ezannoni@redhat.com>
1656 Daniel Jacobowitz <drow@mvista.com>
1657
1658 Fix PR gdb/961.
1659 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
1660 variables.
1661 (RANGES_SECTION): New.
1662 (dwarf_ranges_buffer): New variable.
1663 (struct comp_unit_head): Add member "die".
1664 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
1665 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
1666 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
1667 (dwarf2_locate_sections): Likewise.
1668 (dwarf2_build_psymtabs): Read .debug_ranges.
1669 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
1670 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
1671 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
1672 Look for DW_AT_ranges and return the bounding box.
1673
16742003-01-29 Brian Ford <ford@vss.fsi.com>
1675
1676 * win32-nat.c (cygwin_pid): Removed as unused.
1677 (child_attach): Try fall back to Cygwin pid.
1678
16792003-01-29 Jim Blandy <jimb@redhat.com>
1680
1681 * objfiles.h (struct objfile): Doc fix.
1682
16832003-01-29 Andrew Cagney <ac131313@redhat.com>
1684
1685 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
1686 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
1687 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
1688 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
1689 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
1690 (FRAME_SAVED_PC): Change to a function with predicate.
1691 * gdbarch.h, gdbarch.c: Re-generate.
1692
16932003-01-28 Andrew Cagney <ac131313@redhat.com>
1694
1695 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
1696
1697 * complaints.c (complain): Delete function.
1698 * complaints.h (struct deprecated_complaint): Delete definition.
1699 (complain): Delete declaration.
1700
17012003-01-28 Kevin Buettner <kevinb@redhat.com>
1702
1703 * mips-tdep.c (mips_init_extra_frame_info): Return early for
1704 dummy frames.
1705
17062003-01-27 Andrew Cagney <ac131313@redhat.com>
1707
1708 * sentinel-frame.h, sentinel-frame.c: New files.
1709 * Makefile.in (frame.o): Update dependencies.
1710 (SFILES): Add sentinel-frame.c.
1711 (sentinel_frame_h): Define.
1712 (COMMON_OBS): Add sentinel-frame.o.
1713 (sentinel-frame.o): Specify dependencies.
1714 * frame.c: Include "sentinel-frame.h".
1715 (frame_register_unwind): Rewrite assuming that there is always a a
1716 ->next frame.
1717 (frame_register, generic_unwind_get_saved_register): Ditto.
1718 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
1719 (create_sentinel_frame, unwind_to_current_frame): New functions.
1720 (get_current_frame): Rewrite using create_sentinel_frame and
1721 unwind_to_current_frame. When possible, always create a frame.
1722 (create_new_frame): Set next to the sentinel frame.
1723 (get_next_frame): Rewrite. Don't go below the level 0 frame.
1724 (deprecated_update_frame_pc_hack): Update the next frame's PC and
1725 ID cache when necessary.
1726 (frame_saved_regs_id_unwind): Use frame_relative_level.
1727 (deprecated_generic_get_saved_register): Use frame_relative_level,
1728 get_frame_saved_regs, get_frame_pc, get_frame_base and
1729 get_next_frame.
1730 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
1731 frame_register.
1732
17332003-01-27 Daniel Jacobowitz <drow@mvista.com>
1734
1735 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
1736
17372003-01-27 Daniel Jacobowitz <drow@mvista.com>
1738
1739 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
1740 (maintenance_set_profile_cmd): Use error () instead of warning ().
1741
17422003-01-27 Daniel Jacobowitz <drow@mvista.com>
1743
1744 * configure.in: Check that -pg works if using --enable-profiling.
1745 Check for monstartup and _mcleanup regardless of --enable-profiling.
1746 * maint.c: Check for monstartup and _mcleanup before using them.
1747 * config.in: Regenerated.
1748 * configure: Regenerated.
1749
17502003-01-24 Nick Clifton <nickc@redhat.com>
1751
1752 * Add sh2e support:
1753
1754 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
1755
1756 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
1757 (sh2e_show_regs): New.
1758 (sh_gdbarch_init): Handle bfd_mach_sh2e.
1759 * config/sh/tm-sh.h: Added sh2e to comments.
1760
17612003-01-23 Jim Blandy <jimb@redhat.com>
1762
1763 * symfile.c (syms_from_objfile): Don't print the "(no debugging
1764 symbols found)" message here; we haven't checked for a separate
1765 debug info file yet, so we don't know yet.
1766 (symbol_file_add_with_addrs_or_offsets): Print it here, after
1767 we've looked everywhere. Also, there's no need to print a special
1768 message when we're loading the separate debug info file: the one
1769 symbol_file_add prints is fine.
1770
17712003-01-23 Alexander Larsson <alexl@redhat.com>
1772 Jim Blandy <jimb@redhat.com>
1773
1774 Add support for executables whose debug info has been separated
1775 out into a separate file, leaving only a link behind.
1776 * objfiles.h (struct objfile): New fields: separate_debug_objfile
1777 and separate_debug_objfile_backlink.
1778 (put_objfile_before): New declaration.
1779 * symfile.c: #include "filenames.h".
1780 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
1781 debug info in a separate file, read that, too. Save the addrs
1782 argument, so we can use it again to read the separated debug info;
1783 syms_from_objfile modifies the table we pass it.
1784 (reread_symbols): After re-reading an objfile, call
1785 reread_separate_symbols to refresh its separate debug info
1786 objfile, if it has one.
1787 (reread_separate_symbols, find_separate_debug_file,
1788 get_debug_link_info, separate_debug_file_exists): New functions.
1789 (debug_file_directory): New global var.
1790 (_initialize_symfile): Initialize debug_file_directory, and
1791 provide the new `set debug-file-directory' command to let the user
1792 change it.
1793 * objfiles.c (free_objfile): If this objfile has its debug info in
1794 a separate objfile, free that one too. If this is itself a
1795 separate debug info objfile, clear our parent's backlink.
1796 (put_objfile_before): New function.
1797 * utils.c (gnu_debuglink_crc32): New function.
1798 * defs.h (gnu_debuglink_crc32): New declaration.
1799 * Makefile.in (symfile.o): Note dependency on "filenames.h".
1800 * configure.in: Handle --with-separate-debug-dir config option.
1801 * acinclude.m4 (AC_DEFINE_DIR): New macro.
1802 * acconfig.h (DEBUGDIR): New macro.
1803 * configure, aclocal.m4, config.in: Regenerated.
1804
18052003-01-22 Jim Blandy <jimb@redhat.com>
1806
1807 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
1808 like the old symbol_file_add, but taking new arguments: you can
1809 now pass in either a `struct section_addr_info' list to say where
1810 each section is loaded, or a `struct section_offsets' table. Pass
1811 these new arguments through to syms_from_objfile as appropriate.
1812 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
1813 with the appropriate quiescent values for the new arguments.
1814
1815 * symfile.c: #include "gdb_assert.h".
1816 (syms_from_objfile): Add the ability to pass in a section offset
1817 table directly, as an alternative to the section_addr_info table.
1818 Document arguments better.
1819 (symbol_file_add): Pass extra arguments to syms_from_objfile.
1820 * symfile.h (syms_from_objfile): Update declaration.
1821 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
1822 syms_from_objfile.
1823 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
1824
18252003-01-22 Daniel Jacobowitz <drow@mvista.com>
1826
1827 Original patch by Tom Tromey <tromey@cygnus.com> and
1828 Jason Molenda <jmolenda@apple.com>.
1829 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
1830 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
1831 * NEWS: Mention profiling.
1832 * configure.in (--enable-gdbtk): Fix typo.
1833 (--enable-profiling): New. Set PROFILE_CFLAGS.
1834 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
1835 Fill in function.
1836 (profiling_state): New variable.
1837 (mcleanup_wrapper): New function.
1838 (_initialize_maint): Remove NOTYET, fix call to
1839 add_setshow_boolean_cmd for "maint set profile".
1840 * configure: Regenerated.
1841
18422003-01-21 Martin M. Hunt <hunt@redhat.com>
1843
1844 * Makefile.in (install-gdbtk): Install PNG images too.
1845
18462003-01-21 Andrew Cagney <ac131313@redhat.com>
1847
1848 * exec.c (text_start): Delete global variable.
1849 (exec_file_attach): Make text_start local to the function.
1850 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
1851 * valops.c (hand_function_call): Delete code that handles
1852 BEFORE_TEXT_END and AFTER_TEXT_END.
1853 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
1854 of CALL_DUMMY_LOCATION.
1855 * gdbarch.c: Regenerate.
1856 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
1857 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
1858 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
1859 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
1860 (text_end): Delete extern declaration.
1861
18622003-01-21 Andrew Cagney <ac131313@redhat.com>
1863
1864 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
1865 * blockframe.c (backtrace_below_main): Move to "frame.c".
1866 (frame_chain_valid): Delete check for backtrace_below_main.
1867 (_initialize_blockframe): Delete initialization, move ``set
1868 backtrace-below-main'' command to "frame.c".
1869 (do_flush_frames_sfunc): Delete function.
1870 * frame.c: Include "command.h" and "gdbcmd.h".
1871 (frame_type_from_pc): New function.
1872 (create_new_frame): Use frame_type_from_pc.
1873 (legacy_get_prev_frame): New function.
1874 (get_prev_frame): Rewrite. When an old style frame, call
1875 legacy_get_prev_frame. Otherwize, unwind the PC first.
1876 (_initialize_frame): Add ``set backtrace-below-main'' command.
1877 * Makefile.in (frame.o): Update dependencies.
1878
18792003-01-19 Andrew Cagney <ac131313@redhat.com>
1880
1881 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
1882 DEPRECATED_REGISTERS_INFO.
1883
18842003-01-19 Andrew Cagney <ac131313@redhat.com>
1885
1886 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
1887 Maintainers'. Update `Various Maintainers'.
1888
18892003-01-19 Andrew Cagney <ac131313@redhat.com>
1890
1891 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
1892 * gdbarch.sh (POP_FRAME): Change to function with predicate.
1893 Suppress actual parameters when `-'.
1894 * gdbarch.h, gdbarch.c: Regenerate.
1895
18962003-01-19 Andrew Cagney <ac131313@redhat.com>
1897
1898 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
1899 code handling dummy frames.
1900
19012003-01-19 Andrew Cagney <ac131313@redhat.com>
1902
1903 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
1904 (struct frame_unwind): Add field pop.
1905 * frame.h (frame_pop): Declare.
1906 * frame.c (frame_saved_regs_pop): New function.
1907 (trad_frame_unwinder): Add frame_saved_regs_pop.
1908 (frame_pop): New function.
1909 * dummy-frame.c (dummy_frame_pop): New function.
1910 (discard_innermost_dummy): New function.
1911 (generic_pop_dummy_frame): Use discard_innermost_dummy.
1912 (dummy_frame_unwind): Add dummy_frame_pop.
1913 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
1914 * valops.c (hand_function_call): Ditto.
1915 * stack.c (return_command): Ditto.
1916
19172003-01-18 Andrew Cagney <ac131313@redhat.com>
1918
1919 * cris-tdep.c: Fix function declaration indentation.
1920 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
1921 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
1922 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
1923 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
1924 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
1925 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
1926
19272003-01-18 Michael Chastain <mec@shout.net>
1928
1929 * README (Unpacking and Installation -- quick overview):
1930 Warn against ".../gdb-5.3/gdb/configure".
1931
19322003-01-18 Andrew Cagney <ac131313@redhat.com>
1933
1934 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
1935 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1936 (struct frame_unwind): Declare opaque.
1937 (dummy_frame_p): Declare function.
1938 * dummy-frame.c (dummy_frame_id_unwind): Make static.
1939 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1940 * dummy-frame.c: Include "frame-unwind.h".
1941 (dummy_frame_p): New function.
1942 (dummy_frame_unwind): New variable.
1943 * frame.c: Include "frame-unwind.h".
1944 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
1945 to use the new unwind field.
1946 (set_unwind_by_pc): Delete function.
1947 (create_new_frame, get_prev_frame): Set unwind field using
1948 frame_unwind_find_by_pc.
1949 (trad_frame_unwind, trad_frame_unwinder): New variables.
1950 * frame.h (trad_frame_unwind): Declare variable.
1951 (frame_id_unwind_ftype): Delete declaration.
1952 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
1953 (struct frame_unwind): Declare opaque.
1954 (struct frame_info): Replace the fields id_unwind, pc_unwind and
1955 register_unwind with a single unwind pointer.
1956 * frame-unwind.h, frame-unwind.c: New files.
1957 * Makefile.in (SFILES): Add frame-unwind.c.
1958 (frame_unwind_h): Define.
1959 (COMMON_OBS): Add frame-unwind.o.
1960 (frame-unwind.o): Specify dependencies.
1961 (frame.o, dummy-frame.o): Update dependencies.
1962
19632003-01-18 Andrew Cagney <ac131313@redhat.com>
1964
1965 * ada-valprint.c: Eliminate PTR.
1966 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
1967 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
1968 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
1969 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
1970 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
1971 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
1972 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
1973
19742003-01-17 Andrew Cagney <ac131313@redhat.com>
1975
1976 * main.c (captured_main): Don't use PTR.
1977 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
1978 * gdbtypes.c (lookup_primitive_typename): Ditto.
1979 (lookup_struct_elt_type): Ditto.
1980 * f-valprint.c (info_common_command): Ditto.
1981 (list_all_visible_commons): Ditto.
1982 * jv-typeprint.c (java_type_print_base): Ditto.
1983
1984 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
1985 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
1986 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
1987 i386-interix-nat.c and i386-interix-tdep.c. Rename
1988 m68klinux-nat.c and m68klinux-tdep.c. Rename
1989 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
1990 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
1991 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
1992 * main.c (captured_main): Use xfree, not free.
1993
19942003-01-16 Andrew Cagney <ac131313@redhat.com>
1995
1996 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
1997 ID back using a parameter.
1998 * frame.c (frame_id_unwind): Update call.
1999 (frame_saved_regs_id_unwind): Update.
2000 * dummy-frame.c (dummy_frame_id_unwind): Update function.
2001 * dummy-frame.h (struct frame_id): Add opaque declaration.
2002 (dummy_frame_id_unwind): Update declaration.
2003
20042003-01-15 Andrew Cagney <ac131313@redhat.com>
2005
2006 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
2007
20082003-01-15 Stephen P. Smith <ischis2@cox.net>
2009
2010 * MAINTAINERS (Stephen P. Smith): Updated email address.
2011
20122003-01-14 Elena Zannoni <ezannoni@redhat.com>
2013
2014 Fix PR gdb/898
2015 * breakpoint.c (until_break_command): Add new argument. Use it to
2016 decide whether to stop only at the current frame or not.
2017 * breakpoint.h (until_break_command): Update prototype.
2018 * infcmd.c (until_command): Add new argument to until_break_command
2019 call.
2020 (advance_command): New function.
2021 (_initialize_infcmd): Update help string for 'until' command.
2022 Add new 'advance' command.
2023
20242003-01-14 David Carlton <carlton@math.stanford.edu>
2025
2026 * linespec.c (decode_line_1): Normalize comments.
2027 (set_flags): Ditto.
2028 (locate_first_half): Ditto.
2029 (decode_compound): Ditto.
2030 (symtab_from_filename): Ditto.
2031 (decode_all_digits): Ditto.
2032 (decode_dollar): Ditto.
2033 (find_methods): Ditto.
2034 (find_toplevel_char): Ditto.
2035
20362003-01-13 Andrew Cagney <ac131313@redhat.com>
2037
2038 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
2039 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
2040 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
2041 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
2042 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
2043 * language.c, language.h, m32r-tdep.c: Update copyright.
2044 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
2045 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
2046 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
2047 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
2048 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
2049 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
2050
20512003-01-13 Elena Zannoni <ezannoni@redhat.com>
2052
2053 * stabsread.h (process_later, resolve_cfront_continuation):
2054 Obsolete.
2055 Update copyright years.
2056 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
2057 Update copyright year.
2058 * dbxread.c(struct cont_elem): Obsolete.
2059 (process_later, process_now): Obsolete functions.
2060 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
2061 Update copyright year.
2062 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
2063 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
2064 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
2065 (parse_partial_symbols): Obsolete cfront support.
2066 * stabsread.c
2067 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
2068 macros.
2069 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
2070 read_cfront_baseclasses, read_cfront_member_functions,
2071 resolve_cfront_continuation,read_cfront_static_fields,
2072 copy_cfront_struct_fields): Obsolete functions.
2073 (define_symbol, read_one_struct_field): Obsolete cfront support.
2074 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
2075 Update Copyright year.
2076
20772003-01-13 Elena Zannoni <ezannoni@redhat.com>
2078
2079 * stack.c (print_frame_info, print_stack_frame_base_stub,
2080 print_stack_frame_base, show_and_print_stack_frame_stub,
2081 show_and_print_stack_frame, print_only_stack_frame_stub,
2082 print_only_stack_frame): Delete functions.
2083 (print_stack_frame_stub): Call print_frame_info instead of
2084 print_frame_info_base.
2085 (print_frame_info_base): Rename to print_frame_info.
2086 (backtrace_command_1): Call print_frame_info, instead of
2087 print_frame_info_base.
2088 (current_frame_command): Call print_stack_frame, instead of
2089 print_only_stack_frame.
2090 (frame_command): Call print_stack_frame, instead of
2091 show_and_print_stack_frame.
2092 (up_command): Ditto.
2093 (down_command): Ditto.
2094 * frame.h (print_only_stack_frame): Delete prototype.
2095 * infrun.c (normal_stop): Call print_stack_frame, instead of
2096 show_and_print_stack_frame.
2097 * thread.c (info_threads_command): Call print_stack_frame, instead
2098 of print_only_stack_frame.
2099
21002003-01-13 Andrew Cagney <ac131313@redhat.com>
2101
2102 * README (Graphical interface to GDB): Update URL. Point at
2103 gdb/links/.
2104
2105 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
2106 version match.
2107
21082003-01-13 Daniel Jacobowitz <drow@mvista.com>
2109
2110 * symtab.c (find_pc_sect_line): Don't consider end-of-function
2111 lines.
2112
21132003-01-13 Daniel Jacobowitz <drow@mvista.com>
2114
2115 * thread-db.c (attach_thread): Prototype.
2116 (struct private_thread_info): Remove lwpid. Add thread handle (th),
2117 thread information (ti), and valid flags (th_valid, ti_valid).
2118 (attach_thread): Move target_pid_to_str call to after the thread
2119 is added to GDB's list. Initialize the cache.
2120 (thread_get_info_callback, thread_db_map_id2thr)
2121 (thread_db_get_info): New functions.
2122 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
2123 (thread_db_store_registers, thread_db_thread_alive)
2124 (thread_db_get_thread_local_address): Use them.
2125 (thread_db_pid_to_str): Likewise. Return "Missing" instead
2126 of calling error() for threads in unknown state.
2127
2128 (clear_lwpid_callback): New function.
2129 (thread_db_resume): Use it to clear the cache.
2130
21312003-01-13 Daniel Jacobowitz <drow@mvista.com>
2132
2133 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
2134 (resume_callback): Remove dead code.
2135
21362003-01-13 Andrew Cagney <ac131313@redhat.com>
2137
2138 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
2139 predicate.
2140 * gdbarch.h, gdbarch.c: Regenerate.
2141 * stack.c (frame_info): Only initialize the saved registers when
2142 FRAME_INIT_SAVED_REGS_P.
2143 * frame.c (frame_saved_regs_register_unwind): Assert
2144 FRAME_INIT_SAVED_REGS_P.
2145 (deprecated_generic_get_saved_register): Ditto.
2146
21472003-01-13 Daniel Jacobowitz <drow@mvista.com>
2148
2149 * source.c (openp): Squelch warning about "filename".
2150
21512003-01-13 Daniel Jacobowitz <drow@mvista.com>
2152
2153 * source.c (openp): If the file does not exist don't necessarily
2154 search the path.
2155
21562003-01-13 Daniel Jacobowitz <drow@mvista.com>
2157
2158 Fix PR gdb/872.
2159 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
2160 (integer_types_same_name_p): New function.
2161 (rank_one_type): Use it.
2162 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
2163
21642003-01-13 Daniel Jacobowitz <drow@mvista.com>
2165
2166 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
2167 variables.
2168 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
2169 * configure.in: Add --with-sysroot.
2170 * configure: Regenerated.
2171 * main.c (gdb_sysroot): New variable.
2172 (captured_main): Initialize gdb_sysroot.
2173 * defs.h (gdb_sysroot): New extern declaration.
2174 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2175
21762003-01-12 Michael Chastain <mec@shout.net>
2177
2178 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2179
21802003-01-12 Michael Chastain <mec@shout.net>
2181
2182 * top.c (print_gdb_version): Bump copyright year to 2003.
2183
21842003-01-12 David Carlton <carlton@bactrian.org>
2185
2186 * linespec.c (symtab_from_filename): Rename variable 's' to
2187 'file_symtab'.
2188
21892003-01-12 Andrew Cagney <ac131313@redhat.com>
2190
2191 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
2192 dummy frame.
2193 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2194
21952003-01-12 Andrew Cagney <ac131313@redhat.com>
2196
2197 * d10v-tdep.c: Include "gdb_assert.h".
2198 (d10v_store_return_value): Rewrite to match current interface.
2199 (d10v_extract_struct_value_address): Ditto.
2200 (d10v_extract_return_value): Ditto.
2201 (d10v_gdbarch_init): Set store_restore_value,
2202 extract_struct_value_address and extract_return_value.
2203
22042003-01-12 J. Brobecker <brobecker@gnat.com>
2205
2206 * hpread.c (set_namestring): New procedure replacing the
2207 SET_NAMESTRING macro.
2208 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
2209 by calls to set_namestring.
2210
22112003-01-11 J. Brobecker <brobecker@gnat.com>
2212
2213 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
2214 a compilation warning.
2215 (hpread_process_one_debug_symbol): Likewise.
2216
22172003-01-10 David Carlton <carlton@math.stanford.edu>
2218
2219 * linespec.c (decode_line_1): Rename variable 's' to
2220 'file_symtab'.
2221 (decode_all_digits): Rename argument 's' to 'file_symtab'.
2222 (decode_dollar): Ditto.
2223 (decode_variable): Ditto.
2224 (symbol_found): Ditto.
2225
22262003-01-09 Michael Chastain <mec@shout.net>
2227
2228 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2229
22302003-01-07 Corinna Vinschen <vinschen@redhat.com>
2231
2232 * win32-nat.c (set_process_privilege): New function.
2233 (child_attach): Call set_process_privilege() to enable the
2234 SE_DEBUG_NAME user privilege if available in process token.
2235
22362003-01-10 J. Brobecker <brobecker@gnat.com>
2237
2238 * hpread.c (hpread_process_one_debug_symbol): Fix a small
2239 compilation error in the previous revision.
2240
22412003-01-09 David Carlton <carlton@math.stanford.edu>
2242
2243 * linespec.c: Update copyright.
2244
22452003-01-09 Daniel Jacobowitz <drow@mvista.com>
2246
2247 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
2248 than inferior_ptid.
2249 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2250
22512003-01-09 Andrew Cagney <ac131313@redhat.com>
2252
2253 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
2254 Update comments.
2255 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
2256 (frame_saved_regs_zalloc): Update.
2257 (frame_saved_regs_register_unwind): Update.
2258 (create_new_frame): Update.
2259 (get_prev_frame): Update.
2260 (frame_extra_info_zalloc): Update.
2261 (deprecated_get_frame_saved_regs): Update.
2262 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
2263 * cris-tdep.c: Update comment.
2264
2265 * somsolib.h: Fix function indentation.
2266 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
2267 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
2268 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
2269 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
2270 * somsolib.c, inftarg.c: Remove assignment in if conditional.
2271
2272 * infrun.c (follow_fork): Use ISO C definition.
2273 * expprint.c (print_subexp): Use xfree instead of free.
2274 * charset.c: Include "gdb_string.h" instead of <string.h>.
2275 (register_iconv_charsets): Use ISO C definition.
2276 (host_charset, target_charset): Ditto.
2277 * Makefile.in (charset.o): Update dependencies.
2278 (mi-cmd-env.o): Update dependencies.
2279
22802003-01-08 Andrew Cagney <cagney@redhat.com>
2281
2282 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
2283 get_frame_base.
2284
22852003-01-08 Andrew Cagney <ac131313@redhat.com>
2286
2287 * gdb_mbuild.sh: Add --keep option. When specified, keep the
2288 build directories. Save edited gdb output in Mbuild.log. If a
2289 build fails, remove any final GDB executable.
2290
22912003-01-08 Andrew Cagney <ac131313@redhat.com>
2292
2293 * gdb_mbuild.sh: Edit the output of `maint print architecture'
2294 replacing hex constants with function names and stripping leading
2295 file name directory prefixes.
2296
22972003-01-08 Andrew Cagney <cagney@redhat.com>
2298
2299 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
2300 get_frame_base.
2301
23022003-01-08 David Carlton <carlton@math.stanford.edu>
2303
2304 * linespec.c (decode_line_1): Move code into decode_variable.
2305 (decode_variable): New function.
2306
23072003-01-08 Andrew Cagney <ac131313@redhat.com>
2308
2309 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
2310
23112003-01-08 Andrew Cagney <cagney@redhat.com>
2312
2313 * cris-tdep.c (cris_frame_init_saved_regs): Use
2314 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
2315 saved_regs buffer.
2316 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2317 (sh64_nofp_frame_init_saved_regs): Ditto.
2318 (sh_fp_frame_init_saved_regs): Ditto.
2319 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
2320 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2321 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2322 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2323
23242003-01-08 Daniel Jacobowitz <drow@mvista.com>
2325
2326 * minsyms.c (lookup_minimal_symbol): Update comment.
2327 (lookup_minimal_symbol_text): Update comment. Use the hash table.
2328 (lookup_minimal_symbol_solib_trampoline): Likewise.
2329
23302003-01-08 Andrew Cagney <cagney@redhat.com>
2331
2332 * d10v-tdep.c (d10v_init_extra_frame_info): Use
2333 frame_relative_level.
2334
2335 * alpha-tdep.c: Use get_frame_extra_info.
2336 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2337 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
2338 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2339 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
2340
2341 * alpha-tdep.c: Use get_next_frame.
2342 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2343 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2344 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
2345 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
2346 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
2347 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
2348 * xstormy16-tdep.c: Ditto.
2349
23502003-01-07 Andrew Cagney <cagney@redhat.com>
2351
2352 * alpha-tdep.c: Use get_frame_base.
2353 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2354 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2355 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2356 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2357 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
2358 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2359 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
2360 * config/sparc/tm-sparc.h: Ditto.
2361
23622003-01-07 Andrew Cagney <cagney@redhat.com>
2363
2364 * frame.c (deprecated_get_frame_context): New function.
2365 (deprecated_set_frame_context): New function.
2366 * frame.h (deprecated_get_frame_context): Declare.
2367 (deprecated_set_frame_context): Declare.
2368 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
2369 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2370
23712003-01-07 Andrew Cagney <cagney@redhat.com>
2372
2373 * frame.c (deprecated_set_frame_next_hack): New function.
2374 (deprecated_set_frame_prev_hack): New function.
2375 * frame.h (deprecated_set_frame_next_hack): Declare.
2376 (deprecated_set_frame_prev_hack): Declare.
2377 * mcore-tdep.c (analyze_dummy_frame): Use
2378 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
2379 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2380
23812003-01-07 David Carlton <carlton@math.stanford.edu>
2382
2383 * linespec.c (decode_line_1): Move code into decode_dollar.
2384 (decode_dollar): New function.
2385
23862003-01-07 Andrew Cagney <cagney@redhat.com>
2387
2388 * arm-tdep.c (arm_init_extra_frame_info): Use
2389 deprecated_update_frame_base_hack.
2390 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
2391 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2392 (fix_frame_pointer): Ditto.
2393 (mn10300_analyze_prologue): Ditto.
2394
23952003-01-07 Andrew Cagney <cagney@redhat.com>
2396
2397 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
2398 extra_info using frame_extra_info_zalloc.
2399 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2400 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
2401 (sh64_init_extra_frame_info): Ditto.
2402 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
2403 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
2404 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2405 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
2406 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
2407 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
2408 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
2409 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
2410 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
2411 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
2412 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2413 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
2414
2415 * mn10300-tdep.c (analyze_dummy_frame): Use
2416 deprecated_set_frame_extra_info_hack.
2417 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2418
24192003-01-07 J. Brobecker <brobecker@gnat.com>
2420
2421 * mdebugread.c (parse_symbol): Skip stProc entries which storage
2422 class is not scText. These do not define "real" procedures.
2423 (parse_partial_symbols): Likewise.
2424
24252003-01-06 Michael Snyder <msnyder@redhat.com>
2426
2427 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
2428
24292003-01-06 Andrew Cagney <ac131313@redhat.com>
2430
2431 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
2432 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
2433 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
2434 deprecated_frame_xmalloc_with_cleanup.
2435 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
2436 deprecated_frame_xmalloc.
2437 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
2438 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
2439
24402003-01-06 Andrew Cagney <cagney@redhat.com>
2441
2442 * x86-64-linux-tdep.c: Include "osabi.h".
2443 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
2444
2445 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2446
24472003-01-06 Andrew Cagney <cagney@redhat.com>
2448
2449 * MAINTAINERS (Target Instruction Set Architectures): Update
2450 arm-elf. Can be built with -Werror, has been multiarched.
2451
2452 * value.h (unpack_long): Make buffer parameter constant.
2453 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
2454 * scm-lang.h (scm_parse): Ditto.
2455 * defs.h (extract_typed_address, extract_address): Ditto.
2456 (extract_long_unsigned_integer): Ditto.
2457 * inferior.h (unsigned_pointer_to_address): Ditto.
2458 (signed_pointer_to_address): Ditto.
2459 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
2460 * gdbarch.h, gdbarch.c: Regenerate.
2461 * findvar.c (extract_long_unsigned_integer): Update.
2462 (extract_address): Update.
2463 (extract_typed_address): Update.
2464 (unsigned_pointer_to_address): Update.
2465 * values.c (unpack_long): Update.
2466 (unpack_double): Update.
2467 (unpack_pointer): Update.
2468 (unpack_field_as_long): Update.
2469 * d10v-tdep.c (d10v_pointer_to_address): Update.
2470 * avr-tdep.c (avr_pointer_to_address): Update.
2471 * scm-lang.c (scm_unpack): Update.
2472 * findvar.c (signed_pointer_to_address): Update.
2473
24742003-01-06 Michal Ludvig <mludvig@suse.cz>
2475
2476 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
2477 since it is in i386-tdep.c.
2478
24792003-01-06 J. Brobecker <brobecker@gnat.com>
2480
2481 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
2482 failure introduced in the previous change.
2483
24842003-01-05 Michael Chastain <mec@shout.net>
2485
2486 * README: Remove references to deleted remote-*.c files:
2487 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
2488 remote-nrom.c, remote-os9k.c, remote-udi.c.
2489
24902003-01-05 Mark Kettenis <kettenis@gnu.org>
2491
2492 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
2493 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
2494 i386_get_longjmp_target.
2495
24962003-01-05 Andrew Cagney <ac131313@redhat.com>
2497
2498 * arm-tdep.c (prologue_cache): Change to a pointer.
2499 (_initialize_arm_tdep): Allocate prologue_cache.
2500 (check_prologue_cache): Update.
2501 (save_prologue_cache): Update.
2502 (arm_gdbarch_init): Update.
2503
25042003-01-04 Daniel Jacobowitz <drow@mvista.com>
2505
2506 * stabsread.c (update_method_name_from_physname): Call complaint()
2507 instead of error.
2508
25092003-01-04 Daniel Jacobowitz <drow@mvista.com>
2510
2511 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
2512 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
2513 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
2514
2515 * blockframe.c: Include "gdbcmd.h" and "command.h".
2516 (backtrace_below_main): New variable.
2517 (file_frame_chain_valid, func_frame_chain_valid)
2518 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
2519 (generic_func_frame_chain_valid): Remove functions.
2520 (frame_chain_valid, do_flush_frames_sfunc): New functions.
2521 (_initialize_blockframe): New function.
2522 * Makefile.in (blockframe.o): Update dependencies.
2523 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
2524 comment. Call frame_chain_valid ().
2525 * frame.h: Remove old prototypes. Add prototype for
2526 frame_chain_valid and update comments to match.
2527 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
2528 Remove old comment.
2529 * gdbarch.h: Regenerated.
2530 * gdbarch.c: Regenerated.
2531
2532 * alpha-tdep.c (alpha_gdbarch_init): Don't call
2533 set_gdbarch_frame_chain_valid.
2534 * avr-tdep.c (avr_gdbarch_init): Likewise.
2535 * cris-tdep.c (cris_gdbarch_init): Likewise.
2536 * frv-tdep.c (frv_gdbarch_init): Likewise.
2537 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2538 * i386-tdep.c (i386_svr4_init_abi): Likewise.
2539 (i386_nw_init_abi): Likewise.
2540 (i386_gdbarch_init): Likewise.
2541 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2542 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2543 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2544 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2545 * mips-tdep.c (mips_gdbarch_init): Likewise.
2546 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2547 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
2548 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
2549 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2550 * s390-tdep.c (s390_gdbarch_init): Likewise.
2551 * sh-tdep.c (sh_gdbarch_init): Likewise.
2552 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2553 * v850-tdep.c (v850_gdbarch_init): Likewise.
2554 * vax-tdep.c (vax_gdbarch_init): Likewise.
2555 * x86-64-tdep.c (x86_64_init_abi): Likewise.
2556
2557 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
2558 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
2559 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
2560 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
2561 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
2562 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
2563 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
2564 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
2565
25662002-01-04 Daniel Jacobowitz <drow@mvista.com>
2567
2568 * Makefile.in (acconfig_h): Remove incorrect macro.
2569 (config_h): Define.
2570 (osabi.o): Update dependencies.
2571 * configure.tgt: Set gdb_osabi based on target triplet.
2572 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
2573 * configure: Regenerated.
2574 * config.in: Regenerated.
2575 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
2576 (GDB_OSABI_DEFAULT): Define if not already defined.
2577 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
2578 (set_osabi_string): New variables.
2579 (gdbarch_register_osabi): Add new OS ABI to
2580 gdb_osabi_available_names.
2581 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
2582 (set_osabi, show_osabi): New functions.
2583 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
2584
25852003-01-04 Daniel Jacobowitz <drow@mvista.com>
2586
2587 * arch-utils.c (gdbarch_info_init): Set osabi to
2588 GDB_OSABI_UNINITIALIZED.
2589 * gdbarch.sh: Add osabi to struct gdbarch and to struct
2590 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
2591 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
2592 * gdbarch.c: Regenerated.
2593 * gdbarch.h: Regenerated.
2594 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
2595 there's no BFD.
2596 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
2597 * osabi.h (enum gdb_osabi): Move to defs.h.
2598 (gdbarch_init_osabi): Update prototype.
2599 * defs.h (enum gdb_osabi): Moved here.
2600 * Makefile.in: Update dependencies.
2601
2602 * alpha-tdep.h: Don't include "osabi.h".
2603 (struct gdbarch_tdep): Remove osabi member.
2604 * alpha-tdep.c: Include "osabi.h".
2605 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2606 iterate over arches. Update call to gdbarch_init_osabi.
2607 (alpha_dump_tdep): Don't dump osabi.
2608 * alpha-linux-tdep.c: Include "osabi.h".
2609 * alpha-osf1-tdep.c: Include "osabi.h".
2610 * alphafbsd-tdep.c: Include "osabi.h".
2611 * alphanbsd-tdep.c: Include "osabi.h".
2612
2613 * arm-tdep.h: Don't include "osabi.h".
2614 (struct gdbarch_tdep): Remove osabi member.
2615 * arm-tdep.c: Include "osabi.h".
2616 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2617 iterate over arches. Update call to gdbarch_init_osabi.
2618 (arm_dump_tdep): Don't dump osabi.
2619 * arm-linux-tdep.c: Include "osabi.h".
2620 * armnbsd-tdep.c: Include "osabi.h".
2621
2622 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
2623 Update call to gdbarch_init_osabi.
2624
2625 * i386-tdep.h: Don't include "osabi.h".
2626 (struct gdbarch_tdep): Remove osabi member.
2627 * i386-tdep.c: Include "osabi.h".
2628 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2629 iterate over arches. Update call to gdbarch_init_osabi.
2630 (i386_dump_tdep): Don't dump osabi.
2631 * i386-linux-tdep.c: Include "osabi.h".
2632 * i386-sol2-tdep.c: Include "osabi.h".
2633 * i386bsd-tdep.c: Include "osabi.h".
2634 * i386gnu-tdep.c: Include "osabi.h".
2635 * i386ly-tdep.c: Include "osabi.h".
2636 * i386nbsd-tdep.c: Include "osabi.h".
2637 * i386obsd-tdep.c: Include "osabi.h".
2638
2639 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
2640 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2641 check osabi when iterating over arches. Update call to
2642 gdbarch_init_osabi.
2643 (mips_dump_tdep): Don't dump osabi.
2644
2645 * ns32k-tdep.h: Don't include "osabi.h".
2646 (struct gdbarch_tdep): Remove.
2647 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
2648 gdbarch_lookup_osabi. Don't iterate over arches. Don't
2649 allocate tdep. Update call to gdbarch_init_osabi.
2650 (ns32k_dump_tdep): Remove.
2651 (_initialize_ns32k_tdep): Update call to gdbarch_register.
2652 * ns32knbsd-tdep.c: Include "osabi.h".
2653
2654 * ppc-tdep.h: Don't include "osabi.h".
2655 (struct gdbarch_tdep): Remove osabi member.
2656 * rs6000-tdep.c: Include "osabi.h".
2657 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
2658 osabi when iterating over arches. Update call to
2659 gdbarch_init_osabi.
2660 (rs6000_dump_tdep): Don't dump osabi.
2661 * ppc-linux-tdep.c: Include "osabi.h".
2662 * ppcnbsd-tdep.c: Include "osabi.h".
2663
2664 * sh-tdep.h: Don't include "osabi.h".
2665 (struct gdbarch_tdep): Remove osabi member.
2666 * sh-tdep.c: Include "osabi.h".
2667 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2668 iterate over arches. Update call to gdbarch_init_osabi.
2669 (sh_dump_tdep): Don't dump osabi.
2670 * shnbsd-tdep.c: Include "osabi.h".
2671
2672 * sparc-tdep.c: Include "osabi.h".
2673 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2674 iterate over arches. Update call to gdbarch_init_osabi.
2675 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
2676 tdep structure.
2677
2678 * vax-tdep.h: Don't include "osabi.h".
2679 (struct gdbarch_tdep): Remove.
2680 * vax-tdep.c: Include "osabi.h".
2681 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2682 iterate over arches. Don't allocate tdep. Update call
2683 to gdbarch_init_osabi.
2684 (vax_dump_tdep): Remove.
2685 (_initialize_vax_tdep): Update call to gdbarch_register.
2686
26872003-01-04 Daniel Jacobowitz <drow@mvista.com>
2688
2689 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
2690 entirely.
2691 (breakpoint_re_set_one): Don't fetch the value for a disabled
2692 watchpoint.
2693
26942003-01-04 Daniel Jacobowitz <drow@mvista.com>
2695
2696 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
2697 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
2698 (COERCE_FLOAT_TO_DOUBLE): Remove.
2699 * gdbarch.c: Regenerate.
2700 * gdbarch.h: Regenerate.
2701 * Makefile.in: Remove value_h from gdbarch_h.
2702 * valops.c (coerce_float_to_double): New variable.
2703 (default_coerce_float_to_double): Remove.
2704 (standard_coerce_float_to_double): Remove.
2705 (value_arg_coerce): Use coerce_float_to_double.
2706 (_initialize_valops): Add "set coerce-float-to-double".
2707 * value.h (default_coerce_float_to_double): Remove prototype.
2708 (standard_coerce_float_to_double): Remove prototype.
2709
2710 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
2711 prototyped.
2712 * mdebugread.c (parse_symbol): Likewise.
2713 * stabsread.c (define_symbol): Mark all functions as prototyped.
2714
2715 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
2716 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
2717 set_gdbarch_coerce_float_to_double.
2718 * arm-tdep.c (arm_gdbarch_init): Likewise.
2719 * frv-tdep.c (frv_gdbarch_init): Likewise.
2720 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
2721 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
2722 * mips-tdep.c (mips_gdbarch_init): Likewise.
2723 (mips_coerce_float_to_double): Remove.
2724 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2725 (rs6000_coerce_float_to_double): Remove.
2726 * s390-tdep.c (s390_gdbarch_init): Likewise.
2727 * sh-tdep.c (sh_gdbarch_init): Likewise.
2728 (sh_coerce_float_to_double): Remove.
2729 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2730 (sparc_coerce_float_to_double): Remove.
2731 * v850-tdep.c (v850_gdbarch_init): Likewise.
2732 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2733 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2734 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
2735 (hppa_coerce_float_to_double): Remove prototype.
2736 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2737
27382003-01-04 Daniel Jacobowitz <drow@mvista.com>
2739
2740 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
2741
27422003-01-04 Daniel Jacobowitz <drow@mvista.com>
2743
2744 Suggested by Stewart Brown <sb24@avaya.com>:
2745 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
2746 in recursive calls. Handle TYPE_CODE_TYPEDEF.
2747 (c_type_print_varspec_suffix): Likewise.
2748
27492003-01-04 Mark Kettenis <kettenis@gnu.org>
2750
2751 * configure.in: Don't set and AC_SUBST SUBDIRS.
2752 * configure: Regenerated.
2753
2754 * configure.in: Remove code dealing with shared libraries.
2755 * Makefile.in: Remove HLDFLAGS and HLDENV.
2756 * configure: Regenerated.
2757
27582003-01-04 Andrew Cagney <ac131313@redhat.com>
2759
2760 * frame.c (deprecated_frame_xmalloc): New function.
2761 (deprecated_set_frame_saved_regs_hack): New function.
2762 (deprecated_set_frame_extra_info_hack): New function.
2763 * frame.h (deprecated_frame_xmalloc): Declare.
2764 (deprecated_set_frame_saved_regs_hack): Declare.
2765 (deprecated_set_frame_extra_info_hack): Declare.
2766
27672003-01-04 Mark Kettenis <kettenis@gnu.org>
2768
2769 * configure.in: Move code that provides the --enable-gdbtk option
2770 right after the code that handles the --enable-tui option, and
2771 polish it somewhat.
2772 * configure: Regenerated.
2773
2774 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
2775 AC_CHECK_FUNCS and remove the old check for pread64.
2776 * acinclude.m4 (AC_GNU_SOURCE): New macro.
2777 * acconfig.h (_GNU_SOURCE): Add.
2778 (HAVE_PREAD64): Remove.
2779 * configure, aclocal.m4, config.in: Regenerated.
2780
27812003-01-03 Andrew Cagney <ac131313@redhat.com>
2782
2783 * alpha-tdep.c: Use get_frame_saved_regs.
2784 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2785 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2786 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
2787 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
2788 * vax-tdep.c, xstormy16-tdep.c: Ditto.
2789
27902003-01-03 Mark Kettenis <kettenis@gnu.org>
2791
2792 * configure.in: Remove all use of the SUBDIRS variable; add
2793 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
2794 code providing the --enable-multi-ice option, and move it right in
2795 front of the code that checks whether gdbserver is supported.
2796 Polish that too.
2797 * configure: Regenerated.
2798 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
2799 @SUBDIRS@.
2800
28012003-01-03 Andrew Cagney <cagney@redhat.com>
2802
2803 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
2804 * avr-tdep.c, cris-tdep.c: Ditto.
2805 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2806 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2807
28082003-01-03 Mark Kettenis <kettenis@gnu.org>
2809
2810 * configure.in: Remove --enable-netrom option.
2811 * configure: Regenerated.
2812
28132003-01-03 Mark Kettenis <kettenis@gnu.org>
2814
2815 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
2816 declaration for `struct re_pattern_buffer' instead.
2817 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
2818
28192003-01-03 J. Brobecker <brobecker@gnat.com>
2820
2821 * mdebugread.c (parse_symbol): Count until the stEnd matching
2822 the structure name.
2823
28242003-01-02 Mark Kettenis <kettenis@gnu.org>
2825
2826 * configure.in: Remove --with-cpu option.
2827 subscripts. Remove evil changequotes here.
2828 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
2829 * config.in, configure: Regenerated.
2830
2831 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
2832 * configure.in: Cleanup section that sources GDB and BFD configure
2833 subscripts. Remove evil changequotes here.
2834 * config.in, configure: Regenerated.
2835
28362003-01-02 Andrew Cagney <ac131313@redhat.com>
2837
2838 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
2839 frame accessor methods.
2840 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2841 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2842 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
2843 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
2844 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2845 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2846 * z8k-tdep.c: Ditto.
2847
28482003-01-02 Mark Kettenis <kettenis@gnu.org>
2849
2850 * configure.in: Remove UI_OUT configuration code.
2851 * ada-lang.c: Update assuming UI_OUT is always true.
2852 * Makefile.in (UIOUT_CFLAGS): Remove.
2853 * configure: Regenerated.
2854 * TODO: Remove blurb about elimination of -DUI_OUT.
2855
2856 * configure.in: Move code that provides the --enable-gdbcli,
2857 --enable-gdbmi options right before the code that handles the
2858 --enable-tui option. Polish a bit.
2859 * configure: Regenerated.
2860
2861 * configure.in: Rewrite check for GNU regex and the
2862 --without-included regex option, and move it into the "Checks for
2863 library functions" section. This makes us use the system regex
2864 again by default on systems with version 2 of the GNU C library.
2865 This was apparently broken.
2866 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
2867 * acconfig.h (USE_INCLUDED_REGEX): Remove.
2868 * config.in, configure: Regenerated.
2869
2870 * configure.in: Move code that provides the --enable-tui option
2871 before the "Checks for libraries" section. Polish the code
2872 somewhat and set need_curses to yes if we build the TUI. Rewrite
2873 code that looks for a library providing termcap functionality to
2874 match more closely what's done in the Readline library, and move
2875 it into to the "Checks for libraries" section.
2876 * configure: Regenerated.
2877 * Makefile.in (TERMCAP): Remove variable.
2878 * config/i386/go32.mh (TERMCAP): Remove variable.
2879
28802003-01-02 Andrew Cagney <ac131313@redhat.com>
2881
2882 * MAINTAINERS: Mention gdb_mbuild.sh.
2883 * gdb_mbuild.sh: Rewrite.
2884
28852003-01-02 Mark Kettenis <kettenis@gnu.org>
2886
2887 * configure.in: Fix typo in last change.
2888 * config.in, configure: Regenerated.
2889
28902003-01-02 Andrew Cagney <ac131313@redhat.com>
2891
2892 * valarith.c (value_binop): Delete obsolete code and comments.
2893 * configure.host: Ditto.
2894 * buildsym.h (make_blockvector): Ditto.
2895 * buildsym.c (make_blockvector): Ditto.
2896 * defs.h (enum language): Ditto.
2897 (chill_demangle): Ditto.
2898 * elfread.c (elf_symtab_read): Ditto.
2899 * dwarfread.c (CHILL_PRODUCER): Ditto.
2900 (set_cu_language): Ditto.
2901 (handle_producer): Ditto.
2902 * expprint.c (print_subexp): Ditto.
2903 * gdbtypes.c (chill_varying_type): Ditto.
2904 * gdbtypes.h (builtin_type_chill_bool): Ditto.
2905 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
2906 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
2907 (chill_varying_type): Ditto.
2908 * language.h (_LANG_chill): Ditto.
2909 * language.c (binop_result_type, integral_type): Ditto.
2910 (character_type, string_type, structured_type): Ditto.
2911 (lang_bool_type, binop_type_check): Ditto.
2912 * stabsread.h (os9k_stabs): Ditto.
2913 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
2914 (define_symbol, read_type, read_struct_fields): Ditto.
2915 (read_array_type, read_enum_type, read_huge_number): Ditto.
2916 (read_range_type, start_stabs): Ditto.
2917 * symfile.c (init_filename_language_table): Ditto.
2918 (add_psymbol_with_dem_name_to_list): Ditto.
2919 * symtab.c (symbol_init_language_specific): Ditto.
2920 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
2921 * symtab.h (struct general_symbol_info): Ditto.
2922 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2923 * typeprint.c (typedef_print): Ditto.
2924 * utils.c (fprintf_symbol_filtered): Ditto.
2925 * valops.c (value_cast, search_struct_field, value_slice): Delete
2926 obsolete code.
2927 (varying_to_slice): Delete function.
2928 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
2929 (varying_to_slice): Delete declaration.
2930 * MAINTAINERS: Update.
2931
29322003-01-02 Mark Kettenis <kettenis@gnu.org>
2933
2934 * configure.in: Reorganize "Checks for library functions section"
2935 a bit. Remove check for `btowc' and `isascii' functions.
2936 * configure: Regenerated.
2937
2938 * acconfig.h (_MSE_INT_H): Remove.
2939 * configure.in: Create "Checks for header files" section, and move
2940 appropriate tests there. Don't check for objlist.h, wchar.h,
2941 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
2942 misdetection fix. Also add "Checks for types", "Checks for
2943 compiler characteristics" and "Checks for library functions"
2944 sections.
2945 * config.in, configure: Regenerated.
2946
2947 * configure.in: Create "Checks for programs" section, and move
2948 appropriate tests there.
2949
29502003-01-01 Mark Kettenis <kettenis@gnu.org>
2951
2952 * configure.in: Create "Checks for libraries" section, and move
2953 appropriate tests there. Cleanup check for wctype in libw. Use
2954 AC_SEARCH_LIBS to see whether we need libsocket.
2955 * configure: Regenerated.
2956
2957For older changes see ChangeLog-2002
2958\f
2959Local Variables:
2960mode: change-log
2961left-margin: 8
2962fill-column: 74
2963version-control: never
2964End:
This page took 0.03231 seconds and 4 git commands to generate.