2003-01-21 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-01-21 Andrew Cagney <ac131313@redhat.com>
2
3 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
4 * blockframe.c (backtrace_below_main): Move to "frame.c".
5 (frame_chain_valid): Delete check for backtrace_below_main.
6 (_initialize_blockframe): Delete initialization, move ``set
7 backtrace-below-main'' command to "frame.c".
8 (do_flush_frames_sfunc): Delete function.
9 * frame.c: Include "command.h" and "gdbcmd.h".
10 (frame_type_from_pc): New function.
11 (create_new_frame): Use frame_type_from_pc.
12 (legacy_get_prev_frame): New function.
13 (get_prev_frame): Rewrite. When an old style frame, call
14 legacy_get_prev_frame. Otherwize, unwind the PC first.
15 (_initialize_frame): Add ``set backtrace-below-main'' command.
16 * Makefile.in (frame.o): Update dependencies.
17
18 2003-01-19 Andrew Cagney <ac131313@redhat.com>
19
20 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
21 DEPRECATED_REGISTERS_INFO.
22
23 2003-01-19 Andrew Cagney <ac131313@redhat.com>
24
25 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
26 Maintainers'. Update `Various Maintainers'.
27
28 2003-01-19 Andrew Cagney <ac131313@redhat.com>
29
30 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
31 * gdbarch.sh (POP_FRAME): Change to function with predicate.
32 Suppress actual parameters when `-'.
33 * gdbarch.h, gdbarch.c: Regenerate.
34
35 2003-01-19 Andrew Cagney <ac131313@redhat.com>
36
37 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
38 code handling dummy frames.
39
40 2003-01-19 Andrew Cagney <ac131313@redhat.com>
41
42 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
43 (struct frame_unwind): Add field pop.
44 * frame.h (frame_pop): Declare.
45 * frame.c (frame_saved_regs_pop): New function.
46 (trad_frame_unwinder): Add frame_saved_regs_pop.
47 (frame_pop): New function.
48 * dummy-frame.c (dummy_frame_pop): New function.
49 (discard_innermost_dummy): New function.
50 (generic_pop_dummy_frame): Use discard_innermost_dummy.
51 (dummy_frame_unwind): Add dummy_frame_pop.
52 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
53 * valops.c (hand_function_call): Ditto.
54 * stack.c (return_command): Ditto.
55
56 2003-01-18 Andrew Cagney <ac131313@redhat.com>
57
58 * cris-tdep.c: Fix function declaration indentation.
59 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
60 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
61 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
62 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
63 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
64 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
65
66 2003-01-18 Michael Chastain <mec@shout.net>
67
68 * README (Unpacking and Installation -- quick overview):
69 Warn against ".../gdb-5.3/gdb/configure".
70
71 2003-01-18 Andrew Cagney <ac131313@redhat.com>
72
73 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
74 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
75 (struct frame_unwind): Declare opaque.
76 (dummy_frame_p): Declare function.
77 * dummy-frame.c (dummy_frame_id_unwind): Make static.
78 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
79 * dummy-frame.c: Include "frame-unwind.h".
80 (dummy_frame_p): New function.
81 (dummy_frame_unwind): New variable.
82 * frame.c: Include "frame-unwind.h".
83 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
84 to use the new unwind field.
85 (set_unwind_by_pc): Delete function.
86 (create_new_frame, get_prev_frame): Set unwind field using
87 frame_unwind_find_by_pc.
88 (trad_frame_unwind, trad_frame_unwinder): New variables.
89 * frame.h (trad_frame_unwind): Declare variable.
90 (frame_id_unwind_ftype): Delete declaration.
91 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
92 (struct frame_unwind): Declare opaque.
93 (struct frame_info): Replace the fields id_unwind, pc_unwind and
94 register_unwind with a single unwind pointer.
95 * frame-unwind.h, frame-unwind.c: New files.
96 * Makefile.in (SFILES): Add frame-unwind.c.
97 (frame_unwind_h): Define.
98 (COMMON_OBS): Add frame-unwind.o.
99 (frame-unwind.o): Specify dependencies.
100 (frame.o, dummy-frame.o): Update dependencies.
101
102 2003-01-18 Andrew Cagney <ac131313@redhat.com>
103
104 * ada-valprint.c: Eliminate PTR.
105 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
106 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
107 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
108 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
109 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
110 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
111 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
112
113 2003-01-17 Andrew Cagney <ac131313@redhat.com>
114
115 * main.c (captured_main): Don't use PTR.
116 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
117 * gdbtypes.c (lookup_primitive_typename): Ditto.
118 (lookup_struct_elt_type): Ditto.
119 * f-valprint.c (info_common_command): Ditto.
120 (list_all_visible_commons): Ditto.
121 * jv-typeprint.c (java_type_print_base): Ditto.
122
123 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
124 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
125 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
126 i386-interix-nat.c and i386-interix-tdep.c. Rename
127 m68klinux-nat.c and m68klinux-tdep.c. Rename
128 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
129 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
130 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
131 * main.c (captured_main): Use xfree, not free.
132
133 2003-01-16 Andrew Cagney <ac131313@redhat.com>
134
135 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
136 ID back using a parameter.
137 * frame.c (frame_id_unwind): Update call.
138 (frame_saved_regs_id_unwind): Update.
139 * dummy-frame.c (dummy_frame_id_unwind): Update function.
140 * dummy-frame.h (struct frame_id): Add opaque declaration.
141 (dummy_frame_id_unwind): Update declaration.
142
143 2003-01-15 Andrew Cagney <ac131313@redhat.com>
144
145 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
146
147 2003-01-15 Stephen P. Smith <ischis2@cox.net>
148
149 * MAINTAINERS (Stephen P. Smith): Updated email address.
150
151 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
152
153 * breakpoint.c (until_break_command): Add new argument. Use it to
154 decide whether to stop only at the current frame or not.
155 * breakpoint.h (until_break_command): Update prototype.
156 * infcmd.c (until_command): Add new argument to until_break_command
157 call.
158 (advance_command): New function.
159 (_initialize_infcmd): Update help string for 'until' command.
160 Add new 'advance' command.
161
162 2003-01-14 David Carlton <carlton@math.stanford.edu>
163
164 * linespec.c (decode_line_1): Normalize comments.
165 (set_flags): Ditto.
166 (locate_first_half): Ditto.
167 (decode_compound): Ditto.
168 (symtab_from_filename): Ditto.
169 (decode_all_digits): Ditto.
170 (decode_dollar): Ditto.
171 (find_methods): Ditto.
172 (find_toplevel_char): Ditto.
173
174 2003-01-13 Andrew Cagney <ac131313@redhat.com>
175
176 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
177 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
178 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
179 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
180 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
181 * language.c, language.h, m32r-tdep.c: Update copyright.
182 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
183 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
184 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
185 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
186 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
187 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
188
189 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
190
191 * stabsread.h (process_later, resolve_cfront_continuation):
192 Obsolete.
193 Update copyright years.
194 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
195 Update copyright year.
196 * dbxread.c(struct cont_elem): Obsolete.
197 (process_later, process_now): Obsolete functions.
198 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
199 Update copyright year.
200 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
201 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
202 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
203 (parse_partial_symbols): Obsolete cfront support.
204 * stabsread.c
205 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
206 macros.
207 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
208 read_cfront_baseclasses, read_cfront_member_functions,
209 resolve_cfront_continuation,read_cfront_static_fields,
210 copy_cfront_struct_fields): Obsolete functions.
211 (define_symbol, read_one_struct_field): Obsolete cfront support.
212 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
213 Update Copyright year.
214
215 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
216
217 * stack.c (print_frame_info, print_stack_frame_base_stub,
218 print_stack_frame_base, show_and_print_stack_frame_stub,
219 show_and_print_stack_frame, print_only_stack_frame_stub,
220 print_only_stack_frame): Delete functions.
221 (print_stack_frame_stub): Call print_frame_info instead of
222 print_frame_info_base.
223 (print_frame_info_base): Rename to print_frame_info.
224 (backtrace_command_1): Call print_frame_info, instead of
225 print_frame_info_base.
226 (current_frame_command): Call print_stack_frame, instead of
227 print_only_stack_frame.
228 (frame_command): Call print_stack_frame, instead of
229 show_and_print_stack_frame.
230 (up_command): Ditto.
231 (down_command): Ditto.
232 * frame.h (print_only_stack_frame): Delete prototype.
233 * infrun.c (normal_stop): Call print_stack_frame, instead of
234 show_and_print_stack_frame.
235 * thread.c (info_threads_command): Call print_stack_frame, instead
236 of print_only_stack_frame.
237
238 2003-01-13 Andrew Cagney <ac131313@redhat.com>
239
240 * README (Graphical interface to GDB): Update URL. Point at
241 gdb/links/.
242
243 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
244 version match.
245
246 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
247
248 * symtab.c (find_pc_sect_line): Don't consider end-of-function
249 lines.
250
251 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
252
253 * thread-db.c (attach_thread): Prototype.
254 (struct private_thread_info): Remove lwpid. Add thread handle (th),
255 thread information (ti), and valid flags (th_valid, ti_valid).
256 (attach_thread): Move target_pid_to_str call to after the thread
257 is added to GDB's list. Initialize the cache.
258 (thread_get_info_callback, thread_db_map_id2thr)
259 (thread_db_get_info): New functions.
260 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
261 (thread_db_store_registers, thread_db_thread_alive)
262 (thread_db_get_thread_local_address): Use them.
263 (thread_db_pid_to_str): Likewise. Return "Missing" instead
264 of calling error() for threads in unknown state.
265
266 (clear_lwpid_callback): New function.
267 (thread_db_resume): Use it to clear the cache.
268
269 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
270
271 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
272 (resume_callback): Remove dead code.
273
274 2003-01-13 Andrew Cagney <ac131313@redhat.com>
275
276 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
277 predicate.
278 * gdbarch.h, gdbarch.c: Regenerate.
279 * stack.c (frame_info): Only initialize the saved registers when
280 FRAME_INIT_SAVED_REGS_P.
281 * frame.c (frame_saved_regs_register_unwind): Assert
282 FRAME_INIT_SAVED_REGS_P.
283 (deprecated_generic_get_saved_register): Ditto.
284
285 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
286
287 * source.c (openp): Squelch warning about "filename".
288
289 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
290
291 * source.c (openp): If the file does not exist don't necessarily
292 search the path.
293
294 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
295
296 Fix PR gdb/872.
297 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
298 (integer_types_same_name_p): New function.
299 (rank_one_type): Use it.
300 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
301
302 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
303
304 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
305 variables.
306 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
307 * configure.in: Add --with-sysroot.
308 * configure: Regenerated.
309 * main.c (gdb_sysroot): New variable.
310 (captured_main): Initialize gdb_sysroot.
311 * defs.h (gdb_sysroot): New extern declaration.
312 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
313
314 2003-01-12 Michael Chastain <mec@shout.net>
315
316 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
317
318 2003-01-12 Michael Chastain <mec@shout.net>
319
320 * top.c (print_gdb_version): Bump copyright year to 2003.
321
322 2003-01-12 David Carlton <carlton@bactrian.org>
323
324 * linespec.c (symtab_from_filename): Rename variable 's' to
325 'file_symtab'.
326
327 2003-01-12 Andrew Cagney <ac131313@redhat.com>
328
329 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
330 dummy frame.
331 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
332
333 2003-01-12 Andrew Cagney <ac131313@redhat.com>
334
335 * d10v-tdep.c: Include "gdb_assert.h".
336 (d10v_store_return_value): Rewrite to match current interface.
337 (d10v_extract_struct_value_address): Ditto.
338 (d10v_extract_return_value): Ditto.
339 (d10v_gdbarch_init): Set store_restore_value,
340 extract_struct_value_address and extract_return_value.
341
342 2003-01-12 J. Brobecker <brobecker@gnat.com>
343
344 * hpread.c (set_namestring): New procedure replacing the
345 SET_NAMESTRING macro.
346 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
347 by calls to set_namestring.
348
349 2003-01-11 J. Brobecker <brobecker@gnat.com>
350
351 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
352 a compilation warning.
353 (hpread_process_one_debug_symbol): Likewise.
354
355 2003-01-10 David Carlton <carlton@math.stanford.edu>
356
357 * linespec.c (decode_line_1): Rename variable 's' to
358 'file_symtab'.
359 (decode_all_digits): Rename argument 's' to 'file_symtab'.
360 (decode_dollar): Ditto.
361 (decode_variable): Ditto.
362 (symbol_found): Ditto.
363
364 2003-01-09 Michael Chastain <mec@shout.net>
365
366 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
367
368 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
369
370 * win32-nat.c (set_process_privilege): New function.
371 (child_attach): Call set_process_privilege() to enable the
372 SE_DEBUG_NAME user privilege if available in process token.
373
374 2003-01-10 J. Brobecker <brobecker@gnat.com>
375
376 * hpread.c (hpread_process_one_debug_symbol): Fix a small
377 compilation error in the previous revision.
378
379 2003-01-09 David Carlton <carlton@math.stanford.edu>
380
381 * linespec.c: Update copyright.
382
383 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
384
385 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
386 than inferior_ptid.
387 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
388
389 2003-01-09 Andrew Cagney <ac131313@redhat.com>
390
391 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
392 Update comments.
393 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
394 (frame_saved_regs_zalloc): Update.
395 (frame_saved_regs_register_unwind): Update.
396 (create_new_frame): Update.
397 (get_prev_frame): Update.
398 (frame_extra_info_zalloc): Update.
399 (deprecated_get_frame_saved_regs): Update.
400 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
401 * cris-tdep.c: Update comment.
402
403 * somsolib.h: Fix function indentation.
404 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
405 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
406 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
407 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
408 * somsolib.c, inftarg.c: Remove assignment in if conditional.
409
410 * infrun.c (follow_fork): Use ISO C definition.
411 * expprint.c (print_subexp): Use xfree instead of free.
412 * charset.c: Include "gdb_string.h" instead of <string.h>.
413 (register_iconv_charsets): Use ISO C definition.
414 (host_charset, target_charset): Ditto.
415 * Makefile.in (charset.o): Update dependencies.
416 (mi-cmd-env.o): Update dependencies.
417
418 2003-01-08 Andrew Cagney <cagney@redhat.com>
419
420 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
421 get_frame_base.
422
423 2003-01-08 Andrew Cagney <ac131313@redhat.com>
424
425 * gdb_mbuild.sh: Add --keep option. When specified, keep the
426 build directories. Save edited gdb output in Mbuild.log. If a
427 build fails, remove any final GDB executable.
428
429 2003-01-08 Andrew Cagney <ac131313@redhat.com>
430
431 * gdb_mbuild.sh: Edit the output of `maint print architecture'
432 replacing hex constants with function names and stripping leading
433 file name directory prefixes.
434
435 2003-01-08 Andrew Cagney <cagney@redhat.com>
436
437 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
438 get_frame_base.
439
440 2003-01-08 David Carlton <carlton@math.stanford.edu>
441
442 * linespec.c (decode_line_1): Move code into decode_variable.
443 (decode_variable): New function.
444
445 2003-01-08 Andrew Cagney <ac131313@redhat.com>
446
447 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
448
449 2003-01-08 Andrew Cagney <cagney@redhat.com>
450
451 * cris-tdep.c (cris_frame_init_saved_regs): Use
452 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
453 saved_regs buffer.
454 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
455 (sh64_nofp_frame_init_saved_regs): Ditto.
456 (sh_fp_frame_init_saved_regs): Ditto.
457 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
458 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
459 * mcore-tdep.c (analyze_dummy_frame): Ditto.
460 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
461
462 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
463
464 * minsyms.c (lookup_minimal_symbol): Update comment.
465 (lookup_minimal_symbol_text): Update comment. Use the hash table.
466 (lookup_minimal_symbol_solib_trampoline): Likewise.
467
468 2003-01-08 Andrew Cagney <cagney@redhat.com>
469
470 * d10v-tdep.c (d10v_init_extra_frame_info): Use
471 frame_relative_level.
472
473 * alpha-tdep.c: Use get_frame_extra_info.
474 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
475 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
476 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
477 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
478
479 * alpha-tdep.c: Use get_next_frame.
480 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
481 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
482 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
483 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
484 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
485 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
486 * xstormy16-tdep.c: Ditto.
487
488 2003-01-07 Andrew Cagney <cagney@redhat.com>
489
490 * alpha-tdep.c: Use get_frame_base.
491 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
492 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
493 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
494 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
495 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
496 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
497 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
498 * config/sparc/tm-sparc.h: Ditto.
499
500 2003-01-07 Andrew Cagney <cagney@redhat.com>
501
502 * frame.c (deprecated_get_frame_context): New function.
503 (deprecated_set_frame_context): New function.
504 * frame.h (deprecated_get_frame_context): Declare.
505 (deprecated_set_frame_context): Declare.
506 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
507 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
508
509 2003-01-07 Andrew Cagney <cagney@redhat.com>
510
511 * frame.c (deprecated_set_frame_next_hack): New function.
512 (deprecated_set_frame_prev_hack): New function.
513 * frame.h (deprecated_set_frame_next_hack): Declare.
514 (deprecated_set_frame_prev_hack): Declare.
515 * mcore-tdep.c (analyze_dummy_frame): Use
516 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
517 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
518
519 2003-01-07 David Carlton <carlton@math.stanford.edu>
520
521 * linespec.c (decode_line_1): Move code into decode_dollar.
522 (decode_dollar): New function.
523
524 2003-01-07 Andrew Cagney <cagney@redhat.com>
525
526 * arm-tdep.c (arm_init_extra_frame_info): Use
527 deprecated_update_frame_base_hack.
528 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
529 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
530 (fix_frame_pointer): Ditto.
531 (mn10300_analyze_prologue): Ditto.
532
533 2003-01-07 Andrew Cagney <cagney@redhat.com>
534
535 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
536 extra_info using frame_extra_info_zalloc.
537 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
538 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
539 (sh64_init_extra_frame_info): Ditto.
540 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
541 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
542 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
543 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
544 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
545 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
546 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
547 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
548 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
549 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
550 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
551 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
552
553 * mn10300-tdep.c (analyze_dummy_frame): Use
554 deprecated_set_frame_extra_info_hack.
555 * mcore-tdep.c (analyze_dummy_frame): Ditto.
556
557 2003-01-07 J. Brobecker <brobecker@gnat.com>
558
559 * mdebugread.c (parse_symbol): Skip stProc entries which storage
560 class is not scText. These do not define "real" procedures.
561 (parse_partial_symbols): Likewise.
562
563 2003-01-06 Michael Snyder <msnyder@redhat.com>
564
565 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
566
567 2003-01-06 Andrew Cagney <ac131313@redhat.com>
568
569 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
570 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
571 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
572 deprecated_frame_xmalloc_with_cleanup.
573 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
574 deprecated_frame_xmalloc.
575 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
576 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
577
578 2003-01-06 Andrew Cagney <cagney@redhat.com>
579
580 * x86-64-linux-tdep.c: Include "osabi.h".
581 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
582
583 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
584
585 2003-01-06 Andrew Cagney <cagney@redhat.com>
586
587 * MAINTAINERS (Target Instruction Set Architectures): Update
588 arm-elf. Can be built with -Werror, has been multiarched.
589
590 * value.h (unpack_long): Make buffer parameter constant.
591 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
592 * scm-lang.h (scm_parse): Ditto.
593 * defs.h (extract_typed_address, extract_address): Ditto.
594 (extract_long_unsigned_integer): Ditto.
595 * inferior.h (unsigned_pointer_to_address): Ditto.
596 (signed_pointer_to_address): Ditto.
597 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
598 * gdbarch.h, gdbarch.c: Regenerate.
599 * findvar.c (extract_long_unsigned_integer): Update.
600 (extract_address): Update.
601 (extract_typed_address): Update.
602 (unsigned_pointer_to_address): Update.
603 * values.c (unpack_long): Update.
604 (unpack_double): Update.
605 (unpack_pointer): Update.
606 (unpack_field_as_long): Update.
607 * d10v-tdep.c (d10v_pointer_to_address): Update.
608 * avr-tdep.c (avr_pointer_to_address): Update.
609 * scm-lang.c (scm_unpack): Update.
610 * findvar.c (signed_pointer_to_address): Update.
611
612 2003-01-06 Michal Ludvig <mludvig@suse.cz>
613
614 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
615 since it is in i386-tdep.c.
616
617 2003-01-06 J. Brobecker <brobecker@gnat.com>
618
619 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
620 failure introduced in the previous change.
621
622 2003-01-05 Michael Chastain <mec@shout.net>
623
624 * README: Remove references to deleted remote-*.c files:
625 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
626 remote-nrom.c, remote-os9k.c, remote-udi.c.
627
628 2003-01-05 Mark Kettenis <kettenis@gnu.org>
629
630 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
631 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
632 i386_get_longjmp_target.
633
634 2003-01-05 Andrew Cagney <ac131313@redhat.com>
635
636 * arm-tdep.c (prologue_cache): Change to a pointer.
637 (_initialize_arm_tdep): Allocate prologue_cache.
638 (check_prologue_cache): Update.
639 (save_prologue_cache): Update.
640 (arm_gdbarch_init): Update.
641
642 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
643
644 * stabsread.c (update_method_name_from_physname): Call complaint()
645 instead of error.
646
647 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
648
649 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
650 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
651 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
652
653 * blockframe.c: Include "gdbcmd.h" and "command.h".
654 (backtrace_below_main): New variable.
655 (file_frame_chain_valid, func_frame_chain_valid)
656 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
657 (generic_func_frame_chain_valid): Remove functions.
658 (frame_chain_valid, do_flush_frames_sfunc): New functions.
659 (_initialize_blockframe): New function.
660 * Makefile.in (blockframe.o): Update dependencies.
661 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
662 comment. Call frame_chain_valid ().
663 * frame.h: Remove old prototypes. Add prototype for
664 frame_chain_valid and update comments to match.
665 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
666 Remove old comment.
667 * gdbarch.h: Regenerated.
668 * gdbarch.c: Regenerated.
669
670 * alpha-tdep.c (alpha_gdbarch_init): Don't call
671 set_gdbarch_frame_chain_valid.
672 * avr-tdep.c (avr_gdbarch_init): Likewise.
673 * cris-tdep.c (cris_gdbarch_init): Likewise.
674 * frv-tdep.c (frv_gdbarch_init): Likewise.
675 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
676 * i386-tdep.c (i386_svr4_init_abi): Likewise.
677 (i386_nw_init_abi): Likewise.
678 (i386_gdbarch_init): Likewise.
679 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
680 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
681 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
682 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
683 * mips-tdep.c (mips_gdbarch_init): Likewise.
684 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
685 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
686 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
687 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
688 * s390-tdep.c (s390_gdbarch_init): Likewise.
689 * sh-tdep.c (sh_gdbarch_init): Likewise.
690 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
691 * v850-tdep.c (v850_gdbarch_init): Likewise.
692 * vax-tdep.c (vax_gdbarch_init): Likewise.
693 * x86-64-tdep.c (x86_64_init_abi): Likewise.
694
695 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
696 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
697 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
698 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
699 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
700 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
701 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
702 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
703
704 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
705
706 * Makefile.in (acconfig_h): Remove incorrect macro.
707 (config_h): Define.
708 (osabi.o): Update dependencies.
709 * configure.tgt: Set gdb_osabi based on target triplet.
710 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
711 * configure: Regenerated.
712 * config.in: Regenerated.
713 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
714 (GDB_OSABI_DEFAULT): Define if not already defined.
715 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
716 (set_osabi_string): New variables.
717 (gdbarch_register_osabi): Add new OS ABI to
718 gdb_osabi_available_names.
719 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
720 (set_osabi, show_osabi): New functions.
721 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
722
723 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
724
725 * arch-utils.c (gdbarch_info_init): Set osabi to
726 GDB_OSABI_UNINITIALIZED.
727 * gdbarch.sh: Add osabi to struct gdbarch and to struct
728 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
729 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
730 * gdbarch.c: Regenerated.
731 * gdbarch.h: Regenerated.
732 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
733 there's no BFD.
734 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
735 * osabi.h (enum gdb_osabi): Move to defs.h.
736 (gdbarch_init_osabi): Update prototype.
737 * defs.h (enum gdb_osabi): Moved here.
738 * Makefile.in: Update dependencies.
739
740 * alpha-tdep.h: Don't include "osabi.h".
741 (struct gdbarch_tdep): Remove osabi member.
742 * alpha-tdep.c: Include "osabi.h".
743 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
744 iterate over arches. Update call to gdbarch_init_osabi.
745 (alpha_dump_tdep): Don't dump osabi.
746 * alpha-linux-tdep.c: Include "osabi.h".
747 * alpha-osf1-tdep.c: Include "osabi.h".
748 * alphafbsd-tdep.c: Include "osabi.h".
749 * alphanbsd-tdep.c: Include "osabi.h".
750
751 * arm-tdep.h: Don't include "osabi.h".
752 (struct gdbarch_tdep): Remove osabi member.
753 * arm-tdep.c: Include "osabi.h".
754 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
755 iterate over arches. Update call to gdbarch_init_osabi.
756 (arm_dump_tdep): Don't dump osabi.
757 * arm-linux-tdep.c: Include "osabi.h".
758 * armnbsd-tdep.c: Include "osabi.h".
759
760 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
761 Update call to gdbarch_init_osabi.
762
763 * i386-tdep.h: Don't include "osabi.h".
764 (struct gdbarch_tdep): Remove osabi member.
765 * i386-tdep.c: Include "osabi.h".
766 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
767 iterate over arches. Update call to gdbarch_init_osabi.
768 (i386_dump_tdep): Don't dump osabi.
769 * i386-linux-tdep.c: Include "osabi.h".
770 * i386-sol2-tdep.c: Include "osabi.h".
771 * i386bsd-tdep.c: Include "osabi.h".
772 * i386gnu-tdep.c: Include "osabi.h".
773 * i386ly-tdep.c: Include "osabi.h".
774 * i386nbsd-tdep.c: Include "osabi.h".
775 * i386obsd-tdep.c: Include "osabi.h".
776
777 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
778 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
779 check osabi when iterating over arches. Update call to
780 gdbarch_init_osabi.
781 (mips_dump_tdep): Don't dump osabi.
782
783 * ns32k-tdep.h: Don't include "osabi.h".
784 (struct gdbarch_tdep): Remove.
785 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
786 gdbarch_lookup_osabi. Don't iterate over arches. Don't
787 allocate tdep. Update call to gdbarch_init_osabi.
788 (ns32k_dump_tdep): Remove.
789 (_initialize_ns32k_tdep): Update call to gdbarch_register.
790 * ns32knbsd-tdep.c: Include "osabi.h".
791
792 * ppc-tdep.h: Don't include "osabi.h".
793 (struct gdbarch_tdep): Remove osabi member.
794 * rs6000-tdep.c: Include "osabi.h".
795 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
796 osabi when iterating over arches. Update call to
797 gdbarch_init_osabi.
798 (rs6000_dump_tdep): Don't dump osabi.
799 * ppc-linux-tdep.c: Include "osabi.h".
800 * ppcnbsd-tdep.c: Include "osabi.h".
801
802 * sh-tdep.h: Don't include "osabi.h".
803 (struct gdbarch_tdep): Remove osabi member.
804 * sh-tdep.c: Include "osabi.h".
805 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
806 iterate over arches. Update call to gdbarch_init_osabi.
807 (sh_dump_tdep): Don't dump osabi.
808 * shnbsd-tdep.c: Include "osabi.h".
809
810 * sparc-tdep.c: Include "osabi.h".
811 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
812 iterate over arches. Update call to gdbarch_init_osabi.
813 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
814 tdep structure.
815
816 * vax-tdep.h: Don't include "osabi.h".
817 (struct gdbarch_tdep): Remove.
818 * vax-tdep.c: Include "osabi.h".
819 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
820 iterate over arches. Don't allocate tdep. Update call
821 to gdbarch_init_osabi.
822 (vax_dump_tdep): Remove.
823 (_initialize_vax_tdep): Update call to gdbarch_register.
824
825 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
826
827 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
828 entirely.
829 (breakpoint_re_set_one): Don't fetch the value for a disabled
830 watchpoint.
831
832 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
833
834 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
835 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
836 (COERCE_FLOAT_TO_DOUBLE): Remove.
837 * gdbarch.c: Regenerate.
838 * gdbarch.h: Regenerate.
839 * Makefile.in: Remove value_h from gdbarch_h.
840 * valops.c (coerce_float_to_double): New variable.
841 (default_coerce_float_to_double): Remove.
842 (standard_coerce_float_to_double): Remove.
843 (value_arg_coerce): Use coerce_float_to_double.
844 (_initialize_valops): Add "set coerce-float-to-double".
845 * value.h (default_coerce_float_to_double): Remove prototype.
846 (standard_coerce_float_to_double): Remove prototype.
847
848 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
849 prototyped.
850 * mdebugread.c (parse_symbol): Likewise.
851 * stabsread.c (define_symbol): Mark all functions as prototyped.
852
853 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
854 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
855 set_gdbarch_coerce_float_to_double.
856 * arm-tdep.c (arm_gdbarch_init): Likewise.
857 * frv-tdep.c (frv_gdbarch_init): Likewise.
858 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
859 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
860 * mips-tdep.c (mips_gdbarch_init): Likewise.
861 (mips_coerce_float_to_double): Remove.
862 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
863 (rs6000_coerce_float_to_double): Remove.
864 * s390-tdep.c (s390_gdbarch_init): Likewise.
865 * sh-tdep.c (sh_gdbarch_init): Likewise.
866 (sh_coerce_float_to_double): Remove.
867 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
868 (sparc_coerce_float_to_double): Remove.
869 * v850-tdep.c (v850_gdbarch_init): Likewise.
870 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
871 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
872 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
873 (hppa_coerce_float_to_double): Remove prototype.
874 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
875
876 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
877
878 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
879
880 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
881
882 Suggested by Stewart Brown <sb24@avaya.com>:
883 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
884 in recursive calls. Handle TYPE_CODE_TYPEDEF.
885 (c_type_print_varspec_suffix): Likewise.
886
887 2003-01-04 Mark Kettenis <kettenis@gnu.org>
888
889 * configure.in: Don't set and AC_SUBST SUBDIRS.
890 * configure: Regenerated.
891
892 * configure.in: Remove code dealing with shared libraries.
893 * Makefile.in: Remove HLDFLAGS and HLDENV.
894 * configure: Regenerated.
895
896 2003-01-04 Andrew Cagney <ac131313@redhat.com>
897
898 * frame.c (deprecated_frame_xmalloc): New function.
899 (deprecated_set_frame_saved_regs_hack): New function.
900 (deprecated_set_frame_extra_info_hack): New function.
901 * frame.h (deprecated_frame_xmalloc): Declare.
902 (deprecated_set_frame_saved_regs_hack): Declare.
903 (deprecated_set_frame_extra_info_hack): Declare.
904
905 2003-01-04 Mark Kettenis <kettenis@gnu.org>
906
907 * configure.in: Move code that provides the --enable-gdbtk option
908 right after the code that handles the --enable-tui option, and
909 polish it somewhat.
910 * configure: Regenerated.
911
912 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
913 AC_CHECK_FUNCS and remove the old check for pread64.
914 * acinclude.m4 (AC_GNU_SOURCE): New macro.
915 * acconfig.h (_GNU_SOURCE): Add.
916 (HAVE_PREAD64): Remove.
917 * configure, aclocal.m4, config.in: Regenerated.
918
919 2003-01-03 Andrew Cagney <ac131313@redhat.com>
920
921 * alpha-tdep.c: Use get_frame_saved_regs.
922 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
923 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
924 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
925 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
926 * vax-tdep.c, xstormy16-tdep.c: Ditto.
927
928 2003-01-03 Mark Kettenis <kettenis@gnu.org>
929
930 * configure.in: Remove all use of the SUBDIRS variable; add
931 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
932 code providing the --enable-multi-ice option, and move it right in
933 front of the code that checks whether gdbserver is supported.
934 Polish that too.
935 * configure: Regenerated.
936 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
937 @SUBDIRS@.
938
939 2003-01-03 Andrew Cagney <cagney@redhat.com>
940
941 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
942 * avr-tdep.c, cris-tdep.c: Ditto.
943 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
944 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
945
946 2003-01-03 Mark Kettenis <kettenis@gnu.org>
947
948 * configure.in: Remove --enable-netrom option.
949 * configure: Regenerated.
950
951 2003-01-03 Mark Kettenis <kettenis@gnu.org>
952
953 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
954 declaration for `struct re_pattern_buffer' instead.
955 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
956
957 2003-01-03 J. Brobecker <brobecker@gnat.com>
958
959 * mdebugread.c (parse_symbol): Count until the stEnd matching
960 the structure name.
961
962 2003-01-02 Mark Kettenis <kettenis@gnu.org>
963
964 * configure.in: Remove --with-cpu option.
965 subscripts. Remove evil changequotes here.
966 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
967 * config.in, configure: Regenerated.
968
969 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
970 * configure.in: Cleanup section that sources GDB and BFD configure
971 subscripts. Remove evil changequotes here.
972 * config.in, configure: Regenerated.
973
974 2003-01-02 Andrew Cagney <ac131313@redhat.com>
975
976 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
977 frame accessor methods.
978 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
979 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
980 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
981 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
982 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
983 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
984 * z8k-tdep.c: Ditto.
985
986 2003-01-02 Mark Kettenis <kettenis@gnu.org>
987
988 * configure.in: Remove UI_OUT configuration code.
989 * ada-lang.c: Update assuming UI_OUT is always true.
990 * Makefile.in (UIOUT_CFLAGS): Remove.
991 * configure: Regenerated.
992 * TODO: Remove blurb about elimination of -DUI_OUT.
993
994 * configure.in: Move code that provides the --enable-gdbcli,
995 --enable-gdbmi options right before the code that handles the
996 --enable-tui option. Polish a bit.
997 * configure: Regenerated.
998
999 * configure.in: Rewrite check for GNU regex and the
1000 --without-included regex option, and move it into the "Checks for
1001 library functions" section. This makes us use the system regex
1002 again by default on systems with version 2 of the GNU C library.
1003 This was apparently broken.
1004 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
1005 * acconfig.h (USE_INCLUDED_REGEX): Remove.
1006 * config.in, configure: Regenerated.
1007
1008 * configure.in: Move code that provides the --enable-tui option
1009 before the "Checks for libraries" section. Polish the code
1010 somewhat and set need_curses to yes if we build the TUI. Rewrite
1011 code that looks for a library providing termcap functionality to
1012 match more closely what's done in the Readline library, and move
1013 it into to the "Checks for libraries" section.
1014 * configure: Regenerated.
1015 * Makefile.in (TERMCAP): Remove variable.
1016 * config/i386/go32.mh (TERMCAP): Remove variable.
1017
1018 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1019
1020 * MAINTAINERS: Mention gdb_mbuild.sh.
1021 * gdb_mbuild.sh: Rewrite.
1022
1023 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1024
1025 * configure.in: Fix typo in last change.
1026 * config.in, configure: Regenerated.
1027
1028 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1029
1030 * valarith.c (value_binop): Delete obsolete code and comments.
1031 * configure.host: Ditto.
1032 * buildsym.h (make_blockvector): Ditto.
1033 * buildsym.c (make_blockvector): Ditto.
1034 * defs.h (enum language): Ditto.
1035 (chill_demangle): Ditto.
1036 * elfread.c (elf_symtab_read): Ditto.
1037 * dwarfread.c (CHILL_PRODUCER): Ditto.
1038 (set_cu_language): Ditto.
1039 (handle_producer): Ditto.
1040 * expprint.c (print_subexp): Ditto.
1041 * gdbtypes.c (chill_varying_type): Ditto.
1042 * gdbtypes.h (builtin_type_chill_bool): Ditto.
1043 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
1044 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
1045 (chill_varying_type): Ditto.
1046 * language.h (_LANG_chill): Ditto.
1047 * language.c (binop_result_type, integral_type): Ditto.
1048 (character_type, string_type, structured_type): Ditto.
1049 (lang_bool_type, binop_type_check): Ditto.
1050 * stabsread.h (os9k_stabs): Ditto.
1051 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
1052 (define_symbol, read_type, read_struct_fields): Ditto.
1053 (read_array_type, read_enum_type, read_huge_number): Ditto.
1054 (read_range_type, start_stabs): Ditto.
1055 * symfile.c (init_filename_language_table): Ditto.
1056 (add_psymbol_with_dem_name_to_list): Ditto.
1057 * symtab.c (symbol_init_language_specific): Ditto.
1058 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
1059 * symtab.h (struct general_symbol_info): Ditto.
1060 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1061 * typeprint.c (typedef_print): Ditto.
1062 * utils.c (fprintf_symbol_filtered): Ditto.
1063 * valops.c (value_cast, search_struct_field, value_slice): Delete
1064 obsolete code.
1065 (varying_to_slice): Delete function.
1066 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
1067 (varying_to_slice): Delete declaration.
1068 * MAINTAINERS: Update.
1069
1070 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1071
1072 * configure.in: Reorganize "Checks for library functions section"
1073 a bit. Remove check for `btowc' and `isascii' functions.
1074 * configure: Regenerated.
1075
1076 * acconfig.h (_MSE_INT_H): Remove.
1077 * configure.in: Create "Checks for header files" section, and move
1078 appropriate tests there. Don't check for objlist.h, wchar.h,
1079 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
1080 misdetection fix. Also add "Checks for types", "Checks for
1081 compiler characteristics" and "Checks for library functions"
1082 sections.
1083 * config.in, configure: Regenerated.
1084
1085 * configure.in: Create "Checks for programs" section, and move
1086 appropriate tests there.
1087
1088 2003-01-01 Mark Kettenis <kettenis@gnu.org>
1089
1090 * configure.in: Create "Checks for libraries" section, and move
1091 appropriate tests there. Cleanup check for wctype in libw. Use
1092 AC_SEARCH_LIBS to see whether we need libsocket.
1093 * configure: Regenerated.
1094
1095 For older changes see ChangeLog-2002
1096 \f
1097 Local Variables:
1098 mode: change-log
1099 left-margin: 8
1100 fill-column: 74
1101 version-control: never
1102 End:
This page took 0.052347 seconds and 5 git commands to generate.