]> Git Repo - binutils.git/blame - gdb/ChangeLog
Add support for configuring *-*-kaos targets.
[binutils.git] / gdb / ChangeLog
CommitLineData
40d02bca
ML
12003-02-10 Michal Ludvig <[email protected]>
2
3 * dwarf2cfi.c: Reindented.
4
11308a41
AC
52003-02-09 Andrew Cagney <[email protected]>
6
7 * interps.c (clear_interpreter_hooks): Convert function definition
8 to ISO C.
9
e1c1c0f6
DC
102003-02-07 David Carlton <[email protected]>
11
12 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
13
ab5d3da6
KB
142003-02-07 Kevin Buettner <[email protected]>
15
16 * gdbtypes.h (struct main_type): Move ``length'' field from here...
17 (struct type): ...to here.
18 (TYPE_LENGTH): Adjust to reflect different location of ``length''
19 field.
20 * gdbtypes.c (make_qualified_type): Set length on newly created type.
21 (replace_type): Set length on all type variants for a given type.
22
b8a92b82
AC
232003-02-07 Andrew Cagney <[email protected]>
24
25 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
26 <sys/stat.h>.
27 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
28
5cb316ef
AC
292003-02-06 Andrew Cagney <[email protected]>
30
2555fe1a
AC
31 * Makefile.in (symm-nat.o): Update dependencies.
32 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
33 (lynx-nat.o, ia64-linux-nat.): Ditto.
34 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
35 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
36 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
37
44270758
AC
38 * Makefile.in (inflow_h): Define.
39 (procfs.o, inflow.o, procfs.o): Update dependencies.
40 * inftarg.c (child_stop): Delete extern declaration of
41 inferior_process_group. Include "inflow.h".
42 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
43 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
44 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
45 (our_process_group, inferior_process_group): Extern declarations.
46
df8f7274
AC
47 * procfs.c: Include "gdb_assert.h".
48
5cb316ef
AC
49 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
50 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
51 * jv-typeprint.c (java_type_print_base): Ditto.
52 * typeprint.c (typedef_print): Eliminate STREQ.
53 * cli/cli-script.c (define_command, define_command): Ditto.
54 * main.c (captured_main): Ditto.
55 * values.c (lookup_internalvar): Ditto.
56 * utils.c (safe_strerror, parse_escape): Eliminate assignment
57 within `if' conditional.
58 * linespec.c (decode_line_2): Ditto.
59 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
60 (bfd_openw_with_cleanup): Ditto.
61
2a28ccea
MK
622003-02-07 Mark Kettenis <[email protected]>
63
64 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
65 legacy_extract_return_value and store_return_value to
66 legacy_return_value.
67
786b8124
CF
682003-02-06 Raoul Gough <[email protected]>
69
70 * win32-nat.c (get_relocated_section_addrs): New function. Find
71 section load addresses for symbol handling in relocated DLLs.
72 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
73
b871e4ec
FF
742003-02-05 Fred Fish <[email protected]>
75
76 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
77 '=' and '!='.
78 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
79 with '&' and '=='.
80 (angel_RDI_info): Ditto.
81 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
82 with '&' and '!='.
83 (threads_continue_all_with_signals): Ditto.
84
4389a95a
AC
852003-02-05 Jim Ingham <[email protected]>
86 Keith Seitz <[email protected]>
87 Elena Zannoni <[email protected]>
88 Andrew Cagney <[email protected]>
89
90 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
91 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
92 (SUBDIR_MI_OBS): Add "mi-interp.o".
93 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
94 (SFILES): Add "interps.c".
95 (COMMON_OBS): Add "interps.o".
96 (interps_h, mi_main_h): Define.
97 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
98 (mi-main.o, main.o, event-top.o): Update dependencies.
99 * cli/cli-interp.c: New file.
100 * interps.h, interps.c: New files.
101 * top.c: (gdb_init): Don't install the default interpreter, handed
102 by captured_main.
103 * main.c: Include "interps.h".
104 (interpreter_p): Note that it should malloc'ed.
105 (captured_command_loop): Call current_interp_command_loop.
106 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
107 xfree and xstrdup when updating interpreter_p. Install the
108 default interpreter. Add hack to stop mi1's copyright notice
109 being encoded.
110 * event-top.h (gdb_setup_readline): Declare.
111 (gdb_disable_readline): Declare.
112 * event-top.c: Include "interps.h".
113 (display_gdb_prompt): Call current_interp_display_prompt_p.
114 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
115 gdb_stdlog, and gdb_stdtarg.
116 (_initialize_event_loop): Don't call gdb_setup_readline.
117 * cli-out.c (cli_out_set_stream): New function.
118 * cli-out.h (cli_out_set_stream): Declare.
119
ff3b5810
MK
1202003-02-06 Mark Kettenis <[email protected]>
121
122 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
123 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
124 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
125 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
126 config/i386/i386v42mp.mt: Removed.
127
5b729aa5
MK
1282003-02-05 Mark Kettenis <[email protected]>
129
130 * configure.tgt (*-*-solaris*): Set gdb_osabi to
131 GDB_OSABI_SOLARIS.
132
8cc15142
MC
1332003-02-05 Michael Chastain <[email protected]>
134
135 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
136 2.12.1 and earlier versions.
137
5aa5d4b9
AC
1382003-02-05 Andrew Cagney <[email protected]>
139
140 Remove orphaned hosts, targets and files.
141 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
142 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
143 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
144 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
145 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
146 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
147 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
148 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
149 * config/sparc/tm-sp64sim.h: Delete.
150 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
151 hosts.
152 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
153 mips*-dec-mach3* targets.
154
b68767c1
MC
1552003-02-04 Michael Chastain <[email protected]>
156
157 * NEWS: Fix typo: sepcifying -> specifying.
158
5ae7ca1d
MC
1592003-02-04 Michael Chastain <[email protected]>
160
161 * dwarfread.c: Add documentation on the state of dwarf-1,
162 looking towards obsoletion.
163
d08a4280
MC
1642003-02-03 Michael Chastain <[email protected]>
165
166 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
167 gdb/testsuite/gdb.c++/pr-1023.exp.
168
e9be73e4
AC
1692003-02-04 Andrew Cagney <[email protected]>
170
171 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
172 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
173
174 * utils.c (init_page_info): Delete reference to MPW in comments.
175 * main.c (captured_main): Delete #ifdef MPW.
176
05d57f6f
AC
1772003-02-04 Andrew Cagney <[email protected]>
178
179 * NEWS: Note that the m32r-*-elf* is obsolete.
180 * monitor.c (monitor_expect): Obsolete reference to m32r.
181 * configure.tgt: Mark m32r-*-elf* as obsolete.
182 * MAINTAINERS: Mark m32k as obsolete.
183 * m32r-rom.c: Obsolete file.
184 * config/m32r/m32r.mt: Obsolete file.
185 * config/m32r/tm-m32r.h: Obsolete file.
186 * m32r-stub.c: Obsolete file.
187 * m32r-tdep.c: Obsolete file.
188
8b0e5691
AC
1892003-02-04 Andrew Cagney <[email protected]>
190
191 * NEWS: Mention that the z8k-zilog-none is obsolete.
192 * MAINTAINERS: Mark z8k as obsolete.
193 * configure.tgt: Obsolete the z8k-*-coff* target.
194 * config/z8k/z8k.mt: Obsolete file.
195 * config/z8k/tm-z8k.h: Obsolete file.
196 * z8k-tdep.c: Obsolete file.
197
67f16606
AC
1982003-02-04 Andrew Cagney <[email protected]>
199
200 * NEWS: Mention that the mn10200-elf is obsolete.
201 * configure.tgt: Obsolete mn10200-*-* target.
202 * breakpoint.c (update_breakpoints_after_exec): Update comment to
203 mention that the mn10200 is obsolete.
204 * breakpoint.h: Ditto.
205 * MAINTAINERS: Mark the mn10200-elf as obsolete.
206 * config/mn10200/mn10200.mt: Obsolete file.
207 * config/mn10200/tm-mn10200.h: Obsolete file.
208 * mn10200-tdep.c: Obsolete file.
209
fd2299bd
AC
2102003-02-04 Andrew Cagney <[email protected]>
211
212 * MAINTAINERS: Mark h8500 as obsolete.
213 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
214 * findvar.c (value_from_register): Ditto.
215 * h8500-tdep.c: Mark file as obsolete.
216 * config/h8500/h8500.mt: Ditto.
217 * config/h8500/tm-h8500.h: Ditto.
218 * NEWS: Mention that h8500 is obsolete.
219
eb9a305d
DC
2202003-02-04 David Carlton <[email protected]>
221
222 * objfiles.c (allocate_objfile): Always set name. Add comment at
223 start of function.
224 * jv-lang.c (get_dynamics_objfile): Add comment.
225
406fc7fb
DC
2262003-02-04 David Carlton <[email protected]>
227
228 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
229 * printcmd.c (build_address_symbolic): Replace uses of
230 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
231 SYMBOL_NAME, and asm_demangle.
232 Update copyright.
233
93d91629
DC
2342003-02-04 David Carlton <[email protected]>
235
236 * linespec.c (decode_compound): Extract code into
237 lookup_prefix_sym.
238 (lookup_prefix_sym): New function.
239
1c5cb38e
DC
2402003-02-04 David Carlton <[email protected]>
241
242 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
243 FLOAT_COERCION_BADNESS.
244 * gdbtypes.c (rank_one_type): Replace all uses of
245 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
246
0cf824c9
JB
2472003-02-04 Jim Blandy <[email protected]>
248
249 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
250 section, let dwarf_macinfo_section point to it, not
251 dwarf_loc_section.
252
a2d356b0
DJ
2532003-02-04 Daniel Jacobowitz <[email protected]>
254
255 Pointed out by Anton Blanchard <[email protected]>.
256 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
257 (ppc_linux_at_sigtramp_return_path): Use it.
258
2de7ced7
DJ
2592003-02-04 Daniel Jacobowitz <[email protected]>
260
261 * defs.h (streq): Add prototype.
262 * utils.c (streq): New function.
263
264 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
265 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
266 * mdebugread.c (new_symbol): Likewise.
267 * stabsread.c (define_symbol): Likewise.
268 * coffread.c (process_coff_symbol): Likewise.
269 * dwarfread.c (new_symbol): Likewise.
270
271 * minsyms.c (prim_record_minimal_symbol_and_info): Use
272 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
273 here.
274 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
275 SYMBOL_INIT_DEMANGLED_NAME.
276 * objfiles.c: Include "hashtab.h".
277 (allocate_objfile): Call htab_set_functions_ex for the
278 demangled_names_hash.
279 (free_objfile): Call htab_delete for the demangled_names_hash.
280 * objfiles.h (struct htab): Add declaration.
281 (struct objfile): Add demangled_names_hash.
282 * symfile.c: Include "hashtab.h".
283 (reread_symbols): Call htab_delete for the demangled_names_hash.
284 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
285 SYMBOL_NAME in the bcache.
286 * symtab.c: Include "hashtab.h". Update comments.
287 (create_demangled_names_hash, symbol_set_names): New functions.
288 (symbol_find_demangled_name): New function, broken out from
289 symbol_init_demangled_names.
290 (symbol_init_demangled_names): Use it.
291 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
292 (SYMBOL_SET_NAMES): New macro.
293 (symbol_set_names): Add prototype.
294
15831452
JB
2952003-02-03 Jim Blandy <[email protected]>
296
297 Use a single, consistent representation for an empty minimal
298 symbol table in an objfile.
299 * objfiles.c (terminate_minimal_symbol_table): New function.
300 (allocate_objfile): Call it.
301 * objfiles.h (terminate_minimal_symbol_table): New declaration.
302 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
303 non-NULL.
304 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
305 objfile has minimal symbols, compare minimal_symbol_count to zero,
306 instead of comparing msymbols with NULL.
307 * objfiles.c (have_minimal_symbols): Same.
308 * solib-sunos.c (solib_add_common_symbols): Call
309 terminate_minimal_symbol_table.
310 * symfile.c (reread_symbols): Same.
311
ffc65945
KB
3122003-02-03 Kevin Buettner <[email protected]>
313
314 * s390-tdep.c (s390_address_class_type_flags)
315 (s390_address_class_type_flags_to_name)
316 (s390_address_class_name_to_type_flags): New functions.
317 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
318 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
319
f211c6d4
MS
3202003-02-03 Michael Snyder <[email protected]>
321
322 * arm-tdep.c: Fix spell-o in comment.
323
659b0389
ML
3242003-02-03 Michal Ludvig <[email protected]>
325
326 * dwarf2cfi.c (pointer_encoding): Added new parameter.
327 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
328 error messages to contain BFD filename.
329
3b31d625
EZ
3302003-02-02 Elena Zannoni <[email protected]>
331
997b089a 332 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
333 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
334 (do_mixed_source_and_assembly): Use
335 make_cleanup_ui_out_tuple_begin_end and
336 make_cleanup_ui_out_tuple_begin_end.
337 (do_mixed_source_and_assembly): Ditto.
338 * thread.c (do_captured_list_thread_ids): Ditto.
339 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
340 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
341 ui_out_tuple_end): Delete prototypes.
342 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
343 ui_out_list_end, ui_out_tuple_end): Delete.
344
345 From Kevin Buettner <[email protected]>:
346 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
347 * ui-out.c (make_cleanup_ui_out_table_begin_end)
348 (do_cleanup_table_end): New functions.
349 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
350 Use cleanups to invoke_ui_out_tuple_end().
351 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
352 * cli/cli-setshow.c (cmd_show_list): Use
353 make_cleanup_ui_out_tuple_begin_end.
354
5b181d62
AC
3552003-02-02 Andrew Cagney <[email protected]>
356
357 * frame.c (frame_unwind_register): New function.
358 (frame_unwind_unsigned_register): Use.
359 (frame_unwind_signed_register): Use.
360 (frame_read_register): New function.
361 * frame.h (frame_unwind_register): Declare.
362 (frame_read_register): Declare.
363
364 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
365 and frame_unwind_register instead of read_memory, write_register
366 and deprecated_write_register_bytes.
367
5f601589
AC
3682003-02-02 Andrew Cagney <[email protected]>
369
370 * frame.h: Note that namelen can be negative.
371 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
372 NAME's length.
373
374 * NEWS: Mention that the d10v's `regs' command is deprecated.
375 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
376 (d10v_print_registers_info): New function.
377 (show_regs): Call d10v_print_registers_info.
378 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
379
6a3fe0a4
MK
3802003-02-02 Mark Kettenis <[email protected]>
381
382 * stack.c (print_frame_info): Restore call to annotate_frame_begin
383 lost in the previous patch.
384
075559bc
AC
3852003-02-01 Andrew Cagney <[email protected]>
386
387 From 2002-11-09 Jason Molenda ([email protected])
388 * stack.c (print_frame_info_base): Output complete FRAME tuple
389 for synthesized frames.
390
6789195b
AC
3912003-02-02 Andrew Cagney <[email protected]>
392
393 * mips-nat.c (zerobuf): Delete.
394 (fetch_inferior_registers): Alloc local zerobuf.
395 (fetch_core_registers): Alloc local zerobuf.
396 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
397 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
398 * thread-db.c (thread_db_store_registers): Ditto.
399 * sh-tdep.c (sh_do_register): Ditto.
400 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
401 * remote-sim.c (gdbsim_store_register): Ditto.
402 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
403 * remote-e7000.c (fetch_regs_from_dump): Ditto.
404 * monitor.c (monitor_supply_register): Ditto.
405 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
406 * mips-nat.c (fetch_inferior_registers): Ditto.
407 * m68klinux-nat.c (fetch_register): Ditto.
408 * lynx-nat.c (fetch_inferior_registers): Ditto.
409 (fetch_inferior_registers): Ditto.
410 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
411 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
412 (hpux_thread_store_registers): Ditto.
413 * hppah-nat.c (fetch_register): Ditto.
414 * hppab-nat.c (fetch_register): Ditto.
415 * hppa-tdep.c (pa_register_look_aside): Ditto.
416 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
417 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
418
e669114a
AC
4192003-02-01 Andrew Cagney <[email protected]>
420
421 * gdbarch.sh: Explictly specify all method levels. When a
422 variable with an empty level, provide a non-multi-arch default.
423 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
424 * gdbarch.h: Re-generate.
425 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
426 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
427
9a043c1d
AC
4282003-02-01 Andrew Cagney <[email protected]>
429
430 * defs.h (host_pointer_to_address): Delete declaration.
431 (address_to_host_pointer): Delete declaration.
432 * utils.c (host_pointer_to_address): Delete function.
433 (address_to_host_pointer): Delete function.
434 * procfs.c (procfs_address_to_host_pointer): New function.
435 * procfs.c (proc_set_watchpoint): Use.
436 (procfs_can_use_hw_breakpoint): Update comments.
437 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
438 (som_solib_add): Use.
439 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
440 * hppa-tdep.c (unwind_command): Use.
441
7ca9f392
AC
4422003-02-01 Andrew Cagney <[email protected]>
443
94bbfd30
AC
444 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
445 strlen d_name.
446
7ca9f392
AC
447 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
448 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
449 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
450 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
451 (define_symbol): Update.
452 * symfile.c (generic_load): Remove references to nindy.
453 * symtab.c: Remove references to nindy.
454
31a85ea2
AC
4552003-02-01 Andrew Cagney <[email protected]>
456
457 * infcmd.c (print_float_info): Delete code conditional on
458 FLOAT_INFO.
459 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
460 * config/m68k/nm-apollo68b.h: Ditto.
461 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
462 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
463 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
464
f6e85fc8
MK
4652003-02-01 Mark Kettenis <[email protected]>
466
6015b6a0
MK
467 * config/i386/tm-i386os9k.h: Removed.
468
f7a30bdf
MK
469 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
470 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
471 they're identical to i[3456]86-*-sysv* now.
472 * config/i386/i386v32.mh: Removed.
473 * config/i386/xm-i386v32.h: Removed.
474 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
475
28d52111
MK
476 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
477
4d3f6bce
MK
478 * config/i386/i386dgux.mh: Removed.
479 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
480
f6e85fc8
MK
481 * configure.in: Fix typo.
482 * configure: Regenerated.
483
53955967
DC
4842003-01-31 David Carlton <[email protected]>
485
486 * dwarf2read.c (dwarf2_locate_sections): Set
487 dwarf_ranges_section.
488
b1364885
AC
4892003-01-31 Andrew Cagney <[email protected]>
490
8dbb1c65
AC
491 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
492 * utils.c: Update comments documenting legitimate uses of PTR.
493
8731e58e
AC
494 * utils.c: Re-indent.
495
b1364885
AC
496 * config/djgpp/fnchange.lst: Delete nindy files.
497 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
498 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
499 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
500 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
501 * nindy-share/README, nindy-share/Onindy.c: Delete files.
502 * nindy-tdep.c, nindy-share/Makefile: Delete files.
503 * Makefile.in (init.c): Remove nindy references.
504 (saber_gdb): Delete rule.
505 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
506 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
507 and a68v-nat.c.
508 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
509 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
510 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
511 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
512 nindy-share/stop.h.
513 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
514 * saber.suppress: Delete file.
515
086df311
DJ
5162003-01-31 Daniel Jacobowitz <[email protected]>
517
518 * dbxread.c (stabs_data): New static variable.
519 (fill_symbuf): Support an in-memory buffer for stabs data.
520 (stabs_seek): New function.
521 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
522 (read_ofile_symtab): Use stabs_seek.
523 (elfstab_build_psymtabs): Take an asection* instead of
524 an offset and size. Relocate the stabs data if necessary.
525 Save the section* for dbx_psymtab_to_symtab.
526 * dwarf2read.c: Add section variables for each debug section.
527 (dwarf2_locate_sections): Fill them in.
528 (dwarf2_read_section): Take an asection* argument.
529 Relocate the section contents if necessary.
530 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
531 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
532 it to dwarf2_read_section.
533 (dwarf2_build_frame_info): Update callers.
534 * elfread.c (elf_symfile_read): Update call to
535 elfstab_build_psymtabs.
536 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
537 (DBX_STAB_SECTION): New macro.
538 * stabsread.h (elfstab_build_psymtabs): Update prototype.
539 * symfile.c (symfile_dummy_outputs): New function.
540 (symfile_relocate_debug_section): New function.
541 * symfile.h (symfile_relocate_debug_section): Add prototype.
542
87d1b352
RH
5432003-01-31 Richard Henderson <[email protected]>
544
545 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
546 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
547 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
548 * alpha-tdep.c (alpha_register_name): Add "unique".
549 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
550 (ALPHA_UNIQUE_REGNUM): New.
551 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
552
c48861fb
AC
5532003-01-31 Andrew Cagney <[email protected]>
554
555 * README: Remove reference to Ericsson 1800 monitor.
556 * Makefile.in (remote-es.o): Delete rule.
557 (ALLDEPFILES): Delete remote-es.c.
558 * remote-es.c: Delete file.
559 * config/m68k/es1800.mt: Delete file.
560 * config/djgpp/fnchange.lst: Update.
561 * configure.tgt: Delete m68*-ericsson-* target.
562
d764a824
AF
5632003-01-31 Adam Fedor <[email protected]>
564
565 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
566 Remove duplicate/shadowing variable of same name.
567
fe36c4f4
JB
5682003-01-30 Jim Blandy <[email protected]>
569
570 * symfile.c (find_separate_debug_file): Assert that the objfile's
571 directory name we compute ends with a slash, and then assume that
572 that's so everywhere we use it.
573
cb741690
DJ
5742003-01-30 Daniel Jacobowitz <[email protected]>
575
576 * valops.c (value_assign): Flush frame cache after stores to memory
577 also.
578
96ee5227
AC
5792003-01-30 Andrew Cagney <[email protected]>
580
581 * Makefile.in (mon960-rom.o): Delete rule.
582 * mon960-rom.c: Delete file.
583
7f6104a9
AC
5842003-01-30 Andrew Cagney <[email protected]>
585
586 * d10v-tdep.c: Include "frame-unwind.h".
587 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
588 list.
589 (next_addr, uses_frame): Delete.
590 (struct d10v_unwind_cache): Define.
591 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
592 Use info instead of next_addr and uses_frame globals.
593 (d10v_frame_init_saved_regs): Delete function.
594 (d10v_init_extra_frame_info): Delete function.
595 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
596 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
597 init_frame_pc or frame_saved_pc.
598 (d10v_pop_frame): Delete function.
599 (do_d10v_pop_frame): Delete function.
600 (d10v_frame_chain): Delete function.
601 (d10v_frame_chain_valid): Delete function.
602 (d10v_frame_pc_unwind): New function.
603 (d10v_frame_id_unwind): New function.
604 (saved_regs_unwinder): New function.
605 (d10v_frame_register_unwind): New function.
606 (d10v_frame_pop): New function.
607 (d10v_frame_unwind): New variable.
608 (d10v_frame_p): New function.
609 (d10v_frame_saved_pc): Delete function.
610 * Makefile.in (d10v-tdep.o): Update dependencies.
611
cad2e848
JB
6122003-01-30 J. Brobecker <[email protected]>
613
614 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
615 causing some regressions due to a change in the default value
616 for this macro.
617
af34e669
DJ
6182003-01-29 Richard Henderson <[email protected]>
619 Elena Zannoni <[email protected]>
620 Daniel Jacobowitz <[email protected]>
621
622 Fix PR gdb/961.
623 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
624 variables.
625 (RANGES_SECTION): New.
626 (dwarf_ranges_buffer): New variable.
627 (struct comp_unit_head): Add member "die".
628 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
629 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
630 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
631 (dwarf2_locate_sections): Likewise.
632 (dwarf2_build_psymtabs): Read .debug_ranges.
633 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
634 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
635 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
636 Look for DW_AT_ranges and return the bounding box.
637
baa93fa6
CF
6382003-01-29 Brian Ford <[email protected]>
639
640 * win32-nat.c (cygwin_pid): Removed as unused.
641 (child_attach): Try fall back to Cygwin pid.
642
c63f977f
JB
6432003-01-29 Jim Blandy <[email protected]>
644
645 * objfiles.h (struct objfile): Doc fix.
646
d62d1979
AC
6472003-01-29 Andrew Cagney <[email protected]>
648
649 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
650 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
651 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
652 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
653 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
654 (FRAME_SAVED_PC): Change to a function with predicate.
655 * gdbarch.h, gdbarch.c: Re-generate.
656
1ae18a04
AC
6572003-01-28 Andrew Cagney <[email protected]>
658
52287340
AC
659 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
660
1ae18a04
AC
661 * complaints.c (complain): Delete function.
662 * complaints.h (struct deprecated_complaint): Delete definition.
663 (complain): Delete declaration.
664
f2c16bd6
KB
6652003-01-28 Kevin Buettner <[email protected]>
666
667 * mips-tdep.c (mips_init_extra_frame_info): Return early for
668 dummy frames.
669
a94dd1fd
AC
6702003-01-27 Andrew Cagney <[email protected]>
671
672 * sentinel-frame.h, sentinel-frame.c: New files.
673 * Makefile.in (frame.o): Update dependencies.
674 (SFILES): Add sentinel-frame.c.
675 (sentinel_frame_h): Define.
676 (COMMON_OBS): Add sentinel-frame.o.
677 (sentinel-frame.o): Specify dependencies.
678 * frame.c: Include "sentinel-frame.h".
679 (frame_register_unwind): Rewrite assuming that there is always a a
680 ->next frame.
681 (frame_register, generic_unwind_get_saved_register): Ditto.
682 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
683 (create_sentinel_frame, unwind_to_current_frame): New functions.
684 (get_current_frame): Rewrite using create_sentinel_frame and
685 unwind_to_current_frame. When possible, always create a frame.
686 (create_new_frame): Set next to the sentinel frame.
687 (get_next_frame): Rewrite. Don't go below the level 0 frame.
688 (deprecated_update_frame_pc_hack): Update the next frame's PC and
689 ID cache when necessary.
690 (frame_saved_regs_id_unwind): Use frame_relative_level.
691 (deprecated_generic_get_saved_register): Use frame_relative_level,
692 get_frame_saved_regs, get_frame_pc, get_frame_base and
693 get_next_frame.
694 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
695 frame_register.
696
5378adc4
DJ
6972003-01-27 Daniel Jacobowitz <[email protected]>
698
699 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
700
51ee2ddc
DJ
7012003-01-27 Daniel Jacobowitz <[email protected]>
702
703 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
704 (maintenance_set_profile_cmd): Use error () instead of warning ().
705
d9feb4e7
DJ
7062003-01-27 Daniel Jacobowitz <[email protected]>
707
708 * configure.in: Check that -pg works if using --enable-profiling.
709 Check for monstartup and _mcleanup regardless of --enable-profiling.
710 * maint.c: Check for monstartup and _mcleanup before using them.
711 * config.in: Regenerated.
712 * configure: Regenerated.
713
2d188dd3
NC
7142003-01-24 Nick Clifton <[email protected]>
715
716 * Add sh2e support:
717
718 2002-04-02 Elena Zannoni <[email protected]>
719
720 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
721 (sh2e_show_regs): New.
722 (sh_gdbarch_init): Handle bfd_mach_sh2e.
723 * config/sh/tm-sh.h: Added sh2e to comments.
724
cb3c37b2
JB
7252003-01-23 Jim Blandy <[email protected]>
726
727 * symfile.c (syms_from_objfile): Don't print the "(no debugging
728 symbols found)" message here; we haven't checked for a separate
729 debug info file yet, so we don't know yet.
730 (symbol_file_add_with_addrs_or_offsets): Print it here, after
731 we've looked everywhere. Also, there's no need to print a special
732 message when we're loading the separate debug info file: the one
733 symbol_file_add prints is fine.
734
5b5d99cf
JB
7352003-01-23 Alexander Larsson <[email protected]>
736 Jim Blandy <[email protected]>
737
738 Add support for executables whose debug info has been separated
739 out into a separate file, leaving only a link behind.
740 * objfiles.h (struct objfile): New fields: separate_debug_objfile
741 and separate_debug_objfile_backlink.
742 (put_objfile_before): New declaration.
743 * symfile.c: #include "filenames.h".
744 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
745 debug info in a separate file, read that, too. Save the addrs
746 argument, so we can use it again to read the separated debug info;
747 syms_from_objfile modifies the table we pass it.
748 (reread_symbols): After re-reading an objfile, call
749 reread_separate_symbols to refresh its separate debug info
750 objfile, if it has one.
751 (reread_separate_symbols, find_separate_debug_file,
752 get_debug_link_info, separate_debug_file_exists): New functions.
753 (debug_file_directory): New global var.
754 (_initialize_symfile): Initialize debug_file_directory, and
755 provide the new `set debug-file-directory' command to let the user
756 change it.
757 * objfiles.c (free_objfile): If this objfile has its debug info in
758 a separate objfile, free that one too. If this is itself a
759 separate debug info objfile, clear our parent's backlink.
760 (put_objfile_before): New function.
761 * utils.c (gnu_debuglink_crc32): New function.
762 * defs.h (gnu_debuglink_crc32): New declaration.
763 * Makefile.in (symfile.o): Note dependency on "filenames.h".
764 * configure.in: Handle --with-separate-debug-dir config option.
765 * acinclude.m4 (AC_DEFINE_DIR): New macro.
766 * acconfig.h (DEBUGDIR): New macro.
767 * configure, aclocal.m4, config.in: Regenerated.
768
7e8580c1
JB
7692003-01-22 Jim Blandy <[email protected]>
770
7904e09f
JB
771 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
772 like the old symbol_file_add, but taking new arguments: you can
773 now pass in either a `struct section_addr_info' list to say where
774 each section is loaded, or a `struct section_offsets' table. Pass
775 these new arguments through to syms_from_objfile as appropriate.
776 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
777 with the appropriate quiescent values for the new arguments.
778
7e8580c1
JB
779 * symfile.c: #include "gdb_assert.h".
780 (syms_from_objfile): Add the ability to pass in a section offset
781 table directly, as an alternative to the section_addr_info table.
782 Document arguments better.
783 (symbol_file_add): Pass extra arguments to syms_from_objfile.
784 * symfile.h (syms_from_objfile): Update declaration.
785 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
786 syms_from_objfile.
787 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
788
d28f9cdf
DJ
7892003-01-22 Daniel Jacobowitz <[email protected]>
790
791 Original patch by Tom Tromey <[email protected]> and
792 Jason Molenda <[email protected]>.
793 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
794 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
795 * NEWS: Mention profiling.
796 * configure.in (--enable-gdbtk): Fix typo.
797 (--enable-profiling): New. Set PROFILE_CFLAGS.
798 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
799 Fill in function.
800 (profiling_state): New variable.
801 (mcleanup_wrapper): New function.
802 (_initialize_maint): Remove NOTYET, fix call to
803 add_setshow_boolean_cmd for "maint set profile".
804 * configure: Regenerated.
805
df21e465
MH
8062003-01-21 Martin M. Hunt <[email protected]>
807
808 * Makefile.in (install-gdbtk): Install PNG images too.
809
73c1f219
AC
8102003-01-21 Andrew Cagney <[email protected]>
811
812 * exec.c (text_start): Delete global variable.
813 (exec_file_attach): Make text_start local to the function.
814 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
815 * valops.c (hand_function_call): Delete code that handles
816 BEFORE_TEXT_END and AFTER_TEXT_END.
817 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
818 of CALL_DUMMY_LOCATION.
819 * gdbarch.c: Regenerate.
820 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
821 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
822 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
823 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
824 (text_end): Delete extern declaration.
825
eb4f72c5
AC
8262003-01-21 Andrew Cagney <[email protected]>
827
828 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
829 * blockframe.c (backtrace_below_main): Move to "frame.c".
830 (frame_chain_valid): Delete check for backtrace_below_main.
831 (_initialize_blockframe): Delete initialization, move ``set
832 backtrace-below-main'' command to "frame.c".
833 (do_flush_frames_sfunc): Delete function.
834 * frame.c: Include "command.h" and "gdbcmd.h".
835 (frame_type_from_pc): New function.
836 (create_new_frame): Use frame_type_from_pc.
837 (legacy_get_prev_frame): New function.
838 (get_prev_frame): Rewrite. When an old style frame, call
839 legacy_get_prev_frame. Otherwize, unwind the PC first.
840 (_initialize_frame): Add ``set backtrace-below-main'' command.
841 * Makefile.in (frame.o): Update dependencies.
842
778ce8cc
AC
8432003-01-19 Andrew Cagney <[email protected]>
844
845 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
846 DEPRECATED_REGISTERS_INFO.
847
01c193c8
AC
8482003-01-19 Andrew Cagney <[email protected]>
849
850 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
851 Maintainers'. Update `Various Maintainers'.
852
dedc2a2b
AC
8532003-01-19 Andrew Cagney <[email protected]>
854
855 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
856 * gdbarch.sh (POP_FRAME): Change to function with predicate.
857 Suppress actual parameters when `-'.
858 * gdbarch.h, gdbarch.c: Regenerate.
859
b7261c70
AC
8602003-01-19 Andrew Cagney <[email protected]>
861
862 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
863 code handling dummy frames.
864
dbe9fe58
AC
8652003-01-19 Andrew Cagney <[email protected]>
866
867 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
868 (struct frame_unwind): Add field pop.
869 * frame.h (frame_pop): Declare.
870 * frame.c (frame_saved_regs_pop): New function.
871 (trad_frame_unwinder): Add frame_saved_regs_pop.
872 (frame_pop): New function.
873 * dummy-frame.c (dummy_frame_pop): New function.
874 (discard_innermost_dummy): New function.
875 (generic_pop_dummy_frame): Use discard_innermost_dummy.
876 (dummy_frame_unwind): Add dummy_frame_pop.
877 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
878 * valops.c (hand_function_call): Ditto.
879 * stack.c (return_command): Ditto.
880
570b8f7c
AC
8812003-01-18 Andrew Cagney <[email protected]>
882
883 * cris-tdep.c: Fix function declaration indentation.
884 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
885 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
886 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
887 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
888 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
889 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
890
8912003-01-18 Michael Chastain <[email protected]>
eaec4d85
MC
892
893 * README (Unpacking and Installation -- quick overview):
894 Warn against ".../gdb-5.3/gdb/configure".
895
494cca16
AC
8962003-01-18 Andrew Cagney <[email protected]>
897
898 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
899 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
900 (struct frame_unwind): Declare opaque.
901 (dummy_frame_p): Declare function.
902 * dummy-frame.c (dummy_frame_id_unwind): Make static.
903 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
904 * dummy-frame.c: Include "frame-unwind.h".
905 (dummy_frame_p): New function.
906 (dummy_frame_unwind): New variable.
907 * frame.c: Include "frame-unwind.h".
908 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
909 to use the new unwind field.
910 (set_unwind_by_pc): Delete function.
911 (create_new_frame, get_prev_frame): Set unwind field using
912 frame_unwind_find_by_pc.
913 (trad_frame_unwind, trad_frame_unwinder): New variables.
914 * frame.h (trad_frame_unwind): Declare variable.
915 (frame_id_unwind_ftype): Delete declaration.
916 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
917 (struct frame_unwind): Declare opaque.
918 (struct frame_info): Replace the fields id_unwind, pc_unwind and
919 register_unwind with a single unwind pointer.
920 * frame-unwind.h, frame-unwind.c: New files.
921 * Makefile.in (SFILES): Add frame-unwind.c.
922 (frame_unwind_h): Define.
923 (COMMON_OBS): Add frame-unwind.o.
924 (frame-unwind.o): Specify dependencies.
925 (frame.o, dummy-frame.o): Update dependencies.
926
4efb68b1
AC
9272003-01-18 Andrew Cagney <[email protected]>
928
929 * ada-valprint.c: Eliminate PTR.
930 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
931 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
932 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
933 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
934 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
935 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
936 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
937
a84d24ee
AC
9382003-01-17 Andrew Cagney <[email protected]>
939
762f08a3
AC
940 * main.c (captured_main): Don't use PTR.
941 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
942 * gdbtypes.c (lookup_primitive_typename): Ditto.
943 (lookup_struct_elt_type): Ditto.
944 * f-valprint.c (info_common_command): Ditto.
945 (list_all_visible_commons): Ditto.
946 * jv-typeprint.c (java_type_print_base): Ditto.
947
a84d24ee
AC
948 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
949 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
950 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
951 i386-interix-nat.c and i386-interix-tdep.c. Rename
952 m68klinux-nat.c and m68klinux-tdep.c. Rename
953 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
954 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
955 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
956 * main.c (captured_main): Use xfree, not free.
957
c170fb60
AC
9582003-01-16 Andrew Cagney <[email protected]>
959
960 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
961 ID back using a parameter.
962 * frame.c (frame_id_unwind): Update call.
963 (frame_saved_regs_id_unwind): Update.
964 * dummy-frame.c (dummy_frame_id_unwind): Update function.
965 * dummy-frame.h (struct frame_id): Add opaque declaration.
966 (dummy_frame_id_unwind): Update declaration.
967
867f3898
AC
9682003-01-15 Andrew Cagney <[email protected]>
969
970 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
971
40622be8 9722003-01-15 Stephen P. Smith <[email protected]>
de3a8c23 973
40622be8 974 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 975
ae66c1fc
EZ
9762003-01-14 Elena Zannoni <[email protected]>
977
997b089a 978 Fix PR gdb/898
ae66c1fc
EZ
979 * breakpoint.c (until_break_command): Add new argument. Use it to
980 decide whether to stop only at the current frame or not.
981 * breakpoint.h (until_break_command): Update prototype.
982 * infcmd.c (until_command): Add new argument to until_break_command
983 call.
984 (advance_command): New function.
985 (_initialize_infcmd): Update help string for 'until' command.
986 Add new 'advance' command.
987
a04257e6
DC
9882003-01-14 David Carlton <[email protected]>
989
990 * linespec.c (decode_line_1): Normalize comments.
991 (set_flags): Ditto.
992 (locate_first_half): Ditto.
993 (decode_compound): Ditto.
994 (symtab_from_filename): Ditto.
995 (decode_all_digits): Ditto.
996 (decode_dollar): Ditto.
997 (find_methods): Ditto.
998 (find_toplevel_char): Ditto.
999
1bac305b
AC
10002003-01-13 Andrew Cagney <[email protected]>
1001
1002 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
1003 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
1004 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
1005 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
1006 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
1007 * language.c, language.h, m32r-tdep.c: Update copyright.
1008 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
1009 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
1010 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
1011 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
1012 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
1013 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
1014
25caa7a8
EZ
10152003-01-13 Elena Zannoni <[email protected]>
1016
1017 * stabsread.h (process_later, resolve_cfront_continuation):
1018 Obsolete.
1019 Update copyright years.
1020 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
1021 Update copyright year.
1022 * dbxread.c(struct cont_elem): Obsolete.
1023 (process_later, process_now): Obsolete functions.
1024 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
1025 Update copyright year.
1026 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
1027 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
1028 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
1029 (parse_partial_symbols): Obsolete cfront support.
1030 * stabsread.c
1031 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
1032 macros.
1033 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
1034 read_cfront_baseclasses, read_cfront_member_functions,
1035 resolve_cfront_continuation,read_cfront_static_fields,
1036 copy_cfront_struct_fields): Obsolete functions.
1037 (define_symbol, read_one_struct_field): Obsolete cfront support.
1038 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
1039 Update Copyright year.
1040
7789c6f5
EZ
10412003-01-13 Elena Zannoni <[email protected]>
1042
1043 * stack.c (print_frame_info, print_stack_frame_base_stub,
1044 print_stack_frame_base, show_and_print_stack_frame_stub,
1045 show_and_print_stack_frame, print_only_stack_frame_stub,
1046 print_only_stack_frame): Delete functions.
1047 (print_stack_frame_stub): Call print_frame_info instead of
1048 print_frame_info_base.
1049 (print_frame_info_base): Rename to print_frame_info.
1050 (backtrace_command_1): Call print_frame_info, instead of
1051 print_frame_info_base.
1052 (current_frame_command): Call print_stack_frame, instead of
1053 print_only_stack_frame.
1054 (frame_command): Call print_stack_frame, instead of
1055 show_and_print_stack_frame.
1056 (up_command): Ditto.
1057 (down_command): Ditto.
1058 * frame.h (print_only_stack_frame): Delete prototype.
1059 * infrun.c (normal_stop): Call print_stack_frame, instead of
1060 show_and_print_stack_frame.
1061 * thread.c (info_threads_command): Call print_stack_frame, instead
1062 of print_only_stack_frame.
1063
3f5a3016
AC
10642003-01-13 Andrew Cagney <[email protected]>
1065
d99ba314
AC
1066 * README (Graphical interface to GDB): Update URL. Point at
1067 gdb/links/.
1068
3f5a3016
AC
1069 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
1070 version match.
1071
083ae935
DJ
10722003-01-13 Daniel Jacobowitz <[email protected]>
1073
1074 * symtab.c (find_pc_sect_line): Don't consider end-of-function
1075 lines.
1076
5365276c
DJ
10772003-01-13 Daniel Jacobowitz <[email protected]>
1078
1079 * thread-db.c (attach_thread): Prototype.
1080 (struct private_thread_info): Remove lwpid. Add thread handle (th),
1081 thread information (ti), and valid flags (th_valid, ti_valid).
1082 (attach_thread): Move target_pid_to_str call to after the thread
1083 is added to GDB's list. Initialize the cache.
1084 (thread_get_info_callback, thread_db_map_id2thr)
1085 (thread_db_get_info): New functions.
1086 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
1087 (thread_db_store_registers, thread_db_thread_alive)
1088 (thread_db_get_thread_local_address): Use them.
1089 (thread_db_pid_to_str): Likewise. Return "Missing" instead
1090 of calling error() for threads in unknown state.
1091
1092 (clear_lwpid_callback): New function.
1093 (thread_db_resume): Use it to clear the cache.
1094
9fc30b6b
DJ
10952003-01-13 Daniel Jacobowitz <[email protected]>
1096
1097 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
1098 (resume_callback): Remove dead code.
1099
8f871025
AC
11002003-01-13 Andrew Cagney <[email protected]>
1101
1102 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
1103 predicate.
1104 * gdbarch.h, gdbarch.c: Regenerate.
1105 * stack.c (frame_info): Only initialize the saved registers when
1106 FRAME_INIT_SAVED_REGS_P.
1107 * frame.c (frame_saved_regs_register_unwind): Assert
1108 FRAME_INIT_SAVED_REGS_P.
1109 (deprecated_generic_get_saved_register): Ditto.
1110
3f565f1e
DJ
11112003-01-13 Daniel Jacobowitz <[email protected]>
1112
1113 * source.c (openp): Squelch warning about "filename".
1114
072b1022
DJ
11152003-01-13 Daniel Jacobowitz <[email protected]>
1116
1117 * source.c (openp): If the file does not exist don't necessarily
1118 search the path.
1119
973ccf8b
DJ
11202003-01-13 Daniel Jacobowitz <[email protected]>
1121
1122 Fix PR gdb/872.
1123 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
1124 (integer_types_same_name_p): New function.
1125 (rank_one_type): Use it.
1126 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
1127
030292b7
DJ
11282003-01-13 Daniel Jacobowitz <[email protected]>
1129
1130 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
1131 variables.
1132 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
1133 * configure.in: Add --with-sysroot.
1134 * configure: Regenerated.
1135 * main.c (gdb_sysroot): New variable.
1136 (captured_main): Initialize gdb_sysroot.
1137 * defs.h (gdb_sysroot): New extern declaration.
1138 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
1139
afb5d334
MC
11402003-01-12 Michael Chastain <[email protected]>
1141
1142 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
1143
751ceeb4
MC
11442003-01-12 Michael Chastain <[email protected]>
1145
1146 * top.c (print_gdb_version): Bump copyright year to 2003.
1147
94cd26f8
DC
11482003-01-12 David Carlton <[email protected]>
1149
1150 * linespec.c (symtab_from_filename): Rename variable 's' to
1151 'file_symtab'.
1152
1ce79225
AC
11532003-01-12 Andrew Cagney <[email protected]>
1154
1155 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
1156 dummy frame.
1157 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
1158
fa1fd571
AC
11592003-01-12 Andrew Cagney <[email protected]>
1160
1161 * d10v-tdep.c: Include "gdb_assert.h".
1162 (d10v_store_return_value): Rewrite to match current interface.
1163 (d10v_extract_struct_value_address): Ditto.
1164 (d10v_extract_return_value): Ditto.
1165 (d10v_gdbarch_init): Set store_restore_value,
1166 extract_struct_value_address and extract_return_value.
1167
68b8d23e
JB
11682003-01-12 J. Brobecker <[email protected]>
1169
1170 * hpread.c (set_namestring): New procedure replacing the
1171 SET_NAMESTRING macro.
1172 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
1173 by calls to set_namestring.
1174
11752003-01-11 J. Brobecker <[email protected]>
1fb309ea
JB
1176
1177 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
1178 a compilation warning.
1179 (hpread_process_one_debug_symbol): Likewise.
1180
88d262ca
DC
11812003-01-10 David Carlton <[email protected]>
1182
1183 * linespec.c (decode_line_1): Rename variable 's' to
1184 'file_symtab'.
1185 (decode_all_digits): Rename argument 's' to 'file_symtab'.
1186 (decode_dollar): Ditto.
1187 (decode_variable): Ditto.
1188 (symbol_found): Ditto.
1189
86669319
MC
11902003-01-09 Michael Chastain <[email protected]>
1191
1192 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
1193
616a9dc4
CV
11942003-01-07 Corinna Vinschen <[email protected]>
1195
1196 * win32-nat.c (set_process_privilege): New function.
1197 (child_attach): Call set_process_privilege() to enable the
1198 SE_DEBUG_NAME user privilege if available in process token.
1199
3269bcfa
JB
12002003-01-10 J. Brobecker <[email protected]>
1201
1202 * hpread.c (hpread_process_one_debug_symbol): Fix a small
1203 compilation error in the previous revision.
1204
2b0ee454
DC
12052003-01-09 David Carlton <[email protected]>
1206
1207 * linespec.c: Update copyright.
1208
b3ba1b44
DJ
12092003-01-09 Daniel Jacobowitz <[email protected]>
1210
1211 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
1212 than inferior_ptid.
1213 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
1214
4ef3f3be
AC
12152003-01-09 Andrew Cagney <[email protected]>
1216
479ab5a0
AC
1217 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
1218 Update comments.
1219 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
1220 (frame_saved_regs_zalloc): Update.
1221 (frame_saved_regs_register_unwind): Update.
1222 (create_new_frame): Update.
1223 (get_prev_frame): Update.
1224 (frame_extra_info_zalloc): Update.
1225 (deprecated_get_frame_saved_regs): Update.
1226 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
1227 * cris-tdep.c: Update comment.
1228
bde58177
AC
1229 * somsolib.h: Fix function indentation.
1230 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
1231 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
1232 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
1233 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
1234 * somsolib.c, inftarg.c: Remove assignment in if conditional.
1235
4ef3f3be
AC
1236 * infrun.c (follow_fork): Use ISO C definition.
1237 * expprint.c (print_subexp): Use xfree instead of free.
1238 * charset.c: Include "gdb_string.h" instead of <string.h>.
1239 (register_iconv_charsets): Use ISO C definition.
1240 (host_charset, target_charset): Ditto.
1241 * Makefile.in (charset.o): Update dependencies.
1242 (mi-cmd-env.o): Update dependencies.
1243
1c615f7a
AC
12442003-01-08 Andrew Cagney <[email protected]>
1245
1246 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
1247 get_frame_base.
1248
c9a1dc08
AC
12492003-01-08 Andrew Cagney <[email protected]>
1250
1251 * gdb_mbuild.sh: Add --keep option. When specified, keep the
1252 build directories. Save edited gdb output in Mbuild.log. If a
1253 build fails, remove any final GDB executable.
1254
dbad9d94
AC
12552003-01-08 Andrew Cagney <[email protected]>
1256
1257 * gdb_mbuild.sh: Edit the output of `maint print architecture'
1258 replacing hex constants with function names and stripping leading
1259 file name directory prefixes.
1260
8d357cca
AC
12612003-01-08 Andrew Cagney <[email protected]>
1262
1263 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
1264 get_frame_base.
1265
bca02a8a
DC
12662003-01-08 David Carlton <[email protected]>
1267
1268 * linespec.c (decode_line_1): Move code into decode_variable.
1269 (decode_variable): New function.
1270
7f8ab3a0
AC
12712003-01-08 Andrew Cagney <[email protected]>
1272
1273 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
1274
7b5849cc
AC
12752003-01-08 Andrew Cagney <[email protected]>
1276
1277 * cris-tdep.c (cris_frame_init_saved_regs): Use
1278 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
1279 saved_regs buffer.
1280 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1281 (sh64_nofp_frame_init_saved_regs): Ditto.
1282 (sh_fp_frame_init_saved_regs): Ditto.
1283 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
1284 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1285 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1286 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1287
72a5efb3
DJ
12882003-01-08 Daniel Jacobowitz <[email protected]>
1289
1290 * minsyms.c (lookup_minimal_symbol): Update comment.
1291 (lookup_minimal_symbol_text): Update comment. Use the hash table.
1292 (lookup_minimal_symbol_solib_trampoline): Likewise.
1293
11c02a10
AC
12942003-01-08 Andrew Cagney <[email protected]>
1295
aab3ea25
AC
1296 * d10v-tdep.c (d10v_init_extra_frame_info): Use
1297 frame_relative_level.
1298
da50a4b7
AC
1299 * alpha-tdep.c: Use get_frame_extra_info.
1300 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1301 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
1302 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1303 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
1304
11c02a10
AC
1305 * alpha-tdep.c: Use get_next_frame.
1306 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1307 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1308 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
1309 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
1310 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
1311 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
1312 * xstormy16-tdep.c: Ditto.
1313
1e2330ba
AC
13142003-01-07 Andrew Cagney <[email protected]>
1315
1316 * alpha-tdep.c: Use get_frame_base.
1317 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1318 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1319 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1320 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1321 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
1322 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1323 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
1324 * config/sparc/tm-sparc.h: Ditto.
1325
2d75187b
AC
13262003-01-07 Andrew Cagney <[email protected]>
1327
1328 * frame.c (deprecated_get_frame_context): New function.
1329 (deprecated_set_frame_context): New function.
1330 * frame.h (deprecated_get_frame_context): Declare.
1331 (deprecated_set_frame_context): Declare.
1332 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
1333 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
1334
483d36b2
AC
13352003-01-07 Andrew Cagney <[email protected]>
1336
1337 * frame.c (deprecated_set_frame_next_hack): New function.
1338 (deprecated_set_frame_prev_hack): New function.
1339 * frame.h (deprecated_set_frame_next_hack): Declare.
1340 (deprecated_set_frame_prev_hack): Declare.
1341 * mcore-tdep.c (analyze_dummy_frame): Use
1342 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
1343 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1344
14e91ac5
DC
13452003-01-07 David Carlton <[email protected]>
1346
1347 * linespec.c (decode_line_1): Move code into decode_dollar.
1348 (decode_dollar): New function.
1349
b0c6b05c
AC
13502003-01-07 Andrew Cagney <[email protected]>
1351
1352 * arm-tdep.c (arm_init_extra_frame_info): Use
1353 deprecated_update_frame_base_hack.
1354 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
1355 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1356 (fix_frame_pointer): Ditto.
1357 (mn10300_analyze_prologue): Ditto.
1358
a00a19e9
AC
13592003-01-07 Andrew Cagney <[email protected]>
1360
1361 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
1362 extra_info using frame_extra_info_zalloc.
1363 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1364 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
1365 (sh64_init_extra_frame_info): Ditto.
1366 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
1367 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
1368 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1369 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
1370 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
1371 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
1372 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
1373 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
1374 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
1375 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
1376 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1377 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
1378
1379 * mn10300-tdep.c (analyze_dummy_frame): Use
1380 deprecated_set_frame_extra_info_hack.
1381 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1382
1fb4c65b
JB
13832003-01-07 J. Brobecker <[email protected]>
1384
1385 * mdebugread.c (parse_symbol): Skip stProc entries which storage
1386 class is not scText. These do not define "real" procedures.
1387 (parse_partial_symbols): Likewise.
1388
9fe7d6bf
MS
13892003-01-06 Michael Snyder <[email protected]>
1390
1391 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
1392
f6c609c4
AC
13932003-01-06 Andrew Cagney <[email protected]>
1394
1395 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
1396 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
1397 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
1398 deprecated_frame_xmalloc_with_cleanup.
1399 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
1400 deprecated_frame_xmalloc.
1401 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
1402 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
1403
d995ff4b
AC
14042003-01-06 Andrew Cagney <[email protected]>
1405
84dc46cb
AC
1406 * x86-64-linux-tdep.c: Include "osabi.h".
1407 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
1408
d995ff4b
AC
1409 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
1410
66140c26
AC
14112003-01-06 Andrew Cagney <[email protected]>
1412
1413 * MAINTAINERS (Target Instruction Set Architectures): Update
1414 arm-elf. Can be built with -Werror, has been multiarched.
1415
1416 * value.h (unpack_long): Make buffer parameter constant.
1417 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
1418 * scm-lang.h (scm_parse): Ditto.
1419 * defs.h (extract_typed_address, extract_address): Ditto.
1420 (extract_long_unsigned_integer): Ditto.
1421 * inferior.h (unsigned_pointer_to_address): Ditto.
1422 (signed_pointer_to_address): Ditto.
1423 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
1424 * gdbarch.h, gdbarch.c: Regenerate.
1425 * findvar.c (extract_long_unsigned_integer): Update.
1426 (extract_address): Update.
1427 (extract_typed_address): Update.
1428 (unsigned_pointer_to_address): Update.
1429 * values.c (unpack_long): Update.
1430 (unpack_double): Update.
1431 (unpack_pointer): Update.
1432 (unpack_field_as_long): Update.
1433 * d10v-tdep.c (d10v_pointer_to_address): Update.
1434 * avr-tdep.c (avr_pointer_to_address): Update.
1435 * scm-lang.c (scm_unpack): Update.
1436 * findvar.c (signed_pointer_to_address): Update.
1437
b089b3da
ML
14382003-01-06 Michal Ludvig <[email protected]>
1439
1440 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
1441 since it is in i386-tdep.c.
1442
aff87235
JB
14432003-01-06 J. Brobecker <[email protected]>
1444
1445 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
1446 failure introduced in the previous change.
1447
34f5e845
MC
14482003-01-05 Michael Chastain <[email protected]>
1449
1450 * README: Remove references to deleted remote-*.c files:
1451 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
1452 remote-nrom.c, remote-os9k.c, remote-udi.c.
1453
28bcfd30
MK
14542003-01-05 Mark Kettenis <[email protected]>
1455
1456 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
1457 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
1458 i386_get_longjmp_target.
1459
15a5b3ee
AC
14602003-01-05 Andrew Cagney <[email protected]>
1461
1462 * arm-tdep.c (prologue_cache): Change to a pointer.
1463 (_initialize_arm_tdep): Allocate prologue_cache.
1464 (check_prologue_cache): Update.
1465 (save_prologue_cache): Update.
1466 (arm_gdbarch_init): Update.
1467
c263362b
DJ
14682003-01-04 Daniel Jacobowitz <[email protected]>
1469
1470 * stabsread.c (update_method_name_from_physname): Call complaint()
1471 instead of error.
1472
51603483
DJ
14732003-01-04 Daniel Jacobowitz <[email protected]>
1474
1475 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
1476 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
1477 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
1478
1479 * blockframe.c: Include "gdbcmd.h" and "command.h".
1480 (backtrace_below_main): New variable.
1481 (file_frame_chain_valid, func_frame_chain_valid)
1482 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
1483 (generic_func_frame_chain_valid): Remove functions.
1484 (frame_chain_valid, do_flush_frames_sfunc): New functions.
1485 (_initialize_blockframe): New function.
1486 * Makefile.in (blockframe.o): Update dependencies.
1487 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
1488 comment. Call frame_chain_valid ().
1489 * frame.h: Remove old prototypes. Add prototype for
1490 frame_chain_valid and update comments to match.
1491 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
1492 Remove old comment.
1493 * gdbarch.h: Regenerated.
1494 * gdbarch.c: Regenerated.
1495
1496 * alpha-tdep.c (alpha_gdbarch_init): Don't call
1497 set_gdbarch_frame_chain_valid.
1498 * avr-tdep.c (avr_gdbarch_init): Likewise.
1499 * cris-tdep.c (cris_gdbarch_init): Likewise.
1500 * frv-tdep.c (frv_gdbarch_init): Likewise.
1501 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
1502 * i386-tdep.c (i386_svr4_init_abi): Likewise.
1503 (i386_nw_init_abi): Likewise.
1504 (i386_gdbarch_init): Likewise.
1505 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
1506 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1507 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1508 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1509 * mips-tdep.c (mips_gdbarch_init): Likewise.
1510 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1511 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
1512 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1513 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1514 * s390-tdep.c (s390_gdbarch_init): Likewise.
1515 * sh-tdep.c (sh_gdbarch_init): Likewise.
1516 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1517 * v850-tdep.c (v850_gdbarch_init): Likewise.
1518 * vax-tdep.c (vax_gdbarch_init): Likewise.
1519 * x86-64-tdep.c (x86_64_init_abi): Likewise.
1520
1521 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
1522 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
1523 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
1524 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
1525 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
1526 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
1527 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
1528 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
1529
b00a8037
DJ
15302002-01-04 Daniel Jacobowitz <[email protected]>
1531
1532 * Makefile.in (acconfig_h): Remove incorrect macro.
1533 (config_h): Define.
1534 (osabi.o): Update dependencies.
1535 * configure.tgt: Set gdb_osabi based on target triplet.
1536 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
1537 * configure: Regenerated.
1538 * config.in: Regenerated.
1539 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
1540 (GDB_OSABI_DEFAULT): Define if not already defined.
1541 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
1542 (set_osabi_string): New variables.
1543 (gdbarch_register_osabi): Add new OS ABI to
1544 gdb_osabi_available_names.
1545 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
1546 (set_osabi, show_osabi): New functions.
1547 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
1548
4be87837
DJ
15492003-01-04 Daniel Jacobowitz <[email protected]>
1550
1551 * arch-utils.c (gdbarch_info_init): Set osabi to
1552 GDB_OSABI_UNINITIALIZED.
1553 * gdbarch.sh: Add osabi to struct gdbarch and to struct
1554 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
1555 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
1556 * gdbarch.c: Regenerated.
1557 * gdbarch.h: Regenerated.
1558 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
1559 there's no BFD.
1560 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
1561 * osabi.h (enum gdb_osabi): Move to defs.h.
1562 (gdbarch_init_osabi): Update prototype.
1563 * defs.h (enum gdb_osabi): Moved here.
1564 * Makefile.in: Update dependencies.
1565
1566 * alpha-tdep.h: Don't include "osabi.h".
1567 (struct gdbarch_tdep): Remove osabi member.
1568 * alpha-tdep.c: Include "osabi.h".
1569 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1570 iterate over arches. Update call to gdbarch_init_osabi.
1571 (alpha_dump_tdep): Don't dump osabi.
1572 * alpha-linux-tdep.c: Include "osabi.h".
1573 * alpha-osf1-tdep.c: Include "osabi.h".
1574 * alphafbsd-tdep.c: Include "osabi.h".
1575 * alphanbsd-tdep.c: Include "osabi.h".
1576
1577 * arm-tdep.h: Don't include "osabi.h".
1578 (struct gdbarch_tdep): Remove osabi member.
1579 * arm-tdep.c: Include "osabi.h".
1580 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1581 iterate over arches. Update call to gdbarch_init_osabi.
1582 (arm_dump_tdep): Don't dump osabi.
1583 * arm-linux-tdep.c: Include "osabi.h".
1584 * armnbsd-tdep.c: Include "osabi.h".
1585
1586 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
1587 Update call to gdbarch_init_osabi.
1588
1589 * i386-tdep.h: Don't include "osabi.h".
1590 (struct gdbarch_tdep): Remove osabi member.
1591 * i386-tdep.c: Include "osabi.h".
1592 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1593 iterate over arches. Update call to gdbarch_init_osabi.
1594 (i386_dump_tdep): Don't dump osabi.
1595 * i386-linux-tdep.c: Include "osabi.h".
1596 * i386-sol2-tdep.c: Include "osabi.h".
1597 * i386bsd-tdep.c: Include "osabi.h".
1598 * i386gnu-tdep.c: Include "osabi.h".
1599 * i386ly-tdep.c: Include "osabi.h".
1600 * i386nbsd-tdep.c: Include "osabi.h".
1601 * i386obsd-tdep.c: Include "osabi.h".
1602
1603 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
1604 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1605 check osabi when iterating over arches. Update call to
1606 gdbarch_init_osabi.
1607 (mips_dump_tdep): Don't dump osabi.
1608
1609 * ns32k-tdep.h: Don't include "osabi.h".
1610 (struct gdbarch_tdep): Remove.
1611 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
1612 gdbarch_lookup_osabi. Don't iterate over arches. Don't
1613 allocate tdep. Update call to gdbarch_init_osabi.
1614 (ns32k_dump_tdep): Remove.
1615 (_initialize_ns32k_tdep): Update call to gdbarch_register.
1616 * ns32knbsd-tdep.c: Include "osabi.h".
1617
1618 * ppc-tdep.h: Don't include "osabi.h".
1619 (struct gdbarch_tdep): Remove osabi member.
1620 * rs6000-tdep.c: Include "osabi.h".
1621 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
1622 osabi when iterating over arches. Update call to
1623 gdbarch_init_osabi.
1624 (rs6000_dump_tdep): Don't dump osabi.
1625 * ppc-linux-tdep.c: Include "osabi.h".
1626 * ppcnbsd-tdep.c: Include "osabi.h".
1627
1628 * sh-tdep.h: Don't include "osabi.h".
1629 (struct gdbarch_tdep): Remove osabi member.
1630 * sh-tdep.c: Include "osabi.h".
1631 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1632 iterate over arches. Update call to gdbarch_init_osabi.
1633 (sh_dump_tdep): Don't dump osabi.
1634 * shnbsd-tdep.c: Include "osabi.h".
1635
1636 * sparc-tdep.c: Include "osabi.h".
1637 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1638 iterate over arches. Update call to gdbarch_init_osabi.
1639 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
1640 tdep structure.
1641
1642 * vax-tdep.h: Don't include "osabi.h".
1643 (struct gdbarch_tdep): Remove.
1644 * vax-tdep.c: Include "osabi.h".
1645 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1646 iterate over arches. Don't allocate tdep. Update call
1647 to gdbarch_init_osabi.
1648 (vax_dump_tdep): Remove.
1649 (_initialize_vax_tdep): Update call to gdbarch_register.
1650
a881cf8e
DJ
16512003-01-04 Daniel Jacobowitz <[email protected]>
1652
1653 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
1654 entirely.
1655 (breakpoint_re_set_one): Don't fetch the value for a disabled
1656 watchpoint.
1657
1e698235
DJ
16582003-01-04 Daniel Jacobowitz <[email protected]>
1659
1660 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
1661 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
1662 (COERCE_FLOAT_TO_DOUBLE): Remove.
1663 * gdbarch.c: Regenerate.
1664 * gdbarch.h: Regenerate.
1665 * Makefile.in: Remove value_h from gdbarch_h.
1666 * valops.c (coerce_float_to_double): New variable.
1667 (default_coerce_float_to_double): Remove.
1668 (standard_coerce_float_to_double): Remove.
1669 (value_arg_coerce): Use coerce_float_to_double.
1670 (_initialize_valops): Add "set coerce-float-to-double".
1671 * value.h (default_coerce_float_to_double): Remove prototype.
1672 (standard_coerce_float_to_double): Remove prototype.
1673
1674 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
1675 prototyped.
1676 * mdebugread.c (parse_symbol): Likewise.
1677 * stabsread.c (define_symbol): Mark all functions as prototyped.
1678
1679 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
1680 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
1681 set_gdbarch_coerce_float_to_double.
1682 * arm-tdep.c (arm_gdbarch_init): Likewise.
1683 * frv-tdep.c (frv_gdbarch_init): Likewise.
1684 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
1685 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
1686 * mips-tdep.c (mips_gdbarch_init): Likewise.
1687 (mips_coerce_float_to_double): Remove.
1688 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1689 (rs6000_coerce_float_to_double): Remove.
1690 * s390-tdep.c (s390_gdbarch_init): Likewise.
1691 * sh-tdep.c (sh_gdbarch_init): Likewise.
1692 (sh_coerce_float_to_double): Remove.
1693 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1694 (sparc_coerce_float_to_double): Remove.
1695 * v850-tdep.c (v850_gdbarch_init): Likewise.
1696 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
1697 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1698 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
1699 (hppa_coerce_float_to_double): Remove prototype.
1700 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1701
f436a26a
DJ
17022003-01-04 Daniel Jacobowitz <[email protected]>
1703
1704 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
1705
248f8055
DJ
17062003-01-04 Daniel Jacobowitz <[email protected]>
1707
1708 Suggested by Stewart Brown <[email protected]>:
1709 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
1710 in recursive calls. Handle TYPE_CODE_TYPEDEF.
1711 (c_type_print_varspec_suffix): Likewise.
1712
72cfdc76
MK
17132003-01-04 Mark Kettenis <[email protected]>
1714
bfd260bb
MK
1715 * configure.in: Don't set and AC_SUBST SUBDIRS.
1716 * configure: Regenerated.
1717
72cfdc76
MK
1718 * configure.in: Remove code dealing with shared libraries.
1719 * Makefile.in: Remove HLDFLAGS and HLDENV.
1720 * configure: Regenerated.
1721
c8b8a898
AC
17222003-01-04 Andrew Cagney <[email protected]>
1723
1724 * frame.c (deprecated_frame_xmalloc): New function.
1725 (deprecated_set_frame_saved_regs_hack): New function.
1726 (deprecated_set_frame_extra_info_hack): New function.
1727 * frame.h (deprecated_frame_xmalloc): Declare.
1728 (deprecated_set_frame_saved_regs_hack): Declare.
1729 (deprecated_set_frame_extra_info_hack): Declare.
1730
14abd0fb
MK
17312003-01-04 Mark Kettenis <[email protected]>
1732
8ee53726
MK
1733 * configure.in: Move code that provides the --enable-gdbtk option
1734 right after the code that handles the --enable-tui option, and
1735 polish it somewhat.
1736 * configure: Regenerated.
1737
14abd0fb
MK
1738 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
1739 AC_CHECK_FUNCS and remove the old check for pread64.
1740 * acinclude.m4 (AC_GNU_SOURCE): New macro.
1741 * acconfig.h (_GNU_SOURCE): Add.
1742 (HAVE_PREAD64): Remove.
1743 * configure, aclocal.m4, config.in: Regenerated.
1744
b2fb4676
AC
17452003-01-03 Andrew Cagney <[email protected]>
1746
1747 * alpha-tdep.c: Use get_frame_saved_regs.
1748 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1749 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1750 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
1751 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
1752 * vax-tdep.c, xstormy16-tdep.c: Ditto.
1753
8dcde887
MK
17542003-01-03 Mark Kettenis <[email protected]>
1755
1756 * configure.in: Remove all use of the SUBDIRS variable; add
1757 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
1758 code providing the --enable-multi-ice option, and move it right in
1759 front of the code that checks whether gdbserver is supported.
1760 Polish that too.
1761 * configure: Regenerated.
1762 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
1763 @SUBDIRS@.
1764
8ccd593b
AC
17652003-01-03 Andrew Cagney <[email protected]>
1766
1767 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
1768 * avr-tdep.c, cris-tdep.c: Ditto.
1769 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1770 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1771
91151a06
MK
17722003-01-03 Mark Kettenis <[email protected]>
1773
1774 * configure.in: Remove --enable-netrom option.
1775 * configure: Regenerated.
1776
8fe84d01
MK
17772003-01-03 Mark Kettenis <[email protected]>
1778
1779 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
1780 declaration for `struct re_pattern_buffer' instead.
1781 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
1782
f0394be6
JB
17832003-01-03 J. Brobecker <[email protected]>
1784
1785 * mdebugread.c (parse_symbol): Count until the stEnd matching
1786 the structure name.
1787
27e9bf90
MK
17882003-01-02 Mark Kettenis <[email protected]>
1789
93d331ba
MK
1790 * configure.in: Remove --with-cpu option.
1791 subscripts. Remove evil changequotes here.
1792 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
1793 * config.in, configure: Regenerated.
1794
27e9bf90
MK
1795 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
1796 * configure.in: Cleanup section that sources GDB and BFD configure
1797 subscripts. Remove evil changequotes here.
1798 * config.in, configure: Regenerated.
1799
50abf9e5
AC
18002003-01-02 Andrew Cagney <[email protected]>
1801
1802 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
1803 frame accessor methods.
1804 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1805 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1806 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
1807 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
1808 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1809 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1810 * z8k-tdep.c: Ditto.
1811
287c1a40
MK
18122003-01-02 Mark Kettenis <[email protected]>
1813
f5dbc56d
MK
1814 * configure.in: Remove UI_OUT configuration code.
1815 * ada-lang.c: Update assuming UI_OUT is always true.
1816 * Makefile.in (UIOUT_CFLAGS): Remove.
1817 * configure: Regenerated.
1818 * TODO: Remove blurb about elimination of -DUI_OUT.
1819
627af7ea
MK
1820 * configure.in: Move code that provides the --enable-gdbcli,
1821 --enable-gdbmi options right before the code that handles the
1822 --enable-tui option. Polish a bit.
1823 * configure: Regenerated.
1824
06825bd1
MK
1825 * configure.in: Rewrite check for GNU regex and the
1826 --without-included regex option, and move it into the "Checks for
1827 library functions" section. This makes us use the system regex
1828 again by default on systems with version 2 of the GNU C library.
1829 This was apparently broken.
1830 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
1831 * acconfig.h (USE_INCLUDED_REGEX): Remove.
1832 * config.in, configure: Regenerated.
1833
287c1a40
MK
1834 * configure.in: Move code that provides the --enable-tui option
1835 before the "Checks for libraries" section. Polish the code
1836 somewhat and set need_curses to yes if we build the TUI. Rewrite
1837 code that looks for a library providing termcap functionality to
1838 match more closely what's done in the Readline library, and move
1839 it into to the "Checks for libraries" section.
1840 * configure: Regenerated.
1841 * Makefile.in (TERMCAP): Remove variable.
1842 * config/i386/go32.mh (TERMCAP): Remove variable.
1843
684e56bf
AC
18442003-01-02 Andrew Cagney <[email protected]>
1845
1846 * MAINTAINERS: Mention gdb_mbuild.sh.
1847 * gdb_mbuild.sh: Rewrite.
1848
e1ea1d75
MK
18492003-01-02 Mark Kettenis <[email protected]>
1850
1851 * configure.in: Fix typo in last change.
1852 * config.in, configure: Regenerated.
1853
1b831c93
AC
18542003-01-02 Andrew Cagney <[email protected]>
1855
1856 * valarith.c (value_binop): Delete obsolete code and comments.
1857 * configure.host: Ditto.
1858 * buildsym.h (make_blockvector): Ditto.
1859 * buildsym.c (make_blockvector): Ditto.
1860 * defs.h (enum language): Ditto.
1861 (chill_demangle): Ditto.
1862 * elfread.c (elf_symtab_read): Ditto.
1863 * dwarfread.c (CHILL_PRODUCER): Ditto.
1864 (set_cu_language): Ditto.
1865 (handle_producer): Ditto.
1866 * expprint.c (print_subexp): Ditto.
1867 * gdbtypes.c (chill_varying_type): Ditto.
1868 * gdbtypes.h (builtin_type_chill_bool): Ditto.
1869 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
1870 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
1871 (chill_varying_type): Ditto.
1872 * language.h (_LANG_chill): Ditto.
1873 * language.c (binop_result_type, integral_type): Ditto.
1874 (character_type, string_type, structured_type): Ditto.
1875 (lang_bool_type, binop_type_check): Ditto.
1876 * stabsread.h (os9k_stabs): Ditto.
1877 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
1878 (define_symbol, read_type, read_struct_fields): Ditto.
1879 (read_array_type, read_enum_type, read_huge_number): Ditto.
1880 (read_range_type, start_stabs): Ditto.
1881 * symfile.c (init_filename_language_table): Ditto.
1882 (add_psymbol_with_dem_name_to_list): Ditto.
1883 * symtab.c (symbol_init_language_specific): Ditto.
1884 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
1885 * symtab.h (struct general_symbol_info): Ditto.
1886 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1887 * typeprint.c (typedef_print): Ditto.
1888 * utils.c (fprintf_symbol_filtered): Ditto.
1889 * valops.c (value_cast, search_struct_field, value_slice): Delete
1890 obsolete code.
1891 (varying_to_slice): Delete function.
1892 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
1893 (varying_to_slice): Delete declaration.
1894 * MAINTAINERS: Update.
1895
8bb2c122
MK
18962003-01-02 Mark Kettenis <[email protected]>
1897
97bf5e38
MK
1898 * configure.in: Reorganize "Checks for library functions section"
1899 a bit. Remove check for `btowc' and `isascii' functions.
1900 * configure: Regenerated.
1901
5ee754fc
MK
1902 * acconfig.h (_MSE_INT_H): Remove.
1903 * configure.in: Create "Checks for header files" section, and move
1904 appropriate tests there. Don't check for objlist.h, wchar.h,
1905 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
1906 misdetection fix. Also add "Checks for types", "Checks for
1907 compiler characteristics" and "Checks for library functions"
1908 sections.
1909 * config.in, configure: Regenerated.
1910
8bb2c122
MK
1911 * configure.in: Create "Checks for programs" section, and move
1912 appropriate tests there.
1913
9a156167
MK
19142003-01-01 Mark Kettenis <[email protected]>
1915
1916 * configure.in: Create "Checks for libraries" section, and move
1917 appropriate tests there. Cleanup check for wctype in libw. Use
1918 AC_SEARCH_LIBS to see whether we need libsocket.
1919 * configure: Regenerated.
1920
a80e2bcb 1921For older changes see ChangeLog-2002
c906108c
SS
1922\f
1923Local Variables:
1924mode: change-log
1925left-margin: 8
1926fill-column: 74
1927version-control: never
1928End:
This page took 1.023212 seconds and 4 git commands to generate.