* s390-tdep.c (s390_frame_align): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-04-18 Jim Blandy <jimb@redhat.com>
2
3 * s390-tdep.c (s390_frame_align): New function.
4 (s390_gdbarch_init): Register it with the gdbarch object.
5
6 2003-04-17 Richard Henderson <rth@redhat.com>
7
8 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9
10 2003-04-17 Michael Snyder <msnyder@redhat.com>
11 Karen Bennet <bennet@redhat.com>
12
13 Committed by Elena Zannoni <ezannoni@redhat.com>
14 * gdb_gcore.sh: New script to create a core dump of a process.
15
16 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
17
18 * values.c (value_being_returned): Don't fetch the return
19 value if the return type is void.
20
21 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
22
23 * thread-db.c: Reindented.
24
25 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
26
27 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
28 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
29 as types.
30
31 2003-04-16 Kevin Buettner <kevinb@redhat.com>
32
33 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
34 the size of ``long double'' to 16, instead of 8.
35
36 2003-04-16 Mark Kettenis <kettenis@gnu.org>
37
38 * i386-linux-nat.c: Add some whitespace to make things more
39 readable.
40 (fetch_register, store_register, fetch_inferior_registers,
41 store_inferior_registers): Get rid of assignment in if-statement.
42 (store_register): Fix typo in error message.
43
44 2003-04-16 Andrew Cagney <cagney@redhat.com>
45
46 * utils.c (xmmalloc): Always allocate something, matches
47 libiberty/xmalloc's semantics.
48 (xmrealloc, xmcalloc): Ditto.
49
50 2003-04-16 Andrew Cagney <cagney@redhat.com>
51
52 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
53 update comments.
54 (get_frame_type): Initialize unwind and type when needed.
55 (get_frame_id, frame_register_unwind): Ditto.
56
57 2003-04-16 Andrew Cagney <cagney@redhat.com>
58
59 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
60 obsolete.
61 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
62 * sparcl-stub.c: Obsolete file.
63 * config/sparc/tm-sparclet.h: Obsolete file.
64 * sparclet-stub.c: Obsolete file.
65 * sparclet-rom.c: Obsolete file.
66 * sparcl-tdep.c: Obsolete file.
67 * config/sparc/tm-sparclite.h: Obsolete file.
68 * config/sparc/sparclite.mt: Obsolete file.
69 * config/sparc/sparclet.mt: Obsolete file.
70 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
71 sparc86x-*-* obsolete.
72
73 2003-04-15 David Carlton <carlton@math.stanford.edu>
74
75 * Makefile.in (SFILES): Add cp-namespace.c.
76 (COMMON_OBS): Add cp-namespace.o.
77 (block.o): Depend on gdb_obstack_h and cp_support_h.
78 (buildsym.o): Depend on cp_support_h.
79 (cp-namespace.o): New.
80 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
81 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
82 (dwarf2read.o): Depend on cp_support_h.
83 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
84 * dwarf2read.c (process_die): Set processing_has_namespace_info,
85 processing_current_namespace.
86 (read_namespace): Update processing_current_namespace; check for
87 anonymous namespaces.
88 (dwarf2_name): New function.
89 (dwarf2_extension): Ditto.
90 * cp-support.h: Update copyright, contributors.
91 Add inclusion guards.
92 Add opaque declaration for structs obstack, block, symbol.
93 (struct using_direct): New struct.
94 Add declarations for cp_find_first_component,
95 cp_entire_prefix_len, processing_has_namespace_info,
96 processing_current_namespace, cp_is_anonymous,
97 cp_add_using_directive, cp_initialize_namespace,
98 cp_finalize_namespace, cp_set_block_scope,
99 cp_scan_for_anonymous_namespaces.
100 * cp-namespace.c: New file.
101 * cp-support.c: Update copyright.
102 Include ctype.h, gdb_assert.h, gdbcmd.h.
103 New variable maint_cplus_cmd_list.
104 (cp_find_first_component): New function.
105 (cp_entire_prefix_len, maint_cplus_command)
106 (first_component_command, _initialize_cp_support): Ditto.
107 * buildsym.c: Include cp-support.h.
108 New variable using_list.
109 (add_symbol_to_list): Check for anonymous namespaces.
110 (finish_block): Set block's scope.
111 (start_symtab): Initialize C++ namespace support.
112 (end_symtab): Finalize C++ namespace support.
113 * block.h: Add opaque declarations for structs
114 block_namespace_info, using_direct, and obstack.
115 Add declarations for block_set_scope and block_set_using.
116 (struct block): Add 'language_specific' member.
117 (BLOCK_NAMESPACE): New macro.
118 * block.c: Include gdb_obstack.h and cp-support.h.
119 (struct block_namespace_info): New struct.
120 (block_set_scope): New function.
121 (block_set_using, block_initialize_namespace): Ditto.
122
123 2003-04-14 Kevin Buettner <kevinb@redhat.com>
124
125 * solib-svr4.c (svr4_have_link_map_offsets): New function.
126 (locate_base): Return early if there aren't any link map offsets.
127 (svr4_solib_create_inferior_hook): Warn if shared library support
128 is unavailable.
129
130 2003-04-14 David Carlton <carlton@math.stanford.edu>
131
132 * symtab.c (symbol_set_names): Add prefix when storing Java names
133 in hash table. Fix for PR java/1039.
134
135 2003-04-14 David Carlton <carlton@math.stanford.edu>
136
137 * symtab.c (symbol_set_names): Rename 'name' arg to
138 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
139 * symtab.h: Change 'name' argument in declaration of
140 symbol_set_names to 'linkage_name'.
141 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
142
143 2003-04-14 Andrew Cagney <cagney@redhat.com>
144
145 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
146 return the fully sign-extended register value.
147 (get_frame_pointer): Ditto.
148 (mips_pop_frame): Initialize "proc_desc" after checking for a
149 dummy frame.
150
151 2003-04-14 Andrew Cagney <cagney@redhat.com>
152
153 * mips-tdep.c (mips_push_dummy_frame): Delete function.
154 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
155 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
156 (mips_push_register): Delete function.
157 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
158 PUSH_FP_REGNUM.
159
160 2003-04-14 Jim Blandy <jimb@redhat.com>
161
162 * symmisc.c: #include "gdb_regex.h".
163 (maintenance_list_symtabs, maintenance_list_psymtabs): New
164 functions.
165 * maint.c (maintenance_list_command): New function.
166 (_initialize_maint_cmds): Register the above as commands.
167 * symtab.h (maintenance_list_symtabs,
168 maintenance_list_psymtabs): New declarations.
169 * cli/cli-cmds.c (maintenancelistlist): New variable.
170 (init_cmd_lists): Initialize it.
171 * cli/cli-cmds.h (maintenancelistlist): New declaration.
172 * gdbcmd.h (maintenancelistlist): New declaration.
173 * Makefile.in (symmisc.o): Update dependencies.
174
175 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
176
177 * s390-nat.c: Include asm/types.h for addr_t.
178
179 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
180
181 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
182 actually incoming type.
183
184 2003-04-13 Andrew Cagney <cagney@redhat.com>
185
186 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
187 get_next_frame and get_frame_saved_regs.
188
189 2003-04-13 Andrew Cagney <cagney@redhat.com>
190
191 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
192 of gdbarch_num_regs.
193
194 2003-04-13 Andrew Cagney <cagney@redhat.com>
195
196 * frame.h: Mention what replaced what in "struct frame_info".
197 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
198 deprecated_update_frame_base_hack and
199 deprecated_update_frame_pc_hack.
200 * hppa-tdep.c: Ditto.
201
202 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
203
204 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
205 to read_reg and update its comment. Remove regnum member.
206 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
207 Don't call read_reg when setting in_reg. Call read_reg to get
208 the frame base if it's in a register. Return the register number
209 on the stack instead of in the context. Remove extra arguments
210 to read_reg.
211 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
212 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
213 the register number on the expression stack.
214 (needs_frame_read_reg): Remove extra arguments.
215
216 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
217
218 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
219 made non-static.
220 (execute_stack_op): All callers updated.
221 * dwarf2expr.h: Add prototype for dwarf2_read_address.
222 * dwarf2loc.c (find_location_expression): New function.
223 (dwarf_expr_frame_base): Call it.
224 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
225 (dwarf2_tracepoint_var_ref): New function, broken out from
226 locexpr_tracepoint_var_ref.
227 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
228 Make static.
229 (loclist_read_variable, loclist_read_needs_frame): New functions.
230 (loclist_describe_location, loclist_tracepoint_var_ref): New
231 functions.
232 (dwarf2_loclist_funcs): New struct location_funcs.
233 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
234 (struct dwarf2_locexpr_baton): Add comments.
235 (dwarf2_loclist_funcs): New extern.
236 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
237 base_address and base_known.
238 (dwarf_loc_buffer): New variable.
239 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
240 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
241 (dwarf2_has_info): Initialize dwarf_loc_offset.
242 (dwarf2_build_psymtabs): Read in .debug_loc.
243 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
244 DWARF_LOC_SIZE.
245 (psymtab_to_symtab_1): Likewise. Move base address calculation
246 here, from...
247 (dwarf2_get_pc_bounds): ... here. Use the base address from
248 cu_header.
249 (dwarf2_symbol_mark_computed): Handle location lists.
250
251 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
252
253 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
254 if the linkage name demangled successfully.
255
256 2003-04-13 Mark Kettenis <kettenis@gnu.org>
257
258 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
259 disassmbly_flavour): Removed.
260
261 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
262
263 2003-04-13 Mark Kettenis <kettenis@gnu.org>
264
265 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
266
267 2003-04-12 Andrew Cagney <cagney@redhat.com>
268
269 * frame.h (struct frame_info): Move definition from here ...
270 * frame.c (struct frame_info): ... to here.
271
272 2003-04-12 Andrew Cagney <cagney@redhat.com>
273
274 * gdbthread.h (save_infrun_state): Delete parameter
275 "prev_func_start".
276 (struct thread_info): Delete field "prev_func_start".
277 (load_infrun_state): Ditto.
278 * thread.c (load_infrun_state, save_infrun_state): Update.
279 * infrun.c (prev_func_start): Delete variable.
280 (context_switch, init_wait_for_inferior): Update.
281 (stop_stepping, keep_going): Update.
282
283 2003-04-12 Andrew Cagney <cagney@redhat.com>
284
285 * gdbarch.sh: Add missing opaque declarations.
286 * gdbarch.h: Regnerate.
287 * symtab.h: Add missing opaque declarations.
288 * value.h, target.h, symfile.h, stabsread.h: Ditto.
289 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
290 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
291 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
292 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
293 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
294 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
295 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
296 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
297 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
298 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
299 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
300 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
301
302 2003-04-11 Andrew Cagney <cagney@redhat.com>
303
304 * frame.c (get_frame_id): Return this frame's "id".
305 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
306 function start.
307 (legacy_saved_regs_this_id): Replace function body with
308 internal-error.
309 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
310 FRAME_OBSTACK_ZALLOC.
311 (create_new_frame): Mark the frame ID as valid.
312
313 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
314
315 * Makefile.in (libbfd_h): Added missing setting.
316 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
317 according to the selected ABI.
318
319 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
320
321 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
322
323 2003-04-11 Andrew Cagney <cagney@redhat.com>
324
325 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
326 SAVED_PC_AFTER_CALL.
327 * gdbarch.h, gdbarch.c: Regenerate.
328 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
329 * x86-64-tdep.c (x86_64_init_abi): Update.
330 * vax-tdep.c (vax_gdbarch_init): Update.
331 * v850-tdep.c (v850_gdbarch_init): Update.
332 * sparc-tdep.c (sparc_gdbarch_init): Update.
333 * sh-tdep.c (sh_gdbarch_init): Update.
334 * s390-tdep.c (s390_gdbarch_init): Update.
335 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
336 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
337 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
338 * mips-tdep.c (mips_gdbarch_init): Update.
339 * mcore-tdep.c (mcore_gdbarch_init): Update.
340 * m68k-tdep.c (m68k_gdbarch_init): Update.
341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
342 * ia64-tdep.c (ia64_gdbarch_init): Update.
343 (ia64_saved_pc_after_call): Update declaration.
344 * i386ly-tdep.c (i386lynx_init_abi): Update.
345 * i386-tdep.c (i386_gdbarch_init): Update.
346 * hppa-tdep.c (hppa_gdbarch_init): Update.
347 * h8300-tdep.c (h8300_gdbarch_init): Update.
348 * frv-tdep.c (frv_gdbarch_init): Update.
349 * cris-tdep.c (cris_gdbarch_init): Update.
350 * avr-tdep.c (avr_gdbarch_init): Update.
351 * arm-tdep.c (arm_gdbarch_init): Update.
352 * alpha-tdep.c (alpha_gdbarch_init): Update.
353 * ns32knbsd-nat.c (frame_num_args): Update.
354 * ns32k-tdep.c (umax_frame_num_args): Update.
355 * mips-tdep.c (mips_init_frame_pc_first): Update.
356 * infrun.c (step_over_function): Update.
357 * i386-linux-tdep.c (skip_hurd_resolver): Update.
358 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
359 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
360 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
361 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
362 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
363 * arm-linux-tdep.c (skip_hurd_resolver): Update.
364 * arch-utils.c (init_frame_pc_default): Update.
365 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
366 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
367 declaration.
368
369 2003-04-11 Andrew Cagney <cagney@redhat.com>
370
371 * i387-tdep.c: Update copyright.
372 (i387_to_double): Delete function.
373 (double_to_i387): Delete function.
374
375 2003-04-10 Andrew Cagney <cagney@redhat.com>
376
377 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
378 frame's function's address. Simplify.
379 (d10v_frame_unwind_cache): Check that the frame's function is
380 non-zero.
381
382 2003-04-10 Jim Blandy <jimb@redhat.com>
383
384 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
385 call to set_gdbarch_deprecated_push_arguments.
386
387 2003-04-10 Andrew Cagney <cagney@redhat.com>
388
389 * frame.c (fprint_frame_id): New function.
390 (fprint_frame_type, fprint_frame): New function.
391 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
392 (create_sentinel_frame, get_frame_id): Ditto.
393 (frame_id_p, frame_id_eq): Ditto.
394 (frame_id_inner, create_new_frame): Ditto.
395 (legacy_get_prev_frame, get_prev_frame): Ditto.
396 (deprecated_update_frame_pc_hack): Ditto.
397 (frame_register_unwind): Ditto.
398 (deprecated_update_frame_base_hack): Ditto.
399
400 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
401
402 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
403 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
404 frame_chain function.
405 * Makefile.in: Add dependencies due to above change.
406
407 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
408
409 * blockframe.c (legacy_frame_chain_valid): Move call to
410 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
411 inside_entry_file.
412
413 2003-04-09 Andrew Cagney <cagney@redhat.com>
414
415 * frame.h (struct frame_id): Replace "pc" and "base" with
416 "stack_addr" and "code_addr". Update comments.
417 (frame_id_build): Update parameter names and comment.
418 (struct frame_info): Replace "id_p" and "id" with "this_id".
419 * dummy-frame.c (dummy_frame_this_id): Update.
420 * breakpoint.c (print_one_breakpoint): Update.
421 * frame.c (get_frame_id): Update.
422 (get_frame_base, frame_id_build): Update.
423 (create_sentinel_frame, legacy_get_prev_frame): Update.
424 (deprecated_update_frame_base_hack): Update.
425 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
426 (frame_id_inner): Ditto.
427
428 2003-04-09 Andrew Cagney <cagney@redhat.com>
429
430 * defs.h (gdb_print_host_address): Make "addr" parameter a
431 pointer constant.
432 * utils.c (gdb_print_host_address): Update.
433
434 2003-04-09 Kevin Buettner <kevinb@redhat.com>
435
436 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
437 register number for R0 is 0.
438
439 2003-04-09 J. Brobecker <brobecker@gnat.com>
440
441 * frame.h (struct gdbarch): Add opaque structure definition
442 to avoid a compilation warning on LynxOS 4.0.
443
444 2003-04-09 Andrew Cagney <cagney@redhat.com>
445
446 * frame.h (struct frame_info): Delete field "pc". Replace
447 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
448 structure.
449 * frame.c (frame_pc_unwind): Update.
450 (create_sentinel_frame): Do not set "pc".
451 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
452 (get_frame_pc): Call frame_pc_unwind.
453 (deprecated_update_frame_pc_hack): Update.
454 (create_new_frame): Use "pc" not "->pc".
455
456 2003-04-09 Andrew Cagney <cagney@redhat.com>
457
458 * frame.c (get_frame_id): Eliminate code updating "frame".
459 (legacy_get_prev_frame): Ditto.
460 (get_frame_base): Return id.base directly.
461 (deprecated_update_frame_base_hack): Update "id.base".
462 * frame.h (struct frame_info): Delete field "frame".
463
464 2003-04-09 Andrew Cagney <cagney@redhat.com>
465
466 * NEWS: Mention that the "Sequent family" is obsolete.
467 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
468 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
469 * configure.host: Obsolete i[3456]86-sequent-bsd*,
470 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
471 * config/i386/tm-ptx4.h: Obsolete file.
472 * config/i386/tm-ptx.h: Obsolete file.
473 * symm-tdep.c: Obsolete file.
474 * config/i386/symmetry.mt: Obsolete file.
475 * config/i386/tm-symmetry.h: Obsolete file.
476 * symm-nat.c: Obsolete file.
477 * config/i386/nm-symmetry.h: Obsolete file.
478 * config/i386/xm-symmetry.h: Obsolete file.
479 * config/i386/symmetry.mh: Obsolete file.
480 * config/i386/nm-ptx4.h: Obsolete file.
481 * config/i386/ptx4.mh: Obsolete file.
482 * config/i386/ptx.mt: Obsolete file.
483 * config/i386/ptx.mh: Obsolete file.
484 * config/i386/xm-ptx4.h: Obsolete file.
485 * config/i386/xm-ptx.h: Obsolete file.
486
487 2003-04-09 Andrew Cagney <cagney@redhat.com>
488
489 Obsolete mips*-*-mach3*.
490 * NEWS: Mention that mips*-*-mach3* is obsolete.
491 * m3-nat.c: Obsolete file.
492 * config/nm-m3.h: Obsolete file.
493 * config/mips/tm-mipsm3.h: Obsolete file.
494 * config/mips/mipsm3.mt: Obsolete file.
495 * config/mips/mipsm3.mh: Obsolete file.
496 * config/mips/xm-mipsm3.h: Obsolete file.
497 * mipsm3-nat.c: Obsolete file.
498 * configure.host: Obsolete mips-dec-mach3*.
499 * configure.tgt: Obsolete mips*-*-mach3*.
500
501 2003-04-09 Andrew Cagney <cagney@redhat.com>
502
503 * doublest.h: Update copyright.
504 (deprecated_store_floating, deprecated_extract_floating): Rename
505 store_floating and extract_floating. Update comments.
506 * doublest.c: Update copyright.
507 (extract_floating_by_length): Replace extract_floating.
508 (store_floating_by_length): Replace store_floating.
509 (deprecated_extract_floating): New function.
510 (deprecated_store_floating): New function.
511 (extract_typed_floating): Call extract_floating_by_length.
512 (store_typed_floating): Call store_floating_by_length.
513 * x86-64-tdep.c (x86_64_store_return_value): Update.
514 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
515 (sh64_extract_return_value): Update.
516 (sh_sh4_register_convert_to_virtual): Update.
517 (sh_sh64_register_convert_to_virtual): Update.
518 (sh_sh4_register_convert_to_raw): Update.
519 (sh_sh64_register_convert_to_raw): Update.
520 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
521 (rs6000_register_convert_to_raw): Update.
522 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
523 (ia64_register_convert_to_raw): Update.
524 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
525 (REGISTER_CONVERT_TO_VIRTUAL): Update.
526 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
527 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
528 (alpha_register_convert_to_raw): Update.
529
530 2003-04-08 Andrew Cagney <cagney@redhat.com>
531
532 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
533 * gdbarch.h, gdbarch.c: Re-generate.
534 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
535 (d10v_gdbarch_init): Do not set saved_pc_after_call.
536 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
537 conditionally, use frame_pc_unwind as an alternative. Add
538 comments.
539 * arch-utils.c (init_frame_pc_default): Only call
540 SAVED_PC_AFTER_CALL when available.
541
542 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
543
544 * infrun.c (stop_soon): Rename from stop_soon_quietly.
545 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
546 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
547 (start_remote): Ditto.
548 (handle_inferior_event): Ditto.
549 (save_inferior_status): Ditto.
550 (restore_inferior_status): Ditto.
551 * infcmd.c (attach_command): Ditto.
552 * fork-child.c (startup_inferior): Ditto.
553 * inferior.h (stop_soon): Rename from stop_soon_quietly.
554 * alpha-tdep.c (heuristic_proc_start): Ditto.
555 * mips-tdep.c (heuristic_proc_start): Ditto.
556 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
557 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
558 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
559 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
560 * remote-vx.c (vx_create_inferior): Ditto.
561
562 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
563
564 * infrun.c (stop_soon_quietly): Make it an enum, to better
565 override the default behavior of handle_inferior_event.
566 (clear_proceed_status): Update uses of stop_soon_quietly to
567 reflect that it is now an enum.
568 (start_remote): Ditto.
569 (handle_inferior_event): Change logic a bit if stop_soon_quietly
570 is set to handle the new GNU/Linux kernel behavior for
571 attach/sigstop. Update uses of stop_soon_quietly.
572 * inferior.h (enum stop_kind): New enum.
573 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
574 Reset normal handle_inferior_event behavior, afterwards.
575 * fork-child.c (startup_inferior): Update.
576 * alpha-tdep.c (heuristic_proc_start): Update.
577 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
578 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
579 * solib-osf.c (osf_solib_create_inferior_hook): Update.
580 * solib-irix.c (irix_solib_create_inferior_hook): Update.
581 * remote-vx.c (vx_create_inferior): Update.
582 * mips-tdep.c (heuristic_proc_start): Update.
583
584 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
585
586 * disasm.c (dump_insns): Move variables inside loop, or they will
587 be freed more than once, causing wild memory corruptions.
588 (gdb_disassembly): Look for the substring "-thread",
589 instead of "-threads" in the target name, to make sure to find
590 the 'multi-thread' target. Also, make sure we do the right thing
591 with the "core" target.
592
593 2003-04-07 Kevin Buettner <kevinb@redhat.com>
594
595 * mips-tdep.c (mips_print_fp_register): New function, created from
596 do_fp_register_row(). Registers are now (also) printed as hex.
597 Only one register is printed per row.
598 (mips_print_register, do_fp_register_row): Print floating point
599 registers with mips_print_fp_register().
600
601 2003-04-06 Andrew Cagney <cagney@redhat.com>
602
603 * valprint.h (inspect_it): Add extern declaration.
604 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
605 (selectors_info, classes_info): Ditto.
606 (find_objc_msgcall): Fix indentation.
607 (objc_printstr): Delete extern declarations.
608
609 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
610
611 2003-04-06 Andrew Cagney <cagney@redhat.com>
612
613 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
614 Update comment.
615 * frame.c (legacy_saved_regs_this_id): Update.
616 (legacy_get_prev_frame): Update.
617 * xstormy16-tdep.c: Update comment.
618 * sparc-tdep.c (sparc_frame_chain): Update comment.
619 * blockframe.c (legacy_frame_chain_valid): Update.
620
621 2003-04-06 Andrew Cagney <cagney@redhat.com>
622
623 * valprint.c (val_print_type_code_int): Delete #ifdef
624 PRINT_TYPELESS_INTEGER code.
625
626 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
627 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
628 multi-arch definition.
629 * gdbarch.h: Re-generate.
630
631 2003-04-05 Andrew Cagney <cagney@redhat.com>
632
633 Eliminate FRAME_FIND_SAVED_REGS.
634 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
635 Change FSR parameter to a pointer.
636 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
637 Assume FSR parameter is a pointer.
638 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
639 Make fsr a pointer.
640 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
641 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
642 saved_regs a pointer.
643 (hppa_frame_saved_pc): Ditto.
644 (find_dummy_frame_regs): Make frame_saved_regs a pointer
645 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
646 pointer.
647 (restore_pc_queue): Make fsr a pointer.
648 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
649 (hppa_frame_chain): Make saved_regs a pointer, call
650 hppa_frame_init_saved_regs.
651 * sparc-tdep.c: Include "gdb_assert.h".
652 (sparc_frame_find_saved_regs): Replace internal_error with
653 gdb_assert.
654 * remote-vxsparc.c (vx_read_register): Delete reference to
655 FRAME_FIND_SAVED_REGS.
656 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
657 * gdbarch.h: Regenerate.
658 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
659 (deprecated_get_frame_saved_regs): Delete declaration.
660 (struct frame_saved_regs): Delete definition.
661 * frame.c (deprecated_get_frame_saved_regs): Delete function.
662 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
663 (hppa_frame_find_saved_regs): Delete declaration.
664 (FRAME_FIND_SAVED_REGS): Delete macro.
665 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
666 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
667 FRAME_FIND_SAVED_REGS in comment.
668
669 2003-04-05 Andrew Cagney <cagney@redhat.com>
670
671 * frame.c (frame_func_unwind, get_frame_func): New functions.
672 * frame.h (get_frame_func, frame_func_unwind): Declare.
673 (struct frame_info): Add field "prev_func" for caching the
674 previous frame's function address.
675 * arm-tdep.c (arm_frameless_function_invocation): Combine
676 get_pc_function_start and get_frame_pc into get_frame_func.
677 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
678 (sh64_nofp_frame_init_saved_regs): Ditto.
679 * s390-tdep.c (s390_function_start): Ditto.
680 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
681 (rs6000_frameless_function_invocation): Ditto.
682 (rs6000_frame_saved_pc): Ditto.
683 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
684 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
685 * i386-tdep.c (i386_frameless_signal_p): Ditto.
686 (i386_frame_init_saved_regs): Ditto.
687 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
688 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
689 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
690 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
691 * blockframe.c (frameless_look_for_prologue): Ditto.
692
693 2003-04-05 Andrew Cagney <cagney@redhat.com>
694
695 * frame.c (legacy_get_prev_frame): Link prev to next at the
696 function start. Update comments.
697
698 2003-04-05 Andrew Cagney <cagney@redhat.com>
699
700 * frame.c (get_frame_id): Update comment.
701 (legacy_get_prev_frame): Update comment.
702 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
703 * gdbarch.h: Regenerate.
704 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
705 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
706
707 2003-04-05 Andrew Cagney <cagney@redhat.com>
708
709 * stack.c (print_frame_info): Use get_frame_pc.
710
711 2003-04-04 Andrew Cagney <cagney@redhat.com>
712
713 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
714 the frame's type from the unwinder.
715 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
716 (create_new_frame, legacy_get_prev_frame): When the unwinder's
717 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
718 (get_frame_base_address): Use get_frame_type.
719 (get_frame_locals_address, get_frame_args_address): Ditto.
720 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
721 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
722 (struct frame_info): Add comment explaining why the frame contains
723 a "type" field.
724 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
725 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
726 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
727 NORMAL_FRAME.
728 * frame-unwind.h: Include "frame.h".
729 (struct frame_unwind): Add "type" field.
730 * Makefile.in (frame_unwind_h): Add $(frame_h).
731
732 2003-04-04 Andrew Cagney <cagney@redhat.com>
733
734 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
735 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
736 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
737 get_frame_base.
738 (d10v_unwind_dummy_id): Use frame_id_build.
739 * frame.c (find_frame_sal): Use get_frame_pc.
740 (create_new_frame): Use deprecated_update_frame_pc_hack and
741 deprecated_update_frame_base_hack.
742 (create_sentinel_frame): Add comment about ->pc going away.
743 (get_prev_frame): Add comment about ->pc going away.
744 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
745 frame_id_build, deprecated_update_frame_pc_hack and
746 deprecated_update_frame_base_hack.
747 (select_frame): Use get_frame_pc.
748 (legacy_saved_regs_this_id): Use frame_id_build.
749
750 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
751
752 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
753 signed integer case.
754 (classify_argument): Handle enumerations and references.
755
756 2003-04-04 Andrew Cagney <cagney@redhat.com>
757
758 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
759 ID to NULL.
760
761 2003-04-01 Adam Fedor <fedor@gnu.org>
762
763 * gdb/objc-lang.c (selectors_info): Replace calls to
764 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
765 SYMBOL_NATURAL_NAME.
766 (classes_info, find_methods): Likewise.
767
768 2003-04-03 Kevin Buettner <kevinb@redhat.com>
769
770 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
771 ``mach'' to the value determined by bfd_default_set_arch_mach().
772
773 2003-04-02 Bob Rossi <bob_rossi@cox.net>
774
775 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
776 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
777 (mi-cmd-file.o): Update dependencies.
778
779 2003-04-01 Kevin Buettner <kevinb@redhat.com>
780
781 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
782 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
783
784 2003-04-01 Adam Fedor <fedor@gnu.org>
785
786 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
787 * language.h (struct language_defn): Add la_demangle.
788 (language_demangle): Declare.
789 * language.c (language_demangle): New function.
790 (unk_lang_demangle): Likewise.
791 (unknown_language_defn, auto_language_defn, local_language_defn):
792 Add ukn_lang_demangle.
793 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
794 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
795 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
796 (cplus_language_defn): Add cplus_demangle for la_demangle element.
797 * jv-lang.c (java_demangle): New function
798 (java_language_defn): Use it for la_demangle element.
799 * objc-lang.c (objc_demangle): Add options argument
800 (objc_language_defn): Use objc_demangle for la_demangle element.
801 * maint.c (maintenance_demangle): Replace switch with
802 call to language_demangle.
803 * utils.c (fprintf_symbol_filtered): Likewise.
804
805 2003-04-01 Andrew Cagney <cagney@redhat.com>
806
807 * printcmd.c (print_frame_nameless_args): Delete #ifdef
808 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
809 PRINT_TYPELESS_INTEGER.
810 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
811 PUSH_RETURN_ADDRESS.
812
813 2003-04-01 Andrew Cagney <cagney@redhat.com>
814
815 * Makefile.in (d10v-tdep.o): Update dependencies.
816 * d10v-tdep.c: Include "frame-base.h".
817 (d10v_frame_unwind): Make constant.
818 (d10v_frame_base_address): New function.
819 (d10v_frame_base): New variable.
820 (d10v_gdbarch_init): Set frame_base default.
821 (struct d10v_unwind_cache): Add the field "prev_sp". Update
822 comment for base.
823 (d10v_frame_unwind_cache): Set and use "prev_sp".
824 (d10v_frame_this_id): Use the previous frame's inner most stack
825 address and this frame's func address for the frame ID. Use
826 frame_id_build. Don't analyze beyond the current instruction.
827
828 2003-04-01 Andrew Cagney <cagney@redhat.com>
829
830 * frame.h (get_frame_locals_address, get_frame_args_address):
831 Refer to the base address, instead of the address of the first
832 local or parameter.
833
834 2003-04-01 Andrew Cagney <cagney@redhat.com>
835
836 Add frame debug info addresses:
837 * frame-base.c: New file.
838 * frame-base.h: New file.
839 * frame.h (struct frame_base): Add opaque declaration.
840 (get_frame_base): Update comment.
841 (get_frame_base_address): Declare.
842 (get_frame_locals_address): Declare.
843 (get_frame_args_address): Declare.
844 (struct frame_info): Add "base" and "base_cache". Update
845 comments on the unwinder.
846 * frame.c: Include "frame-base.h".
847 (get_frame_locals_address): New function.
848 (get_frame_base_address): New function.
849 (get_frame_args_address): New function.
850 * findvar.c (read_var_value): Use get_frame_locals_address and
851 get_frame_args_address.
852 * stack.c (frame_info): Use get_frame_locals_address and
853 get_frame_args_address.
854 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
855 moved to "frame-base.c".
856 * printcmd.c (print_frame_nameless_args): Ditto.
857 * symtab.h (address_class): Update comments.
858 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
859 get_frame_base_address.
860 * dwarf2expr.c (execute_stack_op): Ditto.
861 * Makefile.in (frame_base_h): Define.
862 (frame.o): Update dependencies.
863 (frame-base.o): Add dependencies.
864 (SFILES): Add frame-base.c.
865 (COMMON_OBS): Add frame-base.o.
866
867 2003-04-01 Andrew Cagney <cagney@redhat.com>
868
869 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
870 CALL_DUMMY_LENGTH): Ditto.
871 * gdbarch.c: Re-generate.
872 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
873 (CALL_DUMMY_LENGTH): Delete macro.
874 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
875 * arm-tdep.c (arm_gdbarch_init): Ditto.
876 * avr-tdep.c (avr_gdbarch_init): Ditto.
877 * cris-tdep.c (cris_gdbarch_init): Ditto.
878 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
879 * frv-tdep.c (frv_gdbarch_init): Ditto.
880 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
881 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
882 * i386-tdep.c (i386_gdbarch_init): Ditto.
883 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
884 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
885 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
886 * mips-tdep.c (mips_gdbarch_init): Ditto.
887 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
888 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
889 * s390-tdep.c (s390_gdbarch_init): Ditto.
890 * sh-tdep.c (sh_gdbarch_init): Ditto.
891 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
892 * v850-tdep.c (v850_gdbarch_init): Ditto.
893 * vax-tdep.c (vax_gdbarch_init): Ditto.
894 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
895
896 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
897
898 * frame.c (get_prev_frame): Disable call to inside_entry_file().
899
900 2003-04-01 Andrew Cagney <cagney@redhat.com>
901
902 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
903 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
904 * gdbarch.h, gdbarch.c: Re-generate.
905 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
906 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
907 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
908 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
909 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
910 * infcmd.c (run_stack_dummy): Simplify assuming
911 CALL_DUMMY_BREAKPOINT_OFFSET_P.
912 * infrun.c (handle_inferior_event): Ditto.
913 * alpha-tdep.c (alpha_gdbarch_init): Do not set
914 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
915 * arm-tdep.c (arm_gdbarch_init): Ditto.
916 * avr-tdep.c (avr_gdbarch_init): Ditto.
917 * cris-tdep.c (cris_gdbarch_init): Ditto.
918 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
919 * frv-tdep.c (frv_gdbarch_init): Ditto.
920 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
921 * i386-tdep.c (i386_gdbarch_init): Ditto.
922 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
923 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
924 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
925 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
926 * mips-tdep.c (mips_gdbarch_init): Ditto.
927 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
928 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
929 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
930 * s390-tdep.c (s390_gdbarch_init): Ditto.
931 * sh-tdep.c (sh_gdbarch_init): Ditto.
932 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
933 * v850-tdep.c (v850_gdbarch_init): Ditto.
934 * vax-tdep.c (vax_gdbarch_init): Ditto.
935 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
936
937 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
938
939 * symfile.c (symfile_relocate_debug_section): Update call to
940 bfd_simple_get_relocated_section_contents.
941
942 2003-03-31 Andrew Cagney <cagney@redhat.com>
943
944 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
945 * gdbarch.h, gdbarch.c: Regenerate.
946 * inferior.h (FIX_CALL_DUMMY): Delete macro.
947 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
948 available.
949 * frame.h (generic_fix_call_dummy): Delete declaration.
950 * dummy-frame.h: Update comment.
951 * dummy-frame.c (generic_fix_call_dummy): Delete function.
952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
953 fix_call_dummy.
954 * sh-tdep.c (sh_gdbarch_init): Ditto.
955 * s390-tdep.c (s390_gdbarch_init): Ditto.
956 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
957 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
958 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
959 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
960 * i386-tdep.c (i386_gdbarch_init): Ditto.
961 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
962 * frv-tdep.c (frv_gdbarch_init): Ditto.
963 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
964 * cris-tdep.c (cris_gdbarch_init): Ditto.
965 * avr-tdep.c (avr_gdbarch_init): Ditto.
966 * arm-tdep.c (arm_gdbarch_init): Ditto.
967
968 2003-03-31 J. Brobecker <brobecker@gnat.com>
969
970 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
971 (INIT_FRAME_AP): Likewise.
972 (EXTRA_FRAME_INFO): Likewise.
973
974 2003-03-31 Andrew Cagney <cagney@redhat.com>
975
976 * gdbarch.sh: Include "symfile.h".
977 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
978 * gdbarch.h, gdbarch.c: Re-generate.
979 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
980 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
981 call_dummy_address, the default is at entry_point_address.
982 * v850-tdep.c (v850_gdbarch_init): Ditto.
983 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
984 * sh-tdep.c (sh_gdbarch_init): Ditto.
985 * s390-tdep.c (s390_gdbarch_init): Ditto.
986 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
987 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
988 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
989 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
990 * i386-tdep.c (i386_gdbarch_init): Ditto.
991 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
992 * frv-tdep.c (frv_gdbarch_init): Ditto.
993 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
994 * cris-tdep.c (cris_gdbarch_init): Ditto.
995 * arm-tdep.c (arm_gdbarch_init): Ditto.
996
997 2003-03-31 Andrew Cagney <cagney@redhat.com>
998
999 * gdbarch.sh (CALL_DUMMY_P): Delete.
1000 * gdbarch.h, gdbarch.c: Re-generate.
1001 * inferior.h (CALL_DUMMY_P): Delete macro.
1002 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1003 * vax-tdep.c (vax_gdbarch_init): Update.
1004 * v850-tdep.c (v850_gdbarch_init): Update.
1005 * sparc-tdep.c (sparc_gdbarch_init): Update.
1006 * sh-tdep.c (sh_gdbarch_init): Update.
1007 * s390-tdep.c (s390_gdbarch_init): Update.
1008 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1009 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1010 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1011 * mips-tdep.c (mips_gdbarch_init): Update.
1012 * mcore-tdep.c (mcore_gdbarch_init): Update.
1013 * m68k-tdep.c (m68k_gdbarch_init): Update.
1014 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1015 * ia64-tdep.c (ia64_gdbarch_init): Update.
1016 * i386-tdep.c (i386_gdbarch_init): Update.
1017 * h8300-tdep.c (h8300_gdbarch_init): Update.
1018 * frv-tdep.c (frv_gdbarch_init): Update.
1019 * d10v-tdep.c (d10v_gdbarch_init): Update.
1020 * cris-tdep.c (cris_gdbarch_init): Update.
1021 * breakpoint.c (deprecated_frame_in_dummy): Update.
1022 * avr-tdep.c (avr_gdbarch_init): Update.
1023 * alpha-tdep.c (alpha_gdbarch_init): Update.
1024 * arm-tdep.c (arm_gdbarch_init): Update.
1025 * dummy-frame.c (dummy_frame_this_id): Update comments.
1026 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
1027 * frame.c (legacy_get_prev_frame): Ditto.
1028 * valops.c (call_function_by_hand): Delete function.
1029 (hand_function_call): Rename to call_function_by_hand
1030
1031 2003-03-30 Andrew Cagney <cagney@redhat.com>
1032
1033 2002-11-10 Klee Dienes <kdienes@apple.com>
1034 * value.h (struct value): Update comment.
1035
1036 2003-03-30 Andrew Cagney <cagney@redhat.com>
1037
1038 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
1039 D10V_FP_REGNUM.
1040 (d10v_gdbarch_init): Do not set fp_regnum.
1041
1042 * frame.c (get_frame_base): Force ID initialization.
1043 (get_prev_frame): Move computation of the frame ID from here ...
1044 (get_frame_id): ... to here.
1045 (legacy_get_prev_frame): Mark the frame ID as valid.
1046 * frame.h (struct frame_info): Add field "id_p".
1047
1048 2003-03-30 Mark Kettenis <kettenis@gnu.org>
1049
1050 * i386-tdep.c (i386_store_struct_return): Removed.
1051 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
1052
1053 2003-03-30 Andrew Cagney <cagney@redhat.com>
1054
1055 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
1056 * gdbarch.h, gdbarch.c: Regenerate.
1057 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
1058 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1059 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1060 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1061 * i386-tdep.c (i386_gdbarch_init): Ditto.
1062 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1063 * cris-tdep.c (cris_gdbarch_init): Ditto.
1064 * vax-tdep.c (vax_gdbarch_init): Ditto.
1065 * s390-tdep.c (s390_gdbarch_init): Ditto.
1066 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1067 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1068 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1069 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
1070 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
1071 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
1072 * sparc-tdep.c (sparc_gdbarch_init): Update.
1073 * sh-tdep.c (sh_gdbarch_init): Update.
1074 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1075 * mips-tdep.c (mips_gdbarch_init): Update.
1076 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1077 * ia64-tdep.c (ia64_gdbarch_init): Update.
1078 * frv-tdep.c (frv_gdbarch_init): Update.
1079 * avr-tdep.c (avr_gdbarch_init): Update.
1080 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
1081 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
1082 instead of when push_dummy_call is not available.
1083
1084 2003-03-30 Andrew Cagney <cagney@redhat.com>
1085
1086 * infttrace.c: Include "gdbthread.h".
1087 (parent_attach_all): Fix function signature.
1088 (call_ptrace): Update call.
1089 * Makefile.in (infttrace.o): Update dependencies.
1090
1091 2003-03-30 Andrew Cagney <cagney@redhat.com>
1092
1093 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
1094 PUSH_RETURN_ADDRESS.
1095 * gdbarch.h, gdbarch.c: Regenerate.
1096 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1097 * x86-64-tdep.c (x86_64_init_abi): Update.
1098 * v850-tdep.c (v850_gdbarch_init): Update.
1099 * sparc-tdep.c (sparc_gdbarch_init): Update.
1100 * sh-tdep.c (sh_gdbarch_init): Update.
1101 * s390-tdep.c (s390_gdbarch_init): Update.
1102 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1103 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1104 * mips-tdep.c (mips_gdbarch_init): Update.
1105 * mcore-tdep.c (mcore_gdbarch_init): Update.
1106 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1107 * ia64-tdep.c (ia64_gdbarch_init): Update.
1108 * i386-tdep.c (i386_gdbarch_init): Update.
1109 * h8300-tdep.c (h8300_gdbarch_init): Update.
1110 * frv-tdep.c (frv_gdbarch_init): Update.
1111 * cris-tdep.c (cris_gdbarch_init): Update.
1112 * avr-tdep.c (avr_gdbarch_init): Update.
1113 * arm-tdep.c (arm_gdbarch_init): Update.
1114 * valops.c (hand_function_call): Update.
1115
1116 2003-03-29 Andrew Cagney <cagney@redhat.com>
1117
1118 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
1119 sizeof_call_dummy_words.
1120 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
1121 define.
1122 * gdbarch.h: Regenerate.
1123
1124 2003-03-29 Andrew Cagney <cagney@redhat.com>
1125
1126 * infttrace.h: New file.
1127 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
1128 (hpread_get_textlow): Detect an uninitialized dn_bufp.
1129 (hpread_read_doc_function_type): Detect an initialized type1.
1130 (hpread_quick_traverse): Initialize mod_name_string.
1131 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
1132 (som_solib_get_solib_by_pc): Declare.
1133 (so_lib_thread_start_addr): Declare.
1134 (no_shared_libraries): Declare.
1135 * somread.c (init_import_symbols): Make static. Add forward
1136 declaration.
1137 * config/pa/nm-hppah.h: Include "infttrace.h" for
1138 parent_attach_all.
1139 (hppa_insert_hw_watchpoint): Declare.
1140 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
1141 * hppah-nat.c: Include "gdb_string.h".
1142 (parent_attach_all): Delete extern declaration, moved to
1143 "infttrace.h".
1144 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
1145 int.
1146 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
1147 * Makefile.in (infttrace_h): Define.
1148 (hpread.o): Update dependencies.
1149 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
1150 * hppa-hpux-tdep.c: Include "gdb_string.h".
1151 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
1152 * infrun.c (handle_inferior_event): Always initialize
1153 stepped_after_stopped_by_watchpoint. Add default and remove
1154 fallthrough in switch statement.
1155 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
1156 parameter to int.
1157 (hppa_remove_hw_watchpoint): Ditto.
1158
1159 2003-03-29 Andrew Cagney <cagney@redhat.com>
1160
1161 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
1162 offset.
1163
1164 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
1165
1166 * arm-tdep.c (arm_push_arguments): Delete.
1167 (struct stack_item): New type.
1168 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
1169 (arm_store_struct_return): Delte.
1170 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
1171 arm_push_arguments or arm_store_struct_return.
1172
1173 2003-03-28 Andrew Cagney <cagney@redhat.com>
1174
1175 * Makefile.in (d10v-tdep.o): Update dependencies.
1176 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
1177 * d10v-tdep.c: Include "remote.h".
1178 (target_resume_hook): Delete extern declaration.
1179 (target_wait_loop_hook): Ditto.
1180 (tdisassemble_command): Eliminate assignment in "if" conditional.
1181 (d10v_ts2_register_sim_regno): Eliminate call to
1182 legacy_register_sim_regno.
1183 (d10v_ts3_register_sim_regno): Ditto.
1184
1185 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
1186
1187 * thread.c: Reindented.
1188 * lin-lwp.c: Ditto.
1189 * linux-proc.c: Ditto.
1190
1191 2003-03-28 Bob Rossi <bob_rossi@cox.net>
1192
1193 * MAINTAINERS (write after approval): Add myself.
1194
1195 2003-03-27 Theodore A. Roth <troth@openavr.org>
1196
1197 * objc-exp.y: Add missing semi-colons.
1198
1199 2003-03-27 Andrew Cagney <cagney@redhat.com>
1200
1201 * regcache.c (write_sp): Delete function and references.
1202 * inferior.h (write_sp): Delete declaration.
1203 * valops.c (hand_function_call): Replace write_sp with
1204 TARGET_WRITE_SP.
1205 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
1206 (sparc_pop_frame): Ditto.
1207
1208 2003-03-27 Andrew Cagney <cagney@redhat.com>
1209
1210 * NEWS: Mention removal of support for hppa*-*-bsd* and
1211 hppa*-*-osf* natives, and hppa*-*-pro* target.
1212 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
1213 * config/pa/xm-pa.h: Obsolete file.
1214 * config/pa/xm-hppab.h: Obsolete file.
1215 * config/pa/nm-hppab.h: Obsolete file.
1216 * config/pa/tm-hppab.h: Obsolete file.
1217 * config/pa/tm-hppao.h: Obsolete file.
1218 * config/pa/nm-hppao.h: Obsolete file.
1219 * config/pa/tm-pro.h: Obsolete file.
1220 * config/pa/hppaosf.mt: Obsolete file.
1221 * config/pa/hppaosf.mh: Obsolete file.
1222 * config/pa/hppapro.mt: Obsolete file.
1223 * config/pa/hppabsd.mt: Obsolete file.
1224 * config/pa/hppabsd.mh: Obsolete file.
1225 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
1226 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
1227 hppa*-*-osf*.
1228
1229 2003-03-27 Andrew Cagney <cagney@redhat.com>
1230
1231 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
1232 push_arguments. Don't set push_return_address or write_sp.
1233 (d10v_push_dummy_call): Replace d10v_push_arguments.
1234 (d10v_push_return_address, d10v_write_sp): Delete function,
1235 handled by push_dummy_call.
1236
1237 2003-03-26 Andrew Cagney <cagney@redhat.com>
1238
1239 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
1240 (push_dummy_call): New pure multi-arch replacement with gdbarch,
1241 regcache and dummy_addr parameters.
1242 * gdbarch.h, gdbarch.c: Re-generate.
1243 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
1244 available; assume it will handle stack alignment and return
1245 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
1246 legacy_push_arguments.
1247 (legacy_push_arguments): Rename default_push_arguments.
1248 * value.h (legacy_push_arguments): Rename default_push_arguments.
1249 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
1250 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1251 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1252 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
1253 * config/i386/tm-symmetry.h: Update.
1254 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1255 * x86-64-tdep.c (x86_64_init_abi): Update.
1256 * v850-tdep.c (v850_gdbarch_init): Update.
1257 * sparc-tdep.c (sparc_gdbarch_init): Update.
1258 * sh-tdep.c (sh_gdbarch_init): Update.
1259 * s390-tdep.c (s390_gdbarch_init): Update.
1260 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1261 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1262 * mips-tdep.c (mips_gdbarch_init): Update.
1263 * mcore-tdep.c (mcore_gdbarch_init): Update.
1264 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1265 * ia64-tdep.c (ia64_gdbarch_init): Update.
1266 * i386-tdep.c (i386_gdbarch_init): Update.
1267 * hppa-tdep.c (hppa_gdbarch_init): Update.
1268 * h8300-tdep.c (h8300_gdbarch_init): Update.
1269 * frv-tdep.c (frv_gdbarch_init): Update.
1270 * d10v-tdep.c (d10v_gdbarch_init): Update.
1271 * cris-tdep.c (cris_gdbarch_init): Update.
1272 * avr-tdep.c (avr_gdbarch_init): Update.
1273 * arm-tdep.c (arm_gdbarch_init): Update.
1274 * arm-linux-tdep.c (arm_linux_init_abi): Update.
1275 * alpha-tdep.c (alpha_gdbarch_init): Update.
1276
1277 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
1278
1279 * signals/signals.c (do_target_signal_to_host): Correct realtime
1280 signal range test.
1281
1282 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
1283
1284 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
1285 (struct sal_chain, map_catch_names): Remove.
1286 (catch_exception_command_1): Don't call
1287 handle_gnu_4_16_catch_command.
1288
1289 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
1290
1291 From Mark Dettinger <dettinge@de.ibm.com>:
1292 * dwarf2cfi.c (read_2u): Increment pointer by two.
1293
1294 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
1295
1296 * signals/signals.c: Fix typos in last change.
1297
1298 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
1299
1300 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
1301 not already defined. Use __SIGRTMIN if available.
1302 (target_signal_from_host): Remove SIGRTMIN block.
1303 (do_target_signal_to_host): Remove SIGRTMIN block; check that
1304 the signal is within the realtime range.
1305
1306 2003-03-25 Adam Fedor <fedor@gnu.org>
1307
1308 * Makefile.in (infrun.o): Add $(language_h)
1309 * infrun.c (handle_inferior_event): Use skip_language_trampoline
1310 for language specific trampolines.
1311 * language.h (struct language_defn): Add skip_trampoline.
1312 (skip_language_trampoline): Declare.
1313 * language.c (unk_lang_trampoline, skip_language_trampoline):
1314 New functions.
1315 (unknown_language_defn, auto_language_defn, local_language_defn):
1316 Add ukn_lang_trampoline.
1317 * ada-lang.c (ada_language_defn): Add NULL for language
1318 specific skip_trampoline.
1319 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
1320 scm-lang.c: Likewise.
1321 * objc-lang.c (objc_skip_trampoline): New function.
1322 (objc_language_defn): Add objc_skip_trampoline.
1323
1324 2003-03-25 Andrew Cagney <cagney@redhat.com>
1325
1326 * frame.c (get_prev_frame): Delay validating a frame's ID -
1327 non-NULL, didn't go backwards - until an attempt to unwind it to
1328 the previous frame.
1329
1330 2003-03-25 Andrew Cagney <cagney@redhat.com>
1331
1332 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
1333 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
1334 * gdbarch.h, gdbarch.c: Re-generate.
1335 * config/sparc/tm-sparc.h
1336 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
1337 * sparc-tdep.c (sparc_gdbarch_init): Set
1338 deprecated_extra_stack_alignment_needed.
1339 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
1340 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
1341 extra_stack_alignment_needed.
1342 * v850-tdep.c (v850_gdbarch_init): Ditto.
1343 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1344 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1345 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1346 * cris-tdep.c (cris_gdbarch_init): Ditto.
1347 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1348 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1349
1350 2003-03-25 Andrew Cagney <cagney@redhat.com>
1351
1352 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
1353 STORE_STRUCT_RETURN.
1354 * gdbarch.h, gdbarch.c: Regenerate.
1355 * d10v-tdep.c (d10v_store_struct_return): Delete function.
1356 (d10v_push_arguments): Set the struct return register.
1357 (d10v_gdbarch_init): Update.
1358 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1359 * x86-64-tdep.c (x86_64_init_abi): Update.
1360 * vax-tdep.c (vax_gdbarch_init): Update.
1361 * v850-tdep.c (v850_gdbarch_init): Update.
1362 * sparc-tdep.c (sparc_gdbarch_init): Update.
1363 * sh-tdep.c (sh_gdbarch_init): Update.
1364 * s390-tdep.c (s390_gdbarch_init): Update.
1365 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1366 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1367 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1368 * mips-tdep.c (mips_gdbarch_init): Update.
1369 * mcore-tdep.c (mcore_gdbarch_init): Update.
1370 * m68k-tdep.c (m68k_gdbarch_init): Update.
1371 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1372 * ia64-tdep.c (ia64_gdbarch_init): Update.
1373 * i386-tdep.c (i386_gdbarch_init): Update.
1374 * hppa-tdep.c (hppa_gdbarch_init): Update.
1375 * h8300-tdep.c (h8300_gdbarch_init): Update.
1376 * frv-tdep.c (frv_gdbarch_init): Update.
1377 * cris-tdep.c (cris_gdbarch_init): Update.
1378 * avr-tdep.c (avr_gdbarch_init): Update.
1379 * arm-tdep.c (arm_gdbarch_init): Update.
1380 * alpha-tdep.c (alpha_gdbarch_init): Update.
1381
1382 2003-03-25 Andrew Cagney <cagney@redhat.com>
1383
1384 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
1385 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
1386 CALL_DUMMY_STACK_ADJUST with a predicate variable.
1387 * gdbarch.h, gdbarch.c: Regenerate.
1388 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1389 call_dummy_stack_adjust_p.
1390 * vax-tdep.c (vax_gdbarch_init): Ditto.
1391 * v850-tdep.c (v850_gdbarch_init): Ditto.
1392 * sh-tdep.c (sh_gdbarch_init): Ditto.
1393 * s390-tdep.c (s390_gdbarch_init): Ditto.
1394 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1395 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1396 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1397 * mips-tdep.c (mips_gdbarch_init): Ditto.
1398 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1399 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1400 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1401 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1402 * i386-tdep.c (i386_gdbarch_init): Ditto.
1403 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1404 * frv-tdep.c (frv_gdbarch_init): Ditto.
1405 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1406 * cris-tdep.c (cris_gdbarch_init): Ditto.
1407 * avr-tdep.c (avr_gdbarch_init): Ditto.
1408 * arm-tdep.c (arm_gdbarch_init): Ditto.
1409 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1410 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
1411 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
1412 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
1413 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
1414 call_dummy_stack_adjust_p.
1415 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
1416 (CALL_DUMMY_STACK_ADJUST): Delete macro.
1417 * sparc-tdep.c (sparc32_push_arguments): Update.
1418 * valops.c (hand_function_call): Update.
1419
1420 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
1421
1422 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
1423 set_gdbarch_char_signed.
1424
1425 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
1426
1427 PR cli/548
1428 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
1429
1430 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
1431
1432 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
1433 (_initialize_arm_tdep): Don't set tm_print_insn.
1434
1435 2003-03-24 Adam Fedor <fedor@gnu.org>
1436
1437 * Makefile.in (YYOBJ): Add objc-exp.tab.o
1438 * objc-lang.h: Add multiple inclusion protection.
1439 (start_msglist, add_msglist, end_msglist): Additional declarations.
1440
1441 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
1442
1443 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
1444 value was renamed to ARM_FLOAT_SOFT_FPA.
1445
1446 2003-03-23 Andrew Cagney <cagney@redhat.com>
1447
1448 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
1449 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
1450 * gdbarch.h, gdbarch.c: Regenerate.
1451 * valops.c (hand_function_call): Update.
1452 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
1453 * frame.c (legacy_saved_regs_this_id): Update.
1454 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
1455 * dummy-frame.h: Update.
1456 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
1457 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
1458 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
1459 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
1460 * config/m68k/tm-sun3.h: Update.
1461 * blockframe.c (inside_main_func, frame_chain_valid): Update.
1462 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1463 * x86-64-tdep.c (x86_64_init_abi): Update.
1464 * vax-tdep.c (vax_gdbarch_init): Update.
1465 * v850-tdep.c (v850_gdbarch_init): Update.
1466 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
1467 * sh-tdep.c (sh_gdbarch_init): Update.
1468 * s390-tdep.c (s390_gdbarch_init): Update.
1469 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1470 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
1471 (frame_get_saved_regs): Update.
1472 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1473 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1474 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1475 * mips-tdep.c (mips_gdbarch_init): Update.
1476 * mcore-tdep.c (mcore_gdbarch_init): Update.
1477 * m68k-tdep.c (m68k_gdbarch_init): Update.
1478 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1479 * ia64-tdep.c (ia64_gdbarch_init): Update.
1480 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
1481 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1482 (i386_interix_back_one_frame): Update.
1483 * hppa-tdep.c (hppa_gdbarch_init): Update.
1484 (hppa_init_extra_frame_info): Update.
1485 * h8300-tdep.c (h8300_gdbarch_init): Update.
1486 * frv-tdep.c (frv_gdbarch_init): Update.
1487 * cris-tdep.c (cris_gdbarch_init): Update.
1488 * avr-tdep.c (avr_gdbarch_init): Update.
1489 * arm-tdep.c (arm_gdbarch_init): Update.
1490 * alpha-tdep.c (alpha_gdbarch_init): Update.
1491
1492 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
1493
1494 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
1495 (arm_get_fp_model): Declare.
1496 * arm-tdep.c (fp_model_strings): New string array.
1497 (arm_fp_model, current_fp_model): New variables.
1498 (arm_get_fp_model): New function.
1499 (arm_set_fp): New function.
1500 (set_fp_model_sfunc): New function.
1501 (show_fp_model): New function.
1502 (_initialize_arm_tdep): Add new command to set/show the FPU.
1503 (arm_extract_return_value): Use arm_get_fp_model.
1504 (arm_store_return_value): Likewise.
1505 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
1506 to initialize the floating-point data types.
1507 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
1508 model is FPA.
1509
1510 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
1511
1512 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
1513 the current setting of each value.
1514 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
1515 new_set and new_show. Use add_setshow_cmd_full and
1516 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
1517 commands and add new version as subcommands of "set/show arm".
1518
1519 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
1520
1521 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
1522 (set_arm_command, show_arm_command): New functions.
1523 (_initialize_arm_tdep): Add them.
1524 (num_disassembly_options): Renamed from num_flavor_options.
1525 (valid_disassembly_styles): Renamed from valid_flavors.
1526 (disassembly_style): Renamed from disassembly_flavor.
1527 (set_disassembly_style_sfunc): Renamed from
1528 set_disassembly_flavor_sfunc.
1529 (set_disassembly_style): Renamed from set_disassembly_flavor.
1530 (arm_othernames): Updated.
1531 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
1532 command. Add "set/show arm disassembly" commands. Deprecate
1533 "othernames" command.
1534
1535 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
1536
1537 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
1538 (arm-tdep.o): Depend on elf_arm_h.
1539
1540 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
1541
1542 * Makefile.in (coff_internal_h): Define.
1543 (arm-tdep.o): Update dependencies.
1544
1545 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
1546
1547 * arm-tdep.c (prologue_cache): Delete.
1548 (check_prologue_cache, save_prologue_cache): Delete.
1549 (arm_scan_prologue): Don't check or update the prologue_cache.
1550 (arm_gdb_arch_init): Don't initialize it.
1551 (_initialize_arm_tdep): Likewise.
1552
1553 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1554
1555 * MAINTAINERS (tui): Maintainer of tui code.
1556
1557 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
1558
1559 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
1560 (i386-cygwin-tdep.o): Add dependencies.
1561 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
1562 * i386-cygwin-tdep.c: New file.
1563 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
1564 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
1565
1566 2003-03-20 Andrew Cagney <cagney@redhat.com>
1567
1568 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
1569 (handle_inferior_event): Remove code calling
1570 DYNAMIC_TRAMPOLINE_NEXTPC.
1571
1572 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
1573 already has a full path.
1574
1575 * main.c (gdb_main): Return 1.
1576 (captured_main): Call error to report an invalid interpreter.
1577
1578 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
1579 * alpha-osf1-tdep.c: Include "gdb_string.h".
1580
1581 2003-03-19 J. Brobecker <brobecker@gnat.com>
1582
1583 Continuing work to convert the hppa targets to multiarch partial.
1584
1585 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
1586 method, now that hppa_push_dummy_frame has a conformant prototype.
1587 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
1588 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
1589 for the switch to multiarch partial.
1590
1591 2003-03-19 Kevin Buettner <kevinb@redhat.com>
1592
1593 * mdebugread.c (parse_symbol): For stEnd, we're done counting
1594 when iss is issNull.
1595
1596 2003-03-18 Kevin Buettner <kevinb@redhat.com>
1597
1598 * mips-tdep.c (mips_register_name): Fix fencepost error involving
1599 NUM_REGS bounds check.
1600
1601 2003-03-18 Kevin Buettner <kevinb@redhat.com>
1602
1603 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
1604 * mips-tdep.c (gdb_assert.h): Include.
1605 (mips_generic_reg_names, mips_processor_reg_names): Make static.
1606 (mips_register_name): Handle integer registers explicitly. Add
1607 bounds checking.
1608 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
1609 (mips_lsi33k_reg_names): Don't list integer registers; they're
1610 handled by mips_register_name() now.
1611 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
1612 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
1613 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
1614 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
1615 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
1616
1617 2003-03-18 Andrew Cagney <cagney@redhat.com>
1618
1619 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
1620 a void pointer.
1621 * gdbtypes.h (print_scalar_formatted): Update declaration.
1622 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
1623
1624 2003-03-18 J. Brobecker <brobecker@gnat.com>
1625
1626 * infrun.c (observer.h): Add #include.
1627 (normal_stop): Add call to observer_notify_normal_stop.
1628 * Makefile.in (infrun.o): Add dependency on observer.h.
1629
1630 2003-03-18 J. Brobecker <brobecker@gnat.com>
1631
1632 Continuing work to convert the hppa targets to multiarch partial.
1633 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
1634 parameter. Reformat comment.
1635 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
1636 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
1637 to match new profile.
1638
1639 2003-03-18 J. Brobecker <brobecker@gnat.com>
1640
1641 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
1642 appear to be working in any case.
1643
1644 2003-03-18 J. Brobecker <brobecker@gnat.com>
1645
1646 * observer.c (observer_test_first_observer): New static variable.
1647 (observer_test_second_observer): Likewise.
1648 (observer_test_third_observer): Likewise.
1649 (observer_test_first_notification_function): New static function.
1650 (observer_test_second_notification_function): Likewise.
1651 (observer_test_third_notification_function): Likewise.
1652
1653 2003-03-17 J. Brobecker <brobecker@gnat.com>
1654
1655 * hppa-tdep.c (gdb_assert.h): Add missing #include.
1656 * somsolib.c (gdb_assert.h): Likewise.
1657 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
1658 (somsolib.o): Likewise.
1659
1660 2003-03-17 Andrew Cagney <cagney@redhat.com>
1661
1662 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
1663 BFD. Simplify setting of di.endian.
1664
1665 2003-03-17 Andrew Cagney <cagney@redhat.com>
1666
1667 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
1668 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
1669
1670 From Elena Zannoni <ezannoni@redhat.com>
1671 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
1672 vector and floating-point parameters.
1673 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
1674 convention.
1675 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
1676
1677 2003-03-17 Fernando Nasser <fnasser@redhat.com>
1678
1679 * MAINTAINERS: Remove my name from several maintainership roles.
1680
1681 2003-03-17 Andrew Cagney <cagney@redhat.com>
1682
1683 Fix frame off-by-one bug.
1684 * frame-unwind.h (frame_this_id_ftype): Replace
1685 frame_unwind_id_ftype.
1686 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
1687 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
1688 with "prev_register".
1689 * frame-unwind.c (frame_unwind_find_by_pc): Return
1690 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
1691 comment.
1692 * dummy-frame.c (cached_find_dummy_frame): Delete function.
1693 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
1694 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
1695 (dummy_frame_unwind): Update.
1696 * sentinel-frame.c (sentinel_frame_prev_register): Replace
1697 sentinel_frame_register_unwind.
1698 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
1699 (sentinel_frame_unwinder): Update.
1700 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
1701 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
1702 * frame.c (create_sentinel_frame): Update. Initialize
1703 "prologue_cache" instead of "unwind_cache".
1704 (frame_register_unwind): Call this frame's prev_register with the
1705 next frame and this frame's prologue cache.
1706 (get_prev_frame): Simplify. Always call prev frame's this_id with
1707 this frame and prev frame's prologue cache. Document that this
1708 call is shifted one to the left when compared to the
1709 frame_register_unwind call.
1710 (legacy_saved_regs_prev_register): Replace
1711 frame_saved_regs_register_unwind.
1712 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
1713 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
1714 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
1715 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
1716 (d10v_frame_unwind): Update.
1717 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
1718 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
1719 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
1720 "saved_regs" with "this_saved_regs".
1721
1722 2003-03-16 Andrew Cagney <cagney@redhat.com>
1723
1724 * frame.c (frame_pop): Don't call target_store_registers. Fix
1725 problem reported by Mark Kettenis.
1726
1727 2003-03-16 Mark Kettenis <kettenis@gnu.org>
1728
1729 * i386-tdep.c (i386_register_type): Renamed from
1730 i386_register_virtual_type. Adjust function signature.
1731 (i386_gdbarch_init): Set register_type instead of
1732 deprecated_max_register_raw_size,
1733 deprecated_max_register_virtual_size and register_virtual_type.
1734
1735 2003-03-14 Andrew Cagney <cagney@redhat.com>
1736
1737 * frame.c (get_prev_frame): When a legacy frame, always call
1738 legacy_get_prev_frame. Simplify unwind code using assumption that
1739 the unwinder is new.
1740 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
1741 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
1742 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
1743
1744 2003-03-14 Andrew Cagney <cagney@redhat.com>
1745
1746 * frame.c (get_saved_register): Delete function.
1747 * frame.h (get_saved_register): Delete declaration.
1748 * xstormy16-tdep.c: Update comment.
1749 * regcache.h: Update comments.
1750 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
1751 get_saved_register and extract_address, use
1752 frame_read_unsigned_register.
1753 (sparc_frame_saved_pc): Ditto.
1754 (sparc_get_saved_register): Instead of get_saved_register, use
1755 frame_register.
1756 (sparc_pop_frame): Ditto.
1757 * findvar.c: Update comments.
1758 (value_of_register): Call frame_register instead of
1759 get_saved_register.
1760 (value_from_register): Ditto.
1761 * config/sparc/tm-sparc.h: Update comment.
1762 * breakpoint.c: Update comment.
1763
1764 2003-03-14 Andrew Cagney <cagney@redhat.com>
1765
1766 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
1767 GET_SAVED_REGISTER.
1768 * gdbarch.h, gdbarch.c: Re-generate.
1769 * frame.h: Update comments.
1770 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1771 * x86-64-tdep.c (x86_64_init_abi): Update.
1772 * sparc-tdep.c (sparc_gdbarch_init): Update.
1773 * sh-tdep.c (sh_gdbarch_init): Update.
1774 * mips-tdep.c (mips_gdbarch_init): Update.
1775 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1776 * cris-tdep.c (cris_gdbarch_init): Update.
1777 * ia64-tdep.c (ia64_gdbarch_init): Update.
1778 * frame.c (frame_register): Update.
1779 (get_saved_register): Update.
1780 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
1781
1782 2003-03-13 Andrew Cagney <cagney@redhat.com>
1783
1784 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
1785 * gdbarch.h, gdbarch.c: Regenerate.
1786 * valops.c (hand_function_call): Update comment.
1787 * stack.c (return_command): Update comment.
1788 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
1789 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
1790 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1791 * x86-64-tdep.c (x86_64_init_abi): Update.
1792 * vax-tdep.c (vax_gdbarch_init): Update.
1793 * v850-tdep.c (v850_gdbarch_init): Update.
1794 * sparc-tdep.c (sparc_gdbarch_init): Update.
1795 * sh-tdep.c (sh_gdbarch_init): Update.
1796 * s390-tdep.c (s390_gdbarch_init): Update.
1797 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1798 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1799 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1800 * mips-tdep.c (mips_gdbarch_init): Update.
1801 * mcore-tdep.c (mcore_gdbarch_init): Update.
1802 * m68k-tdep.c (m68k_gdbarch_init): Update.
1803 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1804 * ia64-tdep.c (ia64_gdbarch_init): Update.
1805 * i386-tdep.c (i386_gdbarch_init): Update.
1806 * hppa-tdep.c (hppa_gdbarch_init): Update.
1807 * h8300-tdep.c (h8300_gdbarch_init): Update.
1808 * frv-tdep.c (frv_gdbarch_init): Update.
1809 * cris-tdep.c (cris_gdbarch_init): Update.
1810 * avr-tdep.c (avr_gdbarch_init): Update.
1811 * arm-tdep.c (arm_gdbarch_init): Update.
1812 * alpha-tdep.c (alpha_gdbarch_init): Update.
1813
1814 2003-03-13 Andrew Cagney <cagney@redhat.com>
1815
1816 * frame.c (legacy_frame_p): New function.
1817 (get_prev_frame): Use legacy_frame_p.
1818 * frame.h (legacy_frame_p): Declare.
1819
1820 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
1821
1822 * MAINTAINERS (write after approval): Alphabetically
1823 listing corrected.
1824
1825 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
1826
1827 * MAINTAINERS (write after approval): Add myself.
1828
1829 2003-03-12 Andrew Cagney <cagney@redhat.com>
1830
1831 * frame.c (get_prev_frame): Rename the frame parameter to
1832 "this_frame".
1833 (get_next_frame, legacy_get_prev_frame): Ditto.
1834
1835 2003-03-12 Andrew Cagney <cagney@redhat.com>
1836
1837 * frame.c (get_current_frame): Check target_has_registers before
1838 checking target_has_stack.
1839 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
1840 instead of deprecated_selected_frame.
1841 * findvar.c (value_of_register): Pass "frame", not
1842 deprecated_selected_frame, to value_of_builtin_reg.
1843
1844 2003-03-12 Andrew Cagney <cagney@redhat.com>
1845
1846 * regcache.c (regcache_cooked_write_signed): New function.
1847 (regcache_cooked_write_unsigned): New function.
1848 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
1849 (regcache_cooked_read_signed): Fix regnum in range assertion.
1850 * regcache.h (regcache_cooked_write_signed): Declare.
1851 (regcache_cooked_write_unsigned): Declare.
1852
1853 2003-03-12 Andrew Cagney <cagney@redhat.com>
1854
1855 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
1856 * gdbarch.h, gdbarch.c: Re-generate.
1857 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1858 * x86-64-tdep.h: Update.
1859 * x86-64-tdep.c (x86_64_init_abi): Update.
1860 * v850-tdep.c (v850_gdbarch_init): Update.
1861 * sparc-tdep.c (sparc_gdbarch_init): Update.
1862 * sh-tdep.c (sh_gdbarch_init): Update.
1863 * s390-tdep.c (s390_gdbarch_init): Update.
1864 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1865 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1866 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1867 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1868 * mips-tdep.c (mips_gdbarch_init): Update.
1869 * mcore-tdep.c (mcore_gdbarch_init): Update.
1870 * m68k-tdep.c (m68k_gdbarch_init): Update.
1871 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1872 * ia64-tdep.c (ia64_gdbarch_init): Update.
1873 * i386-tdep.c (i386_gdbarch_init): Update.
1874 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1875 * hppa-tdep.c (hppa_gdbarch_init): Update.
1876 * h8300-tdep.c (h8300_gdbarch_init): Update.
1877 * frv-tdep.c (frv_gdbarch_init): Update.
1878 * cris-tdep.c (cris_gdbarch_init): Update.
1879 * avr-tdep.c (avr_gdbarch_init): Update.
1880 * arm-tdep.c (arm_gdbarch_init): Update.
1881 * alpha-tdep.c (alpha_gdbarch_init): Update.
1882 * sh-tdep.c (sh_init_extra_frame_info): Update.
1883 (sh64_init_extra_frame_info): Update.
1884 * ns32knbsd-nat.c (frame_num_args): Update.
1885 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
1886 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
1887 (xstormy16_frame_chain_valid): Update.
1888 * vax-tdep.c (vax_saved_pc_after_call): Update.
1889 * v850-tdep.c (v850_frame_chain): Update.
1890 (v850_pop_frame): Update.
1891 (v850_init_extra_frame_info): Update.
1892 * sparc-tdep.c (setup_arbitrary_frame): Update.
1893 * ns32k-tdep.c (umax_frame_num_args): Update.
1894 * s390-tdep.c (s390_pop_frame_regular): Update.
1895 * mn10300-tdep.c (mn10300_frame_chain): Update.
1896 (mn10300_pop_frame_regular): Update.
1897 (mn10300_init_extra_frame_info): Update.
1898 * mips-tdep.c (mips_init_frame_pc_first): Update.
1899 (mips_frame_chain): Update.
1900 (mips_pop_frame): Update.
1901 * mcore-tdep.c (mcore_frame_chain): Update.
1902 (mcore_pop_frame): Update.
1903 (mcore_init_extra_frame_info): Update.
1904 * arch-utils.c (init_frame_pc_default): Update.
1905 * m68k-tdep.c (isi_frame_num_args): Update.
1906 (delta68_frame_num_args): Update.
1907 (news_frame_num_args): Update.
1908 * ia64-tdep.c (ia64_pop_frame_regular): Update.
1909 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
1910 (alpha_frame_chain): Update.
1911 (alpha_pop_frame): Update.
1912 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
1913 (hppa_init_extra_frame_info): Update.
1914 (hppa_frame_chain): Update.
1915 (hppa_frame_chain_valid): Update.
1916 * cris-tdep.c (cris_init_extra_frame_info): Update.
1917 * avr-tdep.c (avr_init_extra_frame_info): Update.
1918 * arm-tdep.c (arm_frame_chain_valid): Update.
1919 (arm_init_extra_frame_info): Update.
1920 (arm_pop_frame): Update.
1921 * frame.c (frame_pc_unwind): Update.
1922 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
1923 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1924 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
1925 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
1926 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
1927 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
1928
1929 2003-03-12 Andrew Cagney <cagney@redhat.com>
1930
1931 Eliminate the need for POP_FRAME.
1932 * frame.c (do_frame_unwind_register): New function.
1933 (frame_pop): When no POP_FRAME, pop the frame using register
1934 unwind and a scratch regcache.
1935 (frame_saved_regs_pop): Delete function.
1936 (trad_frame_unwinder): Update.
1937 * d10v-tdep.c (d10v_frame_pop): Delete function.
1938 (d10v_frame_unwind): Update.
1939 * sentinel-frame.c (sentinel_frame_pop): Delete function.
1940 (sentinel_frame_unwinder): Update.
1941 * dummy-frame.c (dummy_frame_pop): Delete function.
1942 (dummy_frame_unwind): Update.
1943 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
1944 (struct frame_unwind): Update.
1945
1946 2003-03-11 Kevin Buettner <kevinb@redhat.com>
1947
1948 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
1949 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
1950 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
1951 Do range checks on register number obtained from debugging info.
1952 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
1953 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
1954 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
1955 mapping function.
1956 (do_fp_register_row): Fix typo which caused double type to be
1957 used when attempting to unpack a float.
1958
1959 2003-03-11 J. Brobecker <brobecker@gnat.com>
1960
1961 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
1962
1963 2003-03-11 Andrew Cagney <cagney@redhat.com>
1964
1965 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
1966 frame. Problem found by Corinna Vinschen.
1967
1968 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
1969
1970 * doublest.c (floatformat_from_length): Accept also
1971 the real size of 'long double' type.
1972
1973 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
1974
1975 From Klee Dienes <kdienes@apple.com>:
1976 * breakpoint.c (bpstat_copy): Copy the command lines as well
1977 as the old value, to match what is freed in bpstat_clear.
1978
1979 2003-03-10 David Carlton <carlton@math.stanford.edu>
1980
1981 * minsyms.c (add_minsym_to_hash_table): Replace
1982 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
1983 (compare_minimal_symbols, compact_minimal_symbols)
1984 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
1985 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
1986 of DEPRECATED_SYMBOL_MATCHES_NAME.
1987 (lookup_minimal_symbol_solib_trampoline): Ditto.
1988
1989 2003-03-10 Andrew Cagney <cagney@redhat.com>
1990
1991 * regcache.h (regcache_cooked_read_ftype): Define.
1992 (regcache_save, regcache_restore): Add a cooked_read parameter.
1993 * regcache.c (regcache_save, regcache_restore): Update.
1994 (do_cooked_read): New function.
1995 (regcache_cpy): Pass do_cooked_read to regcache_save and
1996 regcache_restore.
1997
1998 2003-03-10 Andrew Cagney <cagney@redhat.com>
1999
2000 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
2001 * gdbarch.h, gdbarch.c: Re-generate.
2002 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2003 * x86-64-tdep.h: Update.
2004 * x86-64-tdep.c (x86_64_init_abi): Update.
2005 * v850-tdep.c (v850_gdbarch_init): Update.
2006 * sparc-tdep.c (sparc_gdbarch_init): Update.
2007 * sh-tdep.c (sh_gdbarch_init): Update.
2008 * s390-tdep.c (s390_gdbarch_init): Update.
2009 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2010 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2011 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2012 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2013 * mips-tdep.c (mips_gdbarch_init): Update.
2014 * mcore-tdep.c (mcore_gdbarch_init): Update.
2015 * m68k-tdep.c (m68k_gdbarch_init): Update.
2016 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2017 * ia64-tdep.c (ia64_gdbarch_init): Update.
2018 * i386-tdep.c (i386_gdbarch_init): Update.
2019 * i386-interix-tdep.c (i386_interix_init_abi): Update.
2020 * hppa-tdep.c (hppa_gdbarch_init): Update.
2021 * h8300-tdep.c (h8300_gdbarch_init): Update.
2022 * frv-tdep.c (frv_gdbarch_init): Update.
2023 * cris-tdep.c (cris_gdbarch_init): Update.
2024 * avr-tdep.c (avr_gdbarch_init): Update.
2025 * arm-tdep.c (arm_gdbarch_init): Update.
2026 * alpha-tdep.c (alpha_gdbarch_init): Update.
2027 * sh-tdep.c (sh_init_extra_frame_info): Update.
2028 (sh64_init_extra_frame_info): Update.
2029 * ns32knbsd-nat.c (frame_num_args): Update.
2030 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
2031 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
2032 (xstormy16_frame_chain_valid): Update.
2033 * vax-tdep.c (vax_saved_pc_after_call): Update.
2034 * v850-tdep.c (v850_frame_chain): Update.
2035 (v850_pop_frame): Update.
2036 (v850_init_extra_frame_info): Update.
2037 * sparc-tdep.c (setup_arbitrary_frame): Update.
2038 * ns32k-tdep.c (umax_frame_num_args): Update.
2039 * s390-tdep.c (s390_pop_frame_regular): Update.
2040 * mn10300-tdep.c (mn10300_frame_chain): Update.
2041 (mn10300_pop_frame_regular): Update.
2042 (mn10300_init_extra_frame_info): Update.
2043 * mips-tdep.c (mips_init_frame_pc_first): Update.
2044 (mips_frame_chain): Update.
2045 (mips_pop_frame): Update.
2046 * mcore-tdep.c (mcore_frame_chain): Update.
2047 (mcore_pop_frame): Update.
2048 (mcore_init_extra_frame_info): Update.
2049 * arch-utils.c (init_frame_pc_default): Update.
2050 * m68k-tdep.c (isi_frame_num_args): Update.
2051 (delta68_frame_num_args): Update.
2052 (news_frame_num_args): Update.
2053 * ia64-tdep.c (ia64_pop_frame_regular): Update.
2054 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2055 (alpha_frame_chain): Update.
2056 (alpha_pop_frame): Update.
2057 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
2058 (hppa_init_extra_frame_info): Update.
2059 (hppa_frame_chain): Update.
2060 (hppa_frame_chain_valid): Update.
2061 * cris-tdep.c (cris_init_extra_frame_info): Update.
2062 * avr-tdep.c (avr_init_extra_frame_info): Update.
2063 * arm-tdep.c (arm_frame_chain_valid): Update.
2064 (arm_init_extra_frame_info): Update.
2065 (arm_pop_frame): Update.
2066 * frame.c (frame_pc_unwind): Update.
2067 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
2068 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2069 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2070 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
2071 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
2072 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
2073
2074 2003-03-10 Andrew Cagney <cagney@redhat.com>
2075
2076 * gdbarch.sh (gdbarch_unwind_pc): New method.
2077 * gdbarch.h, gdbarch.c: Regenerate.
2078 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
2079 but use read_pc and FRAME_SAVED_PC as fall backs.
2080 (frame_saved_regs_pc_unwind): Delete function.
2081 (trad_frame_unwinder): Update.
2082 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
2083 (struct frame_unwind): Update.
2084 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
2085 (dummy_frame_unwind): Update.
2086 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
2087 (sentinel_frame_unwinder): Update.
2088 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
2089 (d10v_frame_unwind): Update.
2090 (d10v_unwind_pc): New function.
2091 (d10v_gdbarch_init): Set unwind_pc.
2092
2093 2003-03-10 Andrew Cagney <cagney@redhat.com>
2094
2095 * gdbarch.h: Re-generate.
2096
2097 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
2098 PC.
2099 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
2100 the PC register.
2101
2102 2003-03-08 Mark Kettenis <kettenis@gnu.org>
2103
2104 * gdbarch.sh (save_dummy_frame_tos): Add comment.
2105
2106 2003-03-08 Andrew Cagney <cagney@redhat.com>
2107
2108 * cli-out.c: Update copyright.
2109 (cli_out_data): Define typedef. Use instead of ui_out_data.
2110
2111 2003-03-08 Andrew Cagney <cagney@redhat.com>
2112
2113 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
2114 the result.
2115
2116 2003-03-07 Andrew Cagney <cagney@redhat.com>
2117
2118 * gdbarch.sh: Don't generate two macro definitions when an
2119 undefined macro taking no arguments.
2120 * gdbarch.h: Regenerate.
2121
2122 2002-03-07 Michal Ludvig <mludvig@suse.cz>
2123
2124 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
2125 (x86_64_unwind_dummy_id): New functions.
2126 (x86_64_init_abi): Register these two new functions.
2127
2128 2003-03-07 Michal Ludvig <mludvig@suse.cz>
2129
2130 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
2131 (x86_64_skip_prologue): Move prologue detection to
2132 separate function.
2133 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
2134
2135 2003-03-05 Andrew Cagney <cagney@redhat.com>
2136
2137 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
2138 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
2139 * frame.c (get_prev_frame): Restructure the frame ID unwind code
2140 to use unwind_dummy_id when a dummy frame.
2141 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
2142 predicate.
2143 * gdbarch.h, gdbarch.c: Regneerate.
2144
2145 2003-03-05 Andrew Cagney <cagney@redhat.com>
2146
2147 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
2148 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
2149 Do not use d10v_read_sp or d10v_read_fp when obtaining register
2150 values.
2151
2152 2003-03-05 Andrew Cagney <cagney@redhat.com>
2153
2154 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
2155 (struct d10v_unwind_cache): Delete field "frameless". Replace
2156 "next_addr" with "sp_offset". Add "r11_offset".
2157 (d10v_frame_unwind_cache): Update.
2158 (prologue_find_regs): Update. When "mv r11, sp", save the
2159 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
2160 RN was saved in r11_offset.
2161
2162 2003-03-05 Andrew Cagney <cagney@redhat.com>
2163
2164 * frame.c (deprecated_update_frame_pc_hack): Also update the the
2165 cached PC value in the next frame.
2166
2167 2003-03-05 Andrew Cagney <cagney@redhat.com>
2168
2169 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
2170 "id_unwind_cache" with "id".
2171 (frame_id_unwind): Delete declaration.
2172 * frame.c (frame_id_unwind): Delete function.
2173 (get_prev_frame): Call the frame id unwind method directly. Store
2174 the returned next frame's ID value in NEXT_FRAME. Note that there
2175 is a problem with the wrong unwind ID being called with the wrong
2176 unwind cache.
2177
2178 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
2179
2180 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
2181
2182 2003-03-05 James Ingham <jingham@apple.com>
2183 Daniel Jacobowitz <drow@mvista.com>
2184
2185 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
2186 (auto_cp_abi): New variable.
2187 (current_cp_abi, num_cp_abis): Make static.
2188 (CP_ABI_MAX): Define.
2189 (cp_abis): Turn into an array.
2190 (value_virtual_fn_field): Fix formatting.
2191 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
2192 takes a pointer.
2193 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
2194 (list_cp_abis, _initialize_cp_abi): New functions.
2195 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
2196 declarations for cp_abis, num_cp_abis, current_cp_abi, and
2197 switch_to_cp_abi. Update prototype for register_cp_abi.
2198 * Makefile.in (cp-abi.o): Update dependencies.
2199 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
2200 instead of switch_to_cp_abi.
2201 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
2202 register_cp_abi.
2203 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
2204 register_cp_abi.
2205 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
2206
2207 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
2208
2209 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
2210 * dwarf2loc.c: Include "regcache.h".
2211 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
2212 register_size.
2213 * Makefile.in (dwarf2loc.o): Update dependencies.
2214
2215 2003-03-04 Theodore A. Roth <troth@openavr.org>
2216
2217 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
2218 number of io registers reported by remote target is not a multiple of
2219 step.
2220
2221 2003-03-04 David Carlton <carlton@math.stanford.edu>
2222
2223 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
2224 (lookup_symbol_aux_psymtabs): Update call to
2225 lookup_partial_symbol.
2226 (lookup_transparent_type, find_main_psymtab)
2227 (make_symbol_overload_list): Ditto.
2228
2229 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
2230
2231 * MAINTAINERS (Write after approval): Update my email address.
2232
2233 2003-03-03 Andrew Cagney <cagney@redhat.com>
2234
2235 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
2236 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
2237 predicate. Replace MAX_REGISTER_RAW_SIZE.
2238 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
2239 MAX_REGISTER_VIRTUAL_SIZE.
2240 * regcache.c (legacy_max_register_raw_size): New function.
2241 (legacy_max_register_virtual_size): New function.
2242 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
2243 (MAX_REGISTER_RAW_SIZE): Define.
2244 (legacy_max_register_raw_size): Declare.
2245 (legacy_max_register_virtual_size): Declare.
2246 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2247 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
2248 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2249 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2250 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2251 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
2252 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2253 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2254 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
2255 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2256 * vax-tdep.c (vax_gdbarch_init): Update.
2257 * v850-tdep.c (v850_gdbarch_init): Update.
2258 * sparc-tdep.c (sparc_gdbarch_init): Update.
2259 * sh-tdep.c (sh_gdbarch_init): Update.
2260 * s390-tdep.c (s390_gdbarch_init): Update.
2261 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2262 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2263 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2264 * mips-tdep.c (mips_gdbarch_init): Update.
2265 * mcore-tdep.c (mcore_gdbarch_init): Update.
2266 * m68k-tdep.c (m68k_gdbarch_init): Update.
2267 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2268 * ia64-tdep.c (ia64_gdbarch_init): Update.
2269 * i386-tdep.c (i386_gdbarch_init): Update.
2270 * hppa-tdep.c (hppa_gdbarch_init): Update.
2271 * h8300-tdep.c (h8300_gdbarch_init): Update.
2272 * frv-tdep.c (frv_gdbarch_init): Update.
2273 * cris-tdep.c (cris_gdbarch_init): Update.
2274 * avr-tdep.c (avr_gdbarch_init): Update.
2275 * arm-tdep.c (arm_gdbarch_init): Update.
2276 * alpha-tdep.c (alpha_gdbarch_init): Update.
2277 * d10v-tdep.c (d10v_gdbarch_init): Do not set
2278 max_register_raw_size or max_register_virtual_size.
2279
2280 2003-03-03 David Carlton <carlton@math.stanford.edu>
2281
2282 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
2283 SYMBOL_MATCHES_NAME, add comment.
2284 (SYMBOL_MATCHES_NATURAL_NAME): New.
2285 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
2286 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
2287 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
2288 * symtab.c (lookup_partial_symbol): Use
2289 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
2290 unhelpful comment.
2291 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
2292 SYMBOL_MATCHES_NAME.
2293 Fix for PR c++/33.
2294
2295 2003-03-03 David Carlton <carlton@math.stanford.edu>
2296
2297 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
2298 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
2299 by regexp matching against SYMBOL_NATURAL_NAME.
2300
2301 2003-03-03 David Carlton <carlton@math.stanford.edu>
2302
2303 * linespec.c (find_method): Extract code into collect_methods.
2304 (collect_methods): New.
2305
2306 2003-03-02 Mark Kettenis <kettenis@gnu.org>
2307
2308 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
2309 get_frame_base.
2310
2311 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
2312 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2313
2314 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
2315
2316 * arch-utils.c (generic_register_byte): Fix to use the loop index
2317 and not regnum when summing the size of all registers up to regnum.
2318
2319 2003-03-01 Andrew Cagney <cagney@redhat.com>
2320
2321 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
2322 FRAME_INIT_SAVED_REGS.
2323 * gdbarch.h, gdbarch.c: Regenerate.
2324 * stack.c (frame_info): Update.
2325 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
2326 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
2327 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
2328 * ns32k-tdep.c (ns32k_pop_frame): Update.
2329 * mips-tdep.c (mips_pop_frame): Update.
2330 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
2331 * ia64-tdep.c (ia64_frame_chain): Update.
2332 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
2333 (ia64_frameless_function_invocation): Update.
2334 (ia64_init_extra_frame_info): Update.
2335 (ia64_pop_frame_regular): Update.
2336 * frame.h (struct frame_info): Update comment.
2337 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
2338 * frame.c (frame_saved_regs_register_unwind): Update.
2339 (frame_saved_regs_register_unwind): Update.
2340 (deprecated_generic_get_saved_register): Update.
2341 * cris-tdep.c: Update comment.
2342 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
2343 Rename macro.
2344 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2345 * x86-64-tdep.c (x86_64_init_abi): Update.
2346 * vax-tdep.c (vax_gdbarch_init): Update.
2347 * v850-tdep.c (v850_gdbarch_init): Update.
2348 * sparc-tdep.c (sparc_gdbarch_init): Update.
2349 * sh-tdep.c (sh_gdbarch_init): Update.
2350 * s390-tdep.c (s390_gdbarch_init): Update.
2351 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2352 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
2353 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2354 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2355 * mips-tdep.c (mips_gdbarch_init): Update.
2356 * mcore-tdep.c (mcore_gdbarch_init): Update.
2357 * m68k-tdep.c (m68k_gdbarch_init): Update.
2358 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2359 * ia64-tdep.c (ia64_gdbarch_init): Update.
2360 * i386-tdep.c (i386_gdbarch_init): Update.
2361 * frv-tdep.c (frv_gdbarch_init): Update.
2362 * avr-tdep.c (avr_gdbarch_init): Update.
2363 * arm-tdep.c (arm_gdbarch_init): Update.
2364 * alpha-tdep.c (alpha_gdbarch_init): Update.
2365
2366 2003-03-01 Andrew Cagney <cagney@redhat.com>
2367
2368 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
2369 option enum and switch. When no windows, set the interpreter to
2370 INTERP_CONSOLE.
2371
2372 2003-03-01 Andrew Cagney <cagney@redhat.com>
2373
2374 * main.c (captured_main): Replace magic option characters with an
2375 enum.
2376
2377 2003-03-01 Andrew Cagney <cagney@redhat.com>
2378
2379 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
2380 INIT_EXTRA_FRAME_INFO.
2381 * gdbarch.h, gdbarch.c: Regenerate.
2382 * arm-tdep.c: Update comments.
2383 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
2384 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
2385 * frame.h, avr-tdep.c: Ditto.
2386 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
2387 (create_new_frame, legacy_get_prev_frame): Ditto.
2388 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
2389 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
2390 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
2391 deprecated_init_extra_frame_info instead of init_extra_frame_info.
2392 * x86-64-tdep.c (x86_64_init_abi): Ditto.
2393 * v850-tdep.c (v850_gdbarch_init): Ditto.
2394 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2395 * sh-tdep.c (sh_gdbarch_init): Ditto.
2396 * s390-tdep.c (s390_gdbarch_init): Ditto.
2397 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
2398 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2399 * mips-tdep.c (mips_gdbarch_init): Ditto.
2400 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2402 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2403 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2404 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2405 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2406 * frv-tdep.c (frv_gdbarch_init): Ditto.
2407 * cris-tdep.c (cris_gdbarch_init): Ditto.
2408 * avr-tdep.c (avr_gdbarch_init): Ditto.
2409 * arm-tdep.c (arm_gdbarch_init): Ditto.
2410 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2411 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2412
2413 2003-03-01 Andrew Cagney <cagney@redhat.com>
2414
2415 * gdbarch.sh (register_type): New function with predicate.
2416 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
2417 * gdbarch.h, gdbarch.c: Re-generate.
2418 * arch-utils.c (generic_register_byte): Use generic_register_size.
2419 (generic_register_size): When available, use
2420 gdbarch_register_type.
2421 * regcache.c (init_regcache_descr): When available, initialize the
2422 register type array using gdbarch_register_type. If the
2423 architecture supplies gdbarch_register_type, do not use the legacy
2424 regcache layout.
2425 * d10v-tdep.c (d10v_register_type): Replace
2426 d10v_register_virtual_type.
2427 (d10v_gdbarch_init): Set register_type instead of
2428 register_virtual_type.
2429
2430 2003-03-01 Andrew Cagney <cagney@redhat.com>
2431
2432 * Makefile.in (ax-gdb.o): Update dependencies.
2433 * ax-gdb.c: Include "regcache.h".
2434 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
2435 * findvar.c (value_of_register): Ditto.
2436 * infcmd.c (default_print_registers_info): Ditto.
2437
2438 2003-03-01 Mark Kettenis <kettenis@gnu.org>
2439
2440 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
2441 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2442
2443 2003-03-01 Mark Kettenis <kettenis@gnu.org>
2444
2445 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
2446 of STREQ.
2447
2448 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
2449
2450 * Makefile.in (dwarf2loc.o): Update dependencies.
2451 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
2452 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
2453 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
2454 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
2455 (locexpr_tracepoint_var_ref): New function.
2456 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
2457
2458 2003-02-28 Andrew Cagney <cagney@redhat.com>
2459
2460 * regcache.c (register_size): New function.
2461 * regcache.h (register_size): Declare
2462 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
2463 max_register_size instead of MAX_REGISTER_RAW_SIZE.
2464
2465 2003-02-28 David Carlton <carlton@math.stanford.edu>
2466
2467 * linespec.c (decode_compound): Extract code into find_method.
2468 (find_method): New.
2469
2470 2003-02-28 J. Brobecker <brobecker@gnat.com>
2471
2472 * Makefile.in: Add rules to build and link in observer.o.
2473
2474 2003-02-27 J. Brobecker <brobecker@gnat.com>
2475
2476 * observer.c: Minor comments edits.
2477
2478 2003-02-27 J. Brobecker <brobecker@gnat.com>
2479
2480 * observer.h, observer.c: New file.
2481
2482 2003-02-27 Andrew Cagney <cagney@redhat.com>
2483
2484 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
2485
2486 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
2487
2488 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
2489 (M6812_OP_STS_EXT): Likewise.
2490 (m6811_prologue): Use the above to recognize prologue.
2491 (m6812_prologue): Likewise.
2492
2493 2003-02-27 David Carlton <carlton@math.stanford.edu>
2494
2495 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
2496 SYMBOL_PRINT_NAME.
2497 (compare_psymbols): Ditto.
2498 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
2499
2500 2003-02-27 Michael Snyder <msnyder@redhat.com>
2501
2502 * f-lang.c (build_fortran_types): New function.
2503 (_initialize_f_language): Gdbarch-register built-in fortran types.
2504 * doublest.c (extract_floating): Fix warning text.
2505
2506 2003-02-27 Andrew Cagney <cagney@redhat.com>
2507
2508 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
2509 predicate. Replaces PUSH_DUMMY_FRAME.
2510 * gdbarch.h, gdbarch.c: Regnerate.
2511 * valops.c (hand_function_call): Update. Call
2512 generic_push_dummy_frame directly.
2513 * vax-tdep.c (vax_gdbarch_init): Update.
2514 * sparc-tdep.c (sparc_gdbarch_init): Update.
2515 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2516 * m68k-tdep.c (m68k_gdbarch_init): Update.
2517 * hppa-tdep.c (hppa_gdbarch_init): Update.
2518 * alpha-tdep.c (alpha_gdbarch_init): Update.
2519 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
2520 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
2521 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
2522 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
2523 push_dummy_frame to generic_push_dummy_frame.
2524 * v850-tdep.c (v850_gdbarch_init): Ditto.
2525 * sh-tdep.c (sh_gdbarch_init): Ditto.
2526 * s390-tdep.c (s390_gdbarch_init): Ditto.
2527 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2528 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2529 * mips-tdep.c (mips_gdbarch_init): Ditto.
2530 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2531 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2532 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2533 * i386-tdep.c (i386_gdbarch_init): Ditto.
2534 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2535 * frv-tdep.c (frv_gdbarch_init): Ditto.
2536 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2537 * cris-tdep.c (cris_gdbarch_init): Ditto.
2538 * avr-tdep.c (avr_gdbarch_init): Ditto.
2539 * arm-tdep.c (arm_gdbarch_init): Ditto.
2540
2541 2003-02-26 Kevin Buettner <kevinb@redhat.com>
2542
2543 * mips-tdep.c (show_mips_abi): New function.
2544 (_initialize_mips_tdep): Use show_mips_abi() to implement the
2545 command ``show mips abi''.
2546
2547 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
2548
2549 From Elena Zannoni <ezannoni@redhat.com>
2550 * dbxread.c (process_one_symbol): Only record line 0 if one or
2551 more sline entries have been seen for the function.
2552
2553 2003-02-26 Michael Chastain <mec@shout.net>
2554
2555 * configure: Regenerate with autoconf 000227.
2556
2557 2003-02-26 Michael Chastain <mec@shout.net>
2558
2559 Close PR build/660.
2560 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
2561 for old libc5/glibc.
2562 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
2563
2564 2003-02-26 Kris Warkentin <kewarken@qnx.com>
2565
2566 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
2567 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
2568
2569 2003-02-26 Michael Chastain <mec@shout.net>
2570
2571 * configure.in: New variable HAVE_UINTPTR_T.
2572 * configure, config.in: Regenerated.
2573
2574 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
2575
2576 Fix PR build/1097.
2577 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
2578
2579 2003-02-25 Andrew Cagney <cagney@redhat.com>
2580
2581 * frame.c (get_prev_frame): Add comment on check for
2582 inside_entry_func. Only check for inside_entry_file when not a
2583 dummy and not a sentinel. Check that the new frame is not inner
2584 to the old frame.
2585
2586 2003-02-25 Andrew Cagney <cagney@redhat.com>
2587
2588 * frame.c (frame_debug): New variable.
2589 (_initialize_frame): Add "set/show debug frame" command.
2590 (get_prev_frame): When frame_debug, print reason why unwind
2591 failed.
2592
2593 2003-02-25 Michael Chastain <mec@shout.net>
2594
2595 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
2596 to avoid uintptr_t definition problems.
2597
2598 2003-02-25 David Carlton <carlton@math.stanford.edu>
2599
2600 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
2601 (SYMBOL_LINKAGE_NAME): Ditto.
2602 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
2603 SYMBOL_LINKAGE_NAME.
2604 (struct general_symbol_info): Expand comment.
2605 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
2606 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
2607 (SYMBOL_MATCHES_REGEXP): Ditto.
2608 * symtab.c (symbol_natural_name): New function.
2609 * objfiles.h: Replace all uses of SYMBOL_NAME by
2610 DEPRECATED_SYMBOL_NAME.
2611 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
2612 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
2613 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
2614 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
2615 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
2616 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
2617 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
2618 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
2619 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
2620 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
2621 * ada-exp.y: Ditto.
2622 * ada-exp.y: Update copyright.
2623 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
2624 * cp-valprint.c: Ditto.
2625
2626 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
2627
2628 * infptrace.c (detach): Do not flag error if ptrace detach fails
2629 and errno is set to ESRCH.
2630
2631 2003-02-24 Andrew Cagney <cagney@redhat.com>
2632
2633 * infptrace.c (udot_info): Change type of udot_off to long. Use
2634 paddr when printing udot_off's value.
2635
2636 2003-02-24 David Carlton <carlton@math.stanford.edu>
2637
2638 * symtab.c (make_symbol_overload_list): Only read in partial
2639 symtabs containing a matching partial symbol.
2640
2641 2003-02-24 David Carlton <carlton@math.stanford.edu>
2642
2643 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
2644 do the comparison, not strcmp.
2645 * symfile.c (compare_psymbols): Ditto.
2646 * defs.h: Declare strcmp_iw_ordered.
2647 * utils.c (strcmp_iw_ordered): New function.
2648
2649 2003-02-24 Jim Blandy <jimb@redhat.com>
2650
2651 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
2652 support, shared libs): Remove my name from here, to better reflect
2653 reality.
2654
2655 2003-02-24 Kris Warkentin <kewarken@qnx.com>
2656
2657 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
2658 (target_ops): Add to_have_continuable_watchpoint.
2659 * target.c (update_current_target): Add INHERIT line for
2660 to_have_continuable_watchpoint.
2661 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
2662 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
2663 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
2664 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
2665
2666 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
2667
2668 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
2669 maintainership.
2670
2671 2003-02-24 Kris Warkentin <kewarken@qnx.com>
2672
2673 * solib.c (solib_open): Call target defined search function after
2674 failing with solib-search-path.
2675 * solist.h (target_so_ops): Add find_and_open_solib function hook and
2676 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2677
2678 2003-02-24 Kris Warkentin <kewarken@qnx.com>
2679
2680 * MAINTAINERS: Add myself to Write After section.
2681
2682 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
2683
2684 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
2685
2686 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
2687
2688 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
2689 (m68hc11_add_reggroups): New function.
2690 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
2691 (m68hc11_gdbarch_init): Install the reggroups.
2692 (_initialize_m68hc11_tdep): Initialize them.
2693
2694 2003-02-21 James E Wilson <wilson@tuliptree.org>
2695
2696 * MAINTAINERS: Update my email address.
2697
2698 2003-02-21 David Carlton <carlton@math.stanford.edu>
2699
2700 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
2701
2702 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
2703
2704 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
2705 * symtab.h: Add opaque declarations of struct axs_value and
2706 struct agent_expr.
2707 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
2708 (struct location_funcs): New type.
2709 (struct symbol): Add "loc" to aux_value.
2710 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
2711 * dwarf2read.c: Include "dwarf2expr.h".
2712 (dwarf2_symbol_mark_computed): New function.
2713 (read_func_scope): Use it.
2714 (var_decode_location): New function.
2715 (new_symbol): Use it.
2716 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
2717
2718 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
2719 (dwarf2expr_h, dwarf2loc_h): New variables.
2720 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
2721 (dwarf2expr.o, dwarf2loc.o): New rules.
2722 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
2723 * buildsym.c (finish_block): Handle LOC_COMPUTED and
2724 LOC_COMPUTED_ARG.
2725 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
2726 * m2-exp.y (yylex): Likewise.
2727 * printcmd.c (address_info, print_frame_args): Likewise.
2728 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
2729 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
2730 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
2731 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
2732 * symtab.c (lookup_block_symbol): Likewise.
2733
2734 2003-02-20 Adam Fedor <fedor@gnu.org>
2735
2736 * symtab.h: Remove objc_specific struct
2737 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
2738 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
2739 Have language_objc use cplus_specific struct.
2740
2741 2003-02-20 Tom Tromey <tromey@redhat.com>
2742
2743 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
2744 TYPE_NAME, when printing a String value. PR java/1075.
2745
2746 2003-02-20 Adam Fedor <fedor@gnu.org>
2747
2748 * objc-lang.h (find_methods): Remove declaration.
2749 * objc-lang.c (find_methods): Make static.
2750
2751 2003-02-20 Christopher Faylor <cgf@redhat.com>
2752
2753 * win32-nat.c (get_image_name): Check return value from
2754 ReadProcessMemory.
2755 (child_xfer_memory): Ditto.
2756
2757 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
2758
2759 * configure.in (TARGET_SYSTEM_ROOT): Set default to
2760 ${exec_prefix}/${target_alias}/sys-root. Match explicit
2761 '${exec_prefix}' (in addition to the expansion thereof) as
2762 relocatable.
2763 * configure: Rebuilt.
2764
2765 2003-02-20 David Carlton <carlton@math.stanford.edu>
2766
2767 * symtab.c (search_symbols): Revert the search_symbols part of my
2768 2002-12-23 patch. Add comment.
2769
2770 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
2771
2772 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
2773 * dbxread.c (elfstab_build_psymtabs): Don't call
2774 install_minimal_symbols.
2775 (stabsect_build_psymtabs): Likewise.
2776 * elfread.c (elf_symfile_read): Call install_minimal_symbols
2777 earlier.
2778 * somread.c (som_symfile_read): Call install_minimal_symbols
2779 and do_cleanups earlier.
2780 * nlmread.c (nlm_symfile_read): Likewise.
2781 * mdebugread.c (elfmdebug_build_psymtabs): Call
2782 install_minimal_symbols and make appropriate cleanups.
2783
2784 2003-02-20 Kevin Buettner <kevinb@redhat.com>
2785
2786 * solib.c (reload_shared_libraries): New function.
2787 (_initialize_solib): Add callbacks for ``set solib-search-path''
2788 and ``set solib-absolute-prefix''.
2789
2790 2003-02-20 David Carlton <carlton@math.stanford.edu>
2791
2792 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
2793 expand comment.
2794 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
2795 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
2796 * ada-typeprint.c (ada_typedef_print): Ditto.
2797 * ax-gdb.c (gen_var_ref): Ditto.
2798 * breakpoint.c (print_one_breakpoint): Ditto.
2799 * buildsym.c (finish_block): Ditto.
2800 * c-valprint.c (c_val_print): Ditto.
2801 * expprint.c (print_subexp): Ditto.
2802 * findvar.c (locate_var_value): Ditto.
2803 * infcmd.c (jump_command): Ditto.
2804 * linespec.c (decode_line_2, decode_compound): Ditto.
2805 * maint.c (maintenance_translate_address): Ditto.
2806 * objc-lang.c (compare_selectors, compare_classes): Ditto.
2807 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
2808 Ditto.
2809 * p-valprint.c (pascal_val_print): Ditto.
2810 * stabsread.c (define_symbol): Ditto.
2811 * stack.c (print_frame, frame_info, print_block_frame_locals)
2812 (print_frame_arg_vars, return_command): Ditto.
2813 * symfile.c (compare_symbols, compare_psymbols): Ditto.
2814 * symmisc.c (print_symbol): Ditto.
2815 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
2816 (compare_search_syms, print_symbol_info, print_msymbol_info)
2817 (rbreak_command): Ditto.
2818 * tracepoint.c (tracepoints_info): Ditto.
2819 * typeprint.c (typedef_print): Ditto.
2820 * valops.c (value_of_variable, hand_function_call): Ditto.
2821 * cli/cli-cmds.c (edit_command, list_command): Ditto.
2822 * ada-typeprint.c: Update Copyright.
2823 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
2824 * tracepoint.c, cli/cli-cmds.c: Ditto.
2825
2826 2003-02-20 Kevin Buettner <kevinb@redhat.com>
2827
2828 * frame.c (generic_unwind_get_saved_register): Make non-static.
2829 * frame.h (generic_unwind_get_saved_register): Declare.
2830 * mips-tdep.c (read_next_frame_reg): Fetch register from
2831 current regcache when frame is NULL.
2832 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
2833 that must be NULL.
2834 (mips_get_saved_register): Call generic_unwind_get_saved_register()
2835 instead of frame_register_unwind().
2836
2837 2003-02-20 Andrew Cagney <ac131313@redhat.com>
2838
2839 * remote-sim.c (gdbsim_insert_breakpoint)
2840 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
2841 code.
2842
2843 2003-02-20 Andrew Cagney <ac131313@redhat.com>
2844
2845 * remote.c (_initialize_remote): Add commands "set/show remote
2846 hardware-watchpoint-limit" and "set/show remote
2847 hardware-breakpoint-limit".
2848 (remote_hw_watchpoint_limit): Initialize to -1.
2849 (remote_hw_breakpoint_limit): Ditto.
2850 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
2851
2852 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
2853
2854 * coff-pe-read.c: New file - support reading of minimal symbols from a
2855 portable executable using the export table.
2856 * coff-pe-read.h: New file.
2857 * coffread.c: Include coff-pe-read.h.
2858 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
2859 debugging symbols found.
2860 * Makefile.in (SFILES): Add coff-pe-read.o.
2861 (coff_pe_read_h): Define.
2862 (COMMON_OBS): Add coff-pe-read.o.
2863 (coffread.o): Add coff_pe_read_h dependency.
2864 (coff-pe-read.o): New target.
2865
2866 2003-02-19 David Carlton <carlton@math.stanford.edu>
2867
2868 * Makefile.in (SFILES): Add block.c.
2869 (block_h): New.
2870 (COMMON_OBS): Add block.o.
2871 (block.o): New.
2872 (x86-64-tdep.o): Add $(block_h).
2873 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
2874 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
2875 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
2876 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
2877 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
2878 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
2879 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
2880 * value.h: Add opaque declaration for struct block.
2881 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
2882 * ada-lang.h: Ditto.
2883 * x86-64-tdep.c: #include "block.h"
2884 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
2885 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
2886 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
2887 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
2888 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
2889 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
2890 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
2891 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
2892 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
2893 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
2894 * symtab.c (block_function): Ditto.
2895 (contained_in): Ditto.
2896 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
2897 block.h. Add opaque declaration for struct block.
2898 * symtab.h: Move block_function and contained_in declarations to
2899 block.h. Add opaque declarations for struct block, struct
2900 blockvector.
2901 (struct block): Move to block.h.
2902 (struct blockvector): Ditto.
2903 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
2904 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
2905 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
2906 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
2907 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
2908 Ditto.
2909 * block.c: New file.
2910 * block.h: New file.
2911
2912 2003-02-19 Theodore A. Roth <troth@openavr.org>
2913
2914 * avr-tdep.c (avr_extract_return_value): Remove function.
2915 (avr_store_return_value): Remove function.
2916 (avr_extract_struct_value_address): Remove function.
2917 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
2918
2919 2003-02-19 Andrew Cagney <ac131313@redhat.com>
2920
2921 * rs6000-tdep.c: Include "gdb_assert.h".
2922 (registers_e500): Add "acc" and "spefscr".
2923 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
2924 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
2925 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
2926 really is "r0".
2927 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
2928
2929 2003-02-18 Keith Seitz <keiths@redhat.com>
2930
2931 * Makefile.in: Add gdbtk-interps.c.
2932
2933 2003-02-18 Kevin Buettner <kevinb@redhat.com>
2934
2935 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
2936 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
2937
2938 2003-02-18 Andrew Cagney <cagney@redhat.com>
2939
2940 * symtab.h (struct objfile): Add opaque declaration.
2941
2942 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
2943
2944 From Jim Ingham <jingham@apple.com>:
2945 * dbxread.c (process_one_symbol): Use last_function_start rather
2946 than function_start_offset to find the real beginning of the
2947 current function. The latter is just the text section offset on
2948 some systems, the former is always the real function start.
2949
2950 2003-02-17 Andrew Cagney <cagney@redhat.com>
2951
2952 * configure.in: Revert ${target} != ${host}.
2953
2954 2003-02-17 Andrew Cagney <ac131313@redhat.com>
2955
2956 * configure.in (Makefile): Use the test ${target} != ${host},
2957 instead of the absence of the "nm.h" file, to determine of the
2958 configuration non-native.
2959 * configure: Regenerate.
2960
2961 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
2962
2963 From Brian Ford <ford@vss.fsi.com>
2964
2965 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
2966 conditionalize tui_active test.
2967 (lookup_cmd_1): Ditto.
2968
2969 2003-02-14 Mark Kettenis <kettenis@gnu.org>
2970
2971 * configure.in: Add check for _etext.
2972 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
2973 available.
2974 * config.in, configure: regenerated.
2975
2976 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
2977
2978 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
2979
2980 2003-02-14 Andrew Cagney <ac131313@redhat.com>
2981
2982 * main.c (tui_version): Delete variable.
2983 (captured_main): When --tui, set interpreter_p to "tui" instead of
2984 enabling tui_version.
2985 * printcmd.c (display_command) [TUI]: Test tui_active instead of
2986 tui_version.
2987 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
2988 * cli/cli-cmds.c (disassemble_command): Ditto.
2989 * defs.h (tui_version): Delete declaration.
2990 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
2991 (tui-interp.o): Add rules.
2992 (SUBDIR_TUI_OBS): Add "tui-interp.o".
2993
2994 2003-02-14 Christopher Faylor <cgf@redhat.com>
2995
2996 * win32-nat.c (register_loaded_dll): Correctly set address range for
2997 just-loaded dll.
2998
2999 2003-02-12 Jason Molenda (jmolenda@apple.com)
3000
3001 * symmisc.c (print_objfile_statistics): Include information about
3002 the number of psymtabs and symtabs in each object file.
3003
3004 2003-02-13 Keith R Seitz <keiths@redhat.com>
3005
3006 * main.h (struct captured_main_args): Add interpreter_p.
3007 * main.c (captured_main): Initialize interpreter_p from context.
3008 * gdb.c (main): Set interpreter_p argument.
3009 * Makefile.in (gdb.o): Add dependency for interps.h.
3010
3011 2003-02-12 Andrew Cagney <ac131313@redhat.com>
3012
3013 * event-top.c (cli_command_loop): Delete declaration.
3014 (_initialize_event_loop): Delete function setting event_loop_hook.
3015 * event-top.h (cli_command_loop): Declare. Update copyright.
3016 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
3017 * interps.c (current_interp_command_loop): When event_loop_p, call
3018 cli_command_loop.
3019
3020 2003-02-12 Andrew Cagney <ac131313@redhat.com>
3021
3022 * interps.h (interp_command_loop_ftype): Change return type to
3023 void.
3024
3025 2003-02-12 Michal Ludvig <mludvig@suse.cz>
3026
3027 * x86-64-tdep.c (x86_64_extract_return_value)
3028 (x86_64_store_return_value): Use regcache instead of regbuf.
3029 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
3030 * x86-64-linux-nat.c (fill_gregset): Use regcache.
3031
3032 2003-02-11 Andrew Cagney <ac131313@redhat.com>
3033
3034 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
3035 * aclocal.m4: Regenerate.
3036 * configure: Regenerate.
3037
3038 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
3039 TCL_LD_SEARCH_FLAGS.
3040
3041 2003-02-10 Michal Ludvig <mludvig@suse.cz>
3042
3043 * dwarf2cfi.c: Reindented.
3044
3045 2003-02-09 Andrew Cagney <ac131313@redhat.com>
3046
3047 * interps.c (clear_interpreter_hooks): Convert function definition
3048 to ISO C.
3049
3050 2003-02-07 David Carlton <carlton@math.stanford.edu>
3051
3052 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
3053
3054 2003-02-07 Kevin Buettner <kevinb@redhat.com>
3055
3056 * gdbtypes.h (struct main_type): Move ``length'' field from here...
3057 (struct type): ...to here.
3058 (TYPE_LENGTH): Adjust to reflect different location of ``length''
3059 field.
3060 * gdbtypes.c (make_qualified_type): Set length on newly created type.
3061 (replace_type): Set length on all type variants for a given type.
3062
3063 2003-02-07 Andrew Cagney <ac131313@redhat.com>
3064
3065 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
3066 <sys/stat.h>.
3067 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
3068
3069 2003-02-06 Andrew Cagney <ac131313@redhat.com>
3070
3071 * Makefile.in (symm-nat.o): Update dependencies.
3072 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
3073 (lynx-nat.o, ia64-linux-nat.): Ditto.
3074 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
3075 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
3076 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
3077
3078 * Makefile.in (inflow_h): Define.
3079 (procfs.o, inflow.o, procfs.o): Update dependencies.
3080 * inftarg.c (child_stop): Delete extern declaration of
3081 inferior_process_group. Include "inflow.h".
3082 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
3083 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
3084 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
3085 (our_process_group, inferior_process_group): Extern declarations.
3086
3087 * procfs.c: Include "gdb_assert.h".
3088
3089 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
3090 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
3091 * jv-typeprint.c (java_type_print_base): Ditto.
3092 * typeprint.c (typedef_print): Eliminate STREQ.
3093 * cli/cli-script.c (define_command, define_command): Ditto.
3094 * main.c (captured_main): Ditto.
3095 * values.c (lookup_internalvar): Ditto.
3096 * utils.c (safe_strerror, parse_escape): Eliminate assignment
3097 within `if' conditional.
3098 * linespec.c (decode_line_2): Ditto.
3099 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
3100 (bfd_openw_with_cleanup): Ditto.
3101
3102 2003-02-07 Mark Kettenis <kettenis@gnu.org>
3103
3104 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
3105 legacy_extract_return_value and store_return_value to
3106 legacy_return_value.
3107
3108 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
3109
3110 * win32-nat.c (get_relocated_section_addrs): New function. Find
3111 section load addresses for symbol handling in relocated DLLs.
3112 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
3113
3114 2003-02-05 Fred Fish <fnf@intrinsity.com>
3115
3116 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
3117 '=' and '!='.
3118 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
3119 with '&' and '=='.
3120 (angel_RDI_info): Ditto.
3121 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
3122 with '&' and '!='.
3123 (threads_continue_all_with_signals): Ditto.
3124
3125 2003-02-05 Jim Ingham <jingham@apple.com>
3126 Keith Seitz <keiths@redhat.com>
3127 Elena Zannoni <ezannoni@redhat.com>
3128 Andrew Cagney <ac131313@redhat.com>
3129
3130 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
3131 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
3132 (SUBDIR_MI_OBS): Add "mi-interp.o".
3133 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
3134 (SFILES): Add "interps.c".
3135 (COMMON_OBS): Add "interps.o".
3136 (interps_h, mi_main_h): Define.
3137 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
3138 (mi-main.o, main.o, event-top.o): Update dependencies.
3139 * cli/cli-interp.c: New file.
3140 * interps.h, interps.c: New files.
3141 * top.c: (gdb_init): Don't install the default interpreter, handed
3142 by captured_main.
3143 * main.c: Include "interps.h".
3144 (interpreter_p): Note that it should malloc'ed.
3145 (captured_command_loop): Call current_interp_command_loop.
3146 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
3147 xfree and xstrdup when updating interpreter_p. Install the
3148 default interpreter. Add hack to stop mi1's copyright notice
3149 being encoded.
3150 * event-top.h (gdb_setup_readline): Declare.
3151 (gdb_disable_readline): Declare.
3152 * event-top.c: Include "interps.h".
3153 (display_gdb_prompt): Call current_interp_display_prompt_p.
3154 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
3155 gdb_stdlog, and gdb_stdtarg.
3156 (_initialize_event_loop): Don't call gdb_setup_readline.
3157 * cli-out.c (cli_out_set_stream): New function.
3158 * cli-out.h (cli_out_set_stream): Declare.
3159
3160 2003-02-06 Mark Kettenis <kettenis@gnu.org>
3161
3162 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
3163 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
3164 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
3165 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
3166 config/i386/i386v42mp.mt: Removed.
3167
3168 2003-02-05 Mark Kettenis <kettenis@gnu.org>
3169
3170 * configure.tgt (*-*-solaris*): Set gdb_osabi to
3171 GDB_OSABI_SOLARIS.
3172
3173 2003-02-05 Michael Chastain <mec@shout.net>
3174
3175 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
3176 2.12.1 and earlier versions.
3177
3178 2003-02-05 Andrew Cagney <ac131313@redhat.com>
3179
3180 Remove orphaned hosts, targets and files.
3181 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
3182 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
3183 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
3184 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
3185 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
3186 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
3187 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
3188 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
3189 * config/sparc/tm-sp64sim.h: Delete.
3190 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
3191 hosts.
3192 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
3193 mips*-dec-mach3* targets.
3194
3195 2003-02-04 Michael Chastain <mec@shout.net>
3196
3197 * NEWS: Fix typo: sepcifying -> specifying.
3198
3199 2003-02-04 Michael Chastain <mec@shout.net>
3200
3201 * dwarfread.c: Add documentation on the state of dwarf-1,
3202 looking towards obsoletion.
3203
3204 2003-02-03 Michael Chastain <mec@shout.net>
3205
3206 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
3207 gdb/testsuite/gdb.c++/pr-1023.exp.
3208
3209 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3210
3211 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
3212 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
3213
3214 * utils.c (init_page_info): Delete reference to MPW in comments.
3215 * main.c (captured_main): Delete #ifdef MPW.
3216
3217 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3218
3219 * NEWS: Note that the m32r-*-elf* is obsolete.
3220 * monitor.c (monitor_expect): Obsolete reference to m32r.
3221 * configure.tgt: Mark m32r-*-elf* as obsolete.
3222 * MAINTAINERS: Mark m32k as obsolete.
3223 * m32r-rom.c: Obsolete file.
3224 * config/m32r/m32r.mt: Obsolete file.
3225 * config/m32r/tm-m32r.h: Obsolete file.
3226 * m32r-stub.c: Obsolete file.
3227 * m32r-tdep.c: Obsolete file.
3228
3229 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3230
3231 * NEWS: Mention that the z8k-zilog-none is obsolete.
3232 * MAINTAINERS: Mark z8k as obsolete.
3233 * configure.tgt: Obsolete the z8k-*-coff* target.
3234 * config/z8k/z8k.mt: Obsolete file.
3235 * config/z8k/tm-z8k.h: Obsolete file.
3236 * z8k-tdep.c: Obsolete file.
3237
3238 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3239
3240 * NEWS: Mention that the mn10200-elf is obsolete.
3241 * configure.tgt: Obsolete mn10200-*-* target.
3242 * breakpoint.c (update_breakpoints_after_exec): Update comment to
3243 mention that the mn10200 is obsolete.
3244 * breakpoint.h: Ditto.
3245 * MAINTAINERS: Mark the mn10200-elf as obsolete.
3246 * config/mn10200/mn10200.mt: Obsolete file.
3247 * config/mn10200/tm-mn10200.h: Obsolete file.
3248 * mn10200-tdep.c: Obsolete file.
3249
3250 2003-02-04 Andrew Cagney <ac131313@redhat.com>
3251
3252 * MAINTAINERS: Mark h8500 as obsolete.
3253 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
3254 * findvar.c (value_from_register): Ditto.
3255 * h8500-tdep.c: Mark file as obsolete.
3256 * config/h8500/h8500.mt: Ditto.
3257 * config/h8500/tm-h8500.h: Ditto.
3258 * NEWS: Mention that h8500 is obsolete.
3259
3260 2003-02-04 David Carlton <carlton@math.stanford.edu>
3261
3262 * objfiles.c (allocate_objfile): Always set name. Add comment at
3263 start of function.
3264 * jv-lang.c (get_dynamics_objfile): Add comment.
3265
3266 2003-02-04 David Carlton <carlton@math.stanford.edu>
3267
3268 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
3269 * printcmd.c (build_address_symbolic): Replace uses of
3270 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
3271 SYMBOL_NAME, and asm_demangle.
3272 Update copyright.
3273
3274 2003-02-04 David Carlton <carlton@math.stanford.edu>
3275
3276 * linespec.c (decode_compound): Extract code into
3277 lookup_prefix_sym.
3278 (lookup_prefix_sym): New function.
3279
3280 2003-02-04 David Carlton <carlton@math.stanford.edu>
3281
3282 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
3283 FLOAT_COERCION_BADNESS.
3284 * gdbtypes.c (rank_one_type): Replace all uses of
3285 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
3286
3287 2003-02-04 Jim Blandy <jimb@redhat.com>
3288
3289 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
3290 section, let dwarf_macinfo_section point to it, not
3291 dwarf_loc_section.
3292
3293 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
3294
3295 Pointed out by Anton Blanchard <anton@samba.org>.
3296 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
3297 (ppc_linux_at_sigtramp_return_path): Use it.
3298
3299 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
3300
3301 * defs.h (streq): Add prototype.
3302 * utils.c (streq): New function.
3303
3304 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
3305 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
3306 * mdebugread.c (new_symbol): Likewise.
3307 * stabsread.c (define_symbol): Likewise.
3308 * coffread.c (process_coff_symbol): Likewise.
3309 * dwarfread.c (new_symbol): Likewise.
3310
3311 * minsyms.c (prim_record_minimal_symbol_and_info): Use
3312 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
3313 here.
3314 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
3315 SYMBOL_INIT_DEMANGLED_NAME.
3316 * objfiles.c: Include "hashtab.h".
3317 (allocate_objfile): Call htab_set_functions_ex for the
3318 demangled_names_hash.
3319 (free_objfile): Call htab_delete for the demangled_names_hash.
3320 * objfiles.h (struct htab): Add declaration.
3321 (struct objfile): Add demangled_names_hash.
3322 * symfile.c: Include "hashtab.h".
3323 (reread_symbols): Call htab_delete for the demangled_names_hash.
3324 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
3325 SYMBOL_NAME in the bcache.
3326 * symtab.c: Include "hashtab.h". Update comments.
3327 (create_demangled_names_hash, symbol_set_names): New functions.
3328 (symbol_find_demangled_name): New function, broken out from
3329 symbol_init_demangled_names.
3330 (symbol_init_demangled_names): Use it.
3331 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
3332 (SYMBOL_SET_NAMES): New macro.
3333 (symbol_set_names): Add prototype.
3334
3335 2003-02-03 Jim Blandy <jimb@redhat.com>
3336
3337 Use a single, consistent representation for an empty minimal
3338 symbol table in an objfile.
3339 * objfiles.c (terminate_minimal_symbol_table): New function.
3340 (allocate_objfile): Call it.
3341 * objfiles.h (terminate_minimal_symbol_table): New declaration.
3342 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
3343 non-NULL.
3344 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
3345 objfile has minimal symbols, compare minimal_symbol_count to zero,
3346 instead of comparing msymbols with NULL.
3347 * objfiles.c (have_minimal_symbols): Same.
3348 * solib-sunos.c (solib_add_common_symbols): Call
3349 terminate_minimal_symbol_table.
3350 * symfile.c (reread_symbols): Same.
3351
3352 2003-02-03 Kevin Buettner <kevinb@redhat.com>
3353
3354 * s390-tdep.c (s390_address_class_type_flags)
3355 (s390_address_class_type_flags_to_name)
3356 (s390_address_class_name_to_type_flags): New functions.
3357 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
3358 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
3359
3360 2003-02-03 Michael Snyder <msnyder@redhat.com>
3361
3362 * arm-tdep.c: Fix spell-o in comment.
3363
3364 2003-02-03 Michal Ludvig <mludvig@suse.cz>
3365
3366 * dwarf2cfi.c (pointer_encoding): Added new parameter.
3367 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
3368 error messages to contain BFD filename.
3369
3370 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
3371
3372 Fix PR gdb/742 gdb/743 gdb/877
3373 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
3374 (do_mixed_source_and_assembly): Use
3375 make_cleanup_ui_out_tuple_begin_end and
3376 make_cleanup_ui_out_tuple_begin_end.
3377 (do_mixed_source_and_assembly): Ditto.
3378 * thread.c (do_captured_list_thread_ids): Ditto.
3379 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
3380 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
3381 ui_out_tuple_end): Delete prototypes.
3382 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
3383 ui_out_list_end, ui_out_tuple_end): Delete.
3384
3385 From Kevin Buettner <kevinb@redhat.com>:
3386 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
3387 * ui-out.c (make_cleanup_ui_out_table_begin_end)
3388 (do_cleanup_table_end): New functions.
3389 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
3390 Use cleanups to invoke_ui_out_tuple_end().
3391 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3392 * cli/cli-setshow.c (cmd_show_list): Use
3393 make_cleanup_ui_out_tuple_begin_end.
3394
3395 2003-02-02 Andrew Cagney <ac131313@redhat.com>
3396
3397 * frame.c (frame_unwind_register): New function.
3398 (frame_unwind_unsigned_register): Use.
3399 (frame_unwind_signed_register): Use.
3400 (frame_read_register): New function.
3401 * frame.h (frame_unwind_register): Declare.
3402 (frame_read_register): Declare.
3403
3404 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
3405 and frame_unwind_register instead of read_memory, write_register
3406 and deprecated_write_register_bytes.
3407
3408 2003-02-02 Andrew Cagney <ac131313@redhat.com>
3409
3410 * frame.h: Note that namelen can be negative.
3411 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
3412 NAME's length.
3413
3414 * NEWS: Mention that the d10v's `regs' command is deprecated.
3415 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
3416 (d10v_print_registers_info): New function.
3417 (show_regs): Call d10v_print_registers_info.
3418 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
3419
3420 2003-02-02 Mark Kettenis <kettenis@gnu.org>
3421
3422 * stack.c (print_frame_info): Restore call to annotate_frame_begin
3423 lost in the previous patch.
3424
3425 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3426
3427 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
3428 * stack.c (print_frame_info_base): Output complete FRAME tuple
3429 for synthesized frames.
3430
3431 2003-02-02 Andrew Cagney <ac131313@redhat.com>
3432
3433 * mips-nat.c (zerobuf): Delete.
3434 (fetch_inferior_registers): Alloc local zerobuf.
3435 (fetch_core_registers): Alloc local zerobuf.
3436 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
3437 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
3438 * thread-db.c (thread_db_store_registers): Ditto.
3439 * sh-tdep.c (sh_do_register): Ditto.
3440 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3441 * remote-sim.c (gdbsim_store_register): Ditto.
3442 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3443 * remote-e7000.c (fetch_regs_from_dump): Ditto.
3444 * monitor.c (monitor_supply_register): Ditto.
3445 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
3446 * mips-nat.c (fetch_inferior_registers): Ditto.
3447 * m68klinux-nat.c (fetch_register): Ditto.
3448 * lynx-nat.c (fetch_inferior_registers): Ditto.
3449 (fetch_inferior_registers): Ditto.
3450 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
3451 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
3452 (hpux_thread_store_registers): Ditto.
3453 * hppah-nat.c (fetch_register): Ditto.
3454 * hppab-nat.c (fetch_register): Ditto.
3455 * hppa-tdep.c (pa_register_look_aside): Ditto.
3456 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
3457 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
3458
3459 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3460
3461 * gdbarch.sh: Explictly specify all method levels. When a
3462 variable with an empty level, provide a non-multi-arch default.
3463 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
3464 * gdbarch.h: Re-generate.
3465 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
3466 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
3467
3468 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3469
3470 * defs.h (host_pointer_to_address): Delete declaration.
3471 (address_to_host_pointer): Delete declaration.
3472 * utils.c (host_pointer_to_address): Delete function.
3473 (address_to_host_pointer): Delete function.
3474 * procfs.c (procfs_address_to_host_pointer): New function.
3475 * procfs.c (proc_set_watchpoint): Use.
3476 (procfs_can_use_hw_breakpoint): Update comments.
3477 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
3478 (som_solib_add): Use.
3479 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
3480 * hppa-tdep.c (unwind_command): Use.
3481
3482 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3483
3484 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
3485 strlen d_name.
3486
3487 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
3488 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
3489 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
3490 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
3491 (define_symbol): Update.
3492 * symfile.c (generic_load): Remove references to nindy.
3493 * symtab.c: Remove references to nindy.
3494
3495 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3496
3497 * infcmd.c (print_float_info): Delete code conditional on
3498 FLOAT_INFO.
3499 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
3500 * config/m68k/nm-apollo68b.h: Ditto.
3501 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
3502 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
3503 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
3504
3505 2003-02-01 Mark Kettenis <kettenis@gnu.org>
3506
3507 * config/i386/tm-i386os9k.h: Removed.
3508
3509 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
3510 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
3511 they're identical to i[3456]86-*-sysv* now.
3512 * config/i386/i386v32.mh: Removed.
3513 * config/i386/xm-i386v32.h: Removed.
3514 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
3515
3516 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
3517
3518 * config/i386/i386dgux.mh: Removed.
3519 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
3520
3521 * configure.in: Fix typo.
3522 * configure: Regenerated.
3523
3524 2003-01-31 David Carlton <carlton@math.stanford.edu>
3525
3526 * dwarf2read.c (dwarf2_locate_sections): Set
3527 dwarf_ranges_section.
3528
3529 2003-01-31 Andrew Cagney <ac131313@redhat.com>
3530
3531 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
3532 * utils.c: Update comments documenting legitimate uses of PTR.
3533
3534 * utils.c: Re-indent.
3535
3536 * config/djgpp/fnchange.lst: Delete nindy files.
3537 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
3538 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
3539 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
3540 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
3541 * nindy-share/README, nindy-share/Onindy.c: Delete files.
3542 * nindy-tdep.c, nindy-share/Makefile: Delete files.
3543 * Makefile.in (init.c): Remove nindy references.
3544 (saber_gdb): Delete rule.
3545 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
3546 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
3547 and a68v-nat.c.
3548 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
3549 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
3550 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
3551 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
3552 nindy-share/stop.h.
3553 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
3554 * saber.suppress: Delete file.
3555
3556 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
3557
3558 * dbxread.c (stabs_data): New static variable.
3559 (fill_symbuf): Support an in-memory buffer for stabs data.
3560 (stabs_seek): New function.
3561 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
3562 (read_ofile_symtab): Use stabs_seek.
3563 (elfstab_build_psymtabs): Take an asection* instead of
3564 an offset and size. Relocate the stabs data if necessary.
3565 Save the section* for dbx_psymtab_to_symtab.
3566 * dwarf2read.c: Add section variables for each debug section.
3567 (dwarf2_locate_sections): Fill them in.
3568 (dwarf2_read_section): Take an asection* argument.
3569 Relocate the section contents if necessary.
3570 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
3571 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
3572 it to dwarf2_read_section.
3573 (dwarf2_build_frame_info): Update callers.
3574 * elfread.c (elf_symfile_read): Update call to
3575 elfstab_build_psymtabs.
3576 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
3577 (DBX_STAB_SECTION): New macro.
3578 * stabsread.h (elfstab_build_psymtabs): Update prototype.
3579 * symfile.c (symfile_dummy_outputs): New function.
3580 (symfile_relocate_debug_section): New function.
3581 * symfile.h (symfile_relocate_debug_section): Add prototype.
3582
3583 2003-01-31 Richard Henderson <rth@redhat.com>
3584
3585 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
3586 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
3587 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
3588 * alpha-tdep.c (alpha_register_name): Add "unique".
3589 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
3590 (ALPHA_UNIQUE_REGNUM): New.
3591 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
3592
3593 2003-01-31 Andrew Cagney <ac131313@redhat.com>
3594
3595 * README: Remove reference to Ericsson 1800 monitor.
3596 * Makefile.in (remote-es.o): Delete rule.
3597 (ALLDEPFILES): Delete remote-es.c.
3598 * remote-es.c: Delete file.
3599 * config/m68k/es1800.mt: Delete file.
3600 * config/djgpp/fnchange.lst: Update.
3601 * configure.tgt: Delete m68*-ericsson-* target.
3602
3603 2003-01-31 Adam Fedor <fedor@gnu.org>
3604
3605 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
3606 Remove duplicate/shadowing variable of same name.
3607
3608 2003-01-30 Jim Blandy <jimb@redhat.com>
3609
3610 * symfile.c (find_separate_debug_file): Assert that the objfile's
3611 directory name we compute ends with a slash, and then assume that
3612 that's so everywhere we use it.
3613
3614 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
3615
3616 * valops.c (value_assign): Flush frame cache after stores to memory
3617 also.
3618
3619 2003-01-30 Andrew Cagney <ac131313@redhat.com>
3620
3621 * Makefile.in (mon960-rom.o): Delete rule.
3622 * mon960-rom.c: Delete file.
3623
3624 2003-01-30 Andrew Cagney <ac131313@redhat.com>
3625
3626 * d10v-tdep.c: Include "frame-unwind.h".
3627 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
3628 list.
3629 (next_addr, uses_frame): Delete.
3630 (struct d10v_unwind_cache): Define.
3631 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
3632 Use info instead of next_addr and uses_frame globals.
3633 (d10v_frame_init_saved_regs): Delete function.
3634 (d10v_init_extra_frame_info): Delete function.
3635 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
3636 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
3637 init_frame_pc or frame_saved_pc.
3638 (d10v_pop_frame): Delete function.
3639 (do_d10v_pop_frame): Delete function.
3640 (d10v_frame_chain): Delete function.
3641 (d10v_frame_chain_valid): Delete function.
3642 (d10v_frame_pc_unwind): New function.
3643 (d10v_frame_id_unwind): New function.
3644 (saved_regs_unwinder): New function.
3645 (d10v_frame_register_unwind): New function.
3646 (d10v_frame_pop): New function.
3647 (d10v_frame_unwind): New variable.
3648 (d10v_frame_p): New function.
3649 (d10v_frame_saved_pc): Delete function.
3650 * Makefile.in (d10v-tdep.o): Update dependencies.
3651
3652 2003-01-30 J. Brobecker <brobecker@gnat.com>
3653
3654 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
3655 causing some regressions due to a change in the default value
3656 for this macro.
3657
3658 2003-01-29 Richard Henderson <rth@redhat.com>
3659 Elena Zannoni <ezannoni@redhat.com>
3660 Daniel Jacobowitz <drow@mvista.com>
3661
3662 Fix PR gdb/961.
3663 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
3664 variables.
3665 (RANGES_SECTION): New.
3666 (dwarf_ranges_buffer): New variable.
3667 (struct comp_unit_head): Add member "die".
3668 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
3669 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
3670 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
3671 (dwarf2_locate_sections): Likewise.
3672 (dwarf2_build_psymtabs): Read .debug_ranges.
3673 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
3674 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
3675 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
3676 Look for DW_AT_ranges and return the bounding box.
3677
3678 2003-01-29 Brian Ford <ford@vss.fsi.com>
3679
3680 * win32-nat.c (cygwin_pid): Removed as unused.
3681 (child_attach): Try fall back to Cygwin pid.
3682
3683 2003-01-29 Jim Blandy <jimb@redhat.com>
3684
3685 * objfiles.h (struct objfile): Doc fix.
3686
3687 2003-01-29 Andrew Cagney <ac131313@redhat.com>
3688
3689 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
3690 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
3691 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
3692 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
3693 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
3694 (FRAME_SAVED_PC): Change to a function with predicate.
3695 * gdbarch.h, gdbarch.c: Re-generate.
3696
3697 2003-01-28 Andrew Cagney <ac131313@redhat.com>
3698
3699 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
3700
3701 * complaints.c (complain): Delete function.
3702 * complaints.h (struct deprecated_complaint): Delete definition.
3703 (complain): Delete declaration.
3704
3705 2003-01-28 Kevin Buettner <kevinb@redhat.com>
3706
3707 * mips-tdep.c (mips_init_extra_frame_info): Return early for
3708 dummy frames.
3709
3710 2003-01-27 Andrew Cagney <ac131313@redhat.com>
3711
3712 * sentinel-frame.h, sentinel-frame.c: New files.
3713 * Makefile.in (frame.o): Update dependencies.
3714 (SFILES): Add sentinel-frame.c.
3715 (sentinel_frame_h): Define.
3716 (COMMON_OBS): Add sentinel-frame.o.
3717 (sentinel-frame.o): Specify dependencies.
3718 * frame.c: Include "sentinel-frame.h".
3719 (frame_register_unwind): Rewrite assuming that there is always a a
3720 ->next frame.
3721 (frame_register, generic_unwind_get_saved_register): Ditto.
3722 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
3723 (create_sentinel_frame, unwind_to_current_frame): New functions.
3724 (get_current_frame): Rewrite using create_sentinel_frame and
3725 unwind_to_current_frame. When possible, always create a frame.
3726 (create_new_frame): Set next to the sentinel frame.
3727 (get_next_frame): Rewrite. Don't go below the level 0 frame.
3728 (deprecated_update_frame_pc_hack): Update the next frame's PC and
3729 ID cache when necessary.
3730 (frame_saved_regs_id_unwind): Use frame_relative_level.
3731 (deprecated_generic_get_saved_register): Use frame_relative_level,
3732 get_frame_saved_regs, get_frame_pc, get_frame_base and
3733 get_next_frame.
3734 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
3735 frame_register.
3736
3737 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
3738
3739 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
3740
3741 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
3742
3743 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
3744 (maintenance_set_profile_cmd): Use error () instead of warning ().
3745
3746 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
3747
3748 * configure.in: Check that -pg works if using --enable-profiling.
3749 Check for monstartup and _mcleanup regardless of --enable-profiling.
3750 * maint.c: Check for monstartup and _mcleanup before using them.
3751 * config.in: Regenerated.
3752 * configure: Regenerated.
3753
3754 2003-01-24 Nick Clifton <nickc@redhat.com>
3755
3756 * Add sh2e support:
3757
3758 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
3759
3760 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
3761 (sh2e_show_regs): New.
3762 (sh_gdbarch_init): Handle bfd_mach_sh2e.
3763 * config/sh/tm-sh.h: Added sh2e to comments.
3764
3765 2003-01-23 Jim Blandy <jimb@redhat.com>
3766
3767 * symfile.c (syms_from_objfile): Don't print the "(no debugging
3768 symbols found)" message here; we haven't checked for a separate
3769 debug info file yet, so we don't know yet.
3770 (symbol_file_add_with_addrs_or_offsets): Print it here, after
3771 we've looked everywhere. Also, there's no need to print a special
3772 message when we're loading the separate debug info file: the one
3773 symbol_file_add prints is fine.
3774
3775 2003-01-23 Alexander Larsson <alexl@redhat.com>
3776 Jim Blandy <jimb@redhat.com>
3777
3778 Add support for executables whose debug info has been separated
3779 out into a separate file, leaving only a link behind.
3780 * objfiles.h (struct objfile): New fields: separate_debug_objfile
3781 and separate_debug_objfile_backlink.
3782 (put_objfile_before): New declaration.
3783 * symfile.c: #include "filenames.h".
3784 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
3785 debug info in a separate file, read that, too. Save the addrs
3786 argument, so we can use it again to read the separated debug info;
3787 syms_from_objfile modifies the table we pass it.
3788 (reread_symbols): After re-reading an objfile, call
3789 reread_separate_symbols to refresh its separate debug info
3790 objfile, if it has one.
3791 (reread_separate_symbols, find_separate_debug_file,
3792 get_debug_link_info, separate_debug_file_exists): New functions.
3793 (debug_file_directory): New global var.
3794 (_initialize_symfile): Initialize debug_file_directory, and
3795 provide the new `set debug-file-directory' command to let the user
3796 change it.
3797 * objfiles.c (free_objfile): If this objfile has its debug info in
3798 a separate objfile, free that one too. If this is itself a
3799 separate debug info objfile, clear our parent's backlink.
3800 (put_objfile_before): New function.
3801 * utils.c (gnu_debuglink_crc32): New function.
3802 * defs.h (gnu_debuglink_crc32): New declaration.
3803 * Makefile.in (symfile.o): Note dependency on "filenames.h".
3804 * configure.in: Handle --with-separate-debug-dir config option.
3805 * acinclude.m4 (AC_DEFINE_DIR): New macro.
3806 * acconfig.h (DEBUGDIR): New macro.
3807 * configure, aclocal.m4, config.in: Regenerated.
3808
3809 2003-01-22 Jim Blandy <jimb@redhat.com>
3810
3811 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
3812 like the old symbol_file_add, but taking new arguments: you can
3813 now pass in either a `struct section_addr_info' list to say where
3814 each section is loaded, or a `struct section_offsets' table. Pass
3815 these new arguments through to syms_from_objfile as appropriate.
3816 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
3817 with the appropriate quiescent values for the new arguments.
3818
3819 * symfile.c: #include "gdb_assert.h".
3820 (syms_from_objfile): Add the ability to pass in a section offset
3821 table directly, as an alternative to the section_addr_info table.
3822 Document arguments better.
3823 (symbol_file_add): Pass extra arguments to syms_from_objfile.
3824 * symfile.h (syms_from_objfile): Update declaration.
3825 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
3826 syms_from_objfile.
3827 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
3828
3829 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
3830
3831 Original patch by Tom Tromey <tromey@cygnus.com> and
3832 Jason Molenda <jmolenda@apple.com>.
3833 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
3834 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
3835 * NEWS: Mention profiling.
3836 * configure.in (--enable-gdbtk): Fix typo.
3837 (--enable-profiling): New. Set PROFILE_CFLAGS.
3838 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
3839 Fill in function.
3840 (profiling_state): New variable.
3841 (mcleanup_wrapper): New function.
3842 (_initialize_maint): Remove NOTYET, fix call to
3843 add_setshow_boolean_cmd for "maint set profile".
3844 * configure: Regenerated.
3845
3846 2003-01-21 Martin M. Hunt <hunt@redhat.com>
3847
3848 * Makefile.in (install-gdbtk): Install PNG images too.
3849
3850 2003-01-21 Andrew Cagney <ac131313@redhat.com>
3851
3852 * exec.c (text_start): Delete global variable.
3853 (exec_file_attach): Make text_start local to the function.
3854 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
3855 * valops.c (hand_function_call): Delete code that handles
3856 BEFORE_TEXT_END and AFTER_TEXT_END.
3857 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
3858 of CALL_DUMMY_LOCATION.
3859 * gdbarch.c: Regenerate.
3860 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
3861 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
3862 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
3863 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
3864 (text_end): Delete extern declaration.
3865
3866 2003-01-21 Andrew Cagney <ac131313@redhat.com>
3867
3868 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
3869 * blockframe.c (backtrace_below_main): Move to "frame.c".
3870 (frame_chain_valid): Delete check for backtrace_below_main.
3871 (_initialize_blockframe): Delete initialization, move ``set
3872 backtrace-below-main'' command to "frame.c".
3873 (do_flush_frames_sfunc): Delete function.
3874 * frame.c: Include "command.h" and "gdbcmd.h".
3875 (frame_type_from_pc): New function.
3876 (create_new_frame): Use frame_type_from_pc.
3877 (legacy_get_prev_frame): New function.
3878 (get_prev_frame): Rewrite. When an old style frame, call
3879 legacy_get_prev_frame. Otherwize, unwind the PC first.
3880 (_initialize_frame): Add ``set backtrace-below-main'' command.
3881 * Makefile.in (frame.o): Update dependencies.
3882
3883 2003-01-19 Andrew Cagney <ac131313@redhat.com>
3884
3885 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
3886 DEPRECATED_REGISTERS_INFO.
3887
3888 2003-01-19 Andrew Cagney <ac131313@redhat.com>
3889
3890 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
3891 Maintainers'. Update `Various Maintainers'.
3892
3893 2003-01-19 Andrew Cagney <ac131313@redhat.com>
3894
3895 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
3896 * gdbarch.sh (POP_FRAME): Change to function with predicate.
3897 Suppress actual parameters when `-'.
3898 * gdbarch.h, gdbarch.c: Regenerate.
3899
3900 2003-01-19 Andrew Cagney <ac131313@redhat.com>
3901
3902 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
3903 code handling dummy frames.
3904
3905 2003-01-19 Andrew Cagney <ac131313@redhat.com>
3906
3907 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
3908 (struct frame_unwind): Add field pop.
3909 * frame.h (frame_pop): Declare.
3910 * frame.c (frame_saved_regs_pop): New function.
3911 (trad_frame_unwinder): Add frame_saved_regs_pop.
3912 (frame_pop): New function.
3913 * dummy-frame.c (dummy_frame_pop): New function.
3914 (discard_innermost_dummy): New function.
3915 (generic_pop_dummy_frame): Use discard_innermost_dummy.
3916 (dummy_frame_unwind): Add dummy_frame_pop.
3917 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
3918 * valops.c (hand_function_call): Ditto.
3919 * stack.c (return_command): Ditto.
3920
3921 2003-01-18 Andrew Cagney <ac131313@redhat.com>
3922
3923 * cris-tdep.c: Fix function declaration indentation.
3924 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
3925 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
3926 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
3927 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
3928 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
3929 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
3930
3931 2003-01-18 Michael Chastain <mec@shout.net>
3932
3933 * README (Unpacking and Installation -- quick overview):
3934 Warn against ".../gdb-5.3/gdb/configure".
3935
3936 2003-01-18 Andrew Cagney <ac131313@redhat.com>
3937
3938 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
3939 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
3940 (struct frame_unwind): Declare opaque.
3941 (dummy_frame_p): Declare function.
3942 * dummy-frame.c (dummy_frame_id_unwind): Make static.
3943 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
3944 * dummy-frame.c: Include "frame-unwind.h".
3945 (dummy_frame_p): New function.
3946 (dummy_frame_unwind): New variable.
3947 * frame.c: Include "frame-unwind.h".
3948 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
3949 to use the new unwind field.
3950 (set_unwind_by_pc): Delete function.
3951 (create_new_frame, get_prev_frame): Set unwind field using
3952 frame_unwind_find_by_pc.
3953 (trad_frame_unwind, trad_frame_unwinder): New variables.
3954 * frame.h (trad_frame_unwind): Declare variable.
3955 (frame_id_unwind_ftype): Delete declaration.
3956 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
3957 (struct frame_unwind): Declare opaque.
3958 (struct frame_info): Replace the fields id_unwind, pc_unwind and
3959 register_unwind with a single unwind pointer.
3960 * frame-unwind.h, frame-unwind.c: New files.
3961 * Makefile.in (SFILES): Add frame-unwind.c.
3962 (frame_unwind_h): Define.
3963 (COMMON_OBS): Add frame-unwind.o.
3964 (frame-unwind.o): Specify dependencies.
3965 (frame.o, dummy-frame.o): Update dependencies.
3966
3967 2003-01-18 Andrew Cagney <ac131313@redhat.com>
3968
3969 * ada-valprint.c: Eliminate PTR.
3970 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
3971 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
3972 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
3973 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
3974 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
3975 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
3976 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
3977
3978 2003-01-17 Andrew Cagney <ac131313@redhat.com>
3979
3980 * main.c (captured_main): Don't use PTR.
3981 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
3982 * gdbtypes.c (lookup_primitive_typename): Ditto.
3983 (lookup_struct_elt_type): Ditto.
3984 * f-valprint.c (info_common_command): Ditto.
3985 (list_all_visible_commons): Ditto.
3986 * jv-typeprint.c (java_type_print_base): Ditto.
3987
3988 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
3989 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
3990 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
3991 i386-interix-nat.c and i386-interix-tdep.c. Rename
3992 m68klinux-nat.c and m68klinux-tdep.c. Rename
3993 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
3994 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
3995 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
3996 * main.c (captured_main): Use xfree, not free.
3997
3998 2003-01-16 Andrew Cagney <ac131313@redhat.com>
3999
4000 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
4001 ID back using a parameter.
4002 * frame.c (frame_id_unwind): Update call.
4003 (frame_saved_regs_id_unwind): Update.
4004 * dummy-frame.c (dummy_frame_id_unwind): Update function.
4005 * dummy-frame.h (struct frame_id): Add opaque declaration.
4006 (dummy_frame_id_unwind): Update declaration.
4007
4008 2003-01-15 Andrew Cagney <ac131313@redhat.com>
4009
4010 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
4011
4012 2003-01-15 Stephen P. Smith <ischis2@cox.net>
4013
4014 * MAINTAINERS (Stephen P. Smith): Updated email address.
4015
4016 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
4017
4018 Fix PR gdb/898
4019 * breakpoint.c (until_break_command): Add new argument. Use it to
4020 decide whether to stop only at the current frame or not.
4021 * breakpoint.h (until_break_command): Update prototype.
4022 * infcmd.c (until_command): Add new argument to until_break_command
4023 call.
4024 (advance_command): New function.
4025 (_initialize_infcmd): Update help string for 'until' command.
4026 Add new 'advance' command.
4027
4028 2003-01-14 David Carlton <carlton@math.stanford.edu>
4029
4030 * linespec.c (decode_line_1): Normalize comments.
4031 (set_flags): Ditto.
4032 (locate_first_half): Ditto.
4033 (decode_compound): Ditto.
4034 (symtab_from_filename): Ditto.
4035 (decode_all_digits): Ditto.
4036 (decode_dollar): Ditto.
4037 (find_methods): Ditto.
4038 (find_toplevel_char): Ditto.
4039
4040 2003-01-13 Andrew Cagney <ac131313@redhat.com>
4041
4042 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
4043 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
4044 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
4045 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
4046 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
4047 * language.c, language.h, m32r-tdep.c: Update copyright.
4048 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
4049 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
4050 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
4051 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
4052 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
4053 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
4054
4055 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
4056
4057 * stabsread.h (process_later, resolve_cfront_continuation):
4058 Obsolete.
4059 Update copyright years.
4060 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
4061 Update copyright year.
4062 * dbxread.c(struct cont_elem): Obsolete.
4063 (process_later, process_now): Obsolete functions.
4064 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
4065 Update copyright year.
4066 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
4067 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
4068 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
4069 (parse_partial_symbols): Obsolete cfront support.
4070 * stabsread.c
4071 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
4072 macros.
4073 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
4074 read_cfront_baseclasses, read_cfront_member_functions,
4075 resolve_cfront_continuation,read_cfront_static_fields,
4076 copy_cfront_struct_fields): Obsolete functions.
4077 (define_symbol, read_one_struct_field): Obsolete cfront support.
4078 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
4079 Update Copyright year.
4080
4081 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
4082
4083 * stack.c (print_frame_info, print_stack_frame_base_stub,
4084 print_stack_frame_base, show_and_print_stack_frame_stub,
4085 show_and_print_stack_frame, print_only_stack_frame_stub,
4086 print_only_stack_frame): Delete functions.
4087 (print_stack_frame_stub): Call print_frame_info instead of
4088 print_frame_info_base.
4089 (print_frame_info_base): Rename to print_frame_info.
4090 (backtrace_command_1): Call print_frame_info, instead of
4091 print_frame_info_base.
4092 (current_frame_command): Call print_stack_frame, instead of
4093 print_only_stack_frame.
4094 (frame_command): Call print_stack_frame, instead of
4095 show_and_print_stack_frame.
4096 (up_command): Ditto.
4097 (down_command): Ditto.
4098 * frame.h (print_only_stack_frame): Delete prototype.
4099 * infrun.c (normal_stop): Call print_stack_frame, instead of
4100 show_and_print_stack_frame.
4101 * thread.c (info_threads_command): Call print_stack_frame, instead
4102 of print_only_stack_frame.
4103
4104 2003-01-13 Andrew Cagney <ac131313@redhat.com>
4105
4106 * README (Graphical interface to GDB): Update URL. Point at
4107 gdb/links/.
4108
4109 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
4110 version match.
4111
4112 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4113
4114 * symtab.c (find_pc_sect_line): Don't consider end-of-function
4115 lines.
4116
4117 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4118
4119 * thread-db.c (attach_thread): Prototype.
4120 (struct private_thread_info): Remove lwpid. Add thread handle (th),
4121 thread information (ti), and valid flags (th_valid, ti_valid).
4122 (attach_thread): Move target_pid_to_str call to after the thread
4123 is added to GDB's list. Initialize the cache.
4124 (thread_get_info_callback, thread_db_map_id2thr)
4125 (thread_db_get_info): New functions.
4126 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
4127 (thread_db_store_registers, thread_db_thread_alive)
4128 (thread_db_get_thread_local_address): Use them.
4129 (thread_db_pid_to_str): Likewise. Return "Missing" instead
4130 of calling error() for threads in unknown state.
4131
4132 (clear_lwpid_callback): New function.
4133 (thread_db_resume): Use it to clear the cache.
4134
4135 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4136
4137 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
4138 (resume_callback): Remove dead code.
4139
4140 2003-01-13 Andrew Cagney <ac131313@redhat.com>
4141
4142 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
4143 predicate.
4144 * gdbarch.h, gdbarch.c: Regenerate.
4145 * stack.c (frame_info): Only initialize the saved registers when
4146 FRAME_INIT_SAVED_REGS_P.
4147 * frame.c (frame_saved_regs_register_unwind): Assert
4148 FRAME_INIT_SAVED_REGS_P.
4149 (deprecated_generic_get_saved_register): Ditto.
4150
4151 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4152
4153 * source.c (openp): Squelch warning about "filename".
4154
4155 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4156
4157 * source.c (openp): If the file does not exist don't necessarily
4158 search the path.
4159
4160 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4161
4162 Fix PR gdb/872.
4163 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
4164 (integer_types_same_name_p): New function.
4165 (rank_one_type): Use it.
4166 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
4167
4168 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
4169
4170 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
4171 variables.
4172 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
4173 * configure.in: Add --with-sysroot.
4174 * configure: Regenerated.
4175 * main.c (gdb_sysroot): New variable.
4176 (captured_main): Initialize gdb_sysroot.
4177 * defs.h (gdb_sysroot): New extern declaration.
4178 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
4179
4180 2003-01-12 Michael Chastain <mec@shout.net>
4181
4182 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
4183
4184 2003-01-12 Michael Chastain <mec@shout.net>
4185
4186 * top.c (print_gdb_version): Bump copyright year to 2003.
4187
4188 2003-01-12 David Carlton <carlton@bactrian.org>
4189
4190 * linespec.c (symtab_from_filename): Rename variable 's' to
4191 'file_symtab'.
4192
4193 2003-01-12 Andrew Cagney <ac131313@redhat.com>
4194
4195 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
4196 dummy frame.
4197 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
4198
4199 2003-01-12 Andrew Cagney <ac131313@redhat.com>
4200
4201 * d10v-tdep.c: Include "gdb_assert.h".
4202 (d10v_store_return_value): Rewrite to match current interface.
4203 (d10v_extract_struct_value_address): Ditto.
4204 (d10v_extract_return_value): Ditto.
4205 (d10v_gdbarch_init): Set store_restore_value,
4206 extract_struct_value_address and extract_return_value.
4207
4208 2003-01-12 J. Brobecker <brobecker@gnat.com>
4209
4210 * hpread.c (set_namestring): New procedure replacing the
4211 SET_NAMESTRING macro.
4212 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
4213 by calls to set_namestring.
4214
4215 2003-01-11 J. Brobecker <brobecker@gnat.com>
4216
4217 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
4218 a compilation warning.
4219 (hpread_process_one_debug_symbol): Likewise.
4220
4221 2003-01-10 David Carlton <carlton@math.stanford.edu>
4222
4223 * linespec.c (decode_line_1): Rename variable 's' to
4224 'file_symtab'.
4225 (decode_all_digits): Rename argument 's' to 'file_symtab'.
4226 (decode_dollar): Ditto.
4227 (decode_variable): Ditto.
4228 (symbol_found): Ditto.
4229
4230 2003-01-09 Michael Chastain <mec@shout.net>
4231
4232 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
4233
4234 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
4235
4236 * win32-nat.c (set_process_privilege): New function.
4237 (child_attach): Call set_process_privilege() to enable the
4238 SE_DEBUG_NAME user privilege if available in process token.
4239
4240 2003-01-10 J. Brobecker <brobecker@gnat.com>
4241
4242 * hpread.c (hpread_process_one_debug_symbol): Fix a small
4243 compilation error in the previous revision.
4244
4245 2003-01-09 David Carlton <carlton@math.stanford.edu>
4246
4247 * linespec.c: Update copyright.
4248
4249 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
4250
4251 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
4252 than inferior_ptid.
4253 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
4254
4255 2003-01-09 Andrew Cagney <ac131313@redhat.com>
4256
4257 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
4258 Update comments.
4259 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
4260 (frame_saved_regs_zalloc): Update.
4261 (frame_saved_regs_register_unwind): Update.
4262 (create_new_frame): Update.
4263 (get_prev_frame): Update.
4264 (frame_extra_info_zalloc): Update.
4265 (deprecated_get_frame_saved_regs): Update.
4266 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
4267 * cris-tdep.c: Update comment.
4268
4269 * somsolib.h: Fix function indentation.
4270 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
4271 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
4272 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
4273 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
4274 * somsolib.c, inftarg.c: Remove assignment in if conditional.
4275
4276 * infrun.c (follow_fork): Use ISO C definition.
4277 * expprint.c (print_subexp): Use xfree instead of free.
4278 * charset.c: Include "gdb_string.h" instead of <string.h>.
4279 (register_iconv_charsets): Use ISO C definition.
4280 (host_charset, target_charset): Ditto.
4281 * Makefile.in (charset.o): Update dependencies.
4282 (mi-cmd-env.o): Update dependencies.
4283
4284 2003-01-08 Andrew Cagney <cagney@redhat.com>
4285
4286 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
4287 get_frame_base.
4288
4289 2003-01-08 Andrew Cagney <ac131313@redhat.com>
4290
4291 * gdb_mbuild.sh: Add --keep option. When specified, keep the
4292 build directories. Save edited gdb output in Mbuild.log. If a
4293 build fails, remove any final GDB executable.
4294
4295 2003-01-08 Andrew Cagney <ac131313@redhat.com>
4296
4297 * gdb_mbuild.sh: Edit the output of `maint print architecture'
4298 replacing hex constants with function names and stripping leading
4299 file name directory prefixes.
4300
4301 2003-01-08 Andrew Cagney <cagney@redhat.com>
4302
4303 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
4304 get_frame_base.
4305
4306 2003-01-08 David Carlton <carlton@math.stanford.edu>
4307
4308 * linespec.c (decode_line_1): Move code into decode_variable.
4309 (decode_variable): New function.
4310
4311 2003-01-08 Andrew Cagney <ac131313@redhat.com>
4312
4313 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
4314
4315 2003-01-08 Andrew Cagney <cagney@redhat.com>
4316
4317 * cris-tdep.c (cris_frame_init_saved_regs): Use
4318 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
4319 saved_regs buffer.
4320 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
4321 (sh64_nofp_frame_init_saved_regs): Ditto.
4322 (sh_fp_frame_init_saved_regs): Ditto.
4323 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
4324 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
4325 * mcore-tdep.c (analyze_dummy_frame): Ditto.
4326 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4327
4328 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
4329
4330 * minsyms.c (lookup_minimal_symbol): Update comment.
4331 (lookup_minimal_symbol_text): Update comment. Use the hash table.
4332 (lookup_minimal_symbol_solib_trampoline): Likewise.
4333
4334 2003-01-08 Andrew Cagney <cagney@redhat.com>
4335
4336 * d10v-tdep.c (d10v_init_extra_frame_info): Use
4337 frame_relative_level.
4338
4339 * alpha-tdep.c: Use get_frame_extra_info.
4340 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4341 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
4342 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
4343 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
4344
4345 * alpha-tdep.c: Use get_next_frame.
4346 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4347 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
4348 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
4349 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
4350 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
4351 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
4352 * xstormy16-tdep.c: Ditto.
4353
4354 2003-01-07 Andrew Cagney <cagney@redhat.com>
4355
4356 * alpha-tdep.c: Use get_frame_base.
4357 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4358 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
4359 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
4360 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
4361 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
4362 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
4363 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
4364 * config/sparc/tm-sparc.h: Ditto.
4365
4366 2003-01-07 Andrew Cagney <cagney@redhat.com>
4367
4368 * frame.c (deprecated_get_frame_context): New function.
4369 (deprecated_set_frame_context): New function.
4370 * frame.h (deprecated_get_frame_context): Declare.
4371 (deprecated_set_frame_context): Declare.
4372 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
4373 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
4374
4375 2003-01-07 Andrew Cagney <cagney@redhat.com>
4376
4377 * frame.c (deprecated_set_frame_next_hack): New function.
4378 (deprecated_set_frame_prev_hack): New function.
4379 * frame.h (deprecated_set_frame_next_hack): Declare.
4380 (deprecated_set_frame_prev_hack): Declare.
4381 * mcore-tdep.c (analyze_dummy_frame): Use
4382 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
4383 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4384
4385 2003-01-07 David Carlton <carlton@math.stanford.edu>
4386
4387 * linespec.c (decode_line_1): Move code into decode_dollar.
4388 (decode_dollar): New function.
4389
4390 2003-01-07 Andrew Cagney <cagney@redhat.com>
4391
4392 * arm-tdep.c (arm_init_extra_frame_info): Use
4393 deprecated_update_frame_base_hack.
4394 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
4395 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
4396 (fix_frame_pointer): Ditto.
4397 (mn10300_analyze_prologue): Ditto.
4398
4399 2003-01-07 Andrew Cagney <cagney@redhat.com>
4400
4401 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
4402 extra_info using frame_extra_info_zalloc.
4403 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
4404 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
4405 (sh64_init_extra_frame_info): Ditto.
4406 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
4407 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
4408 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
4409 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
4410 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
4411 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
4412 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
4413 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
4414 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
4415 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
4416 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
4417 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
4418
4419 * mn10300-tdep.c (analyze_dummy_frame): Use
4420 deprecated_set_frame_extra_info_hack.
4421 * mcore-tdep.c (analyze_dummy_frame): Ditto.
4422
4423 2003-01-07 J. Brobecker <brobecker@gnat.com>
4424
4425 * mdebugread.c (parse_symbol): Skip stProc entries which storage
4426 class is not scText. These do not define "real" procedures.
4427 (parse_partial_symbols): Likewise.
4428
4429 2003-01-06 Michael Snyder <msnyder@redhat.com>
4430
4431 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
4432
4433 2003-01-06 Andrew Cagney <ac131313@redhat.com>
4434
4435 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
4436 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
4437 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
4438 deprecated_frame_xmalloc_with_cleanup.
4439 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
4440 deprecated_frame_xmalloc.
4441 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
4442 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
4443
4444 2003-01-06 Andrew Cagney <cagney@redhat.com>
4445
4446 * x86-64-linux-tdep.c: Include "osabi.h".
4447 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
4448
4449 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
4450
4451 2003-01-06 Andrew Cagney <cagney@redhat.com>
4452
4453 * MAINTAINERS (Target Instruction Set Architectures): Update
4454 arm-elf. Can be built with -Werror, has been multiarched.
4455
4456 * value.h (unpack_long): Make buffer parameter constant.
4457 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
4458 * scm-lang.h (scm_parse): Ditto.
4459 * defs.h (extract_typed_address, extract_address): Ditto.
4460 (extract_long_unsigned_integer): Ditto.
4461 * inferior.h (unsigned_pointer_to_address): Ditto.
4462 (signed_pointer_to_address): Ditto.
4463 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
4464 * gdbarch.h, gdbarch.c: Regenerate.
4465 * findvar.c (extract_long_unsigned_integer): Update.
4466 (extract_address): Update.
4467 (extract_typed_address): Update.
4468 (unsigned_pointer_to_address): Update.
4469 * values.c (unpack_long): Update.
4470 (unpack_double): Update.
4471 (unpack_pointer): Update.
4472 (unpack_field_as_long): Update.
4473 * d10v-tdep.c (d10v_pointer_to_address): Update.
4474 * avr-tdep.c (avr_pointer_to_address): Update.
4475 * scm-lang.c (scm_unpack): Update.
4476 * findvar.c (signed_pointer_to_address): Update.
4477
4478 2003-01-06 Michal Ludvig <mludvig@suse.cz>
4479
4480 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
4481 since it is in i386-tdep.c.
4482
4483 2003-01-06 J. Brobecker <brobecker@gnat.com>
4484
4485 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
4486 failure introduced in the previous change.
4487
4488 2003-01-05 Michael Chastain <mec@shout.net>
4489
4490 * README: Remove references to deleted remote-*.c files:
4491 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
4492 remote-nrom.c, remote-os9k.c, remote-udi.c.
4493
4494 2003-01-05 Mark Kettenis <kettenis@gnu.org>
4495
4496 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
4497 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
4498 i386_get_longjmp_target.
4499
4500 2003-01-05 Andrew Cagney <ac131313@redhat.com>
4501
4502 * arm-tdep.c (prologue_cache): Change to a pointer.
4503 (_initialize_arm_tdep): Allocate prologue_cache.
4504 (check_prologue_cache): Update.
4505 (save_prologue_cache): Update.
4506 (arm_gdbarch_init): Update.
4507
4508 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4509
4510 * stabsread.c (update_method_name_from_physname): Call complaint()
4511 instead of error.
4512
4513 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4514
4515 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
4516 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
4517 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
4518
4519 * blockframe.c: Include "gdbcmd.h" and "command.h".
4520 (backtrace_below_main): New variable.
4521 (file_frame_chain_valid, func_frame_chain_valid)
4522 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
4523 (generic_func_frame_chain_valid): Remove functions.
4524 (frame_chain_valid, do_flush_frames_sfunc): New functions.
4525 (_initialize_blockframe): New function.
4526 * Makefile.in (blockframe.o): Update dependencies.
4527 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
4528 comment. Call frame_chain_valid ().
4529 * frame.h: Remove old prototypes. Add prototype for
4530 frame_chain_valid and update comments to match.
4531 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
4532 Remove old comment.
4533 * gdbarch.h: Regenerated.
4534 * gdbarch.c: Regenerated.
4535
4536 * alpha-tdep.c (alpha_gdbarch_init): Don't call
4537 set_gdbarch_frame_chain_valid.
4538 * avr-tdep.c (avr_gdbarch_init): Likewise.
4539 * cris-tdep.c (cris_gdbarch_init): Likewise.
4540 * frv-tdep.c (frv_gdbarch_init): Likewise.
4541 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4542 * i386-tdep.c (i386_svr4_init_abi): Likewise.
4543 (i386_nw_init_abi): Likewise.
4544 (i386_gdbarch_init): Likewise.
4545 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4546 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4547 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4548 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
4549 * mips-tdep.c (mips_gdbarch_init): Likewise.
4550 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4551 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
4552 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
4553 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4554 * s390-tdep.c (s390_gdbarch_init): Likewise.
4555 * sh-tdep.c (sh_gdbarch_init): Likewise.
4556 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
4557 * v850-tdep.c (v850_gdbarch_init): Likewise.
4558 * vax-tdep.c (vax_gdbarch_init): Likewise.
4559 * x86-64-tdep.c (x86_64_init_abi): Likewise.
4560
4561 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
4562 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
4563 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
4564 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
4565 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
4566 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
4567 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
4568 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
4569
4570 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4571
4572 * Makefile.in (acconfig_h): Remove incorrect macro.
4573 (config_h): Define.
4574 (osabi.o): Update dependencies.
4575 * configure.tgt: Set gdb_osabi based on target triplet.
4576 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
4577 * configure: Regenerated.
4578 * config.in: Regenerated.
4579 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
4580 (GDB_OSABI_DEFAULT): Define if not already defined.
4581 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
4582 (set_osabi_string): New variables.
4583 (gdbarch_register_osabi): Add new OS ABI to
4584 gdb_osabi_available_names.
4585 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
4586 (set_osabi, show_osabi): New functions.
4587 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
4588
4589 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4590
4591 * arch-utils.c (gdbarch_info_init): Set osabi to
4592 GDB_OSABI_UNINITIALIZED.
4593 * gdbarch.sh: Add osabi to struct gdbarch and to struct
4594 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
4595 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
4596 * gdbarch.c: Regenerated.
4597 * gdbarch.h: Regenerated.
4598 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
4599 there's no BFD.
4600 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
4601 * osabi.h (enum gdb_osabi): Move to defs.h.
4602 (gdbarch_init_osabi): Update prototype.
4603 * defs.h (enum gdb_osabi): Moved here.
4604 * Makefile.in: Update dependencies.
4605
4606 * alpha-tdep.h: Don't include "osabi.h".
4607 (struct gdbarch_tdep): Remove osabi member.
4608 * alpha-tdep.c: Include "osabi.h".
4609 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4610 iterate over arches. Update call to gdbarch_init_osabi.
4611 (alpha_dump_tdep): Don't dump osabi.
4612 * alpha-linux-tdep.c: Include "osabi.h".
4613 * alpha-osf1-tdep.c: Include "osabi.h".
4614 * alphafbsd-tdep.c: Include "osabi.h".
4615 * alphanbsd-tdep.c: Include "osabi.h".
4616
4617 * arm-tdep.h: Don't include "osabi.h".
4618 (struct gdbarch_tdep): Remove osabi member.
4619 * arm-tdep.c: Include "osabi.h".
4620 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4621 iterate over arches. Update call to gdbarch_init_osabi.
4622 (arm_dump_tdep): Don't dump osabi.
4623 * arm-linux-tdep.c: Include "osabi.h".
4624 * armnbsd-tdep.c: Include "osabi.h".
4625
4626 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
4627 Update call to gdbarch_init_osabi.
4628
4629 * i386-tdep.h: Don't include "osabi.h".
4630 (struct gdbarch_tdep): Remove osabi member.
4631 * i386-tdep.c: Include "osabi.h".
4632 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4633 iterate over arches. Update call to gdbarch_init_osabi.
4634 (i386_dump_tdep): Don't dump osabi.
4635 * i386-linux-tdep.c: Include "osabi.h".
4636 * i386-sol2-tdep.c: Include "osabi.h".
4637 * i386bsd-tdep.c: Include "osabi.h".
4638 * i386gnu-tdep.c: Include "osabi.h".
4639 * i386ly-tdep.c: Include "osabi.h".
4640 * i386nbsd-tdep.c: Include "osabi.h".
4641 * i386obsd-tdep.c: Include "osabi.h".
4642
4643 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
4644 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4645 check osabi when iterating over arches. Update call to
4646 gdbarch_init_osabi.
4647 (mips_dump_tdep): Don't dump osabi.
4648
4649 * ns32k-tdep.h: Don't include "osabi.h".
4650 (struct gdbarch_tdep): Remove.
4651 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
4652 gdbarch_lookup_osabi. Don't iterate over arches. Don't
4653 allocate tdep. Update call to gdbarch_init_osabi.
4654 (ns32k_dump_tdep): Remove.
4655 (_initialize_ns32k_tdep): Update call to gdbarch_register.
4656 * ns32knbsd-tdep.c: Include "osabi.h".
4657
4658 * ppc-tdep.h: Don't include "osabi.h".
4659 (struct gdbarch_tdep): Remove osabi member.
4660 * rs6000-tdep.c: Include "osabi.h".
4661 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
4662 osabi when iterating over arches. Update call to
4663 gdbarch_init_osabi.
4664 (rs6000_dump_tdep): Don't dump osabi.
4665 * ppc-linux-tdep.c: Include "osabi.h".
4666 * ppcnbsd-tdep.c: Include "osabi.h".
4667
4668 * sh-tdep.h: Don't include "osabi.h".
4669 (struct gdbarch_tdep): Remove osabi member.
4670 * sh-tdep.c: Include "osabi.h".
4671 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4672 iterate over arches. Update call to gdbarch_init_osabi.
4673 (sh_dump_tdep): Don't dump osabi.
4674 * shnbsd-tdep.c: Include "osabi.h".
4675
4676 * sparc-tdep.c: Include "osabi.h".
4677 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4678 iterate over arches. Update call to gdbarch_init_osabi.
4679 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
4680 tdep structure.
4681
4682 * vax-tdep.h: Don't include "osabi.h".
4683 (struct gdbarch_tdep): Remove.
4684 * vax-tdep.c: Include "osabi.h".
4685 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
4686 iterate over arches. Don't allocate tdep. Update call
4687 to gdbarch_init_osabi.
4688 (vax_dump_tdep): Remove.
4689 (_initialize_vax_tdep): Update call to gdbarch_register.
4690
4691 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4692
4693 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
4694 entirely.
4695 (breakpoint_re_set_one): Don't fetch the value for a disabled
4696 watchpoint.
4697
4698 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4699
4700 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
4701 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
4702 (COERCE_FLOAT_TO_DOUBLE): Remove.
4703 * gdbarch.c: Regenerate.
4704 * gdbarch.h: Regenerate.
4705 * Makefile.in: Remove value_h from gdbarch_h.
4706 * valops.c (coerce_float_to_double): New variable.
4707 (default_coerce_float_to_double): Remove.
4708 (standard_coerce_float_to_double): Remove.
4709 (value_arg_coerce): Use coerce_float_to_double.
4710 (_initialize_valops): Add "set coerce-float-to-double".
4711 * value.h (default_coerce_float_to_double): Remove prototype.
4712 (standard_coerce_float_to_double): Remove prototype.
4713
4714 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
4715 prototyped.
4716 * mdebugread.c (parse_symbol): Likewise.
4717 * stabsread.c (define_symbol): Mark all functions as prototyped.
4718
4719 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
4720 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
4721 set_gdbarch_coerce_float_to_double.
4722 * arm-tdep.c (arm_gdbarch_init): Likewise.
4723 * frv-tdep.c (frv_gdbarch_init): Likewise.
4724 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
4725 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
4726 * mips-tdep.c (mips_gdbarch_init): Likewise.
4727 (mips_coerce_float_to_double): Remove.
4728 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4729 (rs6000_coerce_float_to_double): Remove.
4730 * s390-tdep.c (s390_gdbarch_init): Likewise.
4731 * sh-tdep.c (sh_gdbarch_init): Likewise.
4732 (sh_coerce_float_to_double): Remove.
4733 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
4734 (sparc_coerce_float_to_double): Remove.
4735 * v850-tdep.c (v850_gdbarch_init): Likewise.
4736 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
4737 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4738 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
4739 (hppa_coerce_float_to_double): Remove prototype.
4740 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4741
4742 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4743
4744 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
4745
4746 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
4747
4748 Suggested by Stewart Brown <sb24@avaya.com>:
4749 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
4750 in recursive calls. Handle TYPE_CODE_TYPEDEF.
4751 (c_type_print_varspec_suffix): Likewise.
4752
4753 2003-01-04 Mark Kettenis <kettenis@gnu.org>
4754
4755 * configure.in: Don't set and AC_SUBST SUBDIRS.
4756 * configure: Regenerated.
4757
4758 * configure.in: Remove code dealing with shared libraries.
4759 * Makefile.in: Remove HLDFLAGS and HLDENV.
4760 * configure: Regenerated.
4761
4762 2003-01-04 Andrew Cagney <ac131313@redhat.com>
4763
4764 * frame.c (deprecated_frame_xmalloc): New function.
4765 (deprecated_set_frame_saved_regs_hack): New function.
4766 (deprecated_set_frame_extra_info_hack): New function.
4767 * frame.h (deprecated_frame_xmalloc): Declare.
4768 (deprecated_set_frame_saved_regs_hack): Declare.
4769 (deprecated_set_frame_extra_info_hack): Declare.
4770
4771 2003-01-04 Mark Kettenis <kettenis@gnu.org>
4772
4773 * configure.in: Move code that provides the --enable-gdbtk option
4774 right after the code that handles the --enable-tui option, and
4775 polish it somewhat.
4776 * configure: Regenerated.
4777
4778 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
4779 AC_CHECK_FUNCS and remove the old check for pread64.
4780 * acinclude.m4 (AC_GNU_SOURCE): New macro.
4781 * acconfig.h (_GNU_SOURCE): Add.
4782 (HAVE_PREAD64): Remove.
4783 * configure, aclocal.m4, config.in: Regenerated.
4784
4785 2003-01-03 Andrew Cagney <ac131313@redhat.com>
4786
4787 * alpha-tdep.c: Use get_frame_saved_regs.
4788 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4789 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
4790 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
4791 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
4792 * vax-tdep.c, xstormy16-tdep.c: Ditto.
4793
4794 2003-01-03 Mark Kettenis <kettenis@gnu.org>
4795
4796 * configure.in: Remove all use of the SUBDIRS variable; add
4797 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
4798 code providing the --enable-multi-ice option, and move it right in
4799 front of the code that checks whether gdbserver is supported.
4800 Polish that too.
4801 * configure: Regenerated.
4802 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
4803 @SUBDIRS@.
4804
4805 2003-01-03 Andrew Cagney <cagney@redhat.com>
4806
4807 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
4808 * avr-tdep.c, cris-tdep.c: Ditto.
4809 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
4810 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
4811
4812 2003-01-03 Mark Kettenis <kettenis@gnu.org>
4813
4814 * configure.in: Remove --enable-netrom option.
4815 * configure: Regenerated.
4816
4817 2003-01-03 Mark Kettenis <kettenis@gnu.org>
4818
4819 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
4820 declaration for `struct re_pattern_buffer' instead.
4821 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
4822
4823 2003-01-03 J. Brobecker <brobecker@gnat.com>
4824
4825 * mdebugread.c (parse_symbol): Count until the stEnd matching
4826 the structure name.
4827
4828 2003-01-02 Mark Kettenis <kettenis@gnu.org>
4829
4830 * configure.in: Remove --with-cpu option.
4831 subscripts. Remove evil changequotes here.
4832 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
4833 * config.in, configure: Regenerated.
4834
4835 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
4836 * configure.in: Cleanup section that sources GDB and BFD configure
4837 subscripts. Remove evil changequotes here.
4838 * config.in, configure: Regenerated.
4839
4840 2003-01-02 Andrew Cagney <ac131313@redhat.com>
4841
4842 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
4843 frame accessor methods.
4844 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
4845 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
4846 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
4847 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
4848 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
4849 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
4850 * z8k-tdep.c: Ditto.
4851
4852 2003-01-02 Mark Kettenis <kettenis@gnu.org>
4853
4854 * configure.in: Remove UI_OUT configuration code.
4855 * ada-lang.c: Update assuming UI_OUT is always true.
4856 * Makefile.in (UIOUT_CFLAGS): Remove.
4857 * configure: Regenerated.
4858 * TODO: Remove blurb about elimination of -DUI_OUT.
4859
4860 * configure.in: Move code that provides the --enable-gdbcli,
4861 --enable-gdbmi options right before the code that handles the
4862 --enable-tui option. Polish a bit.
4863 * configure: Regenerated.
4864
4865 * configure.in: Rewrite check for GNU regex and the
4866 --without-included regex option, and move it into the "Checks for
4867 library functions" section. This makes us use the system regex
4868 again by default on systems with version 2 of the GNU C library.
4869 This was apparently broken.
4870 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
4871 * acconfig.h (USE_INCLUDED_REGEX): Remove.
4872 * config.in, configure: Regenerated.
4873
4874 * configure.in: Move code that provides the --enable-tui option
4875 before the "Checks for libraries" section. Polish the code
4876 somewhat and set need_curses to yes if we build the TUI. Rewrite
4877 code that looks for a library providing termcap functionality to
4878 match more closely what's done in the Readline library, and move
4879 it into to the "Checks for libraries" section.
4880 * configure: Regenerated.
4881 * Makefile.in (TERMCAP): Remove variable.
4882 * config/i386/go32.mh (TERMCAP): Remove variable.
4883
4884 2003-01-02 Andrew Cagney <ac131313@redhat.com>
4885
4886 * MAINTAINERS: Mention gdb_mbuild.sh.
4887 * gdb_mbuild.sh: Rewrite.
4888
4889 2003-01-02 Mark Kettenis <kettenis@gnu.org>
4890
4891 * configure.in: Fix typo in last change.
4892 * config.in, configure: Regenerated.
4893
4894 2003-01-02 Andrew Cagney <ac131313@redhat.com>
4895
4896 * valarith.c (value_binop): Delete obsolete code and comments.
4897 * configure.host: Ditto.
4898 * buildsym.h (make_blockvector): Ditto.
4899 * buildsym.c (make_blockvector): Ditto.
4900 * defs.h (enum language): Ditto.
4901 (chill_demangle): Ditto.
4902 * elfread.c (elf_symtab_read): Ditto.
4903 * dwarfread.c (CHILL_PRODUCER): Ditto.
4904 (set_cu_language): Ditto.
4905 (handle_producer): Ditto.
4906 * expprint.c (print_subexp): Ditto.
4907 * gdbtypes.c (chill_varying_type): Ditto.
4908 * gdbtypes.h (builtin_type_chill_bool): Ditto.
4909 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
4910 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
4911 (chill_varying_type): Ditto.
4912 * language.h (_LANG_chill): Ditto.
4913 * language.c (binop_result_type, integral_type): Ditto.
4914 (character_type, string_type, structured_type): Ditto.
4915 (lang_bool_type, binop_type_check): Ditto.
4916 * stabsread.h (os9k_stabs): Ditto.
4917 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
4918 (define_symbol, read_type, read_struct_fields): Ditto.
4919 (read_array_type, read_enum_type, read_huge_number): Ditto.
4920 (read_range_type, start_stabs): Ditto.
4921 * symfile.c (init_filename_language_table): Ditto.
4922 (add_psymbol_with_dem_name_to_list): Ditto.
4923 * symtab.c (symbol_init_language_specific): Ditto.
4924 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
4925 * symtab.h (struct general_symbol_info): Ditto.
4926 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4927 * typeprint.c (typedef_print): Ditto.
4928 * utils.c (fprintf_symbol_filtered): Ditto.
4929 * valops.c (value_cast, search_struct_field, value_slice): Delete
4930 obsolete code.
4931 (varying_to_slice): Delete function.
4932 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
4933 (varying_to_slice): Delete declaration.
4934 * MAINTAINERS: Update.
4935
4936 2003-01-02 Mark Kettenis <kettenis@gnu.org>
4937
4938 * configure.in: Reorganize "Checks for library functions section"
4939 a bit. Remove check for `btowc' and `isascii' functions.
4940 * configure: Regenerated.
4941
4942 * acconfig.h (_MSE_INT_H): Remove.
4943 * configure.in: Create "Checks for header files" section, and move
4944 appropriate tests there. Don't check for objlist.h, wchar.h,
4945 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
4946 misdetection fix. Also add "Checks for types", "Checks for
4947 compiler characteristics" and "Checks for library functions"
4948 sections.
4949 * config.in, configure: Regenerated.
4950
4951 * configure.in: Create "Checks for programs" section, and move
4952 appropriate tests there.
4953
4954 2003-01-01 Mark Kettenis <kettenis@gnu.org>
4955
4956 * configure.in: Create "Checks for libraries" section, and move
4957 appropriate tests there. Cleanup check for wctype in libw. Use
4958 AC_SEARCH_LIBS to see whether we need libsocket.
4959 * configure: Regenerated.
4960
4961 For older changes see ChangeLog-2002
4962 \f
4963 Local Variables:
4964 mode: change-log
4965 left-margin: 8
4966 fill-column: 74
4967 version-control: never
4968 End:
This page took 0.14389 seconds and 4 git commands to generate.