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