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