2003-02-04 Michael Chastain <mec@shout.net>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-02-04 Michael Chastain <mec@shout.net>
2
3 * dwarfread.c: Add documentation on the state of dwarf-1,
4 looking towards obsoletion.
5
6 2003-02-03 Michael Chastain <mec@shout.net>
7
8 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
9 gdb/testsuite/gdb.c++/pr-1023.exp.
10
11 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12
13 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
14 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
15
16 * utils.c (init_page_info): Delete reference to MPW in comments.
17 * main.c (captured_main): Delete #ifdef MPW.
18
19 2003-02-04 Andrew Cagney <ac131313@redhat.com>
20
21 * NEWS: Note that the m32r-*-elf* is obsolete.
22 * monitor.c (monitor_expect): Obsolete reference to m32r.
23 * configure.tgt: Mark m32r-*-elf* as obsolete.
24 * MAINTAINERS: Mark m32k as obsolete.
25 * m32r-rom.c: Obsolete file.
26 * config/m32r/m32r.mt: Obsolete file.
27 * config/m32r/tm-m32r.h: Obsolete file.
28 * m32r-stub.c: Obsolete file.
29 * m32r-tdep.c: Obsolete file.
30
31 2003-02-04 Andrew Cagney <ac131313@redhat.com>
32
33 * NEWS: Mention that the z8k-zilog-none is obsolete.
34 * MAINTAINERS: Mark z8k as obsolete.
35 * configure.tgt: Obsolete the z8k-*-coff* target.
36 * config/z8k/z8k.mt: Obsolete file.
37 * config/z8k/tm-z8k.h: Obsolete file.
38 * z8k-tdep.c: Obsolete file.
39
40 2003-02-04 Andrew Cagney <ac131313@redhat.com>
41
42 * NEWS: Mention that the mn10200-elf is obsolete.
43 * configure.tgt: Obsolete mn10200-*-* target.
44 * breakpoint.c (update_breakpoints_after_exec): Update comment to
45 mention that the mn10200 is obsolete.
46 * breakpoint.h: Ditto.
47 * MAINTAINERS: Mark the mn10200-elf as obsolete.
48 * config/mn10200/mn10200.mt: Obsolete file.
49 * config/mn10200/tm-mn10200.h: Obsolete file.
50 * mn10200-tdep.c: Obsolete file.
51
52 2003-02-04 Andrew Cagney <ac131313@redhat.com>
53
54 * MAINTAINERS: Mark h8500 as obsolete.
55 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
56 * findvar.c (value_from_register): Ditto.
57 * h8500-tdep.c: Mark file as obsolete.
58 * config/h8500/h8500.mt: Ditto.
59 * config/h8500/tm-h8500.h: Ditto.
60 * NEWS: Mention that h8500 is obsolete.
61
62 2003-02-04 David Carlton <carlton@math.stanford.edu>
63
64 * objfiles.c (allocate_objfile): Always set name. Add comment at
65 start of function.
66 * jv-lang.c (get_dynamics_objfile): Add comment.
67
68 2003-02-04 David Carlton <carlton@math.stanford.edu>
69
70 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
71 * printcmd.c (build_address_symbolic): Replace uses of
72 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
73 SYMBOL_NAME, and asm_demangle.
74 Update copyright.
75
76 2003-02-04 David Carlton <carlton@math.stanford.edu>
77
78 * linespec.c (decode_compound): Extract code into
79 lookup_prefix_sym.
80 (lookup_prefix_sym): New function.
81
82 2003-02-04 David Carlton <carlton@math.stanford.edu>
83
84 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
85 FLOAT_COERCION_BADNESS.
86 * gdbtypes.c (rank_one_type): Replace all uses of
87 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
88
89 2003-02-04 Jim Blandy <jimb@redhat.com>
90
91 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
92 section, let dwarf_macinfo_section point to it, not
93 dwarf_loc_section.
94
95 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
96
97 Pointed out by Anton Blanchard <anton@samba.org>.
98 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
99 (ppc_linux_at_sigtramp_return_path): Use it.
100
101 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
102
103 * defs.h (streq): Add prototype.
104 * utils.c (streq): New function.
105
106 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
107 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
108 * mdebugread.c (new_symbol): Likewise.
109 * stabsread.c (define_symbol): Likewise.
110 * coffread.c (process_coff_symbol): Likewise.
111 * dwarfread.c (new_symbol): Likewise.
112
113 * minsyms.c (prim_record_minimal_symbol_and_info): Use
114 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
115 here.
116 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
117 SYMBOL_INIT_DEMANGLED_NAME.
118 * objfiles.c: Include "hashtab.h".
119 (allocate_objfile): Call htab_set_functions_ex for the
120 demangled_names_hash.
121 (free_objfile): Call htab_delete for the demangled_names_hash.
122 * objfiles.h (struct htab): Add declaration.
123 (struct objfile): Add demangled_names_hash.
124 * symfile.c: Include "hashtab.h".
125 (reread_symbols): Call htab_delete for the demangled_names_hash.
126 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
127 SYMBOL_NAME in the bcache.
128 * symtab.c: Include "hashtab.h". Update comments.
129 (create_demangled_names_hash, symbol_set_names): New functions.
130 (symbol_find_demangled_name): New function, broken out from
131 symbol_init_demangled_names.
132 (symbol_init_demangled_names): Use it.
133 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
134 (SYMBOL_SET_NAMES): New macro.
135 (symbol_set_names): Add prototype.
136
137 2003-02-03 Jim Blandy <jimb@redhat.com>
138
139 Use a single, consistent representation for an empty minimal
140 symbol table in an objfile.
141 * objfiles.c (terminate_minimal_symbol_table): New function.
142 (allocate_objfile): Call it.
143 * objfiles.h (terminate_minimal_symbol_table): New declaration.
144 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
145 non-NULL.
146 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
147 objfile has minimal symbols, compare minimal_symbol_count to zero,
148 instead of comparing msymbols with NULL.
149 * objfiles.c (have_minimal_symbols): Same.
150 * solib-sunos.c (solib_add_common_symbols): Call
151 terminate_minimal_symbol_table.
152 * symfile.c (reread_symbols): Same.
153
154 2003-02-03 Kevin Buettner <kevinb@redhat.com>
155
156 * s390-tdep.c (s390_address_class_type_flags)
157 (s390_address_class_type_flags_to_name)
158 (s390_address_class_name_to_type_flags): New functions.
159 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
160 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
161
162 2003-02-03 Michael Snyder <msnyder@redhat.com>
163
164 * arm-tdep.c: Fix spell-o in comment.
165
166 2003-02-03 Michal Ludvig <mludvig@suse.cz>
167
168 * dwarf2cfi.c (pointer_encoding): Added new parameter.
169 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
170 error messages to contain BFD filename.
171
172 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
173
174 Fix PR gdb/742 gdb/743 gdb/877
175 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
176 (do_mixed_source_and_assembly): Use
177 make_cleanup_ui_out_tuple_begin_end and
178 make_cleanup_ui_out_tuple_begin_end.
179 (do_mixed_source_and_assembly): Ditto.
180 * thread.c (do_captured_list_thread_ids): Ditto.
181 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
182 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
183 ui_out_tuple_end): Delete prototypes.
184 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
185 ui_out_list_end, ui_out_tuple_end): Delete.
186
187 From Kevin Buettner <kevinb@redhat.com>:
188 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
189 * ui-out.c (make_cleanup_ui_out_table_begin_end)
190 (do_cleanup_table_end): New functions.
191 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
192 Use cleanups to invoke_ui_out_tuple_end().
193 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
194 * cli/cli-setshow.c (cmd_show_list): Use
195 make_cleanup_ui_out_tuple_begin_end.
196
197 2003-02-02 Andrew Cagney <ac131313@redhat.com>
198
199 * frame.c (frame_unwind_register): New function.
200 (frame_unwind_unsigned_register): Use.
201 (frame_unwind_signed_register): Use.
202 (frame_read_register): New function.
203 * frame.h (frame_unwind_register): Declare.
204 (frame_read_register): Declare.
205
206 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
207 and frame_unwind_register instead of read_memory, write_register
208 and deprecated_write_register_bytes.
209
210 2003-02-02 Andrew Cagney <ac131313@redhat.com>
211
212 * frame.h: Note that namelen can be negative.
213 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
214 NAME's length.
215
216 * NEWS: Mention that the d10v's `regs' command is deprecated.
217 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
218 (d10v_print_registers_info): New function.
219 (show_regs): Call d10v_print_registers_info.
220 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
221
222 2003-02-02 Mark Kettenis <kettenis@gnu.org>
223
224 * stack.c (print_frame_info): Restore call to annotate_frame_begin
225 lost in the previous patch.
226
227 2003-02-01 Andrew Cagney <ac131313@redhat.com>
228
229 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
230 * stack.c (print_frame_info_base): Output complete FRAME tuple
231 for synthesized frames.
232
233 2003-02-02 Andrew Cagney <ac131313@redhat.com>
234
235 * mips-nat.c (zerobuf): Delete.
236 (fetch_inferior_registers): Alloc local zerobuf.
237 (fetch_core_registers): Alloc local zerobuf.
238 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
239 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
240 * thread-db.c (thread_db_store_registers): Ditto.
241 * sh-tdep.c (sh_do_register): Ditto.
242 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
243 * remote-sim.c (gdbsim_store_register): Ditto.
244 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
245 * remote-e7000.c (fetch_regs_from_dump): Ditto.
246 * monitor.c (monitor_supply_register): Ditto.
247 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
248 * mips-nat.c (fetch_inferior_registers): Ditto.
249 * m68klinux-nat.c (fetch_register): Ditto.
250 * lynx-nat.c (fetch_inferior_registers): Ditto.
251 (fetch_inferior_registers): Ditto.
252 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
253 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
254 (hpux_thread_store_registers): Ditto.
255 * hppah-nat.c (fetch_register): Ditto.
256 * hppab-nat.c (fetch_register): Ditto.
257 * hppa-tdep.c (pa_register_look_aside): Ditto.
258 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
259 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
260
261 2003-02-01 Andrew Cagney <ac131313@redhat.com>
262
263 * gdbarch.sh: Explictly specify all method levels. When a
264 variable with an empty level, provide a non-multi-arch default.
265 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
266 * gdbarch.h: Re-generate.
267 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
268 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
269
270 2003-02-01 Andrew Cagney <ac131313@redhat.com>
271
272 * defs.h (host_pointer_to_address): Delete declaration.
273 (address_to_host_pointer): Delete declaration.
274 * utils.c (host_pointer_to_address): Delete function.
275 (address_to_host_pointer): Delete function.
276 * procfs.c (procfs_address_to_host_pointer): New function.
277 * procfs.c (proc_set_watchpoint): Use.
278 (procfs_can_use_hw_breakpoint): Update comments.
279 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
280 (som_solib_add): Use.
281 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
282 * hppa-tdep.c (unwind_command): Use.
283
284 2003-02-01 Andrew Cagney <ac131313@redhat.com>
285
286 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
287 strlen d_name.
288
289 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
290 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
291 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
292 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
293 (define_symbol): Update.
294 * symfile.c (generic_load): Remove references to nindy.
295 * symtab.c: Remove references to nindy.
296
297 2003-02-01 Andrew Cagney <ac131313@redhat.com>
298
299 * infcmd.c (print_float_info): Delete code conditional on
300 FLOAT_INFO.
301 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
302 * config/m68k/nm-apollo68b.h: Ditto.
303 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
304 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
305 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
306
307 2003-02-01 Mark Kettenis <kettenis@gnu.org>
308
309 * config/i386/tm-i386os9k.h: Removed.
310
311 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
312 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
313 they're identical to i[3456]86-*-sysv* now.
314 * config/i386/i386v32.mh: Removed.
315 * config/i386/xm-i386v32.h: Removed.
316 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
317
318 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
319
320 * config/i386/i386dgux.mh: Removed.
321 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
322
323 * configure.in: Fix typo.
324 * configure: Regenerated.
325
326 2003-01-31 David Carlton <carlton@math.stanford.edu>
327
328 * dwarf2read.c (dwarf2_locate_sections): Set
329 dwarf_ranges_section.
330
331 2003-01-31 Andrew Cagney <ac131313@redhat.com>
332
333 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
334 * utils.c: Update comments documenting legitimate uses of PTR.
335
336 * utils.c: Re-indent.
337
338 * config/djgpp/fnchange.lst: Delete nindy files.
339 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
340 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
341 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
342 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
343 * nindy-share/README, nindy-share/Onindy.c: Delete files.
344 * nindy-tdep.c, nindy-share/Makefile: Delete files.
345 * Makefile.in (init.c): Remove nindy references.
346 (saber_gdb): Delete rule.
347 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
348 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
349 and a68v-nat.c.
350 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
351 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
352 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
353 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
354 nindy-share/stop.h.
355 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
356 * saber.suppress: Delete file.
357
358 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
359
360 * dbxread.c (stabs_data): New static variable.
361 (fill_symbuf): Support an in-memory buffer for stabs data.
362 (stabs_seek): New function.
363 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
364 (read_ofile_symtab): Use stabs_seek.
365 (elfstab_build_psymtabs): Take an asection* instead of
366 an offset and size. Relocate the stabs data if necessary.
367 Save the section* for dbx_psymtab_to_symtab.
368 * dwarf2read.c: Add section variables for each debug section.
369 (dwarf2_locate_sections): Fill them in.
370 (dwarf2_read_section): Take an asection* argument.
371 Relocate the section contents if necessary.
372 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
373 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
374 it to dwarf2_read_section.
375 (dwarf2_build_frame_info): Update callers.
376 * elfread.c (elf_symfile_read): Update call to
377 elfstab_build_psymtabs.
378 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
379 (DBX_STAB_SECTION): New macro.
380 * stabsread.h (elfstab_build_psymtabs): Update prototype.
381 * symfile.c (symfile_dummy_outputs): New function.
382 (symfile_relocate_debug_section): New function.
383 * symfile.h (symfile_relocate_debug_section): Add prototype.
384
385 2003-01-31 Richard Henderson <rth@redhat.com>
386
387 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
388 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
389 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
390 * alpha-tdep.c (alpha_register_name): Add "unique".
391 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
392 (ALPHA_UNIQUE_REGNUM): New.
393 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
394
395 2003-01-31 Andrew Cagney <ac131313@redhat.com>
396
397 * README: Remove reference to Ericsson 1800 monitor.
398 * Makefile.in (remote-es.o): Delete rule.
399 (ALLDEPFILES): Delete remote-es.c.
400 * remote-es.c: Delete file.
401 * config/m68k/es1800.mt: Delete file.
402 * config/djgpp/fnchange.lst: Update.
403 * configure.tgt: Delete m68*-ericsson-* target.
404
405 2003-01-31 Adam Fedor <fedor@gnu.org>
406
407 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
408 Remove duplicate/shadowing variable of same name.
409
410 2003-01-30 Jim Blandy <jimb@redhat.com>
411
412 * symfile.c (find_separate_debug_file): Assert that the objfile's
413 directory name we compute ends with a slash, and then assume that
414 that's so everywhere we use it.
415
416 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
417
418 * valops.c (value_assign): Flush frame cache after stores to memory
419 also.
420
421 2003-01-30 Andrew Cagney <ac131313@redhat.com>
422
423 * Makefile.in (mon960-rom.o): Delete rule.
424 * mon960-rom.c: Delete file.
425
426 2003-01-30 Andrew Cagney <ac131313@redhat.com>
427
428 * d10v-tdep.c: Include "frame-unwind.h".
429 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
430 list.
431 (next_addr, uses_frame): Delete.
432 (struct d10v_unwind_cache): Define.
433 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
434 Use info instead of next_addr and uses_frame globals.
435 (d10v_frame_init_saved_regs): Delete function.
436 (d10v_init_extra_frame_info): Delete function.
437 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
438 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
439 init_frame_pc or frame_saved_pc.
440 (d10v_pop_frame): Delete function.
441 (do_d10v_pop_frame): Delete function.
442 (d10v_frame_chain): Delete function.
443 (d10v_frame_chain_valid): Delete function.
444 (d10v_frame_pc_unwind): New function.
445 (d10v_frame_id_unwind): New function.
446 (saved_regs_unwinder): New function.
447 (d10v_frame_register_unwind): New function.
448 (d10v_frame_pop): New function.
449 (d10v_frame_unwind): New variable.
450 (d10v_frame_p): New function.
451 (d10v_frame_saved_pc): Delete function.
452 * Makefile.in (d10v-tdep.o): Update dependencies.
453
454 2003-01-30 J. Brobecker <brobecker@gnat.com>
455
456 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
457 causing some regressions due to a change in the default value
458 for this macro.
459
460 2003-01-29 Richard Henderson <rth@redhat.com>
461 Elena Zannoni <ezannoni@redhat.com>
462 Daniel Jacobowitz <drow@mvista.com>
463
464 Fix PR gdb/961.
465 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
466 variables.
467 (RANGES_SECTION): New.
468 (dwarf_ranges_buffer): New variable.
469 (struct comp_unit_head): Add member "die".
470 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
471 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
472 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
473 (dwarf2_locate_sections): Likewise.
474 (dwarf2_build_psymtabs): Read .debug_ranges.
475 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
476 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
477 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
478 Look for DW_AT_ranges and return the bounding box.
479
480 2003-01-29 Brian Ford <ford@vss.fsi.com>
481
482 * win32-nat.c (cygwin_pid): Removed as unused.
483 (child_attach): Try fall back to Cygwin pid.
484
485 2003-01-29 Jim Blandy <jimb@redhat.com>
486
487 * objfiles.h (struct objfile): Doc fix.
488
489 2003-01-29 Andrew Cagney <ac131313@redhat.com>
490
491 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
492 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
493 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
494 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
495 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
496 (FRAME_SAVED_PC): Change to a function with predicate.
497 * gdbarch.h, gdbarch.c: Re-generate.
498
499 2003-01-28 Andrew Cagney <ac131313@redhat.com>
500
501 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
502
503 * complaints.c (complain): Delete function.
504 * complaints.h (struct deprecated_complaint): Delete definition.
505 (complain): Delete declaration.
506
507 2003-01-28 Kevin Buettner <kevinb@redhat.com>
508
509 * mips-tdep.c (mips_init_extra_frame_info): Return early for
510 dummy frames.
511
512 2003-01-27 Andrew Cagney <ac131313@redhat.com>
513
514 * sentinel-frame.h, sentinel-frame.c: New files.
515 * Makefile.in (frame.o): Update dependencies.
516 (SFILES): Add sentinel-frame.c.
517 (sentinel_frame_h): Define.
518 (COMMON_OBS): Add sentinel-frame.o.
519 (sentinel-frame.o): Specify dependencies.
520 * frame.c: Include "sentinel-frame.h".
521 (frame_register_unwind): Rewrite assuming that there is always a a
522 ->next frame.
523 (frame_register, generic_unwind_get_saved_register): Ditto.
524 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
525 (create_sentinel_frame, unwind_to_current_frame): New functions.
526 (get_current_frame): Rewrite using create_sentinel_frame and
527 unwind_to_current_frame. When possible, always create a frame.
528 (create_new_frame): Set next to the sentinel frame.
529 (get_next_frame): Rewrite. Don't go below the level 0 frame.
530 (deprecated_update_frame_pc_hack): Update the next frame's PC and
531 ID cache when necessary.
532 (frame_saved_regs_id_unwind): Use frame_relative_level.
533 (deprecated_generic_get_saved_register): Use frame_relative_level,
534 get_frame_saved_regs, get_frame_pc, get_frame_base and
535 get_next_frame.
536 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
537 frame_register.
538
539 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
540
541 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
542
543 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
544
545 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
546 (maintenance_set_profile_cmd): Use error () instead of warning ().
547
548 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
549
550 * configure.in: Check that -pg works if using --enable-profiling.
551 Check for monstartup and _mcleanup regardless of --enable-profiling.
552 * maint.c: Check for monstartup and _mcleanup before using them.
553 * config.in: Regenerated.
554 * configure: Regenerated.
555
556 2003-01-24 Nick Clifton <nickc@redhat.com>
557
558 * Add sh2e support:
559
560 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
561
562 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
563 (sh2e_show_regs): New.
564 (sh_gdbarch_init): Handle bfd_mach_sh2e.
565 * config/sh/tm-sh.h: Added sh2e to comments.
566
567 2003-01-23 Jim Blandy <jimb@redhat.com>
568
569 * symfile.c (syms_from_objfile): Don't print the "(no debugging
570 symbols found)" message here; we haven't checked for a separate
571 debug info file yet, so we don't know yet.
572 (symbol_file_add_with_addrs_or_offsets): Print it here, after
573 we've looked everywhere. Also, there's no need to print a special
574 message when we're loading the separate debug info file: the one
575 symbol_file_add prints is fine.
576
577 2003-01-23 Alexander Larsson <alexl@redhat.com>
578 Jim Blandy <jimb@redhat.com>
579
580 Add support for executables whose debug info has been separated
581 out into a separate file, leaving only a link behind.
582 * objfiles.h (struct objfile): New fields: separate_debug_objfile
583 and separate_debug_objfile_backlink.
584 (put_objfile_before): New declaration.
585 * symfile.c: #include "filenames.h".
586 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
587 debug info in a separate file, read that, too. Save the addrs
588 argument, so we can use it again to read the separated debug info;
589 syms_from_objfile modifies the table we pass it.
590 (reread_symbols): After re-reading an objfile, call
591 reread_separate_symbols to refresh its separate debug info
592 objfile, if it has one.
593 (reread_separate_symbols, find_separate_debug_file,
594 get_debug_link_info, separate_debug_file_exists): New functions.
595 (debug_file_directory): New global var.
596 (_initialize_symfile): Initialize debug_file_directory, and
597 provide the new `set debug-file-directory' command to let the user
598 change it.
599 * objfiles.c (free_objfile): If this objfile has its debug info in
600 a separate objfile, free that one too. If this is itself a
601 separate debug info objfile, clear our parent's backlink.
602 (put_objfile_before): New function.
603 * utils.c (gnu_debuglink_crc32): New function.
604 * defs.h (gnu_debuglink_crc32): New declaration.
605 * Makefile.in (symfile.o): Note dependency on "filenames.h".
606 * configure.in: Handle --with-separate-debug-dir config option.
607 * acinclude.m4 (AC_DEFINE_DIR): New macro.
608 * acconfig.h (DEBUGDIR): New macro.
609 * configure, aclocal.m4, config.in: Regenerated.
610
611 2003-01-22 Jim Blandy <jimb@redhat.com>
612
613 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
614 like the old symbol_file_add, but taking new arguments: you can
615 now pass in either a `struct section_addr_info' list to say where
616 each section is loaded, or a `struct section_offsets' table. Pass
617 these new arguments through to syms_from_objfile as appropriate.
618 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
619 with the appropriate quiescent values for the new arguments.
620
621 * symfile.c: #include "gdb_assert.h".
622 (syms_from_objfile): Add the ability to pass in a section offset
623 table directly, as an alternative to the section_addr_info table.
624 Document arguments better.
625 (symbol_file_add): Pass extra arguments to syms_from_objfile.
626 * symfile.h (syms_from_objfile): Update declaration.
627 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
628 syms_from_objfile.
629 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
630
631 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
632
633 Original patch by Tom Tromey <tromey@cygnus.com> and
634 Jason Molenda <jmolenda@apple.com>.
635 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
636 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
637 * NEWS: Mention profiling.
638 * configure.in (--enable-gdbtk): Fix typo.
639 (--enable-profiling): New. Set PROFILE_CFLAGS.
640 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
641 Fill in function.
642 (profiling_state): New variable.
643 (mcleanup_wrapper): New function.
644 (_initialize_maint): Remove NOTYET, fix call to
645 add_setshow_boolean_cmd for "maint set profile".
646 * configure: Regenerated.
647
648 2003-01-21 Martin M. Hunt <hunt@redhat.com>
649
650 * Makefile.in (install-gdbtk): Install PNG images too.
651
652 2003-01-21 Andrew Cagney <ac131313@redhat.com>
653
654 * exec.c (text_start): Delete global variable.
655 (exec_file_attach): Make text_start local to the function.
656 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
657 * valops.c (hand_function_call): Delete code that handles
658 BEFORE_TEXT_END and AFTER_TEXT_END.
659 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
660 of CALL_DUMMY_LOCATION.
661 * gdbarch.c: Regenerate.
662 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
663 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
664 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
665 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
666 (text_end): Delete extern declaration.
667
668 2003-01-21 Andrew Cagney <ac131313@redhat.com>
669
670 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
671 * blockframe.c (backtrace_below_main): Move to "frame.c".
672 (frame_chain_valid): Delete check for backtrace_below_main.
673 (_initialize_blockframe): Delete initialization, move ``set
674 backtrace-below-main'' command to "frame.c".
675 (do_flush_frames_sfunc): Delete function.
676 * frame.c: Include "command.h" and "gdbcmd.h".
677 (frame_type_from_pc): New function.
678 (create_new_frame): Use frame_type_from_pc.
679 (legacy_get_prev_frame): New function.
680 (get_prev_frame): Rewrite. When an old style frame, call
681 legacy_get_prev_frame. Otherwize, unwind the PC first.
682 (_initialize_frame): Add ``set backtrace-below-main'' command.
683 * Makefile.in (frame.o): Update dependencies.
684
685 2003-01-19 Andrew Cagney <ac131313@redhat.com>
686
687 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
688 DEPRECATED_REGISTERS_INFO.
689
690 2003-01-19 Andrew Cagney <ac131313@redhat.com>
691
692 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
693 Maintainers'. Update `Various Maintainers'.
694
695 2003-01-19 Andrew Cagney <ac131313@redhat.com>
696
697 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
698 * gdbarch.sh (POP_FRAME): Change to function with predicate.
699 Suppress actual parameters when `-'.
700 * gdbarch.h, gdbarch.c: Regenerate.
701
702 2003-01-19 Andrew Cagney <ac131313@redhat.com>
703
704 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
705 code handling dummy frames.
706
707 2003-01-19 Andrew Cagney <ac131313@redhat.com>
708
709 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
710 (struct frame_unwind): Add field pop.
711 * frame.h (frame_pop): Declare.
712 * frame.c (frame_saved_regs_pop): New function.
713 (trad_frame_unwinder): Add frame_saved_regs_pop.
714 (frame_pop): New function.
715 * dummy-frame.c (dummy_frame_pop): New function.
716 (discard_innermost_dummy): New function.
717 (generic_pop_dummy_frame): Use discard_innermost_dummy.
718 (dummy_frame_unwind): Add dummy_frame_pop.
719 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
720 * valops.c (hand_function_call): Ditto.
721 * stack.c (return_command): Ditto.
722
723 2003-01-18 Andrew Cagney <ac131313@redhat.com>
724
725 * cris-tdep.c: Fix function declaration indentation.
726 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
727 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
728 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
729 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
730 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
731 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
732
733 2003-01-18 Michael Chastain <mec@shout.net>
734
735 * README (Unpacking and Installation -- quick overview):
736 Warn against ".../gdb-5.3/gdb/configure".
737
738 2003-01-18 Andrew Cagney <ac131313@redhat.com>
739
740 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
741 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
742 (struct frame_unwind): Declare opaque.
743 (dummy_frame_p): Declare function.
744 * dummy-frame.c (dummy_frame_id_unwind): Make static.
745 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
746 * dummy-frame.c: Include "frame-unwind.h".
747 (dummy_frame_p): New function.
748 (dummy_frame_unwind): New variable.
749 * frame.c: Include "frame-unwind.h".
750 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
751 to use the new unwind field.
752 (set_unwind_by_pc): Delete function.
753 (create_new_frame, get_prev_frame): Set unwind field using
754 frame_unwind_find_by_pc.
755 (trad_frame_unwind, trad_frame_unwinder): New variables.
756 * frame.h (trad_frame_unwind): Declare variable.
757 (frame_id_unwind_ftype): Delete declaration.
758 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
759 (struct frame_unwind): Declare opaque.
760 (struct frame_info): Replace the fields id_unwind, pc_unwind and
761 register_unwind with a single unwind pointer.
762 * frame-unwind.h, frame-unwind.c: New files.
763 * Makefile.in (SFILES): Add frame-unwind.c.
764 (frame_unwind_h): Define.
765 (COMMON_OBS): Add frame-unwind.o.
766 (frame-unwind.o): Specify dependencies.
767 (frame.o, dummy-frame.o): Update dependencies.
768
769 2003-01-18 Andrew Cagney <ac131313@redhat.com>
770
771 * ada-valprint.c: Eliminate PTR.
772 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
773 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
774 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
775 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
776 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
777 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
778 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
779
780 2003-01-17 Andrew Cagney <ac131313@redhat.com>
781
782 * main.c (captured_main): Don't use PTR.
783 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
784 * gdbtypes.c (lookup_primitive_typename): Ditto.
785 (lookup_struct_elt_type): Ditto.
786 * f-valprint.c (info_common_command): Ditto.
787 (list_all_visible_commons): Ditto.
788 * jv-typeprint.c (java_type_print_base): Ditto.
789
790 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
791 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
792 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
793 i386-interix-nat.c and i386-interix-tdep.c. Rename
794 m68klinux-nat.c and m68klinux-tdep.c. Rename
795 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
796 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
797 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
798 * main.c (captured_main): Use xfree, not free.
799
800 2003-01-16 Andrew Cagney <ac131313@redhat.com>
801
802 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
803 ID back using a parameter.
804 * frame.c (frame_id_unwind): Update call.
805 (frame_saved_regs_id_unwind): Update.
806 * dummy-frame.c (dummy_frame_id_unwind): Update function.
807 * dummy-frame.h (struct frame_id): Add opaque declaration.
808 (dummy_frame_id_unwind): Update declaration.
809
810 2003-01-15 Andrew Cagney <ac131313@redhat.com>
811
812 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
813
814 2003-01-15 Stephen P. Smith <ischis2@cox.net>
815
816 * MAINTAINERS (Stephen P. Smith): Updated email address.
817
818 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
819
820 Fix PR gdb/898
821 * breakpoint.c (until_break_command): Add new argument. Use it to
822 decide whether to stop only at the current frame or not.
823 * breakpoint.h (until_break_command): Update prototype.
824 * infcmd.c (until_command): Add new argument to until_break_command
825 call.
826 (advance_command): New function.
827 (_initialize_infcmd): Update help string for 'until' command.
828 Add new 'advance' command.
829
830 2003-01-14 David Carlton <carlton@math.stanford.edu>
831
832 * linespec.c (decode_line_1): Normalize comments.
833 (set_flags): Ditto.
834 (locate_first_half): Ditto.
835 (decode_compound): Ditto.
836 (symtab_from_filename): Ditto.
837 (decode_all_digits): Ditto.
838 (decode_dollar): Ditto.
839 (find_methods): Ditto.
840 (find_toplevel_char): Ditto.
841
842 2003-01-13 Andrew Cagney <ac131313@redhat.com>
843
844 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
845 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
846 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
847 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
848 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
849 * language.c, language.h, m32r-tdep.c: Update copyright.
850 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
851 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
852 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
853 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
854 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
855 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
856
857 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
858
859 * stabsread.h (process_later, resolve_cfront_continuation):
860 Obsolete.
861 Update copyright years.
862 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
863 Update copyright year.
864 * dbxread.c(struct cont_elem): Obsolete.
865 (process_later, process_now): Obsolete functions.
866 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
867 Update copyright year.
868 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
869 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
870 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
871 (parse_partial_symbols): Obsolete cfront support.
872 * stabsread.c
873 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
874 macros.
875 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
876 read_cfront_baseclasses, read_cfront_member_functions,
877 resolve_cfront_continuation,read_cfront_static_fields,
878 copy_cfront_struct_fields): Obsolete functions.
879 (define_symbol, read_one_struct_field): Obsolete cfront support.
880 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
881 Update Copyright year.
882
883 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
884
885 * stack.c (print_frame_info, print_stack_frame_base_stub,
886 print_stack_frame_base, show_and_print_stack_frame_stub,
887 show_and_print_stack_frame, print_only_stack_frame_stub,
888 print_only_stack_frame): Delete functions.
889 (print_stack_frame_stub): Call print_frame_info instead of
890 print_frame_info_base.
891 (print_frame_info_base): Rename to print_frame_info.
892 (backtrace_command_1): Call print_frame_info, instead of
893 print_frame_info_base.
894 (current_frame_command): Call print_stack_frame, instead of
895 print_only_stack_frame.
896 (frame_command): Call print_stack_frame, instead of
897 show_and_print_stack_frame.
898 (up_command): Ditto.
899 (down_command): Ditto.
900 * frame.h (print_only_stack_frame): Delete prototype.
901 * infrun.c (normal_stop): Call print_stack_frame, instead of
902 show_and_print_stack_frame.
903 * thread.c (info_threads_command): Call print_stack_frame, instead
904 of print_only_stack_frame.
905
906 2003-01-13 Andrew Cagney <ac131313@redhat.com>
907
908 * README (Graphical interface to GDB): Update URL. Point at
909 gdb/links/.
910
911 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
912 version match.
913
914 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
915
916 * symtab.c (find_pc_sect_line): Don't consider end-of-function
917 lines.
918
919 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
920
921 * thread-db.c (attach_thread): Prototype.
922 (struct private_thread_info): Remove lwpid. Add thread handle (th),
923 thread information (ti), and valid flags (th_valid, ti_valid).
924 (attach_thread): Move target_pid_to_str call to after the thread
925 is added to GDB's list. Initialize the cache.
926 (thread_get_info_callback, thread_db_map_id2thr)
927 (thread_db_get_info): New functions.
928 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
929 (thread_db_store_registers, thread_db_thread_alive)
930 (thread_db_get_thread_local_address): Use them.
931 (thread_db_pid_to_str): Likewise. Return "Missing" instead
932 of calling error() for threads in unknown state.
933
934 (clear_lwpid_callback): New function.
935 (thread_db_resume): Use it to clear the cache.
936
937 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
938
939 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
940 (resume_callback): Remove dead code.
941
942 2003-01-13 Andrew Cagney <ac131313@redhat.com>
943
944 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
945 predicate.
946 * gdbarch.h, gdbarch.c: Regenerate.
947 * stack.c (frame_info): Only initialize the saved registers when
948 FRAME_INIT_SAVED_REGS_P.
949 * frame.c (frame_saved_regs_register_unwind): Assert
950 FRAME_INIT_SAVED_REGS_P.
951 (deprecated_generic_get_saved_register): Ditto.
952
953 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
954
955 * source.c (openp): Squelch warning about "filename".
956
957 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
958
959 * source.c (openp): If the file does not exist don't necessarily
960 search the path.
961
962 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
963
964 Fix PR gdb/872.
965 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
966 (integer_types_same_name_p): New function.
967 (rank_one_type): Use it.
968 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
969
970 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
971
972 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
973 variables.
974 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
975 * configure.in: Add --with-sysroot.
976 * configure: Regenerated.
977 * main.c (gdb_sysroot): New variable.
978 (captured_main): Initialize gdb_sysroot.
979 * defs.h (gdb_sysroot): New extern declaration.
980 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
981
982 2003-01-12 Michael Chastain <mec@shout.net>
983
984 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
985
986 2003-01-12 Michael Chastain <mec@shout.net>
987
988 * top.c (print_gdb_version): Bump copyright year to 2003.
989
990 2003-01-12 David Carlton <carlton@bactrian.org>
991
992 * linespec.c (symtab_from_filename): Rename variable 's' to
993 'file_symtab'.
994
995 2003-01-12 Andrew Cagney <ac131313@redhat.com>
996
997 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
998 dummy frame.
999 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
1000
1001 2003-01-12 Andrew Cagney <ac131313@redhat.com>
1002
1003 * d10v-tdep.c: Include "gdb_assert.h".
1004 (d10v_store_return_value): Rewrite to match current interface.
1005 (d10v_extract_struct_value_address): Ditto.
1006 (d10v_extract_return_value): Ditto.
1007 (d10v_gdbarch_init): Set store_restore_value,
1008 extract_struct_value_address and extract_return_value.
1009
1010 2003-01-12 J. Brobecker <brobecker@gnat.com>
1011
1012 * hpread.c (set_namestring): New procedure replacing the
1013 SET_NAMESTRING macro.
1014 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
1015 by calls to set_namestring.
1016
1017 2003-01-11 J. Brobecker <brobecker@gnat.com>
1018
1019 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
1020 a compilation warning.
1021 (hpread_process_one_debug_symbol): Likewise.
1022
1023 2003-01-10 David Carlton <carlton@math.stanford.edu>
1024
1025 * linespec.c (decode_line_1): Rename variable 's' to
1026 'file_symtab'.
1027 (decode_all_digits): Rename argument 's' to 'file_symtab'.
1028 (decode_dollar): Ditto.
1029 (decode_variable): Ditto.
1030 (symbol_found): Ditto.
1031
1032 2003-01-09 Michael Chastain <mec@shout.net>
1033
1034 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
1035
1036 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
1037
1038 * win32-nat.c (set_process_privilege): New function.
1039 (child_attach): Call set_process_privilege() to enable the
1040 SE_DEBUG_NAME user privilege if available in process token.
1041
1042 2003-01-10 J. Brobecker <brobecker@gnat.com>
1043
1044 * hpread.c (hpread_process_one_debug_symbol): Fix a small
1045 compilation error in the previous revision.
1046
1047 2003-01-09 David Carlton <carlton@math.stanford.edu>
1048
1049 * linespec.c: Update copyright.
1050
1051 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1052
1053 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
1054 than inferior_ptid.
1055 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
1056
1057 2003-01-09 Andrew Cagney <ac131313@redhat.com>
1058
1059 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
1060 Update comments.
1061 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
1062 (frame_saved_regs_zalloc): Update.
1063 (frame_saved_regs_register_unwind): Update.
1064 (create_new_frame): Update.
1065 (get_prev_frame): Update.
1066 (frame_extra_info_zalloc): Update.
1067 (deprecated_get_frame_saved_regs): Update.
1068 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
1069 * cris-tdep.c: Update comment.
1070
1071 * somsolib.h: Fix function indentation.
1072 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
1073 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
1074 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
1075 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
1076 * somsolib.c, inftarg.c: Remove assignment in if conditional.
1077
1078 * infrun.c (follow_fork): Use ISO C definition.
1079 * expprint.c (print_subexp): Use xfree instead of free.
1080 * charset.c: Include "gdb_string.h" instead of <string.h>.
1081 (register_iconv_charsets): Use ISO C definition.
1082 (host_charset, target_charset): Ditto.
1083 * Makefile.in (charset.o): Update dependencies.
1084 (mi-cmd-env.o): Update dependencies.
1085
1086 2003-01-08 Andrew Cagney <cagney@redhat.com>
1087
1088 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
1089 get_frame_base.
1090
1091 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1092
1093 * gdb_mbuild.sh: Add --keep option. When specified, keep the
1094 build directories. Save edited gdb output in Mbuild.log. If a
1095 build fails, remove any final GDB executable.
1096
1097 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1098
1099 * gdb_mbuild.sh: Edit the output of `maint print architecture'
1100 replacing hex constants with function names and stripping leading
1101 file name directory prefixes.
1102
1103 2003-01-08 Andrew Cagney <cagney@redhat.com>
1104
1105 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
1106 get_frame_base.
1107
1108 2003-01-08 David Carlton <carlton@math.stanford.edu>
1109
1110 * linespec.c (decode_line_1): Move code into decode_variable.
1111 (decode_variable): New function.
1112
1113 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1114
1115 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
1116
1117 2003-01-08 Andrew Cagney <cagney@redhat.com>
1118
1119 * cris-tdep.c (cris_frame_init_saved_regs): Use
1120 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
1121 saved_regs buffer.
1122 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1123 (sh64_nofp_frame_init_saved_regs): Ditto.
1124 (sh_fp_frame_init_saved_regs): Ditto.
1125 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
1126 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1127 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1128 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1129
1130 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
1131
1132 * minsyms.c (lookup_minimal_symbol): Update comment.
1133 (lookup_minimal_symbol_text): Update comment. Use the hash table.
1134 (lookup_minimal_symbol_solib_trampoline): Likewise.
1135
1136 2003-01-08 Andrew Cagney <cagney@redhat.com>
1137
1138 * d10v-tdep.c (d10v_init_extra_frame_info): Use
1139 frame_relative_level.
1140
1141 * alpha-tdep.c: Use get_frame_extra_info.
1142 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1143 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
1144 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1145 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
1146
1147 * alpha-tdep.c: Use get_next_frame.
1148 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1149 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1150 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
1151 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
1152 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
1153 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
1154 * xstormy16-tdep.c: Ditto.
1155
1156 2003-01-07 Andrew Cagney <cagney@redhat.com>
1157
1158 * alpha-tdep.c: Use get_frame_base.
1159 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1160 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1161 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1162 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1163 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
1164 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1165 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
1166 * config/sparc/tm-sparc.h: Ditto.
1167
1168 2003-01-07 Andrew Cagney <cagney@redhat.com>
1169
1170 * frame.c (deprecated_get_frame_context): New function.
1171 (deprecated_set_frame_context): New function.
1172 * frame.h (deprecated_get_frame_context): Declare.
1173 (deprecated_set_frame_context): Declare.
1174 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
1175 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
1176
1177 2003-01-07 Andrew Cagney <cagney@redhat.com>
1178
1179 * frame.c (deprecated_set_frame_next_hack): New function.
1180 (deprecated_set_frame_prev_hack): New function.
1181 * frame.h (deprecated_set_frame_next_hack): Declare.
1182 (deprecated_set_frame_prev_hack): Declare.
1183 * mcore-tdep.c (analyze_dummy_frame): Use
1184 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
1185 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1186
1187 2003-01-07 David Carlton <carlton@math.stanford.edu>
1188
1189 * linespec.c (decode_line_1): Move code into decode_dollar.
1190 (decode_dollar): New function.
1191
1192 2003-01-07 Andrew Cagney <cagney@redhat.com>
1193
1194 * arm-tdep.c (arm_init_extra_frame_info): Use
1195 deprecated_update_frame_base_hack.
1196 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
1197 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1198 (fix_frame_pointer): Ditto.
1199 (mn10300_analyze_prologue): Ditto.
1200
1201 2003-01-07 Andrew Cagney <cagney@redhat.com>
1202
1203 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
1204 extra_info using frame_extra_info_zalloc.
1205 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1206 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
1207 (sh64_init_extra_frame_info): Ditto.
1208 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
1209 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
1210 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1211 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
1212 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
1213 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
1214 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
1215 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
1216 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
1217 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
1218 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1219 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
1220
1221 * mn10300-tdep.c (analyze_dummy_frame): Use
1222 deprecated_set_frame_extra_info_hack.
1223 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1224
1225 2003-01-07 J. Brobecker <brobecker@gnat.com>
1226
1227 * mdebugread.c (parse_symbol): Skip stProc entries which storage
1228 class is not scText. These do not define "real" procedures.
1229 (parse_partial_symbols): Likewise.
1230
1231 2003-01-06 Michael Snyder <msnyder@redhat.com>
1232
1233 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
1234
1235 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1236
1237 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
1238 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
1239 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
1240 deprecated_frame_xmalloc_with_cleanup.
1241 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
1242 deprecated_frame_xmalloc.
1243 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
1244 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
1245
1246 2003-01-06 Andrew Cagney <cagney@redhat.com>
1247
1248 * x86-64-linux-tdep.c: Include "osabi.h".
1249 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
1250
1251 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
1252
1253 2003-01-06 Andrew Cagney <cagney@redhat.com>
1254
1255 * MAINTAINERS (Target Instruction Set Architectures): Update
1256 arm-elf. Can be built with -Werror, has been multiarched.
1257
1258 * value.h (unpack_long): Make buffer parameter constant.
1259 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
1260 * scm-lang.h (scm_parse): Ditto.
1261 * defs.h (extract_typed_address, extract_address): Ditto.
1262 (extract_long_unsigned_integer): Ditto.
1263 * inferior.h (unsigned_pointer_to_address): Ditto.
1264 (signed_pointer_to_address): Ditto.
1265 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
1266 * gdbarch.h, gdbarch.c: Regenerate.
1267 * findvar.c (extract_long_unsigned_integer): Update.
1268 (extract_address): Update.
1269 (extract_typed_address): Update.
1270 (unsigned_pointer_to_address): Update.
1271 * values.c (unpack_long): Update.
1272 (unpack_double): Update.
1273 (unpack_pointer): Update.
1274 (unpack_field_as_long): Update.
1275 * d10v-tdep.c (d10v_pointer_to_address): Update.
1276 * avr-tdep.c (avr_pointer_to_address): Update.
1277 * scm-lang.c (scm_unpack): Update.
1278 * findvar.c (signed_pointer_to_address): Update.
1279
1280 2003-01-06 Michal Ludvig <mludvig@suse.cz>
1281
1282 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
1283 since it is in i386-tdep.c.
1284
1285 2003-01-06 J. Brobecker <brobecker@gnat.com>
1286
1287 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
1288 failure introduced in the previous change.
1289
1290 2003-01-05 Michael Chastain <mec@shout.net>
1291
1292 * README: Remove references to deleted remote-*.c files:
1293 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
1294 remote-nrom.c, remote-os9k.c, remote-udi.c.
1295
1296 2003-01-05 Mark Kettenis <kettenis@gnu.org>
1297
1298 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
1299 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
1300 i386_get_longjmp_target.
1301
1302 2003-01-05 Andrew Cagney <ac131313@redhat.com>
1303
1304 * arm-tdep.c (prologue_cache): Change to a pointer.
1305 (_initialize_arm_tdep): Allocate prologue_cache.
1306 (check_prologue_cache): Update.
1307 (save_prologue_cache): Update.
1308 (arm_gdbarch_init): Update.
1309
1310 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1311
1312 * stabsread.c (update_method_name_from_physname): Call complaint()
1313 instead of error.
1314
1315 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1316
1317 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
1318 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
1319 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
1320
1321 * blockframe.c: Include "gdbcmd.h" and "command.h".
1322 (backtrace_below_main): New variable.
1323 (file_frame_chain_valid, func_frame_chain_valid)
1324 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
1325 (generic_func_frame_chain_valid): Remove functions.
1326 (frame_chain_valid, do_flush_frames_sfunc): New functions.
1327 (_initialize_blockframe): New function.
1328 * Makefile.in (blockframe.o): Update dependencies.
1329 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
1330 comment. Call frame_chain_valid ().
1331 * frame.h: Remove old prototypes. Add prototype for
1332 frame_chain_valid and update comments to match.
1333 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
1334 Remove old comment.
1335 * gdbarch.h: Regenerated.
1336 * gdbarch.c: Regenerated.
1337
1338 * alpha-tdep.c (alpha_gdbarch_init): Don't call
1339 set_gdbarch_frame_chain_valid.
1340 * avr-tdep.c (avr_gdbarch_init): Likewise.
1341 * cris-tdep.c (cris_gdbarch_init): Likewise.
1342 * frv-tdep.c (frv_gdbarch_init): Likewise.
1343 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
1344 * i386-tdep.c (i386_svr4_init_abi): Likewise.
1345 (i386_nw_init_abi): Likewise.
1346 (i386_gdbarch_init): Likewise.
1347 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
1348 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1349 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1350 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1351 * mips-tdep.c (mips_gdbarch_init): Likewise.
1352 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1353 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
1354 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1355 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1356 * s390-tdep.c (s390_gdbarch_init): Likewise.
1357 * sh-tdep.c (sh_gdbarch_init): Likewise.
1358 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1359 * v850-tdep.c (v850_gdbarch_init): Likewise.
1360 * vax-tdep.c (vax_gdbarch_init): Likewise.
1361 * x86-64-tdep.c (x86_64_init_abi): Likewise.
1362
1363 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
1364 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
1365 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
1366 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
1367 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
1368 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
1369 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
1370 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
1371
1372 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1373
1374 * Makefile.in (acconfig_h): Remove incorrect macro.
1375 (config_h): Define.
1376 (osabi.o): Update dependencies.
1377 * configure.tgt: Set gdb_osabi based on target triplet.
1378 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
1379 * configure: Regenerated.
1380 * config.in: Regenerated.
1381 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
1382 (GDB_OSABI_DEFAULT): Define if not already defined.
1383 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
1384 (set_osabi_string): New variables.
1385 (gdbarch_register_osabi): Add new OS ABI to
1386 gdb_osabi_available_names.
1387 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
1388 (set_osabi, show_osabi): New functions.
1389 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
1390
1391 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1392
1393 * arch-utils.c (gdbarch_info_init): Set osabi to
1394 GDB_OSABI_UNINITIALIZED.
1395 * gdbarch.sh: Add osabi to struct gdbarch and to struct
1396 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
1397 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
1398 * gdbarch.c: Regenerated.
1399 * gdbarch.h: Regenerated.
1400 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
1401 there's no BFD.
1402 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
1403 * osabi.h (enum gdb_osabi): Move to defs.h.
1404 (gdbarch_init_osabi): Update prototype.
1405 * defs.h (enum gdb_osabi): Moved here.
1406 * Makefile.in: Update dependencies.
1407
1408 * alpha-tdep.h: Don't include "osabi.h".
1409 (struct gdbarch_tdep): Remove osabi member.
1410 * alpha-tdep.c: Include "osabi.h".
1411 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1412 iterate over arches. Update call to gdbarch_init_osabi.
1413 (alpha_dump_tdep): Don't dump osabi.
1414 * alpha-linux-tdep.c: Include "osabi.h".
1415 * alpha-osf1-tdep.c: Include "osabi.h".
1416 * alphafbsd-tdep.c: Include "osabi.h".
1417 * alphanbsd-tdep.c: Include "osabi.h".
1418
1419 * arm-tdep.h: Don't include "osabi.h".
1420 (struct gdbarch_tdep): Remove osabi member.
1421 * arm-tdep.c: Include "osabi.h".
1422 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1423 iterate over arches. Update call to gdbarch_init_osabi.
1424 (arm_dump_tdep): Don't dump osabi.
1425 * arm-linux-tdep.c: Include "osabi.h".
1426 * armnbsd-tdep.c: Include "osabi.h".
1427
1428 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
1429 Update call to gdbarch_init_osabi.
1430
1431 * i386-tdep.h: Don't include "osabi.h".
1432 (struct gdbarch_tdep): Remove osabi member.
1433 * i386-tdep.c: Include "osabi.h".
1434 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1435 iterate over arches. Update call to gdbarch_init_osabi.
1436 (i386_dump_tdep): Don't dump osabi.
1437 * i386-linux-tdep.c: Include "osabi.h".
1438 * i386-sol2-tdep.c: Include "osabi.h".
1439 * i386bsd-tdep.c: Include "osabi.h".
1440 * i386gnu-tdep.c: Include "osabi.h".
1441 * i386ly-tdep.c: Include "osabi.h".
1442 * i386nbsd-tdep.c: Include "osabi.h".
1443 * i386obsd-tdep.c: Include "osabi.h".
1444
1445 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
1446 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1447 check osabi when iterating over arches. Update call to
1448 gdbarch_init_osabi.
1449 (mips_dump_tdep): Don't dump osabi.
1450
1451 * ns32k-tdep.h: Don't include "osabi.h".
1452 (struct gdbarch_tdep): Remove.
1453 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
1454 gdbarch_lookup_osabi. Don't iterate over arches. Don't
1455 allocate tdep. Update call to gdbarch_init_osabi.
1456 (ns32k_dump_tdep): Remove.
1457 (_initialize_ns32k_tdep): Update call to gdbarch_register.
1458 * ns32knbsd-tdep.c: Include "osabi.h".
1459
1460 * ppc-tdep.h: Don't include "osabi.h".
1461 (struct gdbarch_tdep): Remove osabi member.
1462 * rs6000-tdep.c: Include "osabi.h".
1463 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
1464 osabi when iterating over arches. Update call to
1465 gdbarch_init_osabi.
1466 (rs6000_dump_tdep): Don't dump osabi.
1467 * ppc-linux-tdep.c: Include "osabi.h".
1468 * ppcnbsd-tdep.c: Include "osabi.h".
1469
1470 * sh-tdep.h: Don't include "osabi.h".
1471 (struct gdbarch_tdep): Remove osabi member.
1472 * sh-tdep.c: Include "osabi.h".
1473 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1474 iterate over arches. Update call to gdbarch_init_osabi.
1475 (sh_dump_tdep): Don't dump osabi.
1476 * shnbsd-tdep.c: Include "osabi.h".
1477
1478 * sparc-tdep.c: Include "osabi.h".
1479 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1480 iterate over arches. Update call to gdbarch_init_osabi.
1481 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
1482 tdep structure.
1483
1484 * vax-tdep.h: Don't include "osabi.h".
1485 (struct gdbarch_tdep): Remove.
1486 * vax-tdep.c: Include "osabi.h".
1487 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1488 iterate over arches. Don't allocate tdep. Update call
1489 to gdbarch_init_osabi.
1490 (vax_dump_tdep): Remove.
1491 (_initialize_vax_tdep): Update call to gdbarch_register.
1492
1493 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1494
1495 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
1496 entirely.
1497 (breakpoint_re_set_one): Don't fetch the value for a disabled
1498 watchpoint.
1499
1500 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1501
1502 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
1503 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
1504 (COERCE_FLOAT_TO_DOUBLE): Remove.
1505 * gdbarch.c: Regenerate.
1506 * gdbarch.h: Regenerate.
1507 * Makefile.in: Remove value_h from gdbarch_h.
1508 * valops.c (coerce_float_to_double): New variable.
1509 (default_coerce_float_to_double): Remove.
1510 (standard_coerce_float_to_double): Remove.
1511 (value_arg_coerce): Use coerce_float_to_double.
1512 (_initialize_valops): Add "set coerce-float-to-double".
1513 * value.h (default_coerce_float_to_double): Remove prototype.
1514 (standard_coerce_float_to_double): Remove prototype.
1515
1516 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
1517 prototyped.
1518 * mdebugread.c (parse_symbol): Likewise.
1519 * stabsread.c (define_symbol): Mark all functions as prototyped.
1520
1521 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
1522 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
1523 set_gdbarch_coerce_float_to_double.
1524 * arm-tdep.c (arm_gdbarch_init): Likewise.
1525 * frv-tdep.c (frv_gdbarch_init): Likewise.
1526 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
1527 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
1528 * mips-tdep.c (mips_gdbarch_init): Likewise.
1529 (mips_coerce_float_to_double): Remove.
1530 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1531 (rs6000_coerce_float_to_double): Remove.
1532 * s390-tdep.c (s390_gdbarch_init): Likewise.
1533 * sh-tdep.c (sh_gdbarch_init): Likewise.
1534 (sh_coerce_float_to_double): Remove.
1535 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1536 (sparc_coerce_float_to_double): Remove.
1537 * v850-tdep.c (v850_gdbarch_init): Likewise.
1538 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
1539 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1540 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
1541 (hppa_coerce_float_to_double): Remove prototype.
1542 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1543
1544 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1545
1546 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
1547
1548 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1549
1550 Suggested by Stewart Brown <sb24@avaya.com>:
1551 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
1552 in recursive calls. Handle TYPE_CODE_TYPEDEF.
1553 (c_type_print_varspec_suffix): Likewise.
1554
1555 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1556
1557 * configure.in: Don't set and AC_SUBST SUBDIRS.
1558 * configure: Regenerated.
1559
1560 * configure.in: Remove code dealing with shared libraries.
1561 * Makefile.in: Remove HLDFLAGS and HLDENV.
1562 * configure: Regenerated.
1563
1564 2003-01-04 Andrew Cagney <ac131313@redhat.com>
1565
1566 * frame.c (deprecated_frame_xmalloc): New function.
1567 (deprecated_set_frame_saved_regs_hack): New function.
1568 (deprecated_set_frame_extra_info_hack): New function.
1569 * frame.h (deprecated_frame_xmalloc): Declare.
1570 (deprecated_set_frame_saved_regs_hack): Declare.
1571 (deprecated_set_frame_extra_info_hack): Declare.
1572
1573 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1574
1575 * configure.in: Move code that provides the --enable-gdbtk option
1576 right after the code that handles the --enable-tui option, and
1577 polish it somewhat.
1578 * configure: Regenerated.
1579
1580 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
1581 AC_CHECK_FUNCS and remove the old check for pread64.
1582 * acinclude.m4 (AC_GNU_SOURCE): New macro.
1583 * acconfig.h (_GNU_SOURCE): Add.
1584 (HAVE_PREAD64): Remove.
1585 * configure, aclocal.m4, config.in: Regenerated.
1586
1587 2003-01-03 Andrew Cagney <ac131313@redhat.com>
1588
1589 * alpha-tdep.c: Use get_frame_saved_regs.
1590 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1591 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1592 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
1593 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
1594 * vax-tdep.c, xstormy16-tdep.c: Ditto.
1595
1596 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1597
1598 * configure.in: Remove all use of the SUBDIRS variable; add
1599 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
1600 code providing the --enable-multi-ice option, and move it right in
1601 front of the code that checks whether gdbserver is supported.
1602 Polish that too.
1603 * configure: Regenerated.
1604 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
1605 @SUBDIRS@.
1606
1607 2003-01-03 Andrew Cagney <cagney@redhat.com>
1608
1609 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
1610 * avr-tdep.c, cris-tdep.c: Ditto.
1611 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1612 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1613
1614 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1615
1616 * configure.in: Remove --enable-netrom option.
1617 * configure: Regenerated.
1618
1619 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1620
1621 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
1622 declaration for `struct re_pattern_buffer' instead.
1623 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
1624
1625 2003-01-03 J. Brobecker <brobecker@gnat.com>
1626
1627 * mdebugread.c (parse_symbol): Count until the stEnd matching
1628 the structure name.
1629
1630 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1631
1632 * configure.in: Remove --with-cpu option.
1633 subscripts. Remove evil changequotes here.
1634 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
1635 * config.in, configure: Regenerated.
1636
1637 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
1638 * configure.in: Cleanup section that sources GDB and BFD configure
1639 subscripts. Remove evil changequotes here.
1640 * config.in, configure: Regenerated.
1641
1642 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1643
1644 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
1645 frame accessor methods.
1646 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1647 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1648 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
1649 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
1650 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1651 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1652 * z8k-tdep.c: Ditto.
1653
1654 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1655
1656 * configure.in: Remove UI_OUT configuration code.
1657 * ada-lang.c: Update assuming UI_OUT is always true.
1658 * Makefile.in (UIOUT_CFLAGS): Remove.
1659 * configure: Regenerated.
1660 * TODO: Remove blurb about elimination of -DUI_OUT.
1661
1662 * configure.in: Move code that provides the --enable-gdbcli,
1663 --enable-gdbmi options right before the code that handles the
1664 --enable-tui option. Polish a bit.
1665 * configure: Regenerated.
1666
1667 * configure.in: Rewrite check for GNU regex and the
1668 --without-included regex option, and move it into the "Checks for
1669 library functions" section. This makes us use the system regex
1670 again by default on systems with version 2 of the GNU C library.
1671 This was apparently broken.
1672 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
1673 * acconfig.h (USE_INCLUDED_REGEX): Remove.
1674 * config.in, configure: Regenerated.
1675
1676 * configure.in: Move code that provides the --enable-tui option
1677 before the "Checks for libraries" section. Polish the code
1678 somewhat and set need_curses to yes if we build the TUI. Rewrite
1679 code that looks for a library providing termcap functionality to
1680 match more closely what's done in the Readline library, and move
1681 it into to the "Checks for libraries" section.
1682 * configure: Regenerated.
1683 * Makefile.in (TERMCAP): Remove variable.
1684 * config/i386/go32.mh (TERMCAP): Remove variable.
1685
1686 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1687
1688 * MAINTAINERS: Mention gdb_mbuild.sh.
1689 * gdb_mbuild.sh: Rewrite.
1690
1691 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1692
1693 * configure.in: Fix typo in last change.
1694 * config.in, configure: Regenerated.
1695
1696 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1697
1698 * valarith.c (value_binop): Delete obsolete code and comments.
1699 * configure.host: Ditto.
1700 * buildsym.h (make_blockvector): Ditto.
1701 * buildsym.c (make_blockvector): Ditto.
1702 * defs.h (enum language): Ditto.
1703 (chill_demangle): Ditto.
1704 * elfread.c (elf_symtab_read): Ditto.
1705 * dwarfread.c (CHILL_PRODUCER): Ditto.
1706 (set_cu_language): Ditto.
1707 (handle_producer): Ditto.
1708 * expprint.c (print_subexp): Ditto.
1709 * gdbtypes.c (chill_varying_type): Ditto.
1710 * gdbtypes.h (builtin_type_chill_bool): Ditto.
1711 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
1712 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
1713 (chill_varying_type): Ditto.
1714 * language.h (_LANG_chill): Ditto.
1715 * language.c (binop_result_type, integral_type): Ditto.
1716 (character_type, string_type, structured_type): Ditto.
1717 (lang_bool_type, binop_type_check): Ditto.
1718 * stabsread.h (os9k_stabs): Ditto.
1719 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
1720 (define_symbol, read_type, read_struct_fields): Ditto.
1721 (read_array_type, read_enum_type, read_huge_number): Ditto.
1722 (read_range_type, start_stabs): Ditto.
1723 * symfile.c (init_filename_language_table): Ditto.
1724 (add_psymbol_with_dem_name_to_list): Ditto.
1725 * symtab.c (symbol_init_language_specific): Ditto.
1726 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
1727 * symtab.h (struct general_symbol_info): Ditto.
1728 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1729 * typeprint.c (typedef_print): Ditto.
1730 * utils.c (fprintf_symbol_filtered): Ditto.
1731 * valops.c (value_cast, search_struct_field, value_slice): Delete
1732 obsolete code.
1733 (varying_to_slice): Delete function.
1734 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
1735 (varying_to_slice): Delete declaration.
1736 * MAINTAINERS: Update.
1737
1738 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1739
1740 * configure.in: Reorganize "Checks for library functions section"
1741 a bit. Remove check for `btowc' and `isascii' functions.
1742 * configure: Regenerated.
1743
1744 * acconfig.h (_MSE_INT_H): Remove.
1745 * configure.in: Create "Checks for header files" section, and move
1746 appropriate tests there. Don't check for objlist.h, wchar.h,
1747 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
1748 misdetection fix. Also add "Checks for types", "Checks for
1749 compiler characteristics" and "Checks for library functions"
1750 sections.
1751 * config.in, configure: Regenerated.
1752
1753 * configure.in: Create "Checks for programs" section, and move
1754 appropriate tests there.
1755
1756 2003-01-01 Mark Kettenis <kettenis@gnu.org>
1757
1758 * configure.in: Create "Checks for libraries" section, and move
1759 appropriate tests there. Cleanup check for wctype in libw. Use
1760 AC_SEARCH_LIBS to see whether we need libsocket.
1761 * configure: Regenerated.
1762
1763 For older changes see ChangeLog-2002
1764 \f
1765 Local Variables:
1766 mode: change-log
1767 left-margin: 8
1768 fill-column: 74
1769 version-control: never
1770 End: