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