Remove site-file support - it is obsolete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7343d46a
AC
12003-02-24 Andrew Cagney <cagney@redhat.com>
2
3 * infptrace.c (udot_info): Change type of udot_off to long. Use
4 paddr when printing udot_off's value.
5
49fa1dc2
DC
62003-02-24 David Carlton <carlton@math.stanford.edu>
7
8 * symtab.c (make_symbol_overload_list): Only read in partial
9 symtabs containing a matching partial symbol.
10
0fe19209
DC
112003-02-24 David Carlton <carlton@math.stanford.edu>
12
13 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
14 do the comparison, not strcmp.
15 * symfile.c (compare_psymbols): Ditto.
16 * defs.h: Declare strcmp_iw_ordered.
17 * utils.c (strcmp_iw_ordered): New function.
18
8e3ee7b5
JB
192003-02-24 Jim Blandy <jimb@redhat.com>
20
21 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
22 support, shared libs): Remove my name from here, to better reflect
23 reality.
24
7df1a324
KW
252003-02-24 Kris Warkentin <kewarken@qnx.com>
26
27 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
28 (target_ops): Add to_have_continuable_watchpoint.
29 * target.c (update_current_target): Add INHERIT line for
30 to_have_continuable_watchpoint.
31 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
32 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
33 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
34 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
35
d1c76907
EZ
362003-02-24 Elena Zannoni <ezannoni@redhat.com>
37
38 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
39 maintainership.
40
2610b0bf
KW
412003-02-24 Kris Warkentin <kewarken@qnx.com>
42
f46169db
KW
43 * solib.c (solib_open): Call target defined search function after
44 failing with solib-search-path.
45 * solist.h (target_so_ops): Add find_and_open_solib function hook and
46 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 47
9a3c34fe
KW
482003-02-24 Kris Warkentin <kewarken@qnx.com>
49
f46169db 50 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 51
2417dd25
SC
522003-02-23 Stephane Carrez <stcarrez@nerim.fr>
53
54 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
55
b631436b
SC
562003-02-22 Stephane Carrez <stcarrez@nerim.fr>
57
58 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
59 (m68hc11_add_reggroups): New function.
60 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
61 (m68hc11_gdbarch_init): Install the reggroups.
62 (_initialize_m68hc11_tdep): Initialize them.
63
0aa8c1e4
JW
642003-02-21 James E Wilson <wilson@tuliptree.org>
65
66 * MAINTAINERS: Update my email address.
67
50ceaba5
DC
682003-02-21 David Carlton <carlton@math.stanford.edu>
69
70 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
71
4c2df51b
DJ
722003-02-21 Daniel Jacobowitz <drow@mvista.com>
73
74 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
75 * symtab.h: Add opaque declarations of struct axs_value and
76 struct agent_expr.
77 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
78 (struct location_funcs): New type.
79 (struct symbol): Add "loc" to aux_value.
80 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
81 * dwarf2read.c: Include "dwarf2expr.h".
82 (dwarf2_symbol_mark_computed): New function.
83 (read_func_scope): Use it.
84 (var_decode_location): New function.
85 (new_symbol): Use it.
86 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
87
88 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
89 (dwarf2expr_h, dwarf2loc_h): New variables.
90 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
91 (dwarf2expr.o, dwarf2loc.o): New rules.
92 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
93 * buildsym.c (finish_block): Handle LOC_COMPUTED and
94 LOC_COMPUTED_ARG.
95 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
96 * m2-exp.y (yylex): Likewise.
97 * printcmd.c (address_info, print_frame_args): Likewise.
98 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
99 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
100 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
101 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
102 * symtab.c (lookup_block_symbol): Likewise.
103
5784d15e
AF
1042003-02-20 Adam Fedor <fedor@gnu.org>
105
106 * symtab.h: Remove objc_specific struct
107 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
108 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
109 Have language_objc use cplus_specific struct.
110
d4cad8db
TT
1112003-02-20 Tom Tromey <tromey@redhat.com>
112
113 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
114 TYPE_NAME, when printing a String value. PR java/1075.
115
2f9a90b4
AF
1162003-02-20 Adam Fedor <fedor@gnu.org>
117
d38074a8 118 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
119 * objc-lang.c (find_methods): Make static.
120
6f17862b
CF
1212003-02-20 Christopher Faylor <cgf@redhat.com>
122
123 * win32-nat.c (get_image_name): Check return value from
124 ReadProcessMemory.
125 (child_xfer_memory): Ditto.
126
715d1656
AO
1272003-02-20 Alexandre Oliva <aoliva@redhat.com>
128
129 * configure.in (TARGET_SYSTEM_ROOT): Set default to
130 ${exec_prefix}/${target_alias}/sys-root. Match explicit
131 '${exec_prefix}' (in addition to the expansion thereof) as
132 relocatable.
133 * configure: Rebuilt.
134
b1262a02
DC
1352003-02-20 David Carlton <carlton@math.stanford.edu>
136
137 * symtab.c (search_symbols): Revert the search_symbols part of my
138 2002-12-23 patch. Add comment.
139
7134143f
DJ
1402002-02-20 Daniel Jacobowitz <drow@mvista.com>
141
142 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
143 * dbxread.c (elfstab_build_psymtabs): Don't call
144 install_minimal_symbols.
145 (stabsect_build_psymtabs): Likewise.
146 * elfread.c (elf_symfile_read): Call install_minimal_symbols
147 earlier.
148 * somread.c (som_symfile_read): Call install_minimal_symbols
149 and do_cleanups earlier.
150 * nlmread.c (nlm_symfile_read): Likewise.
151 * mdebugread.c (elfmdebug_build_psymtabs): Call
152 install_minimal_symbols and make appropriate cleanups.
153
cf466558
KB
1542003-02-20 Kevin Buettner <kevinb@redhat.com>
155
156 * solib.c (reload_shared_libraries): New function.
157 (_initialize_solib): Add callbacks for ``set solib-search-path''
158 and ``set solib-absolute-prefix''.
159
de5ad195
DC
1602003-02-20 David Carlton <carlton@math.stanford.edu>
161
162 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
163 expand comment.
164 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
165 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
166 * ada-typeprint.c (ada_typedef_print): Ditto.
167 * ax-gdb.c (gen_var_ref): Ditto.
168 * breakpoint.c (print_one_breakpoint): Ditto.
169 * buildsym.c (finish_block): Ditto.
170 * c-valprint.c (c_val_print): Ditto.
171 * expprint.c (print_subexp): Ditto.
172 * findvar.c (locate_var_value): Ditto.
173 * infcmd.c (jump_command): Ditto.
174 * linespec.c (decode_line_2, decode_compound): Ditto.
175 * maint.c (maintenance_translate_address): Ditto.
176 * objc-lang.c (compare_selectors, compare_classes): Ditto.
177 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
178 Ditto.
179 * p-valprint.c (pascal_val_print): Ditto.
180 * stabsread.c (define_symbol): Ditto.
181 * stack.c (print_frame, frame_info, print_block_frame_locals)
182 (print_frame_arg_vars, return_command): Ditto.
183 * symfile.c (compare_symbols, compare_psymbols): Ditto.
184 * symmisc.c (print_symbol): Ditto.
185 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
186 (compare_search_syms, print_symbol_info, print_msymbol_info)
187 (rbreak_command): Ditto.
188 * tracepoint.c (tracepoints_info): Ditto.
189 * typeprint.c (typedef_print): Ditto.
190 * valops.c (value_of_variable, hand_function_call): Ditto.
191 * cli/cli-cmds.c (edit_command, list_command): Ditto.
192 * ada-typeprint.c: Update Copyright.
193 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
194 * tracepoint.c, cli/cli-cmds.c: Ditto.
195
f796e4be
KB
1962003-02-20 Kevin Buettner <kevinb@redhat.com>
197
198 * frame.c (generic_unwind_get_saved_register): Make non-static.
199 * frame.h (generic_unwind_get_saved_register): Declare.
200 * mips-tdep.c (read_next_frame_reg): Fetch register from
201 current regcache when frame is NULL.
202 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
203 that must be NULL.
204 (mips_get_saved_register): Call generic_unwind_get_saved_register()
205 instead of frame_register_unwind().
206
836cc9f4
AC
2072003-02-20 Andrew Cagney <ac131313@redhat.com>
208
209 * remote-sim.c (gdbsim_insert_breakpoint)
210 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
211 code.
212
501eef12
AC
2132003-02-20 Andrew Cagney <ac131313@redhat.com>
214
215 * remote.c (_initialize_remote): Add commands "set/show remote
216 hardware-watchpoint-limit" and "set/show remote
217 hardware-breakpoint-limit".
218 (remote_hw_watchpoint_limit): Initialize to -1.
219 (remote_hw_breakpoint_limit): Ditto.
220 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
221
1b6bc7e0
CF
2222003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
223
224 * coff-pe-read.c: New file - support reading of minimal symbols from a
225 portable executable using the export table.
226 * coff-pe-read.h: New file.
227 * coffread.c: Include coff-pe-read.h.
228 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
229 debugging symbols found.
230 * Makefile.in (SFILES): Add coff-pe-read.o.
231 (coff_pe_read_h): Define.
232 (COMMON_OBS): Add coff-pe-read.o.
233 (coffread.o): Add coff_pe_read_h dependency.
234 (coff-pe-read.o): New target.
235
fe898f56
DC
2362003-02-19 David Carlton <carlton@math.stanford.edu>
237
238 * Makefile.in (SFILES): Add block.c.
239 (block_h): New.
240 (COMMON_OBS): Add block.o.
241 (block.o): New.
242 (x86-64-tdep.o): Add $(block_h).
243 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
244 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
245 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
246 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
247 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
248 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
249 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
250 * value.h: Add opaque declaration for struct block.
251 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
252 * ada-lang.h: Ditto.
253 * x86-64-tdep.c: #include "block.h"
254 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
255 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
256 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
257 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
258 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
259 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
260 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
261 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
262 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
263 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
264 * symtab.c (block_function): Ditto.
265 (contained_in): Ditto.
266 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
267 block.h. Add opaque declaration for struct block.
268 * symtab.h: Move block_function and contained_in declarations to
269 block.h. Add opaque declarations for struct block, struct
270 blockvector.
271 (struct block): Move to block.h.
272 (struct blockvector): Ditto.
273 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
274 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
275 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
276 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
277 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
278 Ditto.
279 * block.c: New file.
280 * block.h: New file.
281
173345b5
TR
2822003-02-19 Theodore A. Roth <troth@openavr.org>
283
284 * avr-tdep.c (avr_extract_return_value): Remove function.
285 (avr_store_return_value): Remove function.
286 (avr_extract_struct_value_address): Remove function.
287 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
288
338ef23d
AC
2892003-02-19 Andrew Cagney <ac131313@redhat.com>
290
291 * rs6000-tdep.c: Include "gdb_assert.h".
292 (registers_e500): Add "acc" and "spefscr".
293 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
294 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
295 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
296 really is "r0".
297 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
298
5412f5f3
KS
2992003-02-18 Keith Seitz <keiths@redhat.com>
300
301 * Makefile.in: Add gdbtk-interps.c.
302
881324eb
KB
3032003-02-18 Kevin Buettner <kevinb@redhat.com>
304
305 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
306 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
307
6a2f5abf
AC
3082003-02-18 Andrew Cagney <cagney@redhat.com>
309
310 * symtab.h (struct objfile): Add opaque declaration.
311
54c7009d
EZ
3122003-02-18 Elena Zannoni <ezannoni@redhat.com>
313
314 From Jim Ingham <jingham@apple.com>:
315 * dbxread.c (process_one_symbol): Use last_function_start rather
316 than function_start_offset to find the real beginning of the
317 current function. The latter is just the text section offset on
318 some systems, the former is always the real function start.
319
7ee6d7eb
AC
3202003-02-17 Andrew Cagney <cagney@redhat.com>
321
322 * configure.in: Revert ${target} != ${host}.
323
2846da9b
AC
3242003-02-17 Andrew Cagney <ac131313@redhat.com>
325
326 * configure.in (Makefile): Use the test ${target} != ${host},
327 instead of the absence of the "nm.h" file, to determine of the
328 configuration non-native.
329 * configure: Regenerate.
330
3b27aeea
EZ
3312003-02-14 Elena Zannoni <ezannoni@redhat.com>
332
333 From Brian Ford <ford@vss.fsi.com>
334
335 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
336 conditionalize tui_active test.
337 (lookup_cmd_1): Ditto.
338
b0b1c2c0
MK
3392003-02-14 Mark Kettenis <kettenis@gnu.org>
340
341 * configure.in: Add check for _etext.
342 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
343 available.
344 * config.in, configure: regenerated.
345
8f05cde5
DJ
3462003-02-14 Daniel Jacobowitz <drow@mvista.com>
347
348 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
349
021e7609
AC
3502003-02-14 Andrew Cagney <ac131313@redhat.com>
351
352 * main.c (tui_version): Delete variable.
353 (captured_main): When --tui, set interpreter_p to "tui" instead of
354 enabling tui_version.
355 * printcmd.c (display_command) [TUI]: Test tui_active instead of
356 tui_version.
357 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
358 * cli/cli-cmds.c (disassemble_command): Ditto.
359 * defs.h (tui_version): Delete declaration.
360 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
361 (tui-interp.o): Add rules.
362 (SUBDIR_TUI_OBS): Add "tui-interp.o".
363
e325dcec
CF
3642003-02-14 Christopher Faylor <cgf@redhat.com>
365
36ffb041 366 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
367 just-loaded dll.
368
c4f90d87
JM
3692003-02-12 Jason Molenda (jmolenda@apple.com)
370
371 * symmisc.c (print_objfile_statistics): Include information about
372 the number of psymtabs and symtabs in each object file.
373
e46e5ccd
KS
3742003-02-13 Keith R Seitz <keiths@redhat.com>
375
376 * main.h (struct captured_main_args): Add interpreter_p.
377 * main.c (captured_main): Initialize interpreter_p from context.
378 * gdb.c (main): Set interpreter_p argument.
379 * Makefile.in (gdb.o): Add dependency for interps.h.
380
fe97fe9c
AC
3812003-02-12 Andrew Cagney <ac131313@redhat.com>
382
383 * event-top.c (cli_command_loop): Delete declaration.
384 (_initialize_event_loop): Delete function setting event_loop_hook.
385 * event-top.h (cli_command_loop): Declare. Update copyright.
386 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
387 * interps.c (current_interp_command_loop): When event_loop_p, call
388 cli_command_loop.
389
1cdac4ef
AC
3902003-02-12 Andrew Cagney <ac131313@redhat.com>
391
392 * interps.h (interp_command_loop_ftype): Change return type to
393 void.
394
48037ead
ML
3952003-02-12 Michal Ludvig <mludvig@suse.cz>
396
397 * x86-64-tdep.c (x86_64_extract_return_value)
398 (x86_64_store_return_value): Use regcache instead of regbuf.
399 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
400 * x86-64-linux-nat.c (fill_gregset): Use regcache.
401
033afc63
AC
4022003-02-11 Andrew Cagney <ac131313@redhat.com>
403
404 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
405 * aclocal.m4: Regenerate.
406 * configure: Regenerate.
407
408 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
409 TCL_LD_SEARCH_FLAGS.
410
40d02bca
ML
4112003-02-10 Michal Ludvig <mludvig@suse.cz>
412
413 * dwarf2cfi.c: Reindented.
414
11308a41
AC
4152003-02-09 Andrew Cagney <ac131313@redhat.com>
416
417 * interps.c (clear_interpreter_hooks): Convert function definition
418 to ISO C.
419
e1c1c0f6
DC
4202003-02-07 David Carlton <carlton@math.stanford.edu>
421
422 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
423
ab5d3da6
KB
4242003-02-07 Kevin Buettner <kevinb@redhat.com>
425
426 * gdbtypes.h (struct main_type): Move ``length'' field from here...
427 (struct type): ...to here.
428 (TYPE_LENGTH): Adjust to reflect different location of ``length''
429 field.
430 * gdbtypes.c (make_qualified_type): Set length on newly created type.
431 (replace_type): Set length on all type variants for a given type.
432
b8a92b82
AC
4332003-02-07 Andrew Cagney <ac131313@redhat.com>
434
435 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
436 <sys/stat.h>.
437 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
438
5cb316ef
AC
4392003-02-06 Andrew Cagney <ac131313@redhat.com>
440
2555fe1a
AC
441 * Makefile.in (symm-nat.o): Update dependencies.
442 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
443 (lynx-nat.o, ia64-linux-nat.): Ditto.
444 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
445 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
446 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
447
44270758
AC
448 * Makefile.in (inflow_h): Define.
449 (procfs.o, inflow.o, procfs.o): Update dependencies.
450 * inftarg.c (child_stop): Delete extern declaration of
451 inferior_process_group. Include "inflow.h".
452 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
453 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
454 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
455 (our_process_group, inferior_process_group): Extern declarations.
456
df8f7274
AC
457 * procfs.c: Include "gdb_assert.h".
458
5cb316ef
AC
459 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
460 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
461 * jv-typeprint.c (java_type_print_base): Ditto.
462 * typeprint.c (typedef_print): Eliminate STREQ.
463 * cli/cli-script.c (define_command, define_command): Ditto.
464 * main.c (captured_main): Ditto.
465 * values.c (lookup_internalvar): Ditto.
466 * utils.c (safe_strerror, parse_escape): Eliminate assignment
467 within `if' conditional.
468 * linespec.c (decode_line_2): Ditto.
469 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
470 (bfd_openw_with_cleanup): Ditto.
471
2a28ccea
MK
4722003-02-07 Mark Kettenis <kettenis@gnu.org>
473
474 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
475 legacy_extract_return_value and store_return_value to
476 legacy_return_value.
477
786b8124
CF
4782003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
479
480 * win32-nat.c (get_relocated_section_addrs): New function. Find
481 section load addresses for symbol handling in relocated DLLs.
482 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
483
b871e4ec
FF
4842003-02-05 Fred Fish <fnf@intrinsity.com>
485
486 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
487 '=' and '!='.
488 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
489 with '&' and '=='.
490 (angel_RDI_info): Ditto.
491 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
492 with '&' and '!='.
493 (threads_continue_all_with_signals): Ditto.
494
4389a95a
AC
4952003-02-05 Jim Ingham <jingham@apple.com>
496 Keith Seitz <keiths@redhat.com>
497 Elena Zannoni <ezannoni@redhat.com>
498 Andrew Cagney <ac131313@redhat.com>
499
500 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
501 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
502 (SUBDIR_MI_OBS): Add "mi-interp.o".
503 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
504 (SFILES): Add "interps.c".
505 (COMMON_OBS): Add "interps.o".
506 (interps_h, mi_main_h): Define.
507 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
508 (mi-main.o, main.o, event-top.o): Update dependencies.
509 * cli/cli-interp.c: New file.
510 * interps.h, interps.c: New files.
511 * top.c: (gdb_init): Don't install the default interpreter, handed
512 by captured_main.
513 * main.c: Include "interps.h".
514 (interpreter_p): Note that it should malloc'ed.
515 (captured_command_loop): Call current_interp_command_loop.
516 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
517 xfree and xstrdup when updating interpreter_p. Install the
518 default interpreter. Add hack to stop mi1's copyright notice
519 being encoded.
520 * event-top.h (gdb_setup_readline): Declare.
521 (gdb_disable_readline): Declare.
522 * event-top.c: Include "interps.h".
523 (display_gdb_prompt): Call current_interp_display_prompt_p.
524 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
525 gdb_stdlog, and gdb_stdtarg.
526 (_initialize_event_loop): Don't call gdb_setup_readline.
527 * cli-out.c (cli_out_set_stream): New function.
528 * cli-out.h (cli_out_set_stream): Declare.
529
ff3b5810
MK
5302003-02-06 Mark Kettenis <kettenis@gnu.org>
531
532 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
533 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
534 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
535 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
536 config/i386/i386v42mp.mt: Removed.
537
5b729aa5
MK
5382003-02-05 Mark Kettenis <kettenis@gnu.org>
539
540 * configure.tgt (*-*-solaris*): Set gdb_osabi to
541 GDB_OSABI_SOLARIS.
542
8cc15142
MC
5432003-02-05 Michael Chastain <mec@shout.net>
544
545 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
546 2.12.1 and earlier versions.
547
5aa5d4b9
AC
5482003-02-05 Andrew Cagney <ac131313@redhat.com>
549
550 Remove orphaned hosts, targets and files.
551 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
552 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
553 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
554 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
555 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
556 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
557 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
558 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
559 * config/sparc/tm-sp64sim.h: Delete.
560 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
561 hosts.
562 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
563 mips*-dec-mach3* targets.
564
b68767c1
MC
5652003-02-04 Michael Chastain <mec@shout.net>
566
567 * NEWS: Fix typo: sepcifying -> specifying.
568
5ae7ca1d
MC
5692003-02-04 Michael Chastain <mec@shout.net>
570
571 * dwarfread.c: Add documentation on the state of dwarf-1,
572 looking towards obsoletion.
573
d08a4280
MC
5742003-02-03 Michael Chastain <mec@shout.net>
575
576 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
577 gdb/testsuite/gdb.c++/pr-1023.exp.
578
e9be73e4
AC
5792003-02-04 Andrew Cagney <ac131313@redhat.com>
580
581 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
582 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
583
584 * utils.c (init_page_info): Delete reference to MPW in comments.
585 * main.c (captured_main): Delete #ifdef MPW.
586
05d57f6f
AC
5872003-02-04 Andrew Cagney <ac131313@redhat.com>
588
589 * NEWS: Note that the m32r-*-elf* is obsolete.
590 * monitor.c (monitor_expect): Obsolete reference to m32r.
591 * configure.tgt: Mark m32r-*-elf* as obsolete.
592 * MAINTAINERS: Mark m32k as obsolete.
593 * m32r-rom.c: Obsolete file.
594 * config/m32r/m32r.mt: Obsolete file.
595 * config/m32r/tm-m32r.h: Obsolete file.
596 * m32r-stub.c: Obsolete file.
597 * m32r-tdep.c: Obsolete file.
598
8b0e5691
AC
5992003-02-04 Andrew Cagney <ac131313@redhat.com>
600
601 * NEWS: Mention that the z8k-zilog-none is obsolete.
602 * MAINTAINERS: Mark z8k as obsolete.
603 * configure.tgt: Obsolete the z8k-*-coff* target.
604 * config/z8k/z8k.mt: Obsolete file.
605 * config/z8k/tm-z8k.h: Obsolete file.
606 * z8k-tdep.c: Obsolete file.
607
67f16606
AC
6082003-02-04 Andrew Cagney <ac131313@redhat.com>
609
610 * NEWS: Mention that the mn10200-elf is obsolete.
611 * configure.tgt: Obsolete mn10200-*-* target.
612 * breakpoint.c (update_breakpoints_after_exec): Update comment to
613 mention that the mn10200 is obsolete.
614 * breakpoint.h: Ditto.
615 * MAINTAINERS: Mark the mn10200-elf as obsolete.
616 * config/mn10200/mn10200.mt: Obsolete file.
617 * config/mn10200/tm-mn10200.h: Obsolete file.
618 * mn10200-tdep.c: Obsolete file.
619
fd2299bd
AC
6202003-02-04 Andrew Cagney <ac131313@redhat.com>
621
622 * MAINTAINERS: Mark h8500 as obsolete.
623 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
624 * findvar.c (value_from_register): Ditto.
625 * h8500-tdep.c: Mark file as obsolete.
626 * config/h8500/h8500.mt: Ditto.
627 * config/h8500/tm-h8500.h: Ditto.
628 * NEWS: Mention that h8500 is obsolete.
629
eb9a305d
DC
6302003-02-04 David Carlton <carlton@math.stanford.edu>
631
632 * objfiles.c (allocate_objfile): Always set name. Add comment at
633 start of function.
634 * jv-lang.c (get_dynamics_objfile): Add comment.
635
406fc7fb
DC
6362003-02-04 David Carlton <carlton@math.stanford.edu>
637
638 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
639 * printcmd.c (build_address_symbolic): Replace uses of
640 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
641 SYMBOL_NAME, and asm_demangle.
642 Update copyright.
643
93d91629
DC
6442003-02-04 David Carlton <carlton@math.stanford.edu>
645
646 * linespec.c (decode_compound): Extract code into
647 lookup_prefix_sym.
648 (lookup_prefix_sym): New function.
649
1c5cb38e
DC
6502003-02-04 David Carlton <carlton@math.stanford.edu>
651
652 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
653 FLOAT_COERCION_BADNESS.
654 * gdbtypes.c (rank_one_type): Replace all uses of
655 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
656
0cf824c9
JB
6572003-02-04 Jim Blandy <jimb@redhat.com>
658
659 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
660 section, let dwarf_macinfo_section point to it, not
661 dwarf_loc_section.
662
a2d356b0
DJ
6632003-02-04 Daniel Jacobowitz <drow@mvista.com>
664
665 Pointed out by Anton Blanchard <anton@samba.org>.
666 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
667 (ppc_linux_at_sigtramp_return_path): Use it.
668
2de7ced7
DJ
6692003-02-04 Daniel Jacobowitz <drow@mvista.com>
670
671 * defs.h (streq): Add prototype.
672 * utils.c (streq): New function.
673
674 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
675 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
676 * mdebugread.c (new_symbol): Likewise.
677 * stabsread.c (define_symbol): Likewise.
678 * coffread.c (process_coff_symbol): Likewise.
679 * dwarfread.c (new_symbol): Likewise.
680
681 * minsyms.c (prim_record_minimal_symbol_and_info): Use
682 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
683 here.
684 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
685 SYMBOL_INIT_DEMANGLED_NAME.
686 * objfiles.c: Include "hashtab.h".
687 (allocate_objfile): Call htab_set_functions_ex for the
688 demangled_names_hash.
689 (free_objfile): Call htab_delete for the demangled_names_hash.
690 * objfiles.h (struct htab): Add declaration.
691 (struct objfile): Add demangled_names_hash.
692 * symfile.c: Include "hashtab.h".
693 (reread_symbols): Call htab_delete for the demangled_names_hash.
694 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
695 SYMBOL_NAME in the bcache.
696 * symtab.c: Include "hashtab.h". Update comments.
697 (create_demangled_names_hash, symbol_set_names): New functions.
698 (symbol_find_demangled_name): New function, broken out from
699 symbol_init_demangled_names.
700 (symbol_init_demangled_names): Use it.
701 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
702 (SYMBOL_SET_NAMES): New macro.
703 (symbol_set_names): Add prototype.
704
15831452
JB
7052003-02-03 Jim Blandy <jimb@redhat.com>
706
707 Use a single, consistent representation for an empty minimal
708 symbol table in an objfile.
709 * objfiles.c (terminate_minimal_symbol_table): New function.
710 (allocate_objfile): Call it.
711 * objfiles.h (terminate_minimal_symbol_table): New declaration.
712 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
713 non-NULL.
714 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
715 objfile has minimal symbols, compare minimal_symbol_count to zero,
716 instead of comparing msymbols with NULL.
717 * objfiles.c (have_minimal_symbols): Same.
718 * solib-sunos.c (solib_add_common_symbols): Call
719 terminate_minimal_symbol_table.
720 * symfile.c (reread_symbols): Same.
721
ffc65945
KB
7222003-02-03 Kevin Buettner <kevinb@redhat.com>
723
724 * s390-tdep.c (s390_address_class_type_flags)
725 (s390_address_class_type_flags_to_name)
726 (s390_address_class_name_to_type_flags): New functions.
727 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
728 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
729
f211c6d4
MS
7302003-02-03 Michael Snyder <msnyder@redhat.com>
731
732 * arm-tdep.c: Fix spell-o in comment.
733
659b0389
ML
7342003-02-03 Michal Ludvig <mludvig@suse.cz>
735
736 * dwarf2cfi.c (pointer_encoding): Added new parameter.
737 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
738 error messages to contain BFD filename.
739
3b31d625
EZ
7402003-02-02 Elena Zannoni <ezannoni@redhat.com>
741
997b089a 742 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
743 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
744 (do_mixed_source_and_assembly): Use
745 make_cleanup_ui_out_tuple_begin_end and
746 make_cleanup_ui_out_tuple_begin_end.
747 (do_mixed_source_and_assembly): Ditto.
748 * thread.c (do_captured_list_thread_ids): Ditto.
749 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
750 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
751 ui_out_tuple_end): Delete prototypes.
752 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
753 ui_out_list_end, ui_out_tuple_end): Delete.
754
755 From Kevin Buettner <kevinb@redhat.com>:
756 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
757 * ui-out.c (make_cleanup_ui_out_table_begin_end)
758 (do_cleanup_table_end): New functions.
759 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
760 Use cleanups to invoke_ui_out_tuple_end().
761 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
762 * cli/cli-setshow.c (cmd_show_list): Use
763 make_cleanup_ui_out_tuple_begin_end.
764
5b181d62
AC
7652003-02-02 Andrew Cagney <ac131313@redhat.com>
766
767 * frame.c (frame_unwind_register): New function.
768 (frame_unwind_unsigned_register): Use.
769 (frame_unwind_signed_register): Use.
770 (frame_read_register): New function.
771 * frame.h (frame_unwind_register): Declare.
772 (frame_read_register): Declare.
773
774 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
775 and frame_unwind_register instead of read_memory, write_register
776 and deprecated_write_register_bytes.
777
5f601589
AC
7782003-02-02 Andrew Cagney <ac131313@redhat.com>
779
780 * frame.h: Note that namelen can be negative.
781 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
782 NAME's length.
783
784 * NEWS: Mention that the d10v's `regs' command is deprecated.
785 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
786 (d10v_print_registers_info): New function.
787 (show_regs): Call d10v_print_registers_info.
788 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
789
6a3fe0a4
MK
7902003-02-02 Mark Kettenis <kettenis@gnu.org>
791
792 * stack.c (print_frame_info): Restore call to annotate_frame_begin
793 lost in the previous patch.
794
075559bc
AC
7952003-02-01 Andrew Cagney <ac131313@redhat.com>
796
797 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
798 * stack.c (print_frame_info_base): Output complete FRAME tuple
799 for synthesized frames.
800
6789195b
AC
8012003-02-02 Andrew Cagney <ac131313@redhat.com>
802
803 * mips-nat.c (zerobuf): Delete.
804 (fetch_inferior_registers): Alloc local zerobuf.
805 (fetch_core_registers): Alloc local zerobuf.
806 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
807 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
808 * thread-db.c (thread_db_store_registers): Ditto.
809 * sh-tdep.c (sh_do_register): Ditto.
810 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
811 * remote-sim.c (gdbsim_store_register): Ditto.
812 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
813 * remote-e7000.c (fetch_regs_from_dump): Ditto.
814 * monitor.c (monitor_supply_register): Ditto.
815 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
816 * mips-nat.c (fetch_inferior_registers): Ditto.
817 * m68klinux-nat.c (fetch_register): Ditto.
818 * lynx-nat.c (fetch_inferior_registers): Ditto.
819 (fetch_inferior_registers): Ditto.
820 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
821 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
822 (hpux_thread_store_registers): Ditto.
823 * hppah-nat.c (fetch_register): Ditto.
824 * hppab-nat.c (fetch_register): Ditto.
825 * hppa-tdep.c (pa_register_look_aside): Ditto.
826 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
827 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
828
e669114a
AC
8292003-02-01 Andrew Cagney <ac131313@redhat.com>
830
831 * gdbarch.sh: Explictly specify all method levels. When a
832 variable with an empty level, provide a non-multi-arch default.
833 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
834 * gdbarch.h: Re-generate.
835 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
836 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
837
9a043c1d
AC
8382003-02-01 Andrew Cagney <ac131313@redhat.com>
839
840 * defs.h (host_pointer_to_address): Delete declaration.
841 (address_to_host_pointer): Delete declaration.
842 * utils.c (host_pointer_to_address): Delete function.
843 (address_to_host_pointer): Delete function.
844 * procfs.c (procfs_address_to_host_pointer): New function.
845 * procfs.c (proc_set_watchpoint): Use.
846 (procfs_can_use_hw_breakpoint): Update comments.
847 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
848 (som_solib_add): Use.
849 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
850 * hppa-tdep.c (unwind_command): Use.
851
7ca9f392
AC
8522003-02-01 Andrew Cagney <ac131313@redhat.com>
853
94bbfd30
AC
854 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
855 strlen d_name.
856
7ca9f392
AC
857 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
858 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
859 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
860 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
861 (define_symbol): Update.
862 * symfile.c (generic_load): Remove references to nindy.
863 * symtab.c: Remove references to nindy.
864
31a85ea2
AC
8652003-02-01 Andrew Cagney <ac131313@redhat.com>
866
867 * infcmd.c (print_float_info): Delete code conditional on
868 FLOAT_INFO.
869 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
870 * config/m68k/nm-apollo68b.h: Ditto.
871 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
872 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
873 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
874
f6e85fc8
MK
8752003-02-01 Mark Kettenis <kettenis@gnu.org>
876
6015b6a0
MK
877 * config/i386/tm-i386os9k.h: Removed.
878
f7a30bdf
MK
879 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
880 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
881 they're identical to i[3456]86-*-sysv* now.
882 * config/i386/i386v32.mh: Removed.
883 * config/i386/xm-i386v32.h: Removed.
884 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
885
28d52111
MK
886 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
887
4d3f6bce
MK
888 * config/i386/i386dgux.mh: Removed.
889 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
890
f6e85fc8
MK
891 * configure.in: Fix typo.
892 * configure: Regenerated.
893
53955967
DC
8942003-01-31 David Carlton <carlton@math.stanford.edu>
895
896 * dwarf2read.c (dwarf2_locate_sections): Set
897 dwarf_ranges_section.
898
b1364885
AC
8992003-01-31 Andrew Cagney <ac131313@redhat.com>
900
8dbb1c65
AC
901 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
902 * utils.c: Update comments documenting legitimate uses of PTR.
903
8731e58e
AC
904 * utils.c: Re-indent.
905
b1364885
AC
906 * config/djgpp/fnchange.lst: Delete nindy files.
907 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
908 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
909 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
910 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
911 * nindy-share/README, nindy-share/Onindy.c: Delete files.
912 * nindy-tdep.c, nindy-share/Makefile: Delete files.
913 * Makefile.in (init.c): Remove nindy references.
914 (saber_gdb): Delete rule.
915 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
916 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
917 and a68v-nat.c.
918 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
919 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
920 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
921 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
922 nindy-share/stop.h.
923 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
924 * saber.suppress: Delete file.
925
086df311
DJ
9262003-01-31 Daniel Jacobowitz <drow@mvista.com>
927
928 * dbxread.c (stabs_data): New static variable.
929 (fill_symbuf): Support an in-memory buffer for stabs data.
930 (stabs_seek): New function.
931 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
932 (read_ofile_symtab): Use stabs_seek.
933 (elfstab_build_psymtabs): Take an asection* instead of
934 an offset and size. Relocate the stabs data if necessary.
935 Save the section* for dbx_psymtab_to_symtab.
936 * dwarf2read.c: Add section variables for each debug section.
937 (dwarf2_locate_sections): Fill them in.
938 (dwarf2_read_section): Take an asection* argument.
939 Relocate the section contents if necessary.
940 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
941 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
942 it to dwarf2_read_section.
943 (dwarf2_build_frame_info): Update callers.
944 * elfread.c (elf_symfile_read): Update call to
945 elfstab_build_psymtabs.
946 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
947 (DBX_STAB_SECTION): New macro.
948 * stabsread.h (elfstab_build_psymtabs): Update prototype.
949 * symfile.c (symfile_dummy_outputs): New function.
950 (symfile_relocate_debug_section): New function.
951 * symfile.h (symfile_relocate_debug_section): Add prototype.
952
87d1b352
RH
9532003-01-31 Richard Henderson <rth@redhat.com>
954
955 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
956 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
957 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
958 * alpha-tdep.c (alpha_register_name): Add "unique".
959 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
960 (ALPHA_UNIQUE_REGNUM): New.
961 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
962
c48861fb
AC
9632003-01-31 Andrew Cagney <ac131313@redhat.com>
964
965 * README: Remove reference to Ericsson 1800 monitor.
966 * Makefile.in (remote-es.o): Delete rule.
967 (ALLDEPFILES): Delete remote-es.c.
968 * remote-es.c: Delete file.
969 * config/m68k/es1800.mt: Delete file.
970 * config/djgpp/fnchange.lst: Update.
971 * configure.tgt: Delete m68*-ericsson-* target.
972
d764a824
AF
9732003-01-31 Adam Fedor <fedor@gnu.org>
974
975 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
976 Remove duplicate/shadowing variable of same name.
977
fe36c4f4
JB
9782003-01-30 Jim Blandy <jimb@redhat.com>
979
980 * symfile.c (find_separate_debug_file): Assert that the objfile's
981 directory name we compute ends with a slash, and then assume that
982 that's so everywhere we use it.
983
cb741690
DJ
9842003-01-30 Daniel Jacobowitz <drow@mvista.com>
985
986 * valops.c (value_assign): Flush frame cache after stores to memory
987 also.
988
96ee5227
AC
9892003-01-30 Andrew Cagney <ac131313@redhat.com>
990
991 * Makefile.in (mon960-rom.o): Delete rule.
992 * mon960-rom.c: Delete file.
993
7f6104a9
AC
9942003-01-30 Andrew Cagney <ac131313@redhat.com>
995
996 * d10v-tdep.c: Include "frame-unwind.h".
997 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
998 list.
999 (next_addr, uses_frame): Delete.
1000 (struct d10v_unwind_cache): Define.
1001 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
1002 Use info instead of next_addr and uses_frame globals.
1003 (d10v_frame_init_saved_regs): Delete function.
1004 (d10v_init_extra_frame_info): Delete function.
1005 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
1006 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
1007 init_frame_pc or frame_saved_pc.
1008 (d10v_pop_frame): Delete function.
1009 (do_d10v_pop_frame): Delete function.
1010 (d10v_frame_chain): Delete function.
1011 (d10v_frame_chain_valid): Delete function.
1012 (d10v_frame_pc_unwind): New function.
1013 (d10v_frame_id_unwind): New function.
1014 (saved_regs_unwinder): New function.
1015 (d10v_frame_register_unwind): New function.
1016 (d10v_frame_pop): New function.
1017 (d10v_frame_unwind): New variable.
1018 (d10v_frame_p): New function.
1019 (d10v_frame_saved_pc): Delete function.
1020 * Makefile.in (d10v-tdep.o): Update dependencies.
1021
cad2e848
JB
10222003-01-30 J. Brobecker <brobecker@gnat.com>
1023
1024 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
1025 causing some regressions due to a change in the default value
1026 for this macro.
1027
af34e669
DJ
10282003-01-29 Richard Henderson <rth@redhat.com>
1029 Elena Zannoni <ezannoni@redhat.com>
1030 Daniel Jacobowitz <drow@mvista.com>
1031
1032 Fix PR gdb/961.
1033 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
1034 variables.
1035 (RANGES_SECTION): New.
1036 (dwarf_ranges_buffer): New variable.
1037 (struct comp_unit_head): Add member "die".
1038 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
1039 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
1040 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
1041 (dwarf2_locate_sections): Likewise.
1042 (dwarf2_build_psymtabs): Read .debug_ranges.
1043 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
1044 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
1045 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
1046 Look for DW_AT_ranges and return the bounding box.
1047
baa93fa6
CF
10482003-01-29 Brian Ford <ford@vss.fsi.com>
1049
1050 * win32-nat.c (cygwin_pid): Removed as unused.
1051 (child_attach): Try fall back to Cygwin pid.
1052
c63f977f
JB
10532003-01-29 Jim Blandy <jimb@redhat.com>
1054
1055 * objfiles.h (struct objfile): Doc fix.
1056
d62d1979
AC
10572003-01-29 Andrew Cagney <ac131313@redhat.com>
1058
1059 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
1060 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
1061 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
1062 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
1063 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
1064 (FRAME_SAVED_PC): Change to a function with predicate.
1065 * gdbarch.h, gdbarch.c: Re-generate.
1066
1ae18a04
AC
10672003-01-28 Andrew Cagney <ac131313@redhat.com>
1068
52287340
AC
1069 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
1070
1ae18a04
AC
1071 * complaints.c (complain): Delete function.
1072 * complaints.h (struct deprecated_complaint): Delete definition.
1073 (complain): Delete declaration.
1074
f2c16bd6
KB
10752003-01-28 Kevin Buettner <kevinb@redhat.com>
1076
1077 * mips-tdep.c (mips_init_extra_frame_info): Return early for
1078 dummy frames.
1079
a94dd1fd
AC
10802003-01-27 Andrew Cagney <ac131313@redhat.com>
1081
1082 * sentinel-frame.h, sentinel-frame.c: New files.
1083 * Makefile.in (frame.o): Update dependencies.
1084 (SFILES): Add sentinel-frame.c.
1085 (sentinel_frame_h): Define.
1086 (COMMON_OBS): Add sentinel-frame.o.
1087 (sentinel-frame.o): Specify dependencies.
1088 * frame.c: Include "sentinel-frame.h".
1089 (frame_register_unwind): Rewrite assuming that there is always a a
1090 ->next frame.
1091 (frame_register, generic_unwind_get_saved_register): Ditto.
1092 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
1093 (create_sentinel_frame, unwind_to_current_frame): New functions.
1094 (get_current_frame): Rewrite using create_sentinel_frame and
1095 unwind_to_current_frame. When possible, always create a frame.
1096 (create_new_frame): Set next to the sentinel frame.
1097 (get_next_frame): Rewrite. Don't go below the level 0 frame.
1098 (deprecated_update_frame_pc_hack): Update the next frame's PC and
1099 ID cache when necessary.
1100 (frame_saved_regs_id_unwind): Use frame_relative_level.
1101 (deprecated_generic_get_saved_register): Use frame_relative_level,
1102 get_frame_saved_regs, get_frame_pc, get_frame_base and
1103 get_next_frame.
1104 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
1105 frame_register.
1106
5378adc4
DJ
11072003-01-27 Daniel Jacobowitz <drow@mvista.com>
1108
1109 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
1110
51ee2ddc
DJ
11112003-01-27 Daniel Jacobowitz <drow@mvista.com>
1112
1113 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
1114 (maintenance_set_profile_cmd): Use error () instead of warning ().
1115
d9feb4e7
DJ
11162003-01-27 Daniel Jacobowitz <drow@mvista.com>
1117
1118 * configure.in: Check that -pg works if using --enable-profiling.
1119 Check for monstartup and _mcleanup regardless of --enable-profiling.
1120 * maint.c: Check for monstartup and _mcleanup before using them.
1121 * config.in: Regenerated.
1122 * configure: Regenerated.
1123
2d188dd3
NC
11242003-01-24 Nick Clifton <nickc@redhat.com>
1125
1126 * Add sh2e support:
1127
1128 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
1129
1130 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
1131 (sh2e_show_regs): New.
1132 (sh_gdbarch_init): Handle bfd_mach_sh2e.
1133 * config/sh/tm-sh.h: Added sh2e to comments.
1134
cb3c37b2
JB
11352003-01-23 Jim Blandy <jimb@redhat.com>
1136
1137 * symfile.c (syms_from_objfile): Don't print the "(no debugging
1138 symbols found)" message here; we haven't checked for a separate
1139 debug info file yet, so we don't know yet.
1140 (symbol_file_add_with_addrs_or_offsets): Print it here, after
1141 we've looked everywhere. Also, there's no need to print a special
1142 message when we're loading the separate debug info file: the one
1143 symbol_file_add prints is fine.
1144
5b5d99cf
JB
11452003-01-23 Alexander Larsson <alexl@redhat.com>
1146 Jim Blandy <jimb@redhat.com>
1147
1148 Add support for executables whose debug info has been separated
1149 out into a separate file, leaving only a link behind.
1150 * objfiles.h (struct objfile): New fields: separate_debug_objfile
1151 and separate_debug_objfile_backlink.
1152 (put_objfile_before): New declaration.
1153 * symfile.c: #include "filenames.h".
1154 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
1155 debug info in a separate file, read that, too. Save the addrs
1156 argument, so we can use it again to read the separated debug info;
1157 syms_from_objfile modifies the table we pass it.
1158 (reread_symbols): After re-reading an objfile, call
1159 reread_separate_symbols to refresh its separate debug info
1160 objfile, if it has one.
1161 (reread_separate_symbols, find_separate_debug_file,
1162 get_debug_link_info, separate_debug_file_exists): New functions.
1163 (debug_file_directory): New global var.
1164 (_initialize_symfile): Initialize debug_file_directory, and
1165 provide the new `set debug-file-directory' command to let the user
1166 change it.
1167 * objfiles.c (free_objfile): If this objfile has its debug info in
1168 a separate objfile, free that one too. If this is itself a
1169 separate debug info objfile, clear our parent's backlink.
1170 (put_objfile_before): New function.
1171 * utils.c (gnu_debuglink_crc32): New function.
1172 * defs.h (gnu_debuglink_crc32): New declaration.
1173 * Makefile.in (symfile.o): Note dependency on "filenames.h".
1174 * configure.in: Handle --with-separate-debug-dir config option.
1175 * acinclude.m4 (AC_DEFINE_DIR): New macro.
1176 * acconfig.h (DEBUGDIR): New macro.
1177 * configure, aclocal.m4, config.in: Regenerated.
1178
7e8580c1
JB
11792003-01-22 Jim Blandy <jimb@redhat.com>
1180
7904e09f
JB
1181 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
1182 like the old symbol_file_add, but taking new arguments: you can
1183 now pass in either a `struct section_addr_info' list to say where
1184 each section is loaded, or a `struct section_offsets' table. Pass
1185 these new arguments through to syms_from_objfile as appropriate.
1186 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
1187 with the appropriate quiescent values for the new arguments.
1188
7e8580c1
JB
1189 * symfile.c: #include "gdb_assert.h".
1190 (syms_from_objfile): Add the ability to pass in a section offset
1191 table directly, as an alternative to the section_addr_info table.
1192 Document arguments better.
1193 (symbol_file_add): Pass extra arguments to syms_from_objfile.
1194 * symfile.h (syms_from_objfile): Update declaration.
1195 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
1196 syms_from_objfile.
1197 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
1198
d28f9cdf
DJ
11992003-01-22 Daniel Jacobowitz <drow@mvista.com>
1200
1201 Original patch by Tom Tromey <tromey@cygnus.com> and
1202 Jason Molenda <jmolenda@apple.com>.
1203 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
1204 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
1205 * NEWS: Mention profiling.
1206 * configure.in (--enable-gdbtk): Fix typo.
1207 (--enable-profiling): New. Set PROFILE_CFLAGS.
1208 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
1209 Fill in function.
1210 (profiling_state): New variable.
1211 (mcleanup_wrapper): New function.
1212 (_initialize_maint): Remove NOTYET, fix call to
1213 add_setshow_boolean_cmd for "maint set profile".
1214 * configure: Regenerated.
1215
df21e465
MH
12162003-01-21 Martin M. Hunt <hunt@redhat.com>
1217
1218 * Makefile.in (install-gdbtk): Install PNG images too.
1219
73c1f219
AC
12202003-01-21 Andrew Cagney <ac131313@redhat.com>
1221
1222 * exec.c (text_start): Delete global variable.
1223 (exec_file_attach): Make text_start local to the function.
1224 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
1225 * valops.c (hand_function_call): Delete code that handles
1226 BEFORE_TEXT_END and AFTER_TEXT_END.
1227 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
1228 of CALL_DUMMY_LOCATION.
1229 * gdbarch.c: Regenerate.
1230 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
1231 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
1232 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
1233 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
1234 (text_end): Delete extern declaration.
1235
eb4f72c5
AC
12362003-01-21 Andrew Cagney <ac131313@redhat.com>
1237
1238 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
1239 * blockframe.c (backtrace_below_main): Move to "frame.c".
1240 (frame_chain_valid): Delete check for backtrace_below_main.
1241 (_initialize_blockframe): Delete initialization, move ``set
1242 backtrace-below-main'' command to "frame.c".
1243 (do_flush_frames_sfunc): Delete function.
1244 * frame.c: Include "command.h" and "gdbcmd.h".
1245 (frame_type_from_pc): New function.
1246 (create_new_frame): Use frame_type_from_pc.
1247 (legacy_get_prev_frame): New function.
1248 (get_prev_frame): Rewrite. When an old style frame, call
1249 legacy_get_prev_frame. Otherwize, unwind the PC first.
1250 (_initialize_frame): Add ``set backtrace-below-main'' command.
1251 * Makefile.in (frame.o): Update dependencies.
1252
778ce8cc
AC
12532003-01-19 Andrew Cagney <ac131313@redhat.com>
1254
1255 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
1256 DEPRECATED_REGISTERS_INFO.
1257
01c193c8
AC
12582003-01-19 Andrew Cagney <ac131313@redhat.com>
1259
1260 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
1261 Maintainers'. Update `Various Maintainers'.
1262
dedc2a2b
AC
12632003-01-19 Andrew Cagney <ac131313@redhat.com>
1264
1265 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
1266 * gdbarch.sh (POP_FRAME): Change to function with predicate.
1267 Suppress actual parameters when `-'.
1268 * gdbarch.h, gdbarch.c: Regenerate.
1269
b7261c70
AC
12702003-01-19 Andrew Cagney <ac131313@redhat.com>
1271
1272 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
1273 code handling dummy frames.
1274
dbe9fe58
AC
12752003-01-19 Andrew Cagney <ac131313@redhat.com>
1276
1277 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
1278 (struct frame_unwind): Add field pop.
1279 * frame.h (frame_pop): Declare.
1280 * frame.c (frame_saved_regs_pop): New function.
1281 (trad_frame_unwinder): Add frame_saved_regs_pop.
1282 (frame_pop): New function.
1283 * dummy-frame.c (dummy_frame_pop): New function.
1284 (discard_innermost_dummy): New function.
1285 (generic_pop_dummy_frame): Use discard_innermost_dummy.
1286 (dummy_frame_unwind): Add dummy_frame_pop.
1287 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
1288 * valops.c (hand_function_call): Ditto.
1289 * stack.c (return_command): Ditto.
1290
570b8f7c
AC
12912003-01-18 Andrew Cagney <ac131313@redhat.com>
1292
1293 * cris-tdep.c: Fix function declaration indentation.
1294 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
1295 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
1296 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
1297 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
1298 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
1299 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
1300
13012003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
1302
1303 * README (Unpacking and Installation -- quick overview):
1304 Warn against ".../gdb-5.3/gdb/configure".
1305
494cca16
AC
13062003-01-18 Andrew Cagney <ac131313@redhat.com>
1307
1308 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
1309 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1310 (struct frame_unwind): Declare opaque.
1311 (dummy_frame_p): Declare function.
1312 * dummy-frame.c (dummy_frame_id_unwind): Make static.
1313 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1314 * dummy-frame.c: Include "frame-unwind.h".
1315 (dummy_frame_p): New function.
1316 (dummy_frame_unwind): New variable.
1317 * frame.c: Include "frame-unwind.h".
1318 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
1319 to use the new unwind field.
1320 (set_unwind_by_pc): Delete function.
1321 (create_new_frame, get_prev_frame): Set unwind field using
1322 frame_unwind_find_by_pc.
1323 (trad_frame_unwind, trad_frame_unwinder): New variables.
1324 * frame.h (trad_frame_unwind): Declare variable.
1325 (frame_id_unwind_ftype): Delete declaration.
1326 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
1327 (struct frame_unwind): Declare opaque.
1328 (struct frame_info): Replace the fields id_unwind, pc_unwind and
1329 register_unwind with a single unwind pointer.
1330 * frame-unwind.h, frame-unwind.c: New files.
1331 * Makefile.in (SFILES): Add frame-unwind.c.
1332 (frame_unwind_h): Define.
1333 (COMMON_OBS): Add frame-unwind.o.
1334 (frame-unwind.o): Specify dependencies.
1335 (frame.o, dummy-frame.o): Update dependencies.
1336
4efb68b1
AC
13372003-01-18 Andrew Cagney <ac131313@redhat.com>
1338
1339 * ada-valprint.c: Eliminate PTR.
1340 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
1341 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
1342 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
1343 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
1344 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
1345 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
1346 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
1347
a84d24ee
AC
13482003-01-17 Andrew Cagney <ac131313@redhat.com>
1349
762f08a3
AC
1350 * main.c (captured_main): Don't use PTR.
1351 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
1352 * gdbtypes.c (lookup_primitive_typename): Ditto.
1353 (lookup_struct_elt_type): Ditto.
1354 * f-valprint.c (info_common_command): Ditto.
1355 (list_all_visible_commons): Ditto.
1356 * jv-typeprint.c (java_type_print_base): Ditto.
1357
a84d24ee
AC
1358 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
1359 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
1360 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
1361 i386-interix-nat.c and i386-interix-tdep.c. Rename
1362 m68klinux-nat.c and m68klinux-tdep.c. Rename
1363 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
1364 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
1365 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
1366 * main.c (captured_main): Use xfree, not free.
1367
c170fb60
AC
13682003-01-16 Andrew Cagney <ac131313@redhat.com>
1369
1370 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
1371 ID back using a parameter.
1372 * frame.c (frame_id_unwind): Update call.
1373 (frame_saved_regs_id_unwind): Update.
1374 * dummy-frame.c (dummy_frame_id_unwind): Update function.
1375 * dummy-frame.h (struct frame_id): Add opaque declaration.
1376 (dummy_frame_id_unwind): Update declaration.
1377
867f3898
AC
13782003-01-15 Andrew Cagney <ac131313@redhat.com>
1379
1380 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
1381
40622be8 13822003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 1383
40622be8 1384 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 1385
ae66c1fc
EZ
13862003-01-14 Elena Zannoni <ezannoni@redhat.com>
1387
997b089a 1388 Fix PR gdb/898
ae66c1fc
EZ
1389 * breakpoint.c (until_break_command): Add new argument. Use it to
1390 decide whether to stop only at the current frame or not.
1391 * breakpoint.h (until_break_command): Update prototype.
1392 * infcmd.c (until_command): Add new argument to until_break_command
1393 call.
1394 (advance_command): New function.
1395 (_initialize_infcmd): Update help string for 'until' command.
1396 Add new 'advance' command.
1397
a04257e6
DC
13982003-01-14 David Carlton <carlton@math.stanford.edu>
1399
1400 * linespec.c (decode_line_1): Normalize comments.
1401 (set_flags): Ditto.
1402 (locate_first_half): Ditto.
1403 (decode_compound): Ditto.
1404 (symtab_from_filename): Ditto.
1405 (decode_all_digits): Ditto.
1406 (decode_dollar): Ditto.
1407 (find_methods): Ditto.
1408 (find_toplevel_char): Ditto.
1409
1bac305b
AC
14102003-01-13 Andrew Cagney <ac131313@redhat.com>
1411
1412 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
1413 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
1414 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
1415 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
1416 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
1417 * language.c, language.h, m32r-tdep.c: Update copyright.
1418 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
1419 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
1420 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
1421 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
1422 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
1423 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
1424
25caa7a8
EZ
14252003-01-13 Elena Zannoni <ezannoni@redhat.com>
1426
1427 * stabsread.h (process_later, resolve_cfront_continuation):
1428 Obsolete.
1429 Update copyright years.
1430 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
1431 Update copyright year.
1432 * dbxread.c(struct cont_elem): Obsolete.
1433 (process_later, process_now): Obsolete functions.
1434 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
1435 Update copyright year.
1436 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
1437 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
1438 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
1439 (parse_partial_symbols): Obsolete cfront support.
1440 * stabsread.c
1441 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
1442 macros.
1443 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
1444 read_cfront_baseclasses, read_cfront_member_functions,
1445 resolve_cfront_continuation,read_cfront_static_fields,
1446 copy_cfront_struct_fields): Obsolete functions.
1447 (define_symbol, read_one_struct_field): Obsolete cfront support.
1448 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
1449 Update Copyright year.
1450
7789c6f5
EZ
14512003-01-13 Elena Zannoni <ezannoni@redhat.com>
1452
1453 * stack.c (print_frame_info, print_stack_frame_base_stub,
1454 print_stack_frame_base, show_and_print_stack_frame_stub,
1455 show_and_print_stack_frame, print_only_stack_frame_stub,
1456 print_only_stack_frame): Delete functions.
1457 (print_stack_frame_stub): Call print_frame_info instead of
1458 print_frame_info_base.
1459 (print_frame_info_base): Rename to print_frame_info.
1460 (backtrace_command_1): Call print_frame_info, instead of
1461 print_frame_info_base.
1462 (current_frame_command): Call print_stack_frame, instead of
1463 print_only_stack_frame.
1464 (frame_command): Call print_stack_frame, instead of
1465 show_and_print_stack_frame.
1466 (up_command): Ditto.
1467 (down_command): Ditto.
1468 * frame.h (print_only_stack_frame): Delete prototype.
1469 * infrun.c (normal_stop): Call print_stack_frame, instead of
1470 show_and_print_stack_frame.
1471 * thread.c (info_threads_command): Call print_stack_frame, instead
1472 of print_only_stack_frame.
1473
3f5a3016
AC
14742003-01-13 Andrew Cagney <ac131313@redhat.com>
1475
d99ba314
AC
1476 * README (Graphical interface to GDB): Update URL. Point at
1477 gdb/links/.
1478
3f5a3016
AC
1479 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
1480 version match.
1481
083ae935
DJ
14822003-01-13 Daniel Jacobowitz <drow@mvista.com>
1483
1484 * symtab.c (find_pc_sect_line): Don't consider end-of-function
1485 lines.
1486
5365276c
DJ
14872003-01-13 Daniel Jacobowitz <drow@mvista.com>
1488
1489 * thread-db.c (attach_thread): Prototype.
1490 (struct private_thread_info): Remove lwpid. Add thread handle (th),
1491 thread information (ti), and valid flags (th_valid, ti_valid).
1492 (attach_thread): Move target_pid_to_str call to after the thread
1493 is added to GDB's list. Initialize the cache.
1494 (thread_get_info_callback, thread_db_map_id2thr)
1495 (thread_db_get_info): New functions.
1496 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
1497 (thread_db_store_registers, thread_db_thread_alive)
1498 (thread_db_get_thread_local_address): Use them.
1499 (thread_db_pid_to_str): Likewise. Return "Missing" instead
1500 of calling error() for threads in unknown state.
1501
1502 (clear_lwpid_callback): New function.
1503 (thread_db_resume): Use it to clear the cache.
1504
9fc30b6b
DJ
15052003-01-13 Daniel Jacobowitz <drow@mvista.com>
1506
1507 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
1508 (resume_callback): Remove dead code.
1509
8f871025
AC
15102003-01-13 Andrew Cagney <ac131313@redhat.com>
1511
1512 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
1513 predicate.
1514 * gdbarch.h, gdbarch.c: Regenerate.
1515 * stack.c (frame_info): Only initialize the saved registers when
1516 FRAME_INIT_SAVED_REGS_P.
1517 * frame.c (frame_saved_regs_register_unwind): Assert
1518 FRAME_INIT_SAVED_REGS_P.
1519 (deprecated_generic_get_saved_register): Ditto.
1520
3f565f1e
DJ
15212003-01-13 Daniel Jacobowitz <drow@mvista.com>
1522
1523 * source.c (openp): Squelch warning about "filename".
1524
072b1022
DJ
15252003-01-13 Daniel Jacobowitz <drow@mvista.com>
1526
1527 * source.c (openp): If the file does not exist don't necessarily
1528 search the path.
1529
973ccf8b
DJ
15302003-01-13 Daniel Jacobowitz <drow@mvista.com>
1531
1532 Fix PR gdb/872.
1533 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
1534 (integer_types_same_name_p): New function.
1535 (rank_one_type): Use it.
1536 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
1537
030292b7
DJ
15382003-01-13 Daniel Jacobowitz <drow@mvista.com>
1539
1540 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
1541 variables.
1542 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
1543 * configure.in: Add --with-sysroot.
1544 * configure: Regenerated.
1545 * main.c (gdb_sysroot): New variable.
1546 (captured_main): Initialize gdb_sysroot.
1547 * defs.h (gdb_sysroot): New extern declaration.
1548 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
1549
afb5d334
MC
15502003-01-12 Michael Chastain <mec@shout.net>
1551
1552 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
1553
751ceeb4
MC
15542003-01-12 Michael Chastain <mec@shout.net>
1555
1556 * top.c (print_gdb_version): Bump copyright year to 2003.
1557
94cd26f8
DC
15582003-01-12 David Carlton <carlton@bactrian.org>
1559
1560 * linespec.c (symtab_from_filename): Rename variable 's' to
1561 'file_symtab'.
1562
1ce79225
AC
15632003-01-12 Andrew Cagney <ac131313@redhat.com>
1564
1565 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
1566 dummy frame.
1567 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
1568
fa1fd571
AC
15692003-01-12 Andrew Cagney <ac131313@redhat.com>
1570
1571 * d10v-tdep.c: Include "gdb_assert.h".
1572 (d10v_store_return_value): Rewrite to match current interface.
1573 (d10v_extract_struct_value_address): Ditto.
1574 (d10v_extract_return_value): Ditto.
1575 (d10v_gdbarch_init): Set store_restore_value,
1576 extract_struct_value_address and extract_return_value.
1577
68b8d23e
JB
15782003-01-12 J. Brobecker <brobecker@gnat.com>
1579
1580 * hpread.c (set_namestring): New procedure replacing the
1581 SET_NAMESTRING macro.
1582 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
1583 by calls to set_namestring.
1584
15852003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
1586
1587 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
1588 a compilation warning.
1589 (hpread_process_one_debug_symbol): Likewise.
1590
88d262ca
DC
15912003-01-10 David Carlton <carlton@math.stanford.edu>
1592
1593 * linespec.c (decode_line_1): Rename variable 's' to
1594 'file_symtab'.
1595 (decode_all_digits): Rename argument 's' to 'file_symtab'.
1596 (decode_dollar): Ditto.
1597 (decode_variable): Ditto.
1598 (symbol_found): Ditto.
1599
86669319
MC
16002003-01-09 Michael Chastain <mec@shout.net>
1601
1602 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
1603
616a9dc4
CV
16042003-01-07 Corinna Vinschen <vinschen@redhat.com>
1605
1606 * win32-nat.c (set_process_privilege): New function.
1607 (child_attach): Call set_process_privilege() to enable the
1608 SE_DEBUG_NAME user privilege if available in process token.
1609
3269bcfa
JB
16102003-01-10 J. Brobecker <brobecker@gnat.com>
1611
1612 * hpread.c (hpread_process_one_debug_symbol): Fix a small
1613 compilation error in the previous revision.
1614
2b0ee454
DC
16152003-01-09 David Carlton <carlton@math.stanford.edu>
1616
1617 * linespec.c: Update copyright.
1618
b3ba1b44
DJ
16192003-01-09 Daniel Jacobowitz <drow@mvista.com>
1620
1621 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
1622 than inferior_ptid.
1623 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
1624
4ef3f3be
AC
16252003-01-09 Andrew Cagney <ac131313@redhat.com>
1626
479ab5a0
AC
1627 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
1628 Update comments.
1629 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
1630 (frame_saved_regs_zalloc): Update.
1631 (frame_saved_regs_register_unwind): Update.
1632 (create_new_frame): Update.
1633 (get_prev_frame): Update.
1634 (frame_extra_info_zalloc): Update.
1635 (deprecated_get_frame_saved_regs): Update.
1636 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
1637 * cris-tdep.c: Update comment.
1638
bde58177
AC
1639 * somsolib.h: Fix function indentation.
1640 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
1641 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
1642 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
1643 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
1644 * somsolib.c, inftarg.c: Remove assignment in if conditional.
1645
4ef3f3be
AC
1646 * infrun.c (follow_fork): Use ISO C definition.
1647 * expprint.c (print_subexp): Use xfree instead of free.
1648 * charset.c: Include "gdb_string.h" instead of <string.h>.
1649 (register_iconv_charsets): Use ISO C definition.
1650 (host_charset, target_charset): Ditto.
1651 * Makefile.in (charset.o): Update dependencies.
1652 (mi-cmd-env.o): Update dependencies.
1653
1c615f7a
AC
16542003-01-08 Andrew Cagney <cagney@redhat.com>
1655
1656 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
1657 get_frame_base.
1658
c9a1dc08
AC
16592003-01-08 Andrew Cagney <ac131313@redhat.com>
1660
1661 * gdb_mbuild.sh: Add --keep option. When specified, keep the
1662 build directories. Save edited gdb output in Mbuild.log. If a
1663 build fails, remove any final GDB executable.
1664
dbad9d94
AC
16652003-01-08 Andrew Cagney <ac131313@redhat.com>
1666
1667 * gdb_mbuild.sh: Edit the output of `maint print architecture'
1668 replacing hex constants with function names and stripping leading
1669 file name directory prefixes.
1670
8d357cca
AC
16712003-01-08 Andrew Cagney <cagney@redhat.com>
1672
1673 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
1674 get_frame_base.
1675
bca02a8a
DC
16762003-01-08 David Carlton <carlton@math.stanford.edu>
1677
1678 * linespec.c (decode_line_1): Move code into decode_variable.
1679 (decode_variable): New function.
1680
7f8ab3a0
AC
16812003-01-08 Andrew Cagney <ac131313@redhat.com>
1682
1683 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
1684
7b5849cc
AC
16852003-01-08 Andrew Cagney <cagney@redhat.com>
1686
1687 * cris-tdep.c (cris_frame_init_saved_regs): Use
1688 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
1689 saved_regs buffer.
1690 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1691 (sh64_nofp_frame_init_saved_regs): Ditto.
1692 (sh_fp_frame_init_saved_regs): Ditto.
1693 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
1694 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1695 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1696 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1697
72a5efb3
DJ
16982003-01-08 Daniel Jacobowitz <drow@mvista.com>
1699
1700 * minsyms.c (lookup_minimal_symbol): Update comment.
1701 (lookup_minimal_symbol_text): Update comment. Use the hash table.
1702 (lookup_minimal_symbol_solib_trampoline): Likewise.
1703
11c02a10
AC
17042003-01-08 Andrew Cagney <cagney@redhat.com>
1705
aab3ea25
AC
1706 * d10v-tdep.c (d10v_init_extra_frame_info): Use
1707 frame_relative_level.
1708
da50a4b7
AC
1709 * alpha-tdep.c: Use get_frame_extra_info.
1710 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1711 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
1712 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1713 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
1714
11c02a10
AC
1715 * alpha-tdep.c: Use get_next_frame.
1716 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1717 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1718 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
1719 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
1720 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
1721 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
1722 * xstormy16-tdep.c: Ditto.
1723
1e2330ba
AC
17242003-01-07 Andrew Cagney <cagney@redhat.com>
1725
1726 * alpha-tdep.c: Use get_frame_base.
1727 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1728 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1729 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1730 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1731 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
1732 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1733 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
1734 * config/sparc/tm-sparc.h: Ditto.
1735
2d75187b
AC
17362003-01-07 Andrew Cagney <cagney@redhat.com>
1737
1738 * frame.c (deprecated_get_frame_context): New function.
1739 (deprecated_set_frame_context): New function.
1740 * frame.h (deprecated_get_frame_context): Declare.
1741 (deprecated_set_frame_context): Declare.
1742 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
1743 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
1744
483d36b2
AC
17452003-01-07 Andrew Cagney <cagney@redhat.com>
1746
1747 * frame.c (deprecated_set_frame_next_hack): New function.
1748 (deprecated_set_frame_prev_hack): New function.
1749 * frame.h (deprecated_set_frame_next_hack): Declare.
1750 (deprecated_set_frame_prev_hack): Declare.
1751 * mcore-tdep.c (analyze_dummy_frame): Use
1752 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
1753 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1754
14e91ac5
DC
17552003-01-07 David Carlton <carlton@math.stanford.edu>
1756
1757 * linespec.c (decode_line_1): Move code into decode_dollar.
1758 (decode_dollar): New function.
1759
b0c6b05c
AC
17602003-01-07 Andrew Cagney <cagney@redhat.com>
1761
1762 * arm-tdep.c (arm_init_extra_frame_info): Use
1763 deprecated_update_frame_base_hack.
1764 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
1765 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1766 (fix_frame_pointer): Ditto.
1767 (mn10300_analyze_prologue): Ditto.
1768
a00a19e9
AC
17692003-01-07 Andrew Cagney <cagney@redhat.com>
1770
1771 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
1772 extra_info using frame_extra_info_zalloc.
1773 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1774 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
1775 (sh64_init_extra_frame_info): Ditto.
1776 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
1777 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
1778 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1779 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
1780 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
1781 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
1782 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
1783 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
1784 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
1785 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
1786 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1787 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
1788
1789 * mn10300-tdep.c (analyze_dummy_frame): Use
1790 deprecated_set_frame_extra_info_hack.
1791 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1792
1fb4c65b
JB
17932003-01-07 J. Brobecker <brobecker@gnat.com>
1794
1795 * mdebugread.c (parse_symbol): Skip stProc entries which storage
1796 class is not scText. These do not define "real" procedures.
1797 (parse_partial_symbols): Likewise.
1798
9fe7d6bf
MS
17992003-01-06 Michael Snyder <msnyder@redhat.com>
1800
1801 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
1802
f6c609c4
AC
18032003-01-06 Andrew Cagney <ac131313@redhat.com>
1804
1805 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
1806 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
1807 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
1808 deprecated_frame_xmalloc_with_cleanup.
1809 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
1810 deprecated_frame_xmalloc.
1811 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
1812 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
1813
d995ff4b
AC
18142003-01-06 Andrew Cagney <cagney@redhat.com>
1815
84dc46cb
AC
1816 * x86-64-linux-tdep.c: Include "osabi.h".
1817 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
1818
d995ff4b
AC
1819 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
1820
66140c26
AC
18212003-01-06 Andrew Cagney <cagney@redhat.com>
1822
1823 * MAINTAINERS (Target Instruction Set Architectures): Update
1824 arm-elf. Can be built with -Werror, has been multiarched.
1825
1826 * value.h (unpack_long): Make buffer parameter constant.
1827 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
1828 * scm-lang.h (scm_parse): Ditto.
1829 * defs.h (extract_typed_address, extract_address): Ditto.
1830 (extract_long_unsigned_integer): Ditto.
1831 * inferior.h (unsigned_pointer_to_address): Ditto.
1832 (signed_pointer_to_address): Ditto.
1833 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
1834 * gdbarch.h, gdbarch.c: Regenerate.
1835 * findvar.c (extract_long_unsigned_integer): Update.
1836 (extract_address): Update.
1837 (extract_typed_address): Update.
1838 (unsigned_pointer_to_address): Update.
1839 * values.c (unpack_long): Update.
1840 (unpack_double): Update.
1841 (unpack_pointer): Update.
1842 (unpack_field_as_long): Update.
1843 * d10v-tdep.c (d10v_pointer_to_address): Update.
1844 * avr-tdep.c (avr_pointer_to_address): Update.
1845 * scm-lang.c (scm_unpack): Update.
1846 * findvar.c (signed_pointer_to_address): Update.
1847
b089b3da
ML
18482003-01-06 Michal Ludvig <mludvig@suse.cz>
1849
1850 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
1851 since it is in i386-tdep.c.
1852
aff87235
JB
18532003-01-06 J. Brobecker <brobecker@gnat.com>
1854
1855 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
1856 failure introduced in the previous change.
1857
34f5e845
MC
18582003-01-05 Michael Chastain <mec@shout.net>
1859
1860 * README: Remove references to deleted remote-*.c files:
1861 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
1862 remote-nrom.c, remote-os9k.c, remote-udi.c.
1863
28bcfd30
MK
18642003-01-05 Mark Kettenis <kettenis@gnu.org>
1865
1866 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
1867 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
1868 i386_get_longjmp_target.
1869
15a5b3ee
AC
18702003-01-05 Andrew Cagney <ac131313@redhat.com>
1871
1872 * arm-tdep.c (prologue_cache): Change to a pointer.
1873 (_initialize_arm_tdep): Allocate prologue_cache.
1874 (check_prologue_cache): Update.
1875 (save_prologue_cache): Update.
1876 (arm_gdbarch_init): Update.
1877
c263362b
DJ
18782003-01-04 Daniel Jacobowitz <drow@mvista.com>
1879
1880 * stabsread.c (update_method_name_from_physname): Call complaint()
1881 instead of error.
1882
51603483
DJ
18832003-01-04 Daniel Jacobowitz <drow@mvista.com>
1884
1885 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
1886 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
1887 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
1888
1889 * blockframe.c: Include "gdbcmd.h" and "command.h".
1890 (backtrace_below_main): New variable.
1891 (file_frame_chain_valid, func_frame_chain_valid)
1892 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
1893 (generic_func_frame_chain_valid): Remove functions.
1894 (frame_chain_valid, do_flush_frames_sfunc): New functions.
1895 (_initialize_blockframe): New function.
1896 * Makefile.in (blockframe.o): Update dependencies.
1897 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
1898 comment. Call frame_chain_valid ().
1899 * frame.h: Remove old prototypes. Add prototype for
1900 frame_chain_valid and update comments to match.
1901 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
1902 Remove old comment.
1903 * gdbarch.h: Regenerated.
1904 * gdbarch.c: Regenerated.
1905
1906 * alpha-tdep.c (alpha_gdbarch_init): Don't call
1907 set_gdbarch_frame_chain_valid.
1908 * avr-tdep.c (avr_gdbarch_init): Likewise.
1909 * cris-tdep.c (cris_gdbarch_init): Likewise.
1910 * frv-tdep.c (frv_gdbarch_init): Likewise.
1911 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
1912 * i386-tdep.c (i386_svr4_init_abi): Likewise.
1913 (i386_nw_init_abi): Likewise.
1914 (i386_gdbarch_init): Likewise.
1915 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
1916 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1917 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1918 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1919 * mips-tdep.c (mips_gdbarch_init): Likewise.
1920 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1921 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
1922 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1923 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1924 * s390-tdep.c (s390_gdbarch_init): Likewise.
1925 * sh-tdep.c (sh_gdbarch_init): Likewise.
1926 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1927 * v850-tdep.c (v850_gdbarch_init): Likewise.
1928 * vax-tdep.c (vax_gdbarch_init): Likewise.
1929 * x86-64-tdep.c (x86_64_init_abi): Likewise.
1930
1931 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
1932 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
1933 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
1934 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
1935 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
1936 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
1937 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
1938 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
1939
b00a8037
DJ
19402002-01-04 Daniel Jacobowitz <drow@mvista.com>
1941
1942 * Makefile.in (acconfig_h): Remove incorrect macro.
1943 (config_h): Define.
1944 (osabi.o): Update dependencies.
1945 * configure.tgt: Set gdb_osabi based on target triplet.
1946 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
1947 * configure: Regenerated.
1948 * config.in: Regenerated.
1949 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
1950 (GDB_OSABI_DEFAULT): Define if not already defined.
1951 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
1952 (set_osabi_string): New variables.
1953 (gdbarch_register_osabi): Add new OS ABI to
1954 gdb_osabi_available_names.
1955 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
1956 (set_osabi, show_osabi): New functions.
1957 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
1958
4be87837
DJ
19592003-01-04 Daniel Jacobowitz <drow@mvista.com>
1960
1961 * arch-utils.c (gdbarch_info_init): Set osabi to
1962 GDB_OSABI_UNINITIALIZED.
1963 * gdbarch.sh: Add osabi to struct gdbarch and to struct
1964 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
1965 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
1966 * gdbarch.c: Regenerated.
1967 * gdbarch.h: Regenerated.
1968 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
1969 there's no BFD.
1970 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
1971 * osabi.h (enum gdb_osabi): Move to defs.h.
1972 (gdbarch_init_osabi): Update prototype.
1973 * defs.h (enum gdb_osabi): Moved here.
1974 * Makefile.in: Update dependencies.
1975
1976 * alpha-tdep.h: Don't include "osabi.h".
1977 (struct gdbarch_tdep): Remove osabi member.
1978 * alpha-tdep.c: Include "osabi.h".
1979 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1980 iterate over arches. Update call to gdbarch_init_osabi.
1981 (alpha_dump_tdep): Don't dump osabi.
1982 * alpha-linux-tdep.c: Include "osabi.h".
1983 * alpha-osf1-tdep.c: Include "osabi.h".
1984 * alphafbsd-tdep.c: Include "osabi.h".
1985 * alphanbsd-tdep.c: Include "osabi.h".
1986
1987 * arm-tdep.h: Don't include "osabi.h".
1988 (struct gdbarch_tdep): Remove osabi member.
1989 * arm-tdep.c: Include "osabi.h".
1990 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1991 iterate over arches. Update call to gdbarch_init_osabi.
1992 (arm_dump_tdep): Don't dump osabi.
1993 * arm-linux-tdep.c: Include "osabi.h".
1994 * armnbsd-tdep.c: Include "osabi.h".
1995
1996 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
1997 Update call to gdbarch_init_osabi.
1998
1999 * i386-tdep.h: Don't include "osabi.h".
2000 (struct gdbarch_tdep): Remove osabi member.
2001 * i386-tdep.c: Include "osabi.h".
2002 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2003 iterate over arches. Update call to gdbarch_init_osabi.
2004 (i386_dump_tdep): Don't dump osabi.
2005 * i386-linux-tdep.c: Include "osabi.h".
2006 * i386-sol2-tdep.c: Include "osabi.h".
2007 * i386bsd-tdep.c: Include "osabi.h".
2008 * i386gnu-tdep.c: Include "osabi.h".
2009 * i386ly-tdep.c: Include "osabi.h".
2010 * i386nbsd-tdep.c: Include "osabi.h".
2011 * i386obsd-tdep.c: Include "osabi.h".
2012
2013 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
2014 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2015 check osabi when iterating over arches. Update call to
2016 gdbarch_init_osabi.
2017 (mips_dump_tdep): Don't dump osabi.
2018
2019 * ns32k-tdep.h: Don't include "osabi.h".
2020 (struct gdbarch_tdep): Remove.
2021 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
2022 gdbarch_lookup_osabi. Don't iterate over arches. Don't
2023 allocate tdep. Update call to gdbarch_init_osabi.
2024 (ns32k_dump_tdep): Remove.
2025 (_initialize_ns32k_tdep): Update call to gdbarch_register.
2026 * ns32knbsd-tdep.c: Include "osabi.h".
2027
2028 * ppc-tdep.h: Don't include "osabi.h".
2029 (struct gdbarch_tdep): Remove osabi member.
2030 * rs6000-tdep.c: Include "osabi.h".
2031 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
2032 osabi when iterating over arches. Update call to
2033 gdbarch_init_osabi.
2034 (rs6000_dump_tdep): Don't dump osabi.
2035 * ppc-linux-tdep.c: Include "osabi.h".
2036 * ppcnbsd-tdep.c: Include "osabi.h".
2037
2038 * sh-tdep.h: Don't include "osabi.h".
2039 (struct gdbarch_tdep): Remove osabi member.
2040 * sh-tdep.c: Include "osabi.h".
2041 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2042 iterate over arches. Update call to gdbarch_init_osabi.
2043 (sh_dump_tdep): Don't dump osabi.
2044 * shnbsd-tdep.c: Include "osabi.h".
2045
2046 * sparc-tdep.c: Include "osabi.h".
2047 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2048 iterate over arches. Update call to gdbarch_init_osabi.
2049 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
2050 tdep structure.
2051
2052 * vax-tdep.h: Don't include "osabi.h".
2053 (struct gdbarch_tdep): Remove.
2054 * vax-tdep.c: Include "osabi.h".
2055 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2056 iterate over arches. Don't allocate tdep. Update call
2057 to gdbarch_init_osabi.
2058 (vax_dump_tdep): Remove.
2059 (_initialize_vax_tdep): Update call to gdbarch_register.
2060
a881cf8e
DJ
20612003-01-04 Daniel Jacobowitz <drow@mvista.com>
2062
2063 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
2064 entirely.
2065 (breakpoint_re_set_one): Don't fetch the value for a disabled
2066 watchpoint.
2067
1e698235
DJ
20682003-01-04 Daniel Jacobowitz <drow@mvista.com>
2069
2070 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
2071 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
2072 (COERCE_FLOAT_TO_DOUBLE): Remove.
2073 * gdbarch.c: Regenerate.
2074 * gdbarch.h: Regenerate.
2075 * Makefile.in: Remove value_h from gdbarch_h.
2076 * valops.c (coerce_float_to_double): New variable.
2077 (default_coerce_float_to_double): Remove.
2078 (standard_coerce_float_to_double): Remove.
2079 (value_arg_coerce): Use coerce_float_to_double.
2080 (_initialize_valops): Add "set coerce-float-to-double".
2081 * value.h (default_coerce_float_to_double): Remove prototype.
2082 (standard_coerce_float_to_double): Remove prototype.
2083
2084 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
2085 prototyped.
2086 * mdebugread.c (parse_symbol): Likewise.
2087 * stabsread.c (define_symbol): Mark all functions as prototyped.
2088
2089 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
2090 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
2091 set_gdbarch_coerce_float_to_double.
2092 * arm-tdep.c (arm_gdbarch_init): Likewise.
2093 * frv-tdep.c (frv_gdbarch_init): Likewise.
2094 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
2095 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
2096 * mips-tdep.c (mips_gdbarch_init): Likewise.
2097 (mips_coerce_float_to_double): Remove.
2098 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2099 (rs6000_coerce_float_to_double): Remove.
2100 * s390-tdep.c (s390_gdbarch_init): Likewise.
2101 * sh-tdep.c (sh_gdbarch_init): Likewise.
2102 (sh_coerce_float_to_double): Remove.
2103 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2104 (sparc_coerce_float_to_double): Remove.
2105 * v850-tdep.c (v850_gdbarch_init): Likewise.
2106 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2107 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2108 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
2109 (hppa_coerce_float_to_double): Remove prototype.
2110 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2111
f436a26a
DJ
21122003-01-04 Daniel Jacobowitz <drow@mvista.com>
2113
2114 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
2115
248f8055
DJ
21162003-01-04 Daniel Jacobowitz <drow@mvista.com>
2117
2118 Suggested by Stewart Brown <sb24@avaya.com>:
2119 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
2120 in recursive calls. Handle TYPE_CODE_TYPEDEF.
2121 (c_type_print_varspec_suffix): Likewise.
2122
72cfdc76
MK
21232003-01-04 Mark Kettenis <kettenis@gnu.org>
2124
bfd260bb
MK
2125 * configure.in: Don't set and AC_SUBST SUBDIRS.
2126 * configure: Regenerated.
2127
72cfdc76
MK
2128 * configure.in: Remove code dealing with shared libraries.
2129 * Makefile.in: Remove HLDFLAGS and HLDENV.
2130 * configure: Regenerated.
2131
c8b8a898
AC
21322003-01-04 Andrew Cagney <ac131313@redhat.com>
2133
2134 * frame.c (deprecated_frame_xmalloc): New function.
2135 (deprecated_set_frame_saved_regs_hack): New function.
2136 (deprecated_set_frame_extra_info_hack): New function.
2137 * frame.h (deprecated_frame_xmalloc): Declare.
2138 (deprecated_set_frame_saved_regs_hack): Declare.
2139 (deprecated_set_frame_extra_info_hack): Declare.
2140
14abd0fb
MK
21412003-01-04 Mark Kettenis <kettenis@gnu.org>
2142
8ee53726
MK
2143 * configure.in: Move code that provides the --enable-gdbtk option
2144 right after the code that handles the --enable-tui option, and
2145 polish it somewhat.
2146 * configure: Regenerated.
2147
14abd0fb
MK
2148 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
2149 AC_CHECK_FUNCS and remove the old check for pread64.
2150 * acinclude.m4 (AC_GNU_SOURCE): New macro.
2151 * acconfig.h (_GNU_SOURCE): Add.
2152 (HAVE_PREAD64): Remove.
2153 * configure, aclocal.m4, config.in: Regenerated.
2154
b2fb4676
AC
21552003-01-03 Andrew Cagney <ac131313@redhat.com>
2156
2157 * alpha-tdep.c: Use get_frame_saved_regs.
2158 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2159 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2160 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
2161 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
2162 * vax-tdep.c, xstormy16-tdep.c: Ditto.
2163
8dcde887
MK
21642003-01-03 Mark Kettenis <kettenis@gnu.org>
2165
2166 * configure.in: Remove all use of the SUBDIRS variable; add
2167 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
2168 code providing the --enable-multi-ice option, and move it right in
2169 front of the code that checks whether gdbserver is supported.
2170 Polish that too.
2171 * configure: Regenerated.
2172 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
2173 @SUBDIRS@.
2174
8ccd593b
AC
21752003-01-03 Andrew Cagney <cagney@redhat.com>
2176
2177 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
2178 * avr-tdep.c, cris-tdep.c: Ditto.
2179 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2180 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2181
91151a06
MK
21822003-01-03 Mark Kettenis <kettenis@gnu.org>
2183
2184 * configure.in: Remove --enable-netrom option.
2185 * configure: Regenerated.
2186
8fe84d01
MK
21872003-01-03 Mark Kettenis <kettenis@gnu.org>
2188
2189 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
2190 declaration for `struct re_pattern_buffer' instead.
2191 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
2192
f0394be6
JB
21932003-01-03 J. Brobecker <brobecker@gnat.com>
2194
2195 * mdebugread.c (parse_symbol): Count until the stEnd matching
2196 the structure name.
2197
27e9bf90
MK
21982003-01-02 Mark Kettenis <kettenis@gnu.org>
2199
93d331ba
MK
2200 * configure.in: Remove --with-cpu option.
2201 subscripts. Remove evil changequotes here.
2202 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
2203 * config.in, configure: Regenerated.
2204
27e9bf90
MK
2205 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
2206 * configure.in: Cleanup section that sources GDB and BFD configure
2207 subscripts. Remove evil changequotes here.
2208 * config.in, configure: Regenerated.
2209
50abf9e5
AC
22102003-01-02 Andrew Cagney <ac131313@redhat.com>
2211
2212 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
2213 frame accessor methods.
2214 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2215 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2216 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
2217 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
2218 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2219 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2220 * z8k-tdep.c: Ditto.
2221
287c1a40
MK
22222003-01-02 Mark Kettenis <kettenis@gnu.org>
2223
f5dbc56d
MK
2224 * configure.in: Remove UI_OUT configuration code.
2225 * ada-lang.c: Update assuming UI_OUT is always true.
2226 * Makefile.in (UIOUT_CFLAGS): Remove.
2227 * configure: Regenerated.
2228 * TODO: Remove blurb about elimination of -DUI_OUT.
2229
627af7ea
MK
2230 * configure.in: Move code that provides the --enable-gdbcli,
2231 --enable-gdbmi options right before the code that handles the
2232 --enable-tui option. Polish a bit.
2233 * configure: Regenerated.
2234
06825bd1
MK
2235 * configure.in: Rewrite check for GNU regex and the
2236 --without-included regex option, and move it into the "Checks for
2237 library functions" section. This makes us use the system regex
2238 again by default on systems with version 2 of the GNU C library.
2239 This was apparently broken.
2240 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
2241 * acconfig.h (USE_INCLUDED_REGEX): Remove.
2242 * config.in, configure: Regenerated.
2243
287c1a40
MK
2244 * configure.in: Move code that provides the --enable-tui option
2245 before the "Checks for libraries" section. Polish the code
2246 somewhat and set need_curses to yes if we build the TUI. Rewrite
2247 code that looks for a library providing termcap functionality to
2248 match more closely what's done in the Readline library, and move
2249 it into to the "Checks for libraries" section.
2250 * configure: Regenerated.
2251 * Makefile.in (TERMCAP): Remove variable.
2252 * config/i386/go32.mh (TERMCAP): Remove variable.
2253
684e56bf
AC
22542003-01-02 Andrew Cagney <ac131313@redhat.com>
2255
2256 * MAINTAINERS: Mention gdb_mbuild.sh.
2257 * gdb_mbuild.sh: Rewrite.
2258
e1ea1d75
MK
22592003-01-02 Mark Kettenis <kettenis@gnu.org>
2260
2261 * configure.in: Fix typo in last change.
2262 * config.in, configure: Regenerated.
2263
1b831c93
AC
22642003-01-02 Andrew Cagney <ac131313@redhat.com>
2265
2266 * valarith.c (value_binop): Delete obsolete code and comments.
2267 * configure.host: Ditto.
2268 * buildsym.h (make_blockvector): Ditto.
2269 * buildsym.c (make_blockvector): Ditto.
2270 * defs.h (enum language): Ditto.
2271 (chill_demangle): Ditto.
2272 * elfread.c (elf_symtab_read): Ditto.
2273 * dwarfread.c (CHILL_PRODUCER): Ditto.
2274 (set_cu_language): Ditto.
2275 (handle_producer): Ditto.
2276 * expprint.c (print_subexp): Ditto.
2277 * gdbtypes.c (chill_varying_type): Ditto.
2278 * gdbtypes.h (builtin_type_chill_bool): Ditto.
2279 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
2280 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
2281 (chill_varying_type): Ditto.
2282 * language.h (_LANG_chill): Ditto.
2283 * language.c (binop_result_type, integral_type): Ditto.
2284 (character_type, string_type, structured_type): Ditto.
2285 (lang_bool_type, binop_type_check): Ditto.
2286 * stabsread.h (os9k_stabs): Ditto.
2287 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
2288 (define_symbol, read_type, read_struct_fields): Ditto.
2289 (read_array_type, read_enum_type, read_huge_number): Ditto.
2290 (read_range_type, start_stabs): Ditto.
2291 * symfile.c (init_filename_language_table): Ditto.
2292 (add_psymbol_with_dem_name_to_list): Ditto.
2293 * symtab.c (symbol_init_language_specific): Ditto.
2294 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
2295 * symtab.h (struct general_symbol_info): Ditto.
2296 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2297 * typeprint.c (typedef_print): Ditto.
2298 * utils.c (fprintf_symbol_filtered): Ditto.
2299 * valops.c (value_cast, search_struct_field, value_slice): Delete
2300 obsolete code.
2301 (varying_to_slice): Delete function.
2302 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
2303 (varying_to_slice): Delete declaration.
2304 * MAINTAINERS: Update.
2305
8bb2c122
MK
23062003-01-02 Mark Kettenis <kettenis@gnu.org>
2307
97bf5e38
MK
2308 * configure.in: Reorganize "Checks for library functions section"
2309 a bit. Remove check for `btowc' and `isascii' functions.
2310 * configure: Regenerated.
2311
5ee754fc
MK
2312 * acconfig.h (_MSE_INT_H): Remove.
2313 * configure.in: Create "Checks for header files" section, and move
2314 appropriate tests there. Don't check for objlist.h, wchar.h,
2315 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
2316 misdetection fix. Also add "Checks for types", "Checks for
2317 compiler characteristics" and "Checks for library functions"
2318 sections.
2319 * config.in, configure: Regenerated.
2320
8bb2c122
MK
2321 * configure.in: Create "Checks for programs" section, and move
2322 appropriate tests there.
2323
9a156167
MK
23242003-01-01 Mark Kettenis <kettenis@gnu.org>
2325
2326 * configure.in: Create "Checks for libraries" section, and move
2327 appropriate tests there. Cleanup check for wctype in libw. Use
2328 AC_SEARCH_LIBS to see whether we need libsocket.
2329 * configure: Regenerated.
2330
a80e2bcb 2331For older changes see ChangeLog-2002
c906108c
SS
2332\f
2333Local Variables:
2334mode: change-log
2335left-margin: 8
2336fill-column: 74
2337version-control: never
2338End:
This page took 0.60296 seconds and 4 git commands to generate.