* arm-tdep.c (prologue_cache): Delete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
2702d96c
RE
12003-03-22 Richard Earnshaw <rearnsha@arm.com>
2
3 * arm-tdep.c (prologue_cache): Delete.
4 (check_prologue_cache, save_prologue_cache): Delete.
5 (arm_scan_prologue): Don't check or update the prologue_cache.
6 (arm_gdb_arch_init): Don't initialize it.
7 (_initialize_arm_tdep): Likewise.
8
27d5d74b
SC
92003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10
11 * MAINTAINERS (tui): Maintainer of tui code.
12
1762d96d
CV
132003-03-21 Corinna Vinschen <vinschen@redhat.com>
14
15 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
16 (i386-cygwin-tdep.o): Add dependencies.
17 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
18 * i386-cygwin-tdep.c: New file.
19 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
20 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
21
4c2e2391
AC
222003-03-20 Andrew Cagney <cagney@redhat.com>
23
f20d38b7
AC
24 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
25 (handle_inferior_event): Remove code calling
26 DYNAMIC_TRAMPOLINE_NEXTPC.
27
0022b738
AC
28 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
29 already has a full path.
30
864dbc90
AC
31 * main.c (gdb_main): Return 1.
32 (captured_main): Call error to report an invalid interpreter.
33
4c2e2391
AC
34 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
35 * alpha-osf1-tdep.c: Include "gdb_string.h".
36
5ef7553b
JB
372003-03-19 J. Brobecker <brobecker@gnat.com>
38
39 Continuing work to convert the hppa targets to multiarch partial.
40
41 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
42 method, now that hppa_push_dummy_frame has a conformant prototype.
43 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
44 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
45 for the switch to multiarch partial.
46
7bde8967
KB
472003-03-19 Kevin Buettner <kevinb@redhat.com>
48
49 * mdebugread.c (parse_symbol): For stEnd, we're done counting
50 when iss is issNull.
51
b006a9e9
KB
522003-03-18 Kevin Buettner <kevinb@redhat.com>
53
54 * mips-tdep.c (mips_register_name): Fix fencepost error involving
55 NUM_REGS bounds check.
56
5e2e9765
KB
572003-03-18 Kevin Buettner <kevinb@redhat.com>
58
59 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
60 * mips-tdep.c (gdb_assert.h): Include.
61 (mips_generic_reg_names, mips_processor_reg_names): Make static.
62 (mips_register_name): Handle integer registers explicitly. Add
63 bounds checking.
64 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
65 (mips_lsi33k_reg_names): Don't list integer registers; they're
66 handled by mips_register_name() now.
67 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
68 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
69 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
70 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
71 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
72
a2867626
AC
732003-03-18 Andrew Cagney <cagney@redhat.com>
74
75 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
76 a void pointer.
77 * gdbtypes.h (print_scalar_formatted): Update declaration.
78 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
79
06600e06
JB
802003-03-18 J. Brobecker <brobecker@gnat.com>
81
82 * infrun.c (observer.h): Add #include.
83 (normal_stop): Add call to observer_notify_normal_stop.
84 * Makefile.in (infrun.o): Add dependency on observer.h.
85
7daf4f5b
JB
862003-03-18 J. Brobecker <brobecker@gnat.com>
87
88 Continuing work to convert the hppa targets to multiarch partial.
89 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
90 parameter. Reformat comment.
91 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
92 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
93 to match new profile.
94
3371ccc0
JB
952003-03-18 J. Brobecker <brobecker@gnat.com>
96
97 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
98 appear to be working in any case.
99
4fbe891e
JB
1002003-03-18 J. Brobecker <brobecker@gnat.com>
101
102 * observer.c (observer_test_first_observer): New static variable.
103 (observer_test_second_observer): Likewise.
104 (observer_test_third_observer): Likewise.
105 (observer_test_first_notification_function): New static function.
106 (observer_test_second_notification_function): Likewise.
107 (observer_test_third_notification_function): Likewise.
108
a7ff40e7
JB
1092003-03-17 J. Brobecker <brobecker@gnat.com>
110
111 * hppa-tdep.c (gdb_assert.h): Add missing #include.
112 * somsolib.c (gdb_assert.h): Likewise.
113 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
114 (somsolib.o): Likewise.
115
26ca4152
AC
1162003-03-17 Andrew Cagney <cagney@redhat.com>
117
118 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
119 BFD. Simplify setting of di.endian.
120
0a613259
AC
1212003-03-17 Andrew Cagney <cagney@redhat.com>
122
123 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
124 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
125
126 From Elena Zannoni <ezannoni@redhat.com>
127 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
128 vector and floating-point parameters.
129 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
130 convention.
131 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
132
1132738f
FN
1332003-03-17 Fernando Nasser <fnasser@redhat.com>
134
135 * MAINTAINERS: Remove my name from several maintainership roles.
136
6dc42492
AC
1372003-03-17 Andrew Cagney <cagney@redhat.com>
138
139 Fix frame off-by-one bug.
140 * frame-unwind.h (frame_this_id_ftype): Replace
141 frame_unwind_id_ftype.
142 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
143 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
144 with "prev_register".
145 * frame-unwind.c (frame_unwind_find_by_pc): Return
146 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
147 comment.
148 * dummy-frame.c (cached_find_dummy_frame): Delete function.
149 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
150 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
151 (dummy_frame_unwind): Update.
152 * sentinel-frame.c (sentinel_frame_prev_register): Replace
153 sentinel_frame_register_unwind.
154 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
155 (sentinel_frame_unwinder): Update.
156 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
157 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
158 * frame.c (create_sentinel_frame): Update. Initialize
159 "prologue_cache" instead of "unwind_cache".
160 (frame_register_unwind): Call this frame's prev_register with the
161 next frame and this frame's prologue cache.
162 (get_prev_frame): Simplify. Always call prev frame's this_id with
163 this frame and prev frame's prologue cache. Document that this
164 call is shifted one to the left when compared to the
165 frame_register_unwind call.
166 (legacy_saved_regs_prev_register): Replace
167 frame_saved_regs_register_unwind.
168 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
169 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
170 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
171 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
172 (d10v_frame_unwind): Update.
173 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
174 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
175 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
176 "saved_regs" with "this_saved_regs".
177
efd710d6
AC
1782003-03-16 Andrew Cagney <cagney@redhat.com>
179
180 * frame.c (frame_pop): Don't call target_store_registers. Fix
181 problem reported by Mark Kettenis.
182
4e259f09
MK
1832003-03-16 Mark Kettenis <kettenis@gnu.org>
184
185 * i386-tdep.c (i386_register_type): Renamed from
186 i386_register_virtual_type. Adjust function signature.
187 (i386_gdbarch_init): Set register_type instead of
188 deprecated_max_register_raw_size,
189 deprecated_max_register_virtual_size and register_virtual_type.
190
055bb976
AC
1912003-03-14 Andrew Cagney <cagney@redhat.com>
192
193 * frame.c (get_prev_frame): When a legacy frame, always call
194 legacy_get_prev_frame. Simplify unwind code using assumption that
195 the unwinder is new.
196 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
197 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
198 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
199
ac2adee5
AC
2002003-03-14 Andrew Cagney <cagney@redhat.com>
201
202 * frame.c (get_saved_register): Delete function.
203 * frame.h (get_saved_register): Delete declaration.
204 * xstormy16-tdep.c: Update comment.
205 * regcache.h: Update comments.
206 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
207 get_saved_register and extract_address, use
208 frame_read_unsigned_register.
209 (sparc_frame_saved_pc): Ditto.
210 (sparc_get_saved_register): Instead of get_saved_register, use
211 frame_register.
212 (sparc_pop_frame): Ditto.
213 * findvar.c: Update comments.
214 (value_of_register): Call frame_register instead of
215 get_saved_register.
216 (value_from_register): Ditto.
217 * config/sparc/tm-sparc.h: Update comment.
218 * breakpoint.c: Update comment.
219
129c1cd6
AC
2202003-03-14 Andrew Cagney <cagney@redhat.com>
221
222 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
223 GET_SAVED_REGISTER.
224 * gdbarch.h, gdbarch.c: Re-generate.
225 * frame.h: Update comments.
226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
227 * x86-64-tdep.c (x86_64_init_abi): Update.
228 * sparc-tdep.c (sparc_gdbarch_init): Update.
229 * sh-tdep.c (sh_gdbarch_init): Update.
230 * mips-tdep.c (mips_gdbarch_init): Update.
231 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
232 * cris-tdep.c (cris_gdbarch_init): Update.
233 * ia64-tdep.c (ia64_gdbarch_init): Update.
234 * frame.c (frame_register): Update.
235 (get_saved_register): Update.
236 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
237
749b82f6
AC
2382003-03-13 Andrew Cagney <cagney@redhat.com>
239
240 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
241 * gdbarch.h, gdbarch.c: Regenerate.
242 * valops.c (hand_function_call): Update comment.
243 * stack.c (return_command): Update comment.
244 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
245 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
246 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
247 * x86-64-tdep.c (x86_64_init_abi): Update.
248 * vax-tdep.c (vax_gdbarch_init): Update.
249 * v850-tdep.c (v850_gdbarch_init): Update.
250 * sparc-tdep.c (sparc_gdbarch_init): Update.
251 * sh-tdep.c (sh_gdbarch_init): Update.
252 * s390-tdep.c (s390_gdbarch_init): Update.
253 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
254 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
255 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
256 * mips-tdep.c (mips_gdbarch_init): Update.
257 * mcore-tdep.c (mcore_gdbarch_init): Update.
258 * m68k-tdep.c (m68k_gdbarch_init): Update.
259 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
260 * ia64-tdep.c (ia64_gdbarch_init): Update.
261 * i386-tdep.c (i386_gdbarch_init): Update.
262 * hppa-tdep.c (hppa_gdbarch_init): Update.
263 * h8300-tdep.c (h8300_gdbarch_init): Update.
264 * frv-tdep.c (frv_gdbarch_init): Update.
265 * cris-tdep.c (cris_gdbarch_init): Update.
266 * avr-tdep.c (avr_gdbarch_init): Update.
267 * arm-tdep.c (arm_gdbarch_init): Update.
268 * alpha-tdep.c (alpha_gdbarch_init): Update.
269
1594fa56
AC
2702003-03-13 Andrew Cagney <cagney@redhat.com>
271
272 * frame.c (legacy_frame_p): New function.
273 (get_prev_frame): Use legacy_frame_p.
274 * frame.h (legacy_frame_p): Declare.
275
7717fda3
V
2762003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
277
278 * MAINTAINERS (write after approval): Alphabetically
279 listing corrected.
280
0c67cbe9
V
2812003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
282
283 * MAINTAINERS (write after approval): Add myself.
284
03febf99
AC
2852003-03-12 Andrew Cagney <cagney@redhat.com>
286
287 * frame.c (get_prev_frame): Rename the frame parameter to
288 "this_frame".
289 (get_next_frame, legacy_get_prev_frame): Ditto.
290
0a1e1ca1
AC
2912003-03-12 Andrew Cagney <cagney@redhat.com>
292
293 * frame.c (get_current_frame): Check target_has_registers before
294 checking target_has_stack.
295 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
296 instead of deprecated_selected_frame.
297 * findvar.c (value_of_register): Pass "frame", not
298 deprecated_selected_frame, to value_of_builtin_reg.
299
a66a9c23
AC
3002003-03-12 Andrew Cagney <cagney@redhat.com>
301
302 * regcache.c (regcache_cooked_write_signed): New function.
303 (regcache_cooked_write_unsigned): New function.
304 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
305 (regcache_cooked_read_signed): Fix regnum in range assertion.
306 * regcache.h (regcache_cooked_write_signed): Declare.
307 (regcache_cooked_write_unsigned): Declare.
308
8bedc050
AC
3092003-03-12 Andrew Cagney <cagney@redhat.com>
310
311 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
312 * gdbarch.h, gdbarch.c: Re-generate.
313 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
314 * x86-64-tdep.h: Update.
315 * x86-64-tdep.c (x86_64_init_abi): Update.
316 * v850-tdep.c (v850_gdbarch_init): Update.
317 * sparc-tdep.c (sparc_gdbarch_init): Update.
318 * sh-tdep.c (sh_gdbarch_init): Update.
319 * s390-tdep.c (s390_gdbarch_init): Update.
320 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
321 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
322 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
323 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
324 * mips-tdep.c (mips_gdbarch_init): Update.
325 * mcore-tdep.c (mcore_gdbarch_init): Update.
326 * m68k-tdep.c (m68k_gdbarch_init): Update.
327 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
328 * ia64-tdep.c (ia64_gdbarch_init): Update.
329 * i386-tdep.c (i386_gdbarch_init): Update.
330 * i386-interix-tdep.c (i386_interix_init_abi): Update.
331 * hppa-tdep.c (hppa_gdbarch_init): Update.
332 * h8300-tdep.c (h8300_gdbarch_init): Update.
333 * frv-tdep.c (frv_gdbarch_init): Update.
334 * cris-tdep.c (cris_gdbarch_init): Update.
335 * avr-tdep.c (avr_gdbarch_init): Update.
336 * arm-tdep.c (arm_gdbarch_init): Update.
337 * alpha-tdep.c (alpha_gdbarch_init): Update.
338 * sh-tdep.c (sh_init_extra_frame_info): Update.
339 (sh64_init_extra_frame_info): Update.
340 * ns32knbsd-nat.c (frame_num_args): Update.
341 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
342 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
343 (xstormy16_frame_chain_valid): Update.
344 * vax-tdep.c (vax_saved_pc_after_call): Update.
345 * v850-tdep.c (v850_frame_chain): Update.
346 (v850_pop_frame): Update.
347 (v850_init_extra_frame_info): Update.
348 * sparc-tdep.c (setup_arbitrary_frame): Update.
349 * ns32k-tdep.c (umax_frame_num_args): Update.
350 * s390-tdep.c (s390_pop_frame_regular): Update.
351 * mn10300-tdep.c (mn10300_frame_chain): Update.
352 (mn10300_pop_frame_regular): Update.
353 (mn10300_init_extra_frame_info): Update.
354 * mips-tdep.c (mips_init_frame_pc_first): Update.
355 (mips_frame_chain): Update.
356 (mips_pop_frame): Update.
357 * mcore-tdep.c (mcore_frame_chain): Update.
358 (mcore_pop_frame): Update.
359 (mcore_init_extra_frame_info): Update.
360 * arch-utils.c (init_frame_pc_default): Update.
361 * m68k-tdep.c (isi_frame_num_args): Update.
362 (delta68_frame_num_args): Update.
363 (news_frame_num_args): Update.
364 * ia64-tdep.c (ia64_pop_frame_regular): Update.
365 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
366 (alpha_frame_chain): Update.
367 (alpha_pop_frame): Update.
368 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
369 (hppa_init_extra_frame_info): Update.
370 (hppa_frame_chain): Update.
371 (hppa_frame_chain_valid): Update.
372 * cris-tdep.c (cris_init_extra_frame_info): Update.
373 * avr-tdep.c (avr_init_extra_frame_info): Update.
374 * arm-tdep.c (arm_frame_chain_valid): Update.
375 (arm_init_extra_frame_info): Update.
376 (arm_pop_frame): Update.
377 * frame.c (frame_pc_unwind): Update.
378 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
379 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
380 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
381 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
382 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
383 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
384
7a25a7c1
AC
3852003-03-12 Andrew Cagney <cagney@redhat.com>
386
387 Eliminate the need for POP_FRAME.
388 * frame.c (do_frame_unwind_register): New function.
389 (frame_pop): When no POP_FRAME, pop the frame using register
390 unwind and a scratch regcache.
391 (frame_saved_regs_pop): Delete function.
392 (trad_frame_unwinder): Update.
393 * d10v-tdep.c (d10v_frame_pop): Delete function.
394 (d10v_frame_unwind): Update.
395 * sentinel-frame.c (sentinel_frame_pop): Delete function.
396 (sentinel_frame_unwinder): Update.
397 * dummy-frame.c (dummy_frame_pop): Delete function.
398 (dummy_frame_unwind): Update.
399 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
400 (struct frame_unwind): Update.
401
2f38ef89
KB
4022003-03-11 Kevin Buettner <kevinb@redhat.com>
403
404 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
405 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
406 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
407 Do range checks on register number obtained from debugging info.
408 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
409 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
410 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
411 mapping function.
412 (do_fp_register_row): Fix typo which caused double type to be
413 used when attempting to unpack a float.
414
552f4abf
JB
4152003-03-11 J. Brobecker <brobecker@gnat.com>
416
417 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
418
e0d2ae16
AC
4192003-03-11 Andrew Cagney <cagney@redhat.com>
420
421 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
422 frame. Problem found by Corinna Vinschen.
423
ddbfdd06
PM
4242003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
425
426 * doublest.c (floatformat_from_length): Accept also
427 the real size of 'long double' type.
428
088b2ddc 4292003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 430
088b2ddc 431 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
432 * breakpoint.c (bpstat_copy): Copy the command lines as well
433 as the old value, to match what is freed in bpstat_clear.
434
f56f77c1
DC
4352003-03-10 David Carlton <carlton@math.stanford.edu>
436
437 * minsyms.c (add_minsym_to_hash_table): Replace
438 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
439 (compare_minimal_symbols, compact_minimal_symbols)
440 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
441 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
442 of DEPRECATED_SYMBOL_MATCHES_NAME.
443 (lookup_minimal_symbol_solib_trampoline): Ditto.
444
5602984a
AC
4452003-03-10 Andrew Cagney <cagney@redhat.com>
446
447 * regcache.h (regcache_cooked_read_ftype): Define.
448 (regcache_save, regcache_restore): Add a cooked_read parameter.
449 * regcache.c (regcache_save, regcache_restore): Update.
450 (do_cooked_read): New function.
451 (regcache_cpy): Pass do_cooked_read to regcache_save and
452 regcache_restore.
453
8bedc050
AC
4542003-03-10 Andrew Cagney <cagney@redhat.com>
455
456 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
457 * gdbarch.h, gdbarch.c: Re-generate.
458 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
459 * x86-64-tdep.h: Update.
460 * x86-64-tdep.c (x86_64_init_abi): Update.
461 * v850-tdep.c (v850_gdbarch_init): Update.
462 * sparc-tdep.c (sparc_gdbarch_init): Update.
463 * sh-tdep.c (sh_gdbarch_init): Update.
464 * s390-tdep.c (s390_gdbarch_init): Update.
465 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
466 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
467 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
468 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
469 * mips-tdep.c (mips_gdbarch_init): Update.
470 * mcore-tdep.c (mcore_gdbarch_init): Update.
471 * m68k-tdep.c (m68k_gdbarch_init): Update.
472 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
473 * ia64-tdep.c (ia64_gdbarch_init): Update.
474 * i386-tdep.c (i386_gdbarch_init): Update.
475 * i386-interix-tdep.c (i386_interix_init_abi): Update.
476 * hppa-tdep.c (hppa_gdbarch_init): Update.
477 * h8300-tdep.c (h8300_gdbarch_init): Update.
478 * frv-tdep.c (frv_gdbarch_init): Update.
479 * cris-tdep.c (cris_gdbarch_init): Update.
480 * avr-tdep.c (avr_gdbarch_init): Update.
481 * arm-tdep.c (arm_gdbarch_init): Update.
482 * alpha-tdep.c (alpha_gdbarch_init): Update.
483 * sh-tdep.c (sh_init_extra_frame_info): Update.
484 (sh64_init_extra_frame_info): Update.
485 * ns32knbsd-nat.c (frame_num_args): Update.
486 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
487 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
488 (xstormy16_frame_chain_valid): Update.
489 * vax-tdep.c (vax_saved_pc_after_call): Update.
490 * v850-tdep.c (v850_frame_chain): Update.
491 (v850_pop_frame): Update.
492 (v850_init_extra_frame_info): Update.
493 * sparc-tdep.c (setup_arbitrary_frame): Update.
494 * ns32k-tdep.c (umax_frame_num_args): Update.
495 * s390-tdep.c (s390_pop_frame_regular): Update.
496 * mn10300-tdep.c (mn10300_frame_chain): Update.
497 (mn10300_pop_frame_regular): Update.
498 (mn10300_init_extra_frame_info): Update.
499 * mips-tdep.c (mips_init_frame_pc_first): Update.
500 (mips_frame_chain): Update.
501 (mips_pop_frame): Update.
502 * mcore-tdep.c (mcore_frame_chain): Update.
503 (mcore_pop_frame): Update.
504 (mcore_init_extra_frame_info): Update.
505 * arch-utils.c (init_frame_pc_default): Update.
506 * m68k-tdep.c (isi_frame_num_args): Update.
507 (delta68_frame_num_args): Update.
508 (news_frame_num_args): Update.
509 * ia64-tdep.c (ia64_pop_frame_regular): Update.
510 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
511 (alpha_frame_chain): Update.
512 (alpha_pop_frame): Update.
513 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
514 (hppa_init_extra_frame_info): Update.
515 (hppa_frame_chain): Update.
516 (hppa_frame_chain_valid): Update.
517 * cris-tdep.c (cris_init_extra_frame_info): Update.
518 * avr-tdep.c (avr_init_extra_frame_info): Update.
519 * arm-tdep.c (arm_frame_chain_valid): Update.
520 (arm_init_extra_frame_info): Update.
521 (arm_pop_frame): Update.
522 * frame.c (frame_pc_unwind): Update.
523 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
524 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
525 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
526 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
527 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
528 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
529
12cc2063
AC
5302003-03-10 Andrew Cagney <cagney@redhat.com>
531
532 * gdbarch.sh (gdbarch_unwind_pc): New method.
533 * gdbarch.h, gdbarch.c: Regenerate.
534 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
535 but use read_pc and FRAME_SAVED_PC as fall backs.
536 (frame_saved_regs_pc_unwind): Delete function.
537 (trad_frame_unwinder): Update.
538 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
539 (struct frame_unwind): Update.
540 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
541 (dummy_frame_unwind): Update.
542 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
543 (sentinel_frame_unwinder): Update.
544 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
545 (d10v_frame_unwind): Update.
546 (d10v_unwind_pc): New function.
547 (d10v_gdbarch_init): Set unwind_pc.
548
ef840a37
AC
5492003-03-10 Andrew Cagney <cagney@redhat.com>
550
a2ce2e56
AC
551 * gdbarch.h: Re-generate.
552
ef840a37
AC
553 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
554 PC.
555 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
556 the PC register.
557
08f3424b
MK
5582003-03-08 Mark Kettenis <kettenis@gnu.org>
559
560 * gdbarch.sh (save_dummy_frame_tos): Add comment.
561
1248ede2
AC
5622003-03-08 Andrew Cagney <cagney@redhat.com>
563
564 * cli-out.c: Update copyright.
565 (cli_out_data): Define typedef. Use instead of ui_out_data.
566
f49bacc8
AC
5672003-03-08 Andrew Cagney <cagney@redhat.com>
568
569 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
570 the result.
571
9b05f993
AC
5722003-03-07 Andrew Cagney <cagney@redhat.com>
573
574 * gdbarch.sh: Don't generate two macro definitions when an
575 undefined macro taking no arguments.
576 * gdbarch.h: Regenerate.
577
166f4c7b
ML
5782002-03-07 Michal Ludvig <mludvig@suse.cz>
579
580 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
581 (x86_64_unwind_dummy_id): New functions.
582 (x86_64_init_abi): Register these two new functions.
583
6d686a84
ML
5842003-03-07 Michal Ludvig <mludvig@suse.cz>
585
586 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
587 (x86_64_skip_prologue): Move prologue detection to
588 separate function.
589 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
590
6314f104
AC
5912003-03-05 Andrew Cagney <cagney@redhat.com>
592
593 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
594 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
595 * frame.c (get_prev_frame): Restructure the frame ID unwind code
596 to use unwind_dummy_id when a dummy frame.
597 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
598 predicate.
599 * gdbarch.h, gdbarch.c: Regneerate.
600
ceea5145
AC
6012003-03-05 Andrew Cagney <cagney@redhat.com>
602
603 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
604 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
605 Do not use d10v_read_sp or d10v_read_fp when obtaining register
606 values.
607
0d843116
AC
6082003-03-05 Andrew Cagney <cagney@redhat.com>
609
610 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
611 (struct d10v_unwind_cache): Delete field "frameless". Replace
612 "next_addr" with "sp_offset". Add "r11_offset".
613 (d10v_frame_unwind_cache): Update.
614 (prologue_find_regs): Update. When "mv r11, sp", save the
615 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
616 RN was saved in r11_offset.
617
b2579786
AC
6182003-03-05 Andrew Cagney <cagney@redhat.com>
619
620 * frame.c (deprecated_update_frame_pc_hack): Also update the the
621 cached PC value in the next frame.
622
218e5956
AC
6232003-03-05 Andrew Cagney <cagney@redhat.com>
624
625 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
626 "id_unwind_cache" with "id".
627 (frame_id_unwind): Delete declaration.
628 * frame.c (frame_id_unwind): Delete function.
629 (get_prev_frame): Call the frame id unwind method directly. Store
630 the returned next frame's ID value in NEXT_FRAME. Note that there
631 is a problem with the wrong unwind ID being called with the wrong
632 unwind cache.
633
ed363b1b
DJ
6342003-03-05 Daniel Jacobowitz <drow@mvista.com>
635
636 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
637
fe1f4a5e
DJ
6382003-03-05 James Ingham <jingham@apple.com>
639 Daniel Jacobowitz <drow@mvista.com>
640
641 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
642 (auto_cp_abi): New variable.
643 (current_cp_abi, num_cp_abis): Make static.
644 (CP_ABI_MAX): Define.
645 (cp_abis): Turn into an array.
646 (value_virtual_fn_field): Fix formatting.
647 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
648 takes a pointer.
649 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
650 (list_cp_abis, _initialize_cp_abi): New functions.
651 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
652 declarations for cp_abis, num_cp_abis, current_cp_abi, and
653 switch_to_cp_abi. Update prototype for register_cp_abi.
654 * Makefile.in (cp-abi.o): Update dependencies.
655 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
656 instead of switch_to_cp_abi.
657 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
658 register_cp_abi.
659 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
660 register_cp_abi.
661 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
662
e4adbba9
DJ
6632003-03-05 Daniel Jacobowitz <drow@mvista.com>
664
665 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
666 * dwarf2loc.c: Include "regcache.h".
667 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
668 register_size.
669 * Makefile.in (dwarf2loc.o): Update dependencies.
670
91ccbfc1
TR
6712003-03-04 Theodore A. Roth <troth@openavr.org>
672
673 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
674 number of io registers reported by remote target is not a multiple of
675 step.
676
3d4e8fd2
DC
6772003-03-04 David Carlton <carlton@math.stanford.edu>
678
679 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
680 (lookup_symbol_aux_psymtabs): Update call to
681 lookup_partial_symbol.
682 (lookup_transparent_type, find_main_psymtab)
683 (make_symbol_overload_list): Ditto.
684
ed42d87b
KH
6852003-03-04 Kazu Hirata <kazu@cs.umass.edu>
686
687 * MAINTAINERS (Write after approval): Update my email address.
688
a0ed5532
AC
6892003-03-03 Andrew Cagney <cagney@redhat.com>
690
691 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
692 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
693 predicate. Replace MAX_REGISTER_RAW_SIZE.
694 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
695 MAX_REGISTER_VIRTUAL_SIZE.
696 * regcache.c (legacy_max_register_raw_size): New function.
697 (legacy_max_register_virtual_size): New function.
698 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
699 (MAX_REGISTER_RAW_SIZE): Define.
700 (legacy_max_register_raw_size): Declare.
701 (legacy_max_register_virtual_size): Declare.
702 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
703 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
704 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
705 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
706 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
707 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
708 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
709 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
710 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
711 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
712 * vax-tdep.c (vax_gdbarch_init): Update.
713 * v850-tdep.c (v850_gdbarch_init): Update.
714 * sparc-tdep.c (sparc_gdbarch_init): Update.
715 * sh-tdep.c (sh_gdbarch_init): Update.
716 * s390-tdep.c (s390_gdbarch_init): Update.
717 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
718 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
719 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
720 * mips-tdep.c (mips_gdbarch_init): Update.
721 * mcore-tdep.c (mcore_gdbarch_init): Update.
722 * m68k-tdep.c (m68k_gdbarch_init): Update.
723 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
724 * ia64-tdep.c (ia64_gdbarch_init): Update.
725 * i386-tdep.c (i386_gdbarch_init): Update.
726 * hppa-tdep.c (hppa_gdbarch_init): Update.
727 * h8300-tdep.c (h8300_gdbarch_init): Update.
728 * frv-tdep.c (frv_gdbarch_init): Update.
729 * cris-tdep.c (cris_gdbarch_init): Update.
730 * avr-tdep.c (avr_gdbarch_init): Update.
731 * arm-tdep.c (arm_gdbarch_init): Update.
732 * alpha-tdep.c (alpha_gdbarch_init): Update.
733 * d10v-tdep.c (d10v_gdbarch_init): Do not set
734 max_register_raw_size or max_register_virtual_size.
735
8e437497
DC
7362003-03-03 David Carlton <carlton@math.stanford.edu>
737
738 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
739 SYMBOL_MATCHES_NAME, add comment.
740 (SYMBOL_MATCHES_NATURAL_NAME): New.
741 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
742 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
743 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
744 * symtab.c (lookup_partial_symbol): Use
745 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
746 unhelpful comment.
747 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
748 SYMBOL_MATCHES_NAME.
749 Fix for PR c++/33.
750
25120b0d
DC
7512003-03-03 David Carlton <carlton@math.stanford.edu>
752
753 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
754 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
755 by regexp matching against SYMBOL_NATURAL_NAME.
756
78a11fb4
DC
7572003-03-03 David Carlton <carlton@math.stanford.edu>
758
759 * linespec.c (find_method): Extract code into collect_methods.
760 (collect_methods): New.
761
645dd519
MK
7622003-03-02 Mark Kettenis <kettenis@gnu.org>
763
b4700d91
MK
764 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
765 get_frame_base.
766
645dd519
MK
767 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
768 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
769
0aa7e1aa
SC
7702003-03-02 Stephane Carrez <stcarrez@nerim.fr>
771
772 * arch-utils.c (generic_register_byte): Fix to use the loop index
773 and not regnum when summing the size of all registers up to regnum.
774
f30ee0bc
AC
7752003-03-01 Andrew Cagney <cagney@redhat.com>
776
777 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
778 FRAME_INIT_SAVED_REGS.
779 * gdbarch.h, gdbarch.c: Regenerate.
780 * stack.c (frame_info): Update.
781 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
782 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
783 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
784 * ns32k-tdep.c (ns32k_pop_frame): Update.
785 * mips-tdep.c (mips_pop_frame): Update.
786 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
787 * ia64-tdep.c (ia64_frame_chain): Update.
788 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
789 (ia64_frameless_function_invocation): Update.
790 (ia64_init_extra_frame_info): Update.
791 (ia64_pop_frame_regular): Update.
792 * frame.h (struct frame_info): Update comment.
793 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
794 * frame.c (frame_saved_regs_register_unwind): Update.
795 (frame_saved_regs_register_unwind): Update.
796 (deprecated_generic_get_saved_register): Update.
797 * cris-tdep.c: Update comment.
798 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
799 Rename macro.
800 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
801 * x86-64-tdep.c (x86_64_init_abi): Update.
802 * vax-tdep.c (vax_gdbarch_init): Update.
803 * v850-tdep.c (v850_gdbarch_init): Update.
804 * sparc-tdep.c (sparc_gdbarch_init): Update.
805 * sh-tdep.c (sh_gdbarch_init): Update.
806 * s390-tdep.c (s390_gdbarch_init): Update.
807 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
808 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
809 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
810 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
811 * mips-tdep.c (mips_gdbarch_init): Update.
812 * mcore-tdep.c (mcore_gdbarch_init): Update.
813 * m68k-tdep.c (m68k_gdbarch_init): Update.
814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
815 * ia64-tdep.c (ia64_gdbarch_init): Update.
816 * i386-tdep.c (i386_gdbarch_init): Update.
817 * frv-tdep.c (frv_gdbarch_init): Update.
818 * avr-tdep.c (avr_gdbarch_init): Update.
819 * arm-tdep.c (arm_gdbarch_init): Update.
820 * alpha-tdep.c (alpha_gdbarch_init): Update.
821
42fa7c0f
AC
8222003-03-01 Andrew Cagney <cagney@redhat.com>
823
824 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
825 option enum and switch. When no windows, set the interpreter to
826 INTERP_CONSOLE.
827
49c7e338
AC
8282003-03-01 Andrew Cagney <cagney@redhat.com>
829
830 * main.c (captured_main): Replace magic option characters with an
831 enum.
832
e9582e71
AC
8332003-03-01 Andrew Cagney <cagney@redhat.com>
834
835 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
836 INIT_EXTRA_FRAME_INFO.
837 * gdbarch.h, gdbarch.c: Regenerate.
838 * arm-tdep.c: Update comments.
839 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
840 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
841 * frame.h, avr-tdep.c: Ditto.
842 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
843 (create_new_frame, legacy_get_prev_frame): Ditto.
844 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
845 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
846 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
847 deprecated_init_extra_frame_info instead of init_extra_frame_info.
848 * x86-64-tdep.c (x86_64_init_abi): Ditto.
849 * v850-tdep.c (v850_gdbarch_init): Ditto.
850 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
851 * sh-tdep.c (sh_gdbarch_init): Ditto.
852 * s390-tdep.c (s390_gdbarch_init): Ditto.
853 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
854 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
855 * mips-tdep.c (mips_gdbarch_init): Ditto.
856 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
857 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
858 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
859 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
860 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
861 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
862 * frv-tdep.c (frv_gdbarch_init): Ditto.
863 * cris-tdep.c (cris_gdbarch_init): Ditto.
864 * avr-tdep.c (avr_gdbarch_init): Ditto.
865 * arm-tdep.c (arm_gdbarch_init): Ditto.
866 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
867 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
868
35cac7cf
AC
8692003-03-01 Andrew Cagney <cagney@redhat.com>
870
871 * gdbarch.sh (register_type): New function with predicate.
872 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
873 * gdbarch.h, gdbarch.c: Re-generate.
874 * arch-utils.c (generic_register_byte): Use generic_register_size.
875 (generic_register_size): When available, use
876 gdbarch_register_type.
877 * regcache.c (init_regcache_descr): When available, initialize the
878 register type array using gdbarch_register_type. If the
879 architecture supplies gdbarch_register_type, do not use the legacy
880 regcache layout.
881 * d10v-tdep.c (d10v_register_type): Replace
882 d10v_register_virtual_type.
883 (d10v_gdbarch_init): Set register_type instead of
884 register_virtual_type.
885
7b83296f
AC
8862003-03-01 Andrew Cagney <cagney@redhat.com>
887
888 * Makefile.in (ax-gdb.o): Update dependencies.
889 * ax-gdb.c: Include "regcache.h".
890 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
891 * findvar.c (value_of_register): Ditto.
892 * infcmd.c (default_print_registers_info): Ditto.
893
eadc1c87
MK
8942003-03-01 Mark Kettenis <kettenis@gnu.org>
895
896 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
897 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
898
14143612
MK
8992003-03-01 Mark Kettenis <kettenis@gnu.org>
900
901 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
902 of STREQ.
903
a55cc764
DJ
9042003-02-28 Daniel Jacobowitz <drow@mvista.com>
905
906 * Makefile.in (dwarf2loc.o): Update dependencies.
907 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
908 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
909 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
910 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
911 (locexpr_tracepoint_var_ref): New function.
912 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
913
08a617da
AC
9142003-02-28 Andrew Cagney <cagney@redhat.com>
915
916 * regcache.c (register_size): New function.
917 * regcache.h (register_size): Declare
918 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
919 max_register_size instead of MAX_REGISTER_RAW_SIZE.
920
4224873a
DC
9212003-02-28 David Carlton <carlton@math.stanford.edu>
922
923 * linespec.c (decode_compound): Extract code into find_method.
924 (find_method): New.
925
ccdc5d7f
JB
9262003-02-28 J. Brobecker <brobecker@gnat.com>
927
928 * Makefile.in: Add rules to build and link in observer.o.
929
974e8ced
JB
9302003-02-27 J. Brobecker <brobecker@gnat.com>
931
932 * observer.c: Minor comments edits.
933
7a28f973
JB
9342003-02-27 J. Brobecker <brobecker@gnat.com>
935
936 * observer.h, observer.c: New file.
937
27cddce2
AC
9382003-02-27 Andrew Cagney <cagney@redhat.com>
939
940 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
941
b94a41a1
SC
9422003-02-27 Stephane Carrez <stcarrez@nerim.fr>
943
944 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
945 (M6812_OP_STS_EXT): Likewise.
946 (m6811_prologue): Use the above to recognize prologue.
947 (m6812_prologue): Likewise.
948
c8be8951
DC
9492003-02-27 David Carlton <carlton@math.stanford.edu>
950
951 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
952 SYMBOL_PRINT_NAME.
953 (compare_psymbols): Ditto.
954 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
955
d05bb1fc
MS
9562003-02-27 Michael Snyder <msnyder@redhat.com>
957
4e845cd3
MS
958 * f-lang.c (build_fortran_types): New function.
959 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
960 * doublest.c (extract_floating): Fix warning text.
961
f3824013
AC
9622003-02-27 Andrew Cagney <cagney@redhat.com>
963
964 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
965 predicate. Replaces PUSH_DUMMY_FRAME.
966 * gdbarch.h, gdbarch.c: Regnerate.
967 * valops.c (hand_function_call): Update. Call
968 generic_push_dummy_frame directly.
969 * vax-tdep.c (vax_gdbarch_init): Update.
970 * sparc-tdep.c (sparc_gdbarch_init): Update.
971 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
972 * m68k-tdep.c (m68k_gdbarch_init): Update.
973 * hppa-tdep.c (hppa_gdbarch_init): Update.
974 * alpha-tdep.c (alpha_gdbarch_init): Update.
975 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
976 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
977 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
978 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
979 push_dummy_frame to generic_push_dummy_frame.
980 * v850-tdep.c (v850_gdbarch_init): Ditto.
981 * sh-tdep.c (sh_gdbarch_init): Ditto.
982 * s390-tdep.c (s390_gdbarch_init): Ditto.
983 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
984 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
985 * mips-tdep.c (mips_gdbarch_init): Ditto.
986 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
987 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
988 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
989 * i386-tdep.c (i386_gdbarch_init): Ditto.
990 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
991 * frv-tdep.c (frv_gdbarch_init): Ditto.
992 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
993 * cris-tdep.c (cris_gdbarch_init): Ditto.
994 * avr-tdep.c (avr_gdbarch_init): Ditto.
995 * arm-tdep.c (arm_gdbarch_init): Ditto.
996
ad188201
KB
9972003-02-26 Kevin Buettner <kevinb@redhat.com>
998
999 * mips-tdep.c (show_mips_abi): New function.
1000 (_initialize_mips_tdep): Use show_mips_abi() to implement the
1001 command ``show mips abi''.
1002
6b37567a
JJ
10032003-02-26 Jeff Johnston <jjohnstn@redhat.com>
1004
1005 From Elena Zannoni <ezannoni@redhat.com>
1006 * dbxread.c (process_one_symbol): Only record line 0 if one or
1007 more sline entries have been seen for the function.
1008
d3e0a5bf
MC
10092003-02-26 Michael Chastain <mec@shout.net>
1010
1011 * configure: Regenerate with autoconf 000227.
1012
18972eea
MC
10132003-02-26 Michael Chastain <mec@shout.net>
1014
1015 Close PR build/660.
1016 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
1017 for old libc5/glibc.
1018 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
1019
0bbde931
KW
10202003-02-26 Kris Warkentin <kewarken@qnx.com>
1021
1022 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
1023 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
1024
27ca5dad
MC
10252003-02-26 Michael Chastain <mec@shout.net>
1026
1027 * configure.in: New variable HAVE_UINTPTR_T.
1028 * configure, config.in: Regenerated.
1029
6f88d630
DJ
10302003-02-26 Daniel Jacobowitz <drow@mvista.com>
1031
1032 Fix PR build/1097.
1033 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
1034
b14185ce
AC
10352003-02-25 Andrew Cagney <cagney@redhat.com>
1036
1037 * frame.c (get_prev_frame): Add comment on check for
1038 inside_entry_func. Only check for inside_entry_file when not a
1039 dummy and not a sentinel. Check that the new frame is not inner
1040 to the old frame.
1041
ac2bd0a9
AC
10422003-02-25 Andrew Cagney <cagney@redhat.com>
1043
1044 * frame.c (frame_debug): New variable.
1045 (_initialize_frame): Add "set/show debug frame" command.
1046 (get_prev_frame): When frame_debug, print reason why unwind
1047 failed.
1048
b18a0fd2
MC
10492003-02-25 Michael Chastain <mec@shout.net>
1050
1051 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
1052 to avoid uintptr_t definition problems.
1053
22abf04a
DC
10542003-02-25 David Carlton <carlton@math.stanford.edu>
1055
1056 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
1057 (SYMBOL_LINKAGE_NAME): Ditto.
1058 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
1059 SYMBOL_LINKAGE_NAME.
1060 (struct general_symbol_info): Expand comment.
1061 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
1062 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
1063 (SYMBOL_MATCHES_REGEXP): Ditto.
1064 * symtab.c (symbol_natural_name): New function.
1065 * objfiles.h: Replace all uses of SYMBOL_NAME by
1066 DEPRECATED_SYMBOL_NAME.
1067 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
1068 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
1069 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
1070 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
1071 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
1072 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
1073 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
1074 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
1075 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
1076 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
1077 * ada-exp.y: Ditto.
1078 * ada-exp.y: Update copyright.
1079 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
1080 * cp-valprint.c: Ditto.
1081
1a5848f6
JJ
10822003-02-25 Jeff Johnston <jjohnstn@redhat.com>
1083
1084 * infptrace.c (detach): Do not flag error if ptrace detach fails
1085 and errno is set to ESRCH.
1086
7343d46a
AC
10872003-02-24 Andrew Cagney <cagney@redhat.com>
1088
1089 * infptrace.c (udot_info): Change type of udot_off to long. Use
1090 paddr when printing udot_off's value.
1091
49fa1dc2
DC
10922003-02-24 David Carlton <carlton@math.stanford.edu>
1093
1094 * symtab.c (make_symbol_overload_list): Only read in partial
1095 symtabs containing a matching partial symbol.
1096
0fe19209
DC
10972003-02-24 David Carlton <carlton@math.stanford.edu>
1098
1099 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
1100 do the comparison, not strcmp.
1101 * symfile.c (compare_psymbols): Ditto.
1102 * defs.h: Declare strcmp_iw_ordered.
1103 * utils.c (strcmp_iw_ordered): New function.
1104
8e3ee7b5
JB
11052003-02-24 Jim Blandy <jimb@redhat.com>
1106
1107 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
1108 support, shared libs): Remove my name from here, to better reflect
1109 reality.
1110
7df1a324
KW
11112003-02-24 Kris Warkentin <kewarken@qnx.com>
1112
1113 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
1114 (target_ops): Add to_have_continuable_watchpoint.
1115 * target.c (update_current_target): Add INHERIT line for
1116 to_have_continuable_watchpoint.
1117 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
1118 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
1119 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
1120 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
1121
d1c76907
EZ
11222003-02-24 Elena Zannoni <ezannoni@redhat.com>
1123
1124 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
1125 maintainership.
1126
2610b0bf
KW
11272003-02-24 Kris Warkentin <kewarken@qnx.com>
1128
f46169db
KW
1129 * solib.c (solib_open): Call target defined search function after
1130 failing with solib-search-path.
1131 * solist.h (target_so_ops): Add find_and_open_solib function hook and
1132 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 1133
9a3c34fe
KW
11342003-02-24 Kris Warkentin <kewarken@qnx.com>
1135
f46169db 1136 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 1137
2417dd25
SC
11382003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1139
1140 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
1141
b631436b
SC
11422003-02-22 Stephane Carrez <stcarrez@nerim.fr>
1143
1144 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
1145 (m68hc11_add_reggroups): New function.
1146 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
1147 (m68hc11_gdbarch_init): Install the reggroups.
1148 (_initialize_m68hc11_tdep): Initialize them.
1149
0aa8c1e4
JW
11502003-02-21 James E Wilson <wilson@tuliptree.org>
1151
1152 * MAINTAINERS: Update my email address.
1153
50ceaba5
DC
11542003-02-21 David Carlton <carlton@math.stanford.edu>
1155
1156 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
1157
4c2df51b
DJ
11582003-02-21 Daniel Jacobowitz <drow@mvista.com>
1159
1160 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
1161 * symtab.h: Add opaque declarations of struct axs_value and
1162 struct agent_expr.
1163 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
1164 (struct location_funcs): New type.
1165 (struct symbol): Add "loc" to aux_value.
1166 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
1167 * dwarf2read.c: Include "dwarf2expr.h".
1168 (dwarf2_symbol_mark_computed): New function.
1169 (read_func_scope): Use it.
1170 (var_decode_location): New function.
1171 (new_symbol): Use it.
1172 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
1173
1174 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
1175 (dwarf2expr_h, dwarf2loc_h): New variables.
1176 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
1177 (dwarf2expr.o, dwarf2loc.o): New rules.
1178 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
1179 * buildsym.c (finish_block): Handle LOC_COMPUTED and
1180 LOC_COMPUTED_ARG.
1181 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
1182 * m2-exp.y (yylex): Likewise.
1183 * printcmd.c (address_info, print_frame_args): Likewise.
1184 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
1185 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
1186 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
1187 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
1188 * symtab.c (lookup_block_symbol): Likewise.
1189
5784d15e
AF
11902003-02-20 Adam Fedor <fedor@gnu.org>
1191
1192 * symtab.h: Remove objc_specific struct
1193 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
1194 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
1195 Have language_objc use cplus_specific struct.
1196
d4cad8db
TT
11972003-02-20 Tom Tromey <tromey@redhat.com>
1198
1199 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
1200 TYPE_NAME, when printing a String value. PR java/1075.
1201
2f9a90b4
AF
12022003-02-20 Adam Fedor <fedor@gnu.org>
1203
d38074a8 1204 * objc-lang.h (find_methods): Remove declaration.
2f9a90b4
AF
1205 * objc-lang.c (find_methods): Make static.
1206
6f17862b
CF
12072003-02-20 Christopher Faylor <cgf@redhat.com>
1208
1209 * win32-nat.c (get_image_name): Check return value from
1210 ReadProcessMemory.
1211 (child_xfer_memory): Ditto.
1212
715d1656
AO
12132003-02-20 Alexandre Oliva <aoliva@redhat.com>
1214
1215 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1216 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1217 '${exec_prefix}' (in addition to the expansion thereof) as
1218 relocatable.
1219 * configure: Rebuilt.
1220
b1262a02
DC
12212003-02-20 David Carlton <carlton@math.stanford.edu>
1222
1223 * symtab.c (search_symbols): Revert the search_symbols part of my
1224 2002-12-23 patch. Add comment.
1225
7134143f
DJ
12262002-02-20 Daniel Jacobowitz <drow@mvista.com>
1227
1228 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
1229 * dbxread.c (elfstab_build_psymtabs): Don't call
1230 install_minimal_symbols.
1231 (stabsect_build_psymtabs): Likewise.
1232 * elfread.c (elf_symfile_read): Call install_minimal_symbols
1233 earlier.
1234 * somread.c (som_symfile_read): Call install_minimal_symbols
1235 and do_cleanups earlier.
1236 * nlmread.c (nlm_symfile_read): Likewise.
1237 * mdebugread.c (elfmdebug_build_psymtabs): Call
1238 install_minimal_symbols and make appropriate cleanups.
1239
cf466558
KB
12402003-02-20 Kevin Buettner <kevinb@redhat.com>
1241
1242 * solib.c (reload_shared_libraries): New function.
1243 (_initialize_solib): Add callbacks for ``set solib-search-path''
1244 and ``set solib-absolute-prefix''.
1245
de5ad195
DC
12462003-02-20 David Carlton <carlton@math.stanford.edu>
1247
1248 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
1249 expand comment.
1250 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
1251 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
1252 * ada-typeprint.c (ada_typedef_print): Ditto.
1253 * ax-gdb.c (gen_var_ref): Ditto.
1254 * breakpoint.c (print_one_breakpoint): Ditto.
1255 * buildsym.c (finish_block): Ditto.
1256 * c-valprint.c (c_val_print): Ditto.
1257 * expprint.c (print_subexp): Ditto.
1258 * findvar.c (locate_var_value): Ditto.
1259 * infcmd.c (jump_command): Ditto.
1260 * linespec.c (decode_line_2, decode_compound): Ditto.
1261 * maint.c (maintenance_translate_address): Ditto.
1262 * objc-lang.c (compare_selectors, compare_classes): Ditto.
1263 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
1264 Ditto.
1265 * p-valprint.c (pascal_val_print): Ditto.
1266 * stabsread.c (define_symbol): Ditto.
1267 * stack.c (print_frame, frame_info, print_block_frame_locals)
1268 (print_frame_arg_vars, return_command): Ditto.
1269 * symfile.c (compare_symbols, compare_psymbols): Ditto.
1270 * symmisc.c (print_symbol): Ditto.
1271 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
1272 (compare_search_syms, print_symbol_info, print_msymbol_info)
1273 (rbreak_command): Ditto.
1274 * tracepoint.c (tracepoints_info): Ditto.
1275 * typeprint.c (typedef_print): Ditto.
1276 * valops.c (value_of_variable, hand_function_call): Ditto.
1277 * cli/cli-cmds.c (edit_command, list_command): Ditto.
1278 * ada-typeprint.c: Update Copyright.
1279 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
1280 * tracepoint.c, cli/cli-cmds.c: Ditto.
1281
f796e4be
KB
12822003-02-20 Kevin Buettner <kevinb@redhat.com>
1283
1284 * frame.c (generic_unwind_get_saved_register): Make non-static.
1285 * frame.h (generic_unwind_get_saved_register): Declare.
1286 * mips-tdep.c (read_next_frame_reg): Fetch register from
1287 current regcache when frame is NULL.
1288 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
1289 that must be NULL.
1290 (mips_get_saved_register): Call generic_unwind_get_saved_register()
1291 instead of frame_register_unwind().
1292
836cc9f4
AC
12932003-02-20 Andrew Cagney <ac131313@redhat.com>
1294
1295 * remote-sim.c (gdbsim_insert_breakpoint)
1296 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
1297 code.
1298
501eef12
AC
12992003-02-20 Andrew Cagney <ac131313@redhat.com>
1300
1301 * remote.c (_initialize_remote): Add commands "set/show remote
1302 hardware-watchpoint-limit" and "set/show remote
1303 hardware-breakpoint-limit".
1304 (remote_hw_watchpoint_limit): Initialize to -1.
1305 (remote_hw_breakpoint_limit): Ditto.
1306 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
1307
1b6bc7e0
CF
13082003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
1309
1310 * coff-pe-read.c: New file - support reading of minimal symbols from a
1311 portable executable using the export table.
1312 * coff-pe-read.h: New file.
1313 * coffread.c: Include coff-pe-read.h.
1314 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
1315 debugging symbols found.
1316 * Makefile.in (SFILES): Add coff-pe-read.o.
1317 (coff_pe_read_h): Define.
1318 (COMMON_OBS): Add coff-pe-read.o.
1319 (coffread.o): Add coff_pe_read_h dependency.
1320 (coff-pe-read.o): New target.
1321
fe898f56
DC
13222003-02-19 David Carlton <carlton@math.stanford.edu>
1323
1324 * Makefile.in (SFILES): Add block.c.
1325 (block_h): New.
1326 (COMMON_OBS): Add block.o.
1327 (block.o): New.
1328 (x86-64-tdep.o): Add $(block_h).
1329 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
1330 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
1331 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
1332 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
1333 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
1334 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
1335 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
1336 * value.h: Add opaque declaration for struct block.
1337 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
1338 * ada-lang.h: Ditto.
1339 * x86-64-tdep.c: #include "block.h"
1340 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
1341 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
1342 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
1343 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
1344 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
1345 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
1346 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
1347 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
1348 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
1349 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
1350 * symtab.c (block_function): Ditto.
1351 (contained_in): Ditto.
1352 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
1353 block.h. Add opaque declaration for struct block.
1354 * symtab.h: Move block_function and contained_in declarations to
1355 block.h. Add opaque declarations for struct block, struct
1356 blockvector.
1357 (struct block): Move to block.h.
1358 (struct blockvector): Ditto.
1359 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
1360 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
1361 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
1362 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
1363 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
1364 Ditto.
1365 * block.c: New file.
1366 * block.h: New file.
1367
173345b5
TR
13682003-02-19 Theodore A. Roth <troth@openavr.org>
1369
1370 * avr-tdep.c (avr_extract_return_value): Remove function.
1371 (avr_store_return_value): Remove function.
1372 (avr_extract_struct_value_address): Remove function.
1373 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
1374
338ef23d
AC
13752003-02-19 Andrew Cagney <ac131313@redhat.com>
1376
1377 * rs6000-tdep.c: Include "gdb_assert.h".
1378 (registers_e500): Add "acc" and "spefscr".
1379 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
1380 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
1381 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
1382 really is "r0".
1383 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
1384
5412f5f3
KS
13852003-02-18 Keith Seitz <keiths@redhat.com>
1386
1387 * Makefile.in: Add gdbtk-interps.c.
1388
881324eb
KB
13892003-02-18 Kevin Buettner <kevinb@redhat.com>
1390
1391 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
1392 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
1393
6a2f5abf
AC
13942003-02-18 Andrew Cagney <cagney@redhat.com>
1395
1396 * symtab.h (struct objfile): Add opaque declaration.
1397
54c7009d
EZ
13982003-02-18 Elena Zannoni <ezannoni@redhat.com>
1399
1400 From Jim Ingham <jingham@apple.com>:
1401 * dbxread.c (process_one_symbol): Use last_function_start rather
1402 than function_start_offset to find the real beginning of the
1403 current function. The latter is just the text section offset on
1404 some systems, the former is always the real function start.
1405
7ee6d7eb
AC
14062003-02-17 Andrew Cagney <cagney@redhat.com>
1407
1408 * configure.in: Revert ${target} != ${host}.
1409
2846da9b
AC
14102003-02-17 Andrew Cagney <ac131313@redhat.com>
1411
1412 * configure.in (Makefile): Use the test ${target} != ${host},
1413 instead of the absence of the "nm.h" file, to determine of the
1414 configuration non-native.
1415 * configure: Regenerate.
1416
3b27aeea
EZ
14172003-02-14 Elena Zannoni <ezannoni@redhat.com>
1418
1419 From Brian Ford <ford@vss.fsi.com>
1420
1421 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
1422 conditionalize tui_active test.
1423 (lookup_cmd_1): Ditto.
1424
b0b1c2c0
MK
14252003-02-14 Mark Kettenis <kettenis@gnu.org>
1426
1427 * configure.in: Add check for _etext.
1428 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
1429 available.
1430 * config.in, configure: regenerated.
1431
8f05cde5
DJ
14322003-02-14 Daniel Jacobowitz <drow@mvista.com>
1433
1434 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
1435
021e7609
AC
14362003-02-14 Andrew Cagney <ac131313@redhat.com>
1437
1438 * main.c (tui_version): Delete variable.
1439 (captured_main): When --tui, set interpreter_p to "tui" instead of
1440 enabling tui_version.
1441 * printcmd.c (display_command) [TUI]: Test tui_active instead of
1442 tui_version.
1443 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
1444 * cli/cli-cmds.c (disassemble_command): Ditto.
1445 * defs.h (tui_version): Delete declaration.
1446 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
1447 (tui-interp.o): Add rules.
1448 (SUBDIR_TUI_OBS): Add "tui-interp.o".
1449
e325dcec
CF
14502003-02-14 Christopher Faylor <cgf@redhat.com>
1451
36ffb041 1452 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
1453 just-loaded dll.
1454
c4f90d87
JM
14552003-02-12 Jason Molenda (jmolenda@apple.com)
1456
1457 * symmisc.c (print_objfile_statistics): Include information about
1458 the number of psymtabs and symtabs in each object file.
1459
e46e5ccd
KS
14602003-02-13 Keith R Seitz <keiths@redhat.com>
1461
1462 * main.h (struct captured_main_args): Add interpreter_p.
1463 * main.c (captured_main): Initialize interpreter_p from context.
1464 * gdb.c (main): Set interpreter_p argument.
1465 * Makefile.in (gdb.o): Add dependency for interps.h.
1466
fe97fe9c
AC
14672003-02-12 Andrew Cagney <ac131313@redhat.com>
1468
1469 * event-top.c (cli_command_loop): Delete declaration.
1470 (_initialize_event_loop): Delete function setting event_loop_hook.
1471 * event-top.h (cli_command_loop): Declare. Update copyright.
1472 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
1473 * interps.c (current_interp_command_loop): When event_loop_p, call
1474 cli_command_loop.
1475
1cdac4ef
AC
14762003-02-12 Andrew Cagney <ac131313@redhat.com>
1477
1478 * interps.h (interp_command_loop_ftype): Change return type to
1479 void.
1480
48037ead
ML
14812003-02-12 Michal Ludvig <mludvig@suse.cz>
1482
1483 * x86-64-tdep.c (x86_64_extract_return_value)
1484 (x86_64_store_return_value): Use regcache instead of regbuf.
1485 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
1486 * x86-64-linux-nat.c (fill_gregset): Use regcache.
1487
033afc63
AC
14882003-02-11 Andrew Cagney <ac131313@redhat.com>
1489
1490 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
1491 * aclocal.m4: Regenerate.
1492 * configure: Regenerate.
1493
1494 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
1495 TCL_LD_SEARCH_FLAGS.
1496
40d02bca
ML
14972003-02-10 Michal Ludvig <mludvig@suse.cz>
1498
1499 * dwarf2cfi.c: Reindented.
1500
11308a41
AC
15012003-02-09 Andrew Cagney <ac131313@redhat.com>
1502
1503 * interps.c (clear_interpreter_hooks): Convert function definition
1504 to ISO C.
1505
e1c1c0f6
DC
15062003-02-07 David Carlton <carlton@math.stanford.edu>
1507
1508 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
1509
ab5d3da6
KB
15102003-02-07 Kevin Buettner <kevinb@redhat.com>
1511
1512 * gdbtypes.h (struct main_type): Move ``length'' field from here...
1513 (struct type): ...to here.
1514 (TYPE_LENGTH): Adjust to reflect different location of ``length''
1515 field.
1516 * gdbtypes.c (make_qualified_type): Set length on newly created type.
1517 (replace_type): Set length on all type variants for a given type.
1518
b8a92b82
AC
15192003-02-07 Andrew Cagney <ac131313@redhat.com>
1520
1521 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
1522 <sys/stat.h>.
1523 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
1524
5cb316ef
AC
15252003-02-06 Andrew Cagney <ac131313@redhat.com>
1526
2555fe1a
AC
1527 * Makefile.in (symm-nat.o): Update dependencies.
1528 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
1529 (lynx-nat.o, ia64-linux-nat.): Ditto.
1530 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
1531 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
1532 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
1533
44270758
AC
1534 * Makefile.in (inflow_h): Define.
1535 (procfs.o, inflow.o, procfs.o): Update dependencies.
1536 * inftarg.c (child_stop): Delete extern declaration of
1537 inferior_process_group. Include "inflow.h".
1538 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
1539 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
1540 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
1541 (our_process_group, inferior_process_group): Extern declarations.
1542
df8f7274
AC
1543 * procfs.c: Include "gdb_assert.h".
1544
5cb316ef
AC
1545 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1546 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
1547 * jv-typeprint.c (java_type_print_base): Ditto.
1548 * typeprint.c (typedef_print): Eliminate STREQ.
1549 * cli/cli-script.c (define_command, define_command): Ditto.
1550 * main.c (captured_main): Ditto.
1551 * values.c (lookup_internalvar): Ditto.
1552 * utils.c (safe_strerror, parse_escape): Eliminate assignment
1553 within `if' conditional.
1554 * linespec.c (decode_line_2): Ditto.
1555 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
1556 (bfd_openw_with_cleanup): Ditto.
1557
2a28ccea
MK
15582003-02-07 Mark Kettenis <kettenis@gnu.org>
1559
1560 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
1561 legacy_extract_return_value and store_return_value to
1562 legacy_return_value.
1563
786b8124
CF
15642003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
1565
1566 * win32-nat.c (get_relocated_section_addrs): New function. Find
1567 section load addresses for symbol handling in relocated DLLs.
1568 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
1569
b871e4ec
FF
15702003-02-05 Fred Fish <fnf@intrinsity.com>
1571
1572 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
1573 '=' and '!='.
1574 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
1575 with '&' and '=='.
1576 (angel_RDI_info): Ditto.
1577 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
1578 with '&' and '!='.
1579 (threads_continue_all_with_signals): Ditto.
1580
4389a95a
AC
15812003-02-05 Jim Ingham <jingham@apple.com>
1582 Keith Seitz <keiths@redhat.com>
1583 Elena Zannoni <ezannoni@redhat.com>
1584 Andrew Cagney <ac131313@redhat.com>
1585
1586 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
1587 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
1588 (SUBDIR_MI_OBS): Add "mi-interp.o".
1589 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
1590 (SFILES): Add "interps.c".
1591 (COMMON_OBS): Add "interps.o".
1592 (interps_h, mi_main_h): Define.
1593 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
1594 (mi-main.o, main.o, event-top.o): Update dependencies.
1595 * cli/cli-interp.c: New file.
1596 * interps.h, interps.c: New files.
1597 * top.c: (gdb_init): Don't install the default interpreter, handed
1598 by captured_main.
1599 * main.c: Include "interps.h".
1600 (interpreter_p): Note that it should malloc'ed.
1601 (captured_command_loop): Call current_interp_command_loop.
1602 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
1603 xfree and xstrdup when updating interpreter_p. Install the
1604 default interpreter. Add hack to stop mi1's copyright notice
1605 being encoded.
1606 * event-top.h (gdb_setup_readline): Declare.
1607 (gdb_disable_readline): Declare.
1608 * event-top.c: Include "interps.h".
1609 (display_gdb_prompt): Call current_interp_display_prompt_p.
1610 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
1611 gdb_stdlog, and gdb_stdtarg.
1612 (_initialize_event_loop): Don't call gdb_setup_readline.
1613 * cli-out.c (cli_out_set_stream): New function.
1614 * cli-out.h (cli_out_set_stream): Declare.
1615
ff3b5810
MK
16162003-02-06 Mark Kettenis <kettenis@gnu.org>
1617
1618 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
1619 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
1620 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
1621 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
1622 config/i386/i386v42mp.mt: Removed.
1623
5b729aa5
MK
16242003-02-05 Mark Kettenis <kettenis@gnu.org>
1625
1626 * configure.tgt (*-*-solaris*): Set gdb_osabi to
1627 GDB_OSABI_SOLARIS.
1628
8cc15142
MC
16292003-02-05 Michael Chastain <mec@shout.net>
1630
1631 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
1632 2.12.1 and earlier versions.
1633
5aa5d4b9
AC
16342003-02-05 Andrew Cagney <ac131313@redhat.com>
1635
1636 Remove orphaned hosts, targets and files.
1637 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
1638 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
1639 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
1640 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
1641 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
1642 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
1643 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
1644 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
1645 * config/sparc/tm-sp64sim.h: Delete.
1646 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
1647 hosts.
1648 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
1649 mips*-dec-mach3* targets.
1650
b68767c1
MC
16512003-02-04 Michael Chastain <mec@shout.net>
1652
1653 * NEWS: Fix typo: sepcifying -> specifying.
1654
5ae7ca1d
MC
16552003-02-04 Michael Chastain <mec@shout.net>
1656
1657 * dwarfread.c: Add documentation on the state of dwarf-1,
1658 looking towards obsoletion.
1659
d08a4280
MC
16602003-02-03 Michael Chastain <mec@shout.net>
1661
1662 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
1663 gdb/testsuite/gdb.c++/pr-1023.exp.
1664
e9be73e4
AC
16652003-02-04 Andrew Cagney <ac131313@redhat.com>
1666
1667 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
1668 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
1669
1670 * utils.c (init_page_info): Delete reference to MPW in comments.
1671 * main.c (captured_main): Delete #ifdef MPW.
1672
05d57f6f
AC
16732003-02-04 Andrew Cagney <ac131313@redhat.com>
1674
1675 * NEWS: Note that the m32r-*-elf* is obsolete.
1676 * monitor.c (monitor_expect): Obsolete reference to m32r.
1677 * configure.tgt: Mark m32r-*-elf* as obsolete.
1678 * MAINTAINERS: Mark m32k as obsolete.
1679 * m32r-rom.c: Obsolete file.
1680 * config/m32r/m32r.mt: Obsolete file.
1681 * config/m32r/tm-m32r.h: Obsolete file.
1682 * m32r-stub.c: Obsolete file.
1683 * m32r-tdep.c: Obsolete file.
1684
8b0e5691
AC
16852003-02-04 Andrew Cagney <ac131313@redhat.com>
1686
1687 * NEWS: Mention that the z8k-zilog-none is obsolete.
1688 * MAINTAINERS: Mark z8k as obsolete.
1689 * configure.tgt: Obsolete the z8k-*-coff* target.
1690 * config/z8k/z8k.mt: Obsolete file.
1691 * config/z8k/tm-z8k.h: Obsolete file.
1692 * z8k-tdep.c: Obsolete file.
1693
67f16606
AC
16942003-02-04 Andrew Cagney <ac131313@redhat.com>
1695
1696 * NEWS: Mention that the mn10200-elf is obsolete.
1697 * configure.tgt: Obsolete mn10200-*-* target.
1698 * breakpoint.c (update_breakpoints_after_exec): Update comment to
1699 mention that the mn10200 is obsolete.
1700 * breakpoint.h: Ditto.
1701 * MAINTAINERS: Mark the mn10200-elf as obsolete.
1702 * config/mn10200/mn10200.mt: Obsolete file.
1703 * config/mn10200/tm-mn10200.h: Obsolete file.
1704 * mn10200-tdep.c: Obsolete file.
1705
fd2299bd
AC
17062003-02-04 Andrew Cagney <ac131313@redhat.com>
1707
1708 * MAINTAINERS: Mark h8500 as obsolete.
1709 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
1710 * findvar.c (value_from_register): Ditto.
1711 * h8500-tdep.c: Mark file as obsolete.
1712 * config/h8500/h8500.mt: Ditto.
1713 * config/h8500/tm-h8500.h: Ditto.
1714 * NEWS: Mention that h8500 is obsolete.
1715
eb9a305d
DC
17162003-02-04 David Carlton <carlton@math.stanford.edu>
1717
1718 * objfiles.c (allocate_objfile): Always set name. Add comment at
1719 start of function.
1720 * jv-lang.c (get_dynamics_objfile): Add comment.
1721
406fc7fb
DC
17222003-02-04 David Carlton <carlton@math.stanford.edu>
1723
1724 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
1725 * printcmd.c (build_address_symbolic): Replace uses of
1726 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
1727 SYMBOL_NAME, and asm_demangle.
1728 Update copyright.
1729
93d91629
DC
17302003-02-04 David Carlton <carlton@math.stanford.edu>
1731
1732 * linespec.c (decode_compound): Extract code into
1733 lookup_prefix_sym.
1734 (lookup_prefix_sym): New function.
1735
1c5cb38e
DC
17362003-02-04 David Carlton <carlton@math.stanford.edu>
1737
1738 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
1739 FLOAT_COERCION_BADNESS.
1740 * gdbtypes.c (rank_one_type): Replace all uses of
1741 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
1742
0cf824c9
JB
17432003-02-04 Jim Blandy <jimb@redhat.com>
1744
1745 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
1746 section, let dwarf_macinfo_section point to it, not
1747 dwarf_loc_section.
1748
a2d356b0
DJ
17492003-02-04 Daniel Jacobowitz <drow@mvista.com>
1750
1751 Pointed out by Anton Blanchard <anton@samba.org>.
1752 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
1753 (ppc_linux_at_sigtramp_return_path): Use it.
1754
2de7ced7
DJ
17552003-02-04 Daniel Jacobowitz <drow@mvista.com>
1756
1757 * defs.h (streq): Add prototype.
1758 * utils.c (streq): New function.
1759
1760 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
1761 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
1762 * mdebugread.c (new_symbol): Likewise.
1763 * stabsread.c (define_symbol): Likewise.
1764 * coffread.c (process_coff_symbol): Likewise.
1765 * dwarfread.c (new_symbol): Likewise.
1766
1767 * minsyms.c (prim_record_minimal_symbol_and_info): Use
1768 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
1769 here.
1770 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
1771 SYMBOL_INIT_DEMANGLED_NAME.
1772 * objfiles.c: Include "hashtab.h".
1773 (allocate_objfile): Call htab_set_functions_ex for the
1774 demangled_names_hash.
1775 (free_objfile): Call htab_delete for the demangled_names_hash.
1776 * objfiles.h (struct htab): Add declaration.
1777 (struct objfile): Add demangled_names_hash.
1778 * symfile.c: Include "hashtab.h".
1779 (reread_symbols): Call htab_delete for the demangled_names_hash.
1780 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
1781 SYMBOL_NAME in the bcache.
1782 * symtab.c: Include "hashtab.h". Update comments.
1783 (create_demangled_names_hash, symbol_set_names): New functions.
1784 (symbol_find_demangled_name): New function, broken out from
1785 symbol_init_demangled_names.
1786 (symbol_init_demangled_names): Use it.
1787 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
1788 (SYMBOL_SET_NAMES): New macro.
1789 (symbol_set_names): Add prototype.
1790
15831452
JB
17912003-02-03 Jim Blandy <jimb@redhat.com>
1792
1793 Use a single, consistent representation for an empty minimal
1794 symbol table in an objfile.
1795 * objfiles.c (terminate_minimal_symbol_table): New function.
1796 (allocate_objfile): Call it.
1797 * objfiles.h (terminate_minimal_symbol_table): New declaration.
1798 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
1799 non-NULL.
1800 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
1801 objfile has minimal symbols, compare minimal_symbol_count to zero,
1802 instead of comparing msymbols with NULL.
1803 * objfiles.c (have_minimal_symbols): Same.
1804 * solib-sunos.c (solib_add_common_symbols): Call
1805 terminate_minimal_symbol_table.
1806 * symfile.c (reread_symbols): Same.
1807
ffc65945
KB
18082003-02-03 Kevin Buettner <kevinb@redhat.com>
1809
1810 * s390-tdep.c (s390_address_class_type_flags)
1811 (s390_address_class_type_flags_to_name)
1812 (s390_address_class_name_to_type_flags): New functions.
1813 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
1814 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
1815
f211c6d4
MS
18162003-02-03 Michael Snyder <msnyder@redhat.com>
1817
1818 * arm-tdep.c: Fix spell-o in comment.
1819
659b0389
ML
18202003-02-03 Michal Ludvig <mludvig@suse.cz>
1821
1822 * dwarf2cfi.c (pointer_encoding): Added new parameter.
1823 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
1824 error messages to contain BFD filename.
1825
3b31d625
EZ
18262003-02-02 Elena Zannoni <ezannoni@redhat.com>
1827
997b089a 1828 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
1829 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
1830 (do_mixed_source_and_assembly): Use
1831 make_cleanup_ui_out_tuple_begin_end and
1832 make_cleanup_ui_out_tuple_begin_end.
1833 (do_mixed_source_and_assembly): Ditto.
1834 * thread.c (do_captured_list_thread_ids): Ditto.
1835 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
1836 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
1837 ui_out_tuple_end): Delete prototypes.
1838 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
1839 ui_out_list_end, ui_out_tuple_end): Delete.
1840
1841 From Kevin Buettner <kevinb@redhat.com>:
1842 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
1843 * ui-out.c (make_cleanup_ui_out_table_begin_end)
1844 (do_cleanup_table_end): New functions.
1845 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
1846 Use cleanups to invoke_ui_out_tuple_end().
1847 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
1848 * cli/cli-setshow.c (cmd_show_list): Use
1849 make_cleanup_ui_out_tuple_begin_end.
1850
5b181d62
AC
18512003-02-02 Andrew Cagney <ac131313@redhat.com>
1852
1853 * frame.c (frame_unwind_register): New function.
1854 (frame_unwind_unsigned_register): Use.
1855 (frame_unwind_signed_register): Use.
1856 (frame_read_register): New function.
1857 * frame.h (frame_unwind_register): Declare.
1858 (frame_read_register): Declare.
1859
1860 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
1861 and frame_unwind_register instead of read_memory, write_register
1862 and deprecated_write_register_bytes.
1863
5f601589
AC
18642003-02-02 Andrew Cagney <ac131313@redhat.com>
1865
1866 * frame.h: Note that namelen can be negative.
1867 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
1868 NAME's length.
1869
1870 * NEWS: Mention that the d10v's `regs' command is deprecated.
1871 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
1872 (d10v_print_registers_info): New function.
1873 (show_regs): Call d10v_print_registers_info.
1874 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
1875
6a3fe0a4
MK
18762003-02-02 Mark Kettenis <kettenis@gnu.org>
1877
1878 * stack.c (print_frame_info): Restore call to annotate_frame_begin
1879 lost in the previous patch.
1880
075559bc
AC
18812003-02-01 Andrew Cagney <ac131313@redhat.com>
1882
1883 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
1884 * stack.c (print_frame_info_base): Output complete FRAME tuple
1885 for synthesized frames.
1886
6789195b
AC
18872003-02-02 Andrew Cagney <ac131313@redhat.com>
1888
1889 * mips-nat.c (zerobuf): Delete.
1890 (fetch_inferior_registers): Alloc local zerobuf.
1891 (fetch_core_registers): Alloc local zerobuf.
1892 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
1893 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
1894 * thread-db.c (thread_db_store_registers): Ditto.
1895 * sh-tdep.c (sh_do_register): Ditto.
1896 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1897 * remote-sim.c (gdbsim_store_register): Ditto.
1898 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1899 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1900 * monitor.c (monitor_supply_register): Ditto.
1901 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
1902 * mips-nat.c (fetch_inferior_registers): Ditto.
1903 * m68klinux-nat.c (fetch_register): Ditto.
1904 * lynx-nat.c (fetch_inferior_registers): Ditto.
1905 (fetch_inferior_registers): Ditto.
1906 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
1907 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1908 (hpux_thread_store_registers): Ditto.
1909 * hppah-nat.c (fetch_register): Ditto.
1910 * hppab-nat.c (fetch_register): Ditto.
1911 * hppa-tdep.c (pa_register_look_aside): Ditto.
1912 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
1913 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
1914
e669114a
AC
19152003-02-01 Andrew Cagney <ac131313@redhat.com>
1916
1917 * gdbarch.sh: Explictly specify all method levels. When a
1918 variable with an empty level, provide a non-multi-arch default.
1919 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
1920 * gdbarch.h: Re-generate.
1921 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
1922 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
1923
9a043c1d
AC
19242003-02-01 Andrew Cagney <ac131313@redhat.com>
1925
1926 * defs.h (host_pointer_to_address): Delete declaration.
1927 (address_to_host_pointer): Delete declaration.
1928 * utils.c (host_pointer_to_address): Delete function.
1929 (address_to_host_pointer): Delete function.
1930 * procfs.c (procfs_address_to_host_pointer): New function.
1931 * procfs.c (proc_set_watchpoint): Use.
1932 (procfs_can_use_hw_breakpoint): Update comments.
1933 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
1934 (som_solib_add): Use.
1935 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
1936 * hppa-tdep.c (unwind_command): Use.
1937
7ca9f392
AC
19382003-02-01 Andrew Cagney <ac131313@redhat.com>
1939
94bbfd30
AC
1940 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
1941 strlen d_name.
1942
7ca9f392
AC
1943 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
1944 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
1945 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
1946 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
1947 (define_symbol): Update.
1948 * symfile.c (generic_load): Remove references to nindy.
1949 * symtab.c: Remove references to nindy.
1950
31a85ea2
AC
19512003-02-01 Andrew Cagney <ac131313@redhat.com>
1952
1953 * infcmd.c (print_float_info): Delete code conditional on
1954 FLOAT_INFO.
1955 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
1956 * config/m68k/nm-apollo68b.h: Ditto.
1957 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
1958 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
1959 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
1960
f6e85fc8
MK
19612003-02-01 Mark Kettenis <kettenis@gnu.org>
1962
6015b6a0
MK
1963 * config/i386/tm-i386os9k.h: Removed.
1964
f7a30bdf
MK
1965 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
1966 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
1967 they're identical to i[3456]86-*-sysv* now.
1968 * config/i386/i386v32.mh: Removed.
1969 * config/i386/xm-i386v32.h: Removed.
1970 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
1971
28d52111
MK
1972 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
1973
4d3f6bce
MK
1974 * config/i386/i386dgux.mh: Removed.
1975 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
1976
f6e85fc8
MK
1977 * configure.in: Fix typo.
1978 * configure: Regenerated.
1979
53955967
DC
19802003-01-31 David Carlton <carlton@math.stanford.edu>
1981
1982 * dwarf2read.c (dwarf2_locate_sections): Set
1983 dwarf_ranges_section.
1984
b1364885
AC
19852003-01-31 Andrew Cagney <ac131313@redhat.com>
1986
8dbb1c65
AC
1987 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
1988 * utils.c: Update comments documenting legitimate uses of PTR.
1989
8731e58e
AC
1990 * utils.c: Re-indent.
1991
b1364885
AC
1992 * config/djgpp/fnchange.lst: Delete nindy files.
1993 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
1994 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
1995 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
1996 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
1997 * nindy-share/README, nindy-share/Onindy.c: Delete files.
1998 * nindy-tdep.c, nindy-share/Makefile: Delete files.
1999 * Makefile.in (init.c): Remove nindy references.
2000 (saber_gdb): Delete rule.
2001 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
2002 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
2003 and a68v-nat.c.
2004 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
2005 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
2006 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
2007 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
2008 nindy-share/stop.h.
2009 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
2010 * saber.suppress: Delete file.
2011
086df311
DJ
20122003-01-31 Daniel Jacobowitz <drow@mvista.com>
2013
2014 * dbxread.c (stabs_data): New static variable.
2015 (fill_symbuf): Support an in-memory buffer for stabs data.
2016 (stabs_seek): New function.
2017 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
2018 (read_ofile_symtab): Use stabs_seek.
2019 (elfstab_build_psymtabs): Take an asection* instead of
2020 an offset and size. Relocate the stabs data if necessary.
2021 Save the section* for dbx_psymtab_to_symtab.
2022 * dwarf2read.c: Add section variables for each debug section.
2023 (dwarf2_locate_sections): Fill them in.
2024 (dwarf2_read_section): Take an asection* argument.
2025 Relocate the section contents if necessary.
2026 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
2027 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
2028 it to dwarf2_read_section.
2029 (dwarf2_build_frame_info): Update callers.
2030 * elfread.c (elf_symfile_read): Update call to
2031 elfstab_build_psymtabs.
2032 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
2033 (DBX_STAB_SECTION): New macro.
2034 * stabsread.h (elfstab_build_psymtabs): Update prototype.
2035 * symfile.c (symfile_dummy_outputs): New function.
2036 (symfile_relocate_debug_section): New function.
2037 * symfile.h (symfile_relocate_debug_section): Add prototype.
2038
87d1b352
RH
20392003-01-31 Richard Henderson <rth@redhat.com>
2040
2041 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
2042 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
2043 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
2044 * alpha-tdep.c (alpha_register_name): Add "unique".
2045 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
2046 (ALPHA_UNIQUE_REGNUM): New.
2047 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
2048
c48861fb
AC
20492003-01-31 Andrew Cagney <ac131313@redhat.com>
2050
2051 * README: Remove reference to Ericsson 1800 monitor.
2052 * Makefile.in (remote-es.o): Delete rule.
2053 (ALLDEPFILES): Delete remote-es.c.
2054 * remote-es.c: Delete file.
2055 * config/m68k/es1800.mt: Delete file.
2056 * config/djgpp/fnchange.lst: Update.
2057 * configure.tgt: Delete m68*-ericsson-* target.
2058
d764a824
AF
20592003-01-31 Adam Fedor <fedor@gnu.org>
2060
2061 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
2062 Remove duplicate/shadowing variable of same name.
2063
fe36c4f4
JB
20642003-01-30 Jim Blandy <jimb@redhat.com>
2065
2066 * symfile.c (find_separate_debug_file): Assert that the objfile's
2067 directory name we compute ends with a slash, and then assume that
2068 that's so everywhere we use it.
2069
cb741690
DJ
20702003-01-30 Daniel Jacobowitz <drow@mvista.com>
2071
2072 * valops.c (value_assign): Flush frame cache after stores to memory
2073 also.
2074
96ee5227
AC
20752003-01-30 Andrew Cagney <ac131313@redhat.com>
2076
2077 * Makefile.in (mon960-rom.o): Delete rule.
2078 * mon960-rom.c: Delete file.
2079
7f6104a9
AC
20802003-01-30 Andrew Cagney <ac131313@redhat.com>
2081
2082 * d10v-tdep.c: Include "frame-unwind.h".
2083 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
2084 list.
2085 (next_addr, uses_frame): Delete.
2086 (struct d10v_unwind_cache): Define.
2087 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
2088 Use info instead of next_addr and uses_frame globals.
2089 (d10v_frame_init_saved_regs): Delete function.
2090 (d10v_init_extra_frame_info): Delete function.
2091 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
2092 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
2093 init_frame_pc or frame_saved_pc.
2094 (d10v_pop_frame): Delete function.
2095 (do_d10v_pop_frame): Delete function.
2096 (d10v_frame_chain): Delete function.
2097 (d10v_frame_chain_valid): Delete function.
2098 (d10v_frame_pc_unwind): New function.
2099 (d10v_frame_id_unwind): New function.
2100 (saved_regs_unwinder): New function.
2101 (d10v_frame_register_unwind): New function.
2102 (d10v_frame_pop): New function.
2103 (d10v_frame_unwind): New variable.
2104 (d10v_frame_p): New function.
2105 (d10v_frame_saved_pc): Delete function.
2106 * Makefile.in (d10v-tdep.o): Update dependencies.
2107
cad2e848
JB
21082003-01-30 J. Brobecker <brobecker@gnat.com>
2109
2110 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
2111 causing some regressions due to a change in the default value
2112 for this macro.
2113
af34e669
DJ
21142003-01-29 Richard Henderson <rth@redhat.com>
2115 Elena Zannoni <ezannoni@redhat.com>
2116 Daniel Jacobowitz <drow@mvista.com>
2117
2118 Fix PR gdb/961.
2119 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
2120 variables.
2121 (RANGES_SECTION): New.
2122 (dwarf_ranges_buffer): New variable.
2123 (struct comp_unit_head): Add member "die".
2124 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
2125 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
2126 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
2127 (dwarf2_locate_sections): Likewise.
2128 (dwarf2_build_psymtabs): Read .debug_ranges.
2129 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
2130 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
2131 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
2132 Look for DW_AT_ranges and return the bounding box.
2133
baa93fa6
CF
21342003-01-29 Brian Ford <ford@vss.fsi.com>
2135
2136 * win32-nat.c (cygwin_pid): Removed as unused.
2137 (child_attach): Try fall back to Cygwin pid.
2138
c63f977f
JB
21392003-01-29 Jim Blandy <jimb@redhat.com>
2140
2141 * objfiles.h (struct objfile): Doc fix.
2142
d62d1979
AC
21432003-01-29 Andrew Cagney <ac131313@redhat.com>
2144
2145 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
2146 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
2147 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
2148 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
2149 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
2150 (FRAME_SAVED_PC): Change to a function with predicate.
2151 * gdbarch.h, gdbarch.c: Re-generate.
2152
1ae18a04
AC
21532003-01-28 Andrew Cagney <ac131313@redhat.com>
2154
52287340
AC
2155 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
2156
1ae18a04
AC
2157 * complaints.c (complain): Delete function.
2158 * complaints.h (struct deprecated_complaint): Delete definition.
2159 (complain): Delete declaration.
2160
f2c16bd6
KB
21612003-01-28 Kevin Buettner <kevinb@redhat.com>
2162
2163 * mips-tdep.c (mips_init_extra_frame_info): Return early for
2164 dummy frames.
2165
a94dd1fd
AC
21662003-01-27 Andrew Cagney <ac131313@redhat.com>
2167
2168 * sentinel-frame.h, sentinel-frame.c: New files.
2169 * Makefile.in (frame.o): Update dependencies.
2170 (SFILES): Add sentinel-frame.c.
2171 (sentinel_frame_h): Define.
2172 (COMMON_OBS): Add sentinel-frame.o.
2173 (sentinel-frame.o): Specify dependencies.
2174 * frame.c: Include "sentinel-frame.h".
2175 (frame_register_unwind): Rewrite assuming that there is always a a
2176 ->next frame.
2177 (frame_register, generic_unwind_get_saved_register): Ditto.
2178 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
2179 (create_sentinel_frame, unwind_to_current_frame): New functions.
2180 (get_current_frame): Rewrite using create_sentinel_frame and
2181 unwind_to_current_frame. When possible, always create a frame.
2182 (create_new_frame): Set next to the sentinel frame.
2183 (get_next_frame): Rewrite. Don't go below the level 0 frame.
2184 (deprecated_update_frame_pc_hack): Update the next frame's PC and
2185 ID cache when necessary.
2186 (frame_saved_regs_id_unwind): Use frame_relative_level.
2187 (deprecated_generic_get_saved_register): Use frame_relative_level,
2188 get_frame_saved_regs, get_frame_pc, get_frame_base and
2189 get_next_frame.
2190 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
2191 frame_register.
2192
5378adc4
DJ
21932003-01-27 Daniel Jacobowitz <drow@mvista.com>
2194
2195 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
2196
51ee2ddc
DJ
21972003-01-27 Daniel Jacobowitz <drow@mvista.com>
2198
2199 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
2200 (maintenance_set_profile_cmd): Use error () instead of warning ().
2201
d9feb4e7
DJ
22022003-01-27 Daniel Jacobowitz <drow@mvista.com>
2203
2204 * configure.in: Check that -pg works if using --enable-profiling.
2205 Check for monstartup and _mcleanup regardless of --enable-profiling.
2206 * maint.c: Check for monstartup and _mcleanup before using them.
2207 * config.in: Regenerated.
2208 * configure: Regenerated.
2209
2d188dd3
NC
22102003-01-24 Nick Clifton <nickc@redhat.com>
2211
2212 * Add sh2e support:
2213
2214 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
2215
2216 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
2217 (sh2e_show_regs): New.
2218 (sh_gdbarch_init): Handle bfd_mach_sh2e.
2219 * config/sh/tm-sh.h: Added sh2e to comments.
2220
cb3c37b2
JB
22212003-01-23 Jim Blandy <jimb@redhat.com>
2222
2223 * symfile.c (syms_from_objfile): Don't print the "(no debugging
2224 symbols found)" message here; we haven't checked for a separate
2225 debug info file yet, so we don't know yet.
2226 (symbol_file_add_with_addrs_or_offsets): Print it here, after
2227 we've looked everywhere. Also, there's no need to print a special
2228 message when we're loading the separate debug info file: the one
2229 symbol_file_add prints is fine.
2230
5b5d99cf
JB
22312003-01-23 Alexander Larsson <alexl@redhat.com>
2232 Jim Blandy <jimb@redhat.com>
2233
2234 Add support for executables whose debug info has been separated
2235 out into a separate file, leaving only a link behind.
2236 * objfiles.h (struct objfile): New fields: separate_debug_objfile
2237 and separate_debug_objfile_backlink.
2238 (put_objfile_before): New declaration.
2239 * symfile.c: #include "filenames.h".
2240 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
2241 debug info in a separate file, read that, too. Save the addrs
2242 argument, so we can use it again to read the separated debug info;
2243 syms_from_objfile modifies the table we pass it.
2244 (reread_symbols): After re-reading an objfile, call
2245 reread_separate_symbols to refresh its separate debug info
2246 objfile, if it has one.
2247 (reread_separate_symbols, find_separate_debug_file,
2248 get_debug_link_info, separate_debug_file_exists): New functions.
2249 (debug_file_directory): New global var.
2250 (_initialize_symfile): Initialize debug_file_directory, and
2251 provide the new `set debug-file-directory' command to let the user
2252 change it.
2253 * objfiles.c (free_objfile): If this objfile has its debug info in
2254 a separate objfile, free that one too. If this is itself a
2255 separate debug info objfile, clear our parent's backlink.
2256 (put_objfile_before): New function.
2257 * utils.c (gnu_debuglink_crc32): New function.
2258 * defs.h (gnu_debuglink_crc32): New declaration.
2259 * Makefile.in (symfile.o): Note dependency on "filenames.h".
2260 * configure.in: Handle --with-separate-debug-dir config option.
2261 * acinclude.m4 (AC_DEFINE_DIR): New macro.
2262 * acconfig.h (DEBUGDIR): New macro.
2263 * configure, aclocal.m4, config.in: Regenerated.
2264
7e8580c1
JB
22652003-01-22 Jim Blandy <jimb@redhat.com>
2266
7904e09f
JB
2267 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
2268 like the old symbol_file_add, but taking new arguments: you can
2269 now pass in either a `struct section_addr_info' list to say where
2270 each section is loaded, or a `struct section_offsets' table. Pass
2271 these new arguments through to syms_from_objfile as appropriate.
2272 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
2273 with the appropriate quiescent values for the new arguments.
2274
7e8580c1
JB
2275 * symfile.c: #include "gdb_assert.h".
2276 (syms_from_objfile): Add the ability to pass in a section offset
2277 table directly, as an alternative to the section_addr_info table.
2278 Document arguments better.
2279 (symbol_file_add): Pass extra arguments to syms_from_objfile.
2280 * symfile.h (syms_from_objfile): Update declaration.
2281 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
2282 syms_from_objfile.
2283 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
2284
d28f9cdf
DJ
22852003-01-22 Daniel Jacobowitz <drow@mvista.com>
2286
2287 Original patch by Tom Tromey <tromey@cygnus.com> and
2288 Jason Molenda <jmolenda@apple.com>.
2289 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
2290 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
2291 * NEWS: Mention profiling.
2292 * configure.in (--enable-gdbtk): Fix typo.
2293 (--enable-profiling): New. Set PROFILE_CFLAGS.
2294 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
2295 Fill in function.
2296 (profiling_state): New variable.
2297 (mcleanup_wrapper): New function.
2298 (_initialize_maint): Remove NOTYET, fix call to
2299 add_setshow_boolean_cmd for "maint set profile".
2300 * configure: Regenerated.
2301
df21e465
MH
23022003-01-21 Martin M. Hunt <hunt@redhat.com>
2303
2304 * Makefile.in (install-gdbtk): Install PNG images too.
2305
73c1f219
AC
23062003-01-21 Andrew Cagney <ac131313@redhat.com>
2307
2308 * exec.c (text_start): Delete global variable.
2309 (exec_file_attach): Make text_start local to the function.
2310 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
2311 * valops.c (hand_function_call): Delete code that handles
2312 BEFORE_TEXT_END and AFTER_TEXT_END.
2313 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
2314 of CALL_DUMMY_LOCATION.
2315 * gdbarch.c: Regenerate.
2316 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
2317 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
2318 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
2319 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
2320 (text_end): Delete extern declaration.
2321
eb4f72c5
AC
23222003-01-21 Andrew Cagney <ac131313@redhat.com>
2323
2324 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
2325 * blockframe.c (backtrace_below_main): Move to "frame.c".
2326 (frame_chain_valid): Delete check for backtrace_below_main.
2327 (_initialize_blockframe): Delete initialization, move ``set
2328 backtrace-below-main'' command to "frame.c".
2329 (do_flush_frames_sfunc): Delete function.
2330 * frame.c: Include "command.h" and "gdbcmd.h".
2331 (frame_type_from_pc): New function.
2332 (create_new_frame): Use frame_type_from_pc.
2333 (legacy_get_prev_frame): New function.
2334 (get_prev_frame): Rewrite. When an old style frame, call
2335 legacy_get_prev_frame. Otherwize, unwind the PC first.
2336 (_initialize_frame): Add ``set backtrace-below-main'' command.
2337 * Makefile.in (frame.o): Update dependencies.
2338
778ce8cc
AC
23392003-01-19 Andrew Cagney <ac131313@redhat.com>
2340
2341 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
2342 DEPRECATED_REGISTERS_INFO.
2343
01c193c8
AC
23442003-01-19 Andrew Cagney <ac131313@redhat.com>
2345
2346 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
2347 Maintainers'. Update `Various Maintainers'.
2348
dedc2a2b
AC
23492003-01-19 Andrew Cagney <ac131313@redhat.com>
2350
2351 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
2352 * gdbarch.sh (POP_FRAME): Change to function with predicate.
2353 Suppress actual parameters when `-'.
2354 * gdbarch.h, gdbarch.c: Regenerate.
2355
b7261c70
AC
23562003-01-19 Andrew Cagney <ac131313@redhat.com>
2357
2358 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
2359 code handling dummy frames.
2360
dbe9fe58
AC
23612003-01-19 Andrew Cagney <ac131313@redhat.com>
2362
2363 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
2364 (struct frame_unwind): Add field pop.
2365 * frame.h (frame_pop): Declare.
2366 * frame.c (frame_saved_regs_pop): New function.
2367 (trad_frame_unwinder): Add frame_saved_regs_pop.
2368 (frame_pop): New function.
2369 * dummy-frame.c (dummy_frame_pop): New function.
2370 (discard_innermost_dummy): New function.
2371 (generic_pop_dummy_frame): Use discard_innermost_dummy.
2372 (dummy_frame_unwind): Add dummy_frame_pop.
2373 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
2374 * valops.c (hand_function_call): Ditto.
2375 * stack.c (return_command): Ditto.
2376
570b8f7c
AC
23772003-01-18 Andrew Cagney <ac131313@redhat.com>
2378
2379 * cris-tdep.c: Fix function declaration indentation.
2380 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
2381 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
2382 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
2383 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
2384 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
2385 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
2386
23872003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
2388
2389 * README (Unpacking and Installation -- quick overview):
2390 Warn against ".../gdb-5.3/gdb/configure".
2391
494cca16
AC
23922003-01-18 Andrew Cagney <ac131313@redhat.com>
2393
2394 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
2395 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2396 (struct frame_unwind): Declare opaque.
2397 (dummy_frame_p): Declare function.
2398 * dummy-frame.c (dummy_frame_id_unwind): Make static.
2399 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
2400 * dummy-frame.c: Include "frame-unwind.h".
2401 (dummy_frame_p): New function.
2402 (dummy_frame_unwind): New variable.
2403 * frame.c: Include "frame-unwind.h".
2404 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
2405 to use the new unwind field.
2406 (set_unwind_by_pc): Delete function.
2407 (create_new_frame, get_prev_frame): Set unwind field using
2408 frame_unwind_find_by_pc.
2409 (trad_frame_unwind, trad_frame_unwinder): New variables.
2410 * frame.h (trad_frame_unwind): Declare variable.
2411 (frame_id_unwind_ftype): Delete declaration.
2412 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
2413 (struct frame_unwind): Declare opaque.
2414 (struct frame_info): Replace the fields id_unwind, pc_unwind and
2415 register_unwind with a single unwind pointer.
2416 * frame-unwind.h, frame-unwind.c: New files.
2417 * Makefile.in (SFILES): Add frame-unwind.c.
2418 (frame_unwind_h): Define.
2419 (COMMON_OBS): Add frame-unwind.o.
2420 (frame-unwind.o): Specify dependencies.
2421 (frame.o, dummy-frame.o): Update dependencies.
2422
4efb68b1
AC
24232003-01-18 Andrew Cagney <ac131313@redhat.com>
2424
2425 * ada-valprint.c: Eliminate PTR.
2426 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
2427 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
2428 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
2429 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
2430 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
2431 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
2432 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
2433
a84d24ee
AC
24342003-01-17 Andrew Cagney <ac131313@redhat.com>
2435
762f08a3
AC
2436 * main.c (captured_main): Don't use PTR.
2437 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
2438 * gdbtypes.c (lookup_primitive_typename): Ditto.
2439 (lookup_struct_elt_type): Ditto.
2440 * f-valprint.c (info_common_command): Ditto.
2441 (list_all_visible_commons): Ditto.
2442 * jv-typeprint.c (java_type_print_base): Ditto.
2443
a84d24ee
AC
2444 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
2445 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
2446 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
2447 i386-interix-nat.c and i386-interix-tdep.c. Rename
2448 m68klinux-nat.c and m68klinux-tdep.c. Rename
2449 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
2450 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
2451 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
2452 * main.c (captured_main): Use xfree, not free.
2453
c170fb60
AC
24542003-01-16 Andrew Cagney <ac131313@redhat.com>
2455
2456 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
2457 ID back using a parameter.
2458 * frame.c (frame_id_unwind): Update call.
2459 (frame_saved_regs_id_unwind): Update.
2460 * dummy-frame.c (dummy_frame_id_unwind): Update function.
2461 * dummy-frame.h (struct frame_id): Add opaque declaration.
2462 (dummy_frame_id_unwind): Update declaration.
2463
867f3898
AC
24642003-01-15 Andrew Cagney <ac131313@redhat.com>
2465
2466 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
2467
40622be8 24682003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 2469
40622be8 2470 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 2471
ae66c1fc
EZ
24722003-01-14 Elena Zannoni <ezannoni@redhat.com>
2473
997b089a 2474 Fix PR gdb/898
ae66c1fc
EZ
2475 * breakpoint.c (until_break_command): Add new argument. Use it to
2476 decide whether to stop only at the current frame or not.
2477 * breakpoint.h (until_break_command): Update prototype.
2478 * infcmd.c (until_command): Add new argument to until_break_command
2479 call.
2480 (advance_command): New function.
2481 (_initialize_infcmd): Update help string for 'until' command.
2482 Add new 'advance' command.
2483
a04257e6
DC
24842003-01-14 David Carlton <carlton@math.stanford.edu>
2485
2486 * linespec.c (decode_line_1): Normalize comments.
2487 (set_flags): Ditto.
2488 (locate_first_half): Ditto.
2489 (decode_compound): Ditto.
2490 (symtab_from_filename): Ditto.
2491 (decode_all_digits): Ditto.
2492 (decode_dollar): Ditto.
2493 (find_methods): Ditto.
2494 (find_toplevel_char): Ditto.
2495
1bac305b
AC
24962003-01-13 Andrew Cagney <ac131313@redhat.com>
2497
2498 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
2499 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
2500 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
2501 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
2502 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
2503 * language.c, language.h, m32r-tdep.c: Update copyright.
2504 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
2505 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
2506 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
2507 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
2508 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
2509 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
2510
25caa7a8
EZ
25112003-01-13 Elena Zannoni <ezannoni@redhat.com>
2512
2513 * stabsread.h (process_later, resolve_cfront_continuation):
2514 Obsolete.
2515 Update copyright years.
2516 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
2517 Update copyright year.
2518 * dbxread.c(struct cont_elem): Obsolete.
2519 (process_later, process_now): Obsolete functions.
2520 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
2521 Update copyright year.
2522 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
2523 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
2524 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
2525 (parse_partial_symbols): Obsolete cfront support.
2526 * stabsread.c
2527 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
2528 macros.
2529 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
2530 read_cfront_baseclasses, read_cfront_member_functions,
2531 resolve_cfront_continuation,read_cfront_static_fields,
2532 copy_cfront_struct_fields): Obsolete functions.
2533 (define_symbol, read_one_struct_field): Obsolete cfront support.
2534 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
2535 Update Copyright year.
2536
7789c6f5
EZ
25372003-01-13 Elena Zannoni <ezannoni@redhat.com>
2538
2539 * stack.c (print_frame_info, print_stack_frame_base_stub,
2540 print_stack_frame_base, show_and_print_stack_frame_stub,
2541 show_and_print_stack_frame, print_only_stack_frame_stub,
2542 print_only_stack_frame): Delete functions.
2543 (print_stack_frame_stub): Call print_frame_info instead of
2544 print_frame_info_base.
2545 (print_frame_info_base): Rename to print_frame_info.
2546 (backtrace_command_1): Call print_frame_info, instead of
2547 print_frame_info_base.
2548 (current_frame_command): Call print_stack_frame, instead of
2549 print_only_stack_frame.
2550 (frame_command): Call print_stack_frame, instead of
2551 show_and_print_stack_frame.
2552 (up_command): Ditto.
2553 (down_command): Ditto.
2554 * frame.h (print_only_stack_frame): Delete prototype.
2555 * infrun.c (normal_stop): Call print_stack_frame, instead of
2556 show_and_print_stack_frame.
2557 * thread.c (info_threads_command): Call print_stack_frame, instead
2558 of print_only_stack_frame.
2559
3f5a3016
AC
25602003-01-13 Andrew Cagney <ac131313@redhat.com>
2561
d99ba314
AC
2562 * README (Graphical interface to GDB): Update URL. Point at
2563 gdb/links/.
2564
3f5a3016
AC
2565 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
2566 version match.
2567
083ae935
DJ
25682003-01-13 Daniel Jacobowitz <drow@mvista.com>
2569
2570 * symtab.c (find_pc_sect_line): Don't consider end-of-function
2571 lines.
2572
5365276c
DJ
25732003-01-13 Daniel Jacobowitz <drow@mvista.com>
2574
2575 * thread-db.c (attach_thread): Prototype.
2576 (struct private_thread_info): Remove lwpid. Add thread handle (th),
2577 thread information (ti), and valid flags (th_valid, ti_valid).
2578 (attach_thread): Move target_pid_to_str call to after the thread
2579 is added to GDB's list. Initialize the cache.
2580 (thread_get_info_callback, thread_db_map_id2thr)
2581 (thread_db_get_info): New functions.
2582 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
2583 (thread_db_store_registers, thread_db_thread_alive)
2584 (thread_db_get_thread_local_address): Use them.
2585 (thread_db_pid_to_str): Likewise. Return "Missing" instead
2586 of calling error() for threads in unknown state.
2587
2588 (clear_lwpid_callback): New function.
2589 (thread_db_resume): Use it to clear the cache.
2590
9fc30b6b
DJ
25912003-01-13 Daniel Jacobowitz <drow@mvista.com>
2592
2593 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
2594 (resume_callback): Remove dead code.
2595
8f871025
AC
25962003-01-13 Andrew Cagney <ac131313@redhat.com>
2597
2598 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
2599 predicate.
2600 * gdbarch.h, gdbarch.c: Regenerate.
2601 * stack.c (frame_info): Only initialize the saved registers when
2602 FRAME_INIT_SAVED_REGS_P.
2603 * frame.c (frame_saved_regs_register_unwind): Assert
2604 FRAME_INIT_SAVED_REGS_P.
2605 (deprecated_generic_get_saved_register): Ditto.
2606
3f565f1e
DJ
26072003-01-13 Daniel Jacobowitz <drow@mvista.com>
2608
2609 * source.c (openp): Squelch warning about "filename".
2610
072b1022
DJ
26112003-01-13 Daniel Jacobowitz <drow@mvista.com>
2612
2613 * source.c (openp): If the file does not exist don't necessarily
2614 search the path.
2615
973ccf8b
DJ
26162003-01-13 Daniel Jacobowitz <drow@mvista.com>
2617
2618 Fix PR gdb/872.
2619 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
2620 (integer_types_same_name_p): New function.
2621 (rank_one_type): Use it.
2622 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
2623
030292b7
DJ
26242003-01-13 Daniel Jacobowitz <drow@mvista.com>
2625
2626 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
2627 variables.
2628 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
2629 * configure.in: Add --with-sysroot.
2630 * configure: Regenerated.
2631 * main.c (gdb_sysroot): New variable.
2632 (captured_main): Initialize gdb_sysroot.
2633 * defs.h (gdb_sysroot): New extern declaration.
2634 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2635
afb5d334
MC
26362003-01-12 Michael Chastain <mec@shout.net>
2637
2638 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2639
751ceeb4
MC
26402003-01-12 Michael Chastain <mec@shout.net>
2641
2642 * top.c (print_gdb_version): Bump copyright year to 2003.
2643
94cd26f8
DC
26442003-01-12 David Carlton <carlton@bactrian.org>
2645
2646 * linespec.c (symtab_from_filename): Rename variable 's' to
2647 'file_symtab'.
2648
1ce79225
AC
26492003-01-12 Andrew Cagney <ac131313@redhat.com>
2650
2651 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
2652 dummy frame.
2653 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2654
fa1fd571
AC
26552003-01-12 Andrew Cagney <ac131313@redhat.com>
2656
2657 * d10v-tdep.c: Include "gdb_assert.h".
2658 (d10v_store_return_value): Rewrite to match current interface.
2659 (d10v_extract_struct_value_address): Ditto.
2660 (d10v_extract_return_value): Ditto.
2661 (d10v_gdbarch_init): Set store_restore_value,
2662 extract_struct_value_address and extract_return_value.
2663
68b8d23e
JB
26642003-01-12 J. Brobecker <brobecker@gnat.com>
2665
2666 * hpread.c (set_namestring): New procedure replacing the
2667 SET_NAMESTRING macro.
2668 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
2669 by calls to set_namestring.
2670
26712003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
2672
2673 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
2674 a compilation warning.
2675 (hpread_process_one_debug_symbol): Likewise.
2676
88d262ca
DC
26772003-01-10 David Carlton <carlton@math.stanford.edu>
2678
2679 * linespec.c (decode_line_1): Rename variable 's' to
2680 'file_symtab'.
2681 (decode_all_digits): Rename argument 's' to 'file_symtab'.
2682 (decode_dollar): Ditto.
2683 (decode_variable): Ditto.
2684 (symbol_found): Ditto.
2685
86669319
MC
26862003-01-09 Michael Chastain <mec@shout.net>
2687
2688 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2689
616a9dc4
CV
26902003-01-07 Corinna Vinschen <vinschen@redhat.com>
2691
2692 * win32-nat.c (set_process_privilege): New function.
2693 (child_attach): Call set_process_privilege() to enable the
2694 SE_DEBUG_NAME user privilege if available in process token.
2695
3269bcfa
JB
26962003-01-10 J. Brobecker <brobecker@gnat.com>
2697
2698 * hpread.c (hpread_process_one_debug_symbol): Fix a small
2699 compilation error in the previous revision.
2700
2b0ee454
DC
27012003-01-09 David Carlton <carlton@math.stanford.edu>
2702
2703 * linespec.c: Update copyright.
2704
b3ba1b44
DJ
27052003-01-09 Daniel Jacobowitz <drow@mvista.com>
2706
2707 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
2708 than inferior_ptid.
2709 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2710
4ef3f3be
AC
27112003-01-09 Andrew Cagney <ac131313@redhat.com>
2712
479ab5a0
AC
2713 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
2714 Update comments.
2715 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
2716 (frame_saved_regs_zalloc): Update.
2717 (frame_saved_regs_register_unwind): Update.
2718 (create_new_frame): Update.
2719 (get_prev_frame): Update.
2720 (frame_extra_info_zalloc): Update.
2721 (deprecated_get_frame_saved_regs): Update.
2722 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
2723 * cris-tdep.c: Update comment.
2724
bde58177
AC
2725 * somsolib.h: Fix function indentation.
2726 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
2727 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
2728 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
2729 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
2730 * somsolib.c, inftarg.c: Remove assignment in if conditional.
2731
4ef3f3be
AC
2732 * infrun.c (follow_fork): Use ISO C definition.
2733 * expprint.c (print_subexp): Use xfree instead of free.
2734 * charset.c: Include "gdb_string.h" instead of <string.h>.
2735 (register_iconv_charsets): Use ISO C definition.
2736 (host_charset, target_charset): Ditto.
2737 * Makefile.in (charset.o): Update dependencies.
2738 (mi-cmd-env.o): Update dependencies.
2739
1c615f7a
AC
27402003-01-08 Andrew Cagney <cagney@redhat.com>
2741
2742 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
2743 get_frame_base.
2744
c9a1dc08
AC
27452003-01-08 Andrew Cagney <ac131313@redhat.com>
2746
2747 * gdb_mbuild.sh: Add --keep option. When specified, keep the
2748 build directories. Save edited gdb output in Mbuild.log. If a
2749 build fails, remove any final GDB executable.
2750
dbad9d94
AC
27512003-01-08 Andrew Cagney <ac131313@redhat.com>
2752
2753 * gdb_mbuild.sh: Edit the output of `maint print architecture'
2754 replacing hex constants with function names and stripping leading
2755 file name directory prefixes.
2756
8d357cca
AC
27572003-01-08 Andrew Cagney <cagney@redhat.com>
2758
2759 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
2760 get_frame_base.
2761
bca02a8a
DC
27622003-01-08 David Carlton <carlton@math.stanford.edu>
2763
2764 * linespec.c (decode_line_1): Move code into decode_variable.
2765 (decode_variable): New function.
2766
7f8ab3a0
AC
27672003-01-08 Andrew Cagney <ac131313@redhat.com>
2768
2769 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
2770
7b5849cc
AC
27712003-01-08 Andrew Cagney <cagney@redhat.com>
2772
2773 * cris-tdep.c (cris_frame_init_saved_regs): Use
2774 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
2775 saved_regs buffer.
2776 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2777 (sh64_nofp_frame_init_saved_regs): Ditto.
2778 (sh_fp_frame_init_saved_regs): Ditto.
2779 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
2780 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2781 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2782 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2783
72a5efb3
DJ
27842003-01-08 Daniel Jacobowitz <drow@mvista.com>
2785
2786 * minsyms.c (lookup_minimal_symbol): Update comment.
2787 (lookup_minimal_symbol_text): Update comment. Use the hash table.
2788 (lookup_minimal_symbol_solib_trampoline): Likewise.
2789
11c02a10
AC
27902003-01-08 Andrew Cagney <cagney@redhat.com>
2791
aab3ea25
AC
2792 * d10v-tdep.c (d10v_init_extra_frame_info): Use
2793 frame_relative_level.
2794
da50a4b7
AC
2795 * alpha-tdep.c: Use get_frame_extra_info.
2796 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2797 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
2798 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2799 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
2800
11c02a10
AC
2801 * alpha-tdep.c: Use get_next_frame.
2802 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2803 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2804 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
2805 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
2806 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
2807 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
2808 * xstormy16-tdep.c: Ditto.
2809
1e2330ba
AC
28102003-01-07 Andrew Cagney <cagney@redhat.com>
2811
2812 * alpha-tdep.c: Use get_frame_base.
2813 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2814 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2815 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2816 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2817 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
2818 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2819 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
2820 * config/sparc/tm-sparc.h: Ditto.
2821
2d75187b
AC
28222003-01-07 Andrew Cagney <cagney@redhat.com>
2823
2824 * frame.c (deprecated_get_frame_context): New function.
2825 (deprecated_set_frame_context): New function.
2826 * frame.h (deprecated_get_frame_context): Declare.
2827 (deprecated_set_frame_context): Declare.
2828 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
2829 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2830
483d36b2
AC
28312003-01-07 Andrew Cagney <cagney@redhat.com>
2832
2833 * frame.c (deprecated_set_frame_next_hack): New function.
2834 (deprecated_set_frame_prev_hack): New function.
2835 * frame.h (deprecated_set_frame_next_hack): Declare.
2836 (deprecated_set_frame_prev_hack): Declare.
2837 * mcore-tdep.c (analyze_dummy_frame): Use
2838 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
2839 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2840
14e91ac5
DC
28412003-01-07 David Carlton <carlton@math.stanford.edu>
2842
2843 * linespec.c (decode_line_1): Move code into decode_dollar.
2844 (decode_dollar): New function.
2845
b0c6b05c
AC
28462003-01-07 Andrew Cagney <cagney@redhat.com>
2847
2848 * arm-tdep.c (arm_init_extra_frame_info): Use
2849 deprecated_update_frame_base_hack.
2850 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
2851 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2852 (fix_frame_pointer): Ditto.
2853 (mn10300_analyze_prologue): Ditto.
2854
a00a19e9
AC
28552003-01-07 Andrew Cagney <cagney@redhat.com>
2856
2857 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
2858 extra_info using frame_extra_info_zalloc.
2859 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2860 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
2861 (sh64_init_extra_frame_info): Ditto.
2862 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
2863 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
2864 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2865 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
2866 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
2867 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
2868 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
2869 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
2870 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
2871 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
2872 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2873 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
2874
2875 * mn10300-tdep.c (analyze_dummy_frame): Use
2876 deprecated_set_frame_extra_info_hack.
2877 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2878
1fb4c65b
JB
28792003-01-07 J. Brobecker <brobecker@gnat.com>
2880
2881 * mdebugread.c (parse_symbol): Skip stProc entries which storage
2882 class is not scText. These do not define "real" procedures.
2883 (parse_partial_symbols): Likewise.
2884
9fe7d6bf
MS
28852003-01-06 Michael Snyder <msnyder@redhat.com>
2886
2887 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
2888
f6c609c4
AC
28892003-01-06 Andrew Cagney <ac131313@redhat.com>
2890
2891 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
2892 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
2893 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
2894 deprecated_frame_xmalloc_with_cleanup.
2895 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
2896 deprecated_frame_xmalloc.
2897 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
2898 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
2899
d995ff4b
AC
29002003-01-06 Andrew Cagney <cagney@redhat.com>
2901
84dc46cb
AC
2902 * x86-64-linux-tdep.c: Include "osabi.h".
2903 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
2904
d995ff4b
AC
2905 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2906
66140c26
AC
29072003-01-06 Andrew Cagney <cagney@redhat.com>
2908
2909 * MAINTAINERS (Target Instruction Set Architectures): Update
2910 arm-elf. Can be built with -Werror, has been multiarched.
2911
2912 * value.h (unpack_long): Make buffer parameter constant.
2913 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
2914 * scm-lang.h (scm_parse): Ditto.
2915 * defs.h (extract_typed_address, extract_address): Ditto.
2916 (extract_long_unsigned_integer): Ditto.
2917 * inferior.h (unsigned_pointer_to_address): Ditto.
2918 (signed_pointer_to_address): Ditto.
2919 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
2920 * gdbarch.h, gdbarch.c: Regenerate.
2921 * findvar.c (extract_long_unsigned_integer): Update.
2922 (extract_address): Update.
2923 (extract_typed_address): Update.
2924 (unsigned_pointer_to_address): Update.
2925 * values.c (unpack_long): Update.
2926 (unpack_double): Update.
2927 (unpack_pointer): Update.
2928 (unpack_field_as_long): Update.
2929 * d10v-tdep.c (d10v_pointer_to_address): Update.
2930 * avr-tdep.c (avr_pointer_to_address): Update.
2931 * scm-lang.c (scm_unpack): Update.
2932 * findvar.c (signed_pointer_to_address): Update.
2933
b089b3da
ML
29342003-01-06 Michal Ludvig <mludvig@suse.cz>
2935
2936 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
2937 since it is in i386-tdep.c.
2938
aff87235
JB
29392003-01-06 J. Brobecker <brobecker@gnat.com>
2940
2941 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
2942 failure introduced in the previous change.
2943
34f5e845
MC
29442003-01-05 Michael Chastain <mec@shout.net>
2945
2946 * README: Remove references to deleted remote-*.c files:
2947 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
2948 remote-nrom.c, remote-os9k.c, remote-udi.c.
2949
28bcfd30
MK
29502003-01-05 Mark Kettenis <kettenis@gnu.org>
2951
2952 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
2953 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
2954 i386_get_longjmp_target.
2955
15a5b3ee
AC
29562003-01-05 Andrew Cagney <ac131313@redhat.com>
2957
2958 * arm-tdep.c (prologue_cache): Change to a pointer.
2959 (_initialize_arm_tdep): Allocate prologue_cache.
2960 (check_prologue_cache): Update.
2961 (save_prologue_cache): Update.
2962 (arm_gdbarch_init): Update.
2963
c263362b
DJ
29642003-01-04 Daniel Jacobowitz <drow@mvista.com>
2965
2966 * stabsread.c (update_method_name_from_physname): Call complaint()
2967 instead of error.
2968
51603483
DJ
29692003-01-04 Daniel Jacobowitz <drow@mvista.com>
2970
2971 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
2972 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
2973 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
2974
2975 * blockframe.c: Include "gdbcmd.h" and "command.h".
2976 (backtrace_below_main): New variable.
2977 (file_frame_chain_valid, func_frame_chain_valid)
2978 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
2979 (generic_func_frame_chain_valid): Remove functions.
2980 (frame_chain_valid, do_flush_frames_sfunc): New functions.
2981 (_initialize_blockframe): New function.
2982 * Makefile.in (blockframe.o): Update dependencies.
2983 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
2984 comment. Call frame_chain_valid ().
2985 * frame.h: Remove old prototypes. Add prototype for
2986 frame_chain_valid and update comments to match.
2987 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
2988 Remove old comment.
2989 * gdbarch.h: Regenerated.
2990 * gdbarch.c: Regenerated.
2991
2992 * alpha-tdep.c (alpha_gdbarch_init): Don't call
2993 set_gdbarch_frame_chain_valid.
2994 * avr-tdep.c (avr_gdbarch_init): Likewise.
2995 * cris-tdep.c (cris_gdbarch_init): Likewise.
2996 * frv-tdep.c (frv_gdbarch_init): Likewise.
2997 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2998 * i386-tdep.c (i386_svr4_init_abi): Likewise.
2999 (i386_nw_init_abi): Likewise.
3000 (i386_gdbarch_init): Likewise.
3001 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3002 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3003 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3004 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
3005 * mips-tdep.c (mips_gdbarch_init): Likewise.
3006 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3007 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
3008 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
3009 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3010 * s390-tdep.c (s390_gdbarch_init): Likewise.
3011 * sh-tdep.c (sh_gdbarch_init): Likewise.
3012 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3013 * v850-tdep.c (v850_gdbarch_init): Likewise.
3014 * vax-tdep.c (vax_gdbarch_init): Likewise.
3015 * x86-64-tdep.c (x86_64_init_abi): Likewise.
3016
3017 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
3018 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
3019 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
3020 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
3021 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
3022 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
3023 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
3024 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
3025
b00a8037
DJ
30262002-01-04 Daniel Jacobowitz <drow@mvista.com>
3027
3028 * Makefile.in (acconfig_h): Remove incorrect macro.
3029 (config_h): Define.
3030 (osabi.o): Update dependencies.
3031 * configure.tgt: Set gdb_osabi based on target triplet.
3032 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
3033 * configure: Regenerated.
3034 * config.in: Regenerated.
3035 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
3036 (GDB_OSABI_DEFAULT): Define if not already defined.
3037 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
3038 (set_osabi_string): New variables.
3039 (gdbarch_register_osabi): Add new OS ABI to
3040 gdb_osabi_available_names.
3041 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
3042 (set_osabi, show_osabi): New functions.
3043 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
3044
4be87837
DJ
30452003-01-04 Daniel Jacobowitz <drow@mvista.com>
3046
3047 * arch-utils.c (gdbarch_info_init): Set osabi to
3048 GDB_OSABI_UNINITIALIZED.
3049 * gdbarch.sh: Add osabi to struct gdbarch and to struct
3050 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
3051 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
3052 * gdbarch.c: Regenerated.
3053 * gdbarch.h: Regenerated.
3054 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
3055 there's no BFD.
3056 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
3057 * osabi.h (enum gdb_osabi): Move to defs.h.
3058 (gdbarch_init_osabi): Update prototype.
3059 * defs.h (enum gdb_osabi): Moved here.
3060 * Makefile.in: Update dependencies.
3061
3062 * alpha-tdep.h: Don't include "osabi.h".
3063 (struct gdbarch_tdep): Remove osabi member.
3064 * alpha-tdep.c: Include "osabi.h".
3065 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3066 iterate over arches. Update call to gdbarch_init_osabi.
3067 (alpha_dump_tdep): Don't dump osabi.
3068 * alpha-linux-tdep.c: Include "osabi.h".
3069 * alpha-osf1-tdep.c: Include "osabi.h".
3070 * alphafbsd-tdep.c: Include "osabi.h".
3071 * alphanbsd-tdep.c: Include "osabi.h".
3072
3073 * arm-tdep.h: Don't include "osabi.h".
3074 (struct gdbarch_tdep): Remove osabi member.
3075 * arm-tdep.c: Include "osabi.h".
3076 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3077 iterate over arches. Update call to gdbarch_init_osabi.
3078 (arm_dump_tdep): Don't dump osabi.
3079 * arm-linux-tdep.c: Include "osabi.h".
3080 * armnbsd-tdep.c: Include "osabi.h".
3081
3082 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
3083 Update call to gdbarch_init_osabi.
3084
3085 * i386-tdep.h: Don't include "osabi.h".
3086 (struct gdbarch_tdep): Remove osabi member.
3087 * i386-tdep.c: Include "osabi.h".
3088 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3089 iterate over arches. Update call to gdbarch_init_osabi.
3090 (i386_dump_tdep): Don't dump osabi.
3091 * i386-linux-tdep.c: Include "osabi.h".
3092 * i386-sol2-tdep.c: Include "osabi.h".
3093 * i386bsd-tdep.c: Include "osabi.h".
3094 * i386gnu-tdep.c: Include "osabi.h".
3095 * i386ly-tdep.c: Include "osabi.h".
3096 * i386nbsd-tdep.c: Include "osabi.h".
3097 * i386obsd-tdep.c: Include "osabi.h".
3098
3099 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
3100 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3101 check osabi when iterating over arches. Update call to
3102 gdbarch_init_osabi.
3103 (mips_dump_tdep): Don't dump osabi.
3104
3105 * ns32k-tdep.h: Don't include "osabi.h".
3106 (struct gdbarch_tdep): Remove.
3107 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
3108 gdbarch_lookup_osabi. Don't iterate over arches. Don't
3109 allocate tdep. Update call to gdbarch_init_osabi.
3110 (ns32k_dump_tdep): Remove.
3111 (_initialize_ns32k_tdep): Update call to gdbarch_register.
3112 * ns32knbsd-tdep.c: Include "osabi.h".
3113
3114 * ppc-tdep.h: Don't include "osabi.h".
3115 (struct gdbarch_tdep): Remove osabi member.
3116 * rs6000-tdep.c: Include "osabi.h".
3117 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
3118 osabi when iterating over arches. Update call to
3119 gdbarch_init_osabi.
3120 (rs6000_dump_tdep): Don't dump osabi.
3121 * ppc-linux-tdep.c: Include "osabi.h".
3122 * ppcnbsd-tdep.c: Include "osabi.h".
3123
3124 * sh-tdep.h: Don't include "osabi.h".
3125 (struct gdbarch_tdep): Remove osabi member.
3126 * sh-tdep.c: Include "osabi.h".
3127 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3128 iterate over arches. Update call to gdbarch_init_osabi.
3129 (sh_dump_tdep): Don't dump osabi.
3130 * shnbsd-tdep.c: Include "osabi.h".
3131
3132 * sparc-tdep.c: Include "osabi.h".
3133 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3134 iterate over arches. Update call to gdbarch_init_osabi.
3135 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
3136 tdep structure.
3137
3138 * vax-tdep.h: Don't include "osabi.h".
3139 (struct gdbarch_tdep): Remove.
3140 * vax-tdep.c: Include "osabi.h".
3141 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
3142 iterate over arches. Don't allocate tdep. Update call
3143 to gdbarch_init_osabi.
3144 (vax_dump_tdep): Remove.
3145 (_initialize_vax_tdep): Update call to gdbarch_register.
3146
a881cf8e
DJ
31472003-01-04 Daniel Jacobowitz <drow@mvista.com>
3148
3149 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
3150 entirely.
3151 (breakpoint_re_set_one): Don't fetch the value for a disabled
3152 watchpoint.
3153
1e698235
DJ
31542003-01-04 Daniel Jacobowitz <drow@mvista.com>
3155
3156 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
3157 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
3158 (COERCE_FLOAT_TO_DOUBLE): Remove.
3159 * gdbarch.c: Regenerate.
3160 * gdbarch.h: Regenerate.
3161 * Makefile.in: Remove value_h from gdbarch_h.
3162 * valops.c (coerce_float_to_double): New variable.
3163 (default_coerce_float_to_double): Remove.
3164 (standard_coerce_float_to_double): Remove.
3165 (value_arg_coerce): Use coerce_float_to_double.
3166 (_initialize_valops): Add "set coerce-float-to-double".
3167 * value.h (default_coerce_float_to_double): Remove prototype.
3168 (standard_coerce_float_to_double): Remove prototype.
3169
3170 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
3171 prototyped.
3172 * mdebugread.c (parse_symbol): Likewise.
3173 * stabsread.c (define_symbol): Mark all functions as prototyped.
3174
3175 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
3176 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
3177 set_gdbarch_coerce_float_to_double.
3178 * arm-tdep.c (arm_gdbarch_init): Likewise.
3179 * frv-tdep.c (frv_gdbarch_init): Likewise.
3180 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
3181 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
3182 * mips-tdep.c (mips_gdbarch_init): Likewise.
3183 (mips_coerce_float_to_double): Remove.
3184 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3185 (rs6000_coerce_float_to_double): Remove.
3186 * s390-tdep.c (s390_gdbarch_init): Likewise.
3187 * sh-tdep.c (sh_gdbarch_init): Likewise.
3188 (sh_coerce_float_to_double): Remove.
3189 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
3190 (sparc_coerce_float_to_double): Remove.
3191 * v850-tdep.c (v850_gdbarch_init): Likewise.
3192 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3193 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3194 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
3195 (hppa_coerce_float_to_double): Remove prototype.
3196 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3197
f436a26a
DJ
31982003-01-04 Daniel Jacobowitz <drow@mvista.com>
3199
3200 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
3201
248f8055
DJ
32022003-01-04 Daniel Jacobowitz <drow@mvista.com>
3203
3204 Suggested by Stewart Brown <sb24@avaya.com>:
3205 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
3206 in recursive calls. Handle TYPE_CODE_TYPEDEF.
3207 (c_type_print_varspec_suffix): Likewise.
3208
72cfdc76
MK
32092003-01-04 Mark Kettenis <kettenis@gnu.org>
3210
bfd260bb
MK
3211 * configure.in: Don't set and AC_SUBST SUBDIRS.
3212 * configure: Regenerated.
3213
72cfdc76
MK
3214 * configure.in: Remove code dealing with shared libraries.
3215 * Makefile.in: Remove HLDFLAGS and HLDENV.
3216 * configure: Regenerated.
3217
c8b8a898
AC
32182003-01-04 Andrew Cagney <ac131313@redhat.com>
3219
3220 * frame.c (deprecated_frame_xmalloc): New function.
3221 (deprecated_set_frame_saved_regs_hack): New function.
3222 (deprecated_set_frame_extra_info_hack): New function.
3223 * frame.h (deprecated_frame_xmalloc): Declare.
3224 (deprecated_set_frame_saved_regs_hack): Declare.
3225 (deprecated_set_frame_extra_info_hack): Declare.
3226
14abd0fb
MK
32272003-01-04 Mark Kettenis <kettenis@gnu.org>
3228
8ee53726
MK
3229 * configure.in: Move code that provides the --enable-gdbtk option
3230 right after the code that handles the --enable-tui option, and
3231 polish it somewhat.
3232 * configure: Regenerated.
3233
14abd0fb
MK
3234 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
3235 AC_CHECK_FUNCS and remove the old check for pread64.
3236 * acinclude.m4 (AC_GNU_SOURCE): New macro.
3237 * acconfig.h (_GNU_SOURCE): Add.
3238 (HAVE_PREAD64): Remove.
3239 * configure, aclocal.m4, config.in: Regenerated.
3240
b2fb4676
AC
32412003-01-03 Andrew Cagney <ac131313@redhat.com>
3242
3243 * alpha-tdep.c: Use get_frame_saved_regs.
3244 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3245 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
3246 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
3247 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
3248 * vax-tdep.c, xstormy16-tdep.c: Ditto.
3249
8dcde887
MK
32502003-01-03 Mark Kettenis <kettenis@gnu.org>
3251
3252 * configure.in: Remove all use of the SUBDIRS variable; add
3253 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
3254 code providing the --enable-multi-ice option, and move it right in
3255 front of the code that checks whether gdbserver is supported.
3256 Polish that too.
3257 * configure: Regenerated.
3258 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
3259 @SUBDIRS@.
3260
8ccd593b
AC
32612003-01-03 Andrew Cagney <cagney@redhat.com>
3262
3263 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
3264 * avr-tdep.c, cris-tdep.c: Ditto.
3265 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
3266 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3267
91151a06
MK
32682003-01-03 Mark Kettenis <kettenis@gnu.org>
3269
3270 * configure.in: Remove --enable-netrom option.
3271 * configure: Regenerated.
3272
8fe84d01
MK
32732003-01-03 Mark Kettenis <kettenis@gnu.org>
3274
3275 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
3276 declaration for `struct re_pattern_buffer' instead.
3277 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
3278
f0394be6
JB
32792003-01-03 J. Brobecker <brobecker@gnat.com>
3280
3281 * mdebugread.c (parse_symbol): Count until the stEnd matching
3282 the structure name.
3283
27e9bf90
MK
32842003-01-02 Mark Kettenis <kettenis@gnu.org>
3285
93d331ba
MK
3286 * configure.in: Remove --with-cpu option.
3287 subscripts. Remove evil changequotes here.
3288 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
3289 * config.in, configure: Regenerated.
3290
27e9bf90
MK
3291 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
3292 * configure.in: Cleanup section that sources GDB and BFD configure
3293 subscripts. Remove evil changequotes here.
3294 * config.in, configure: Regenerated.
3295
50abf9e5
AC
32962003-01-02 Andrew Cagney <ac131313@redhat.com>
3297
3298 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
3299 frame accessor methods.
3300 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
3301 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
3302 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
3303 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
3304 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
3305 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
3306 * z8k-tdep.c: Ditto.
3307
287c1a40
MK
33082003-01-02 Mark Kettenis <kettenis@gnu.org>
3309
f5dbc56d
MK
3310 * configure.in: Remove UI_OUT configuration code.
3311 * ada-lang.c: Update assuming UI_OUT is always true.
3312 * Makefile.in (UIOUT_CFLAGS): Remove.
3313 * configure: Regenerated.
3314 * TODO: Remove blurb about elimination of -DUI_OUT.
3315
627af7ea
MK
3316 * configure.in: Move code that provides the --enable-gdbcli,
3317 --enable-gdbmi options right before the code that handles the
3318 --enable-tui option. Polish a bit.
3319 * configure: Regenerated.
3320
06825bd1
MK
3321 * configure.in: Rewrite check for GNU regex and the
3322 --without-included regex option, and move it into the "Checks for
3323 library functions" section. This makes us use the system regex
3324 again by default on systems with version 2 of the GNU C library.
3325 This was apparently broken.
3326 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
3327 * acconfig.h (USE_INCLUDED_REGEX): Remove.
3328 * config.in, configure: Regenerated.
3329
287c1a40
MK
3330 * configure.in: Move code that provides the --enable-tui option
3331 before the "Checks for libraries" section. Polish the code
3332 somewhat and set need_curses to yes if we build the TUI. Rewrite
3333 code that looks for a library providing termcap functionality to
3334 match more closely what's done in the Readline library, and move
3335 it into to the "Checks for libraries" section.
3336 * configure: Regenerated.
3337 * Makefile.in (TERMCAP): Remove variable.
3338 * config/i386/go32.mh (TERMCAP): Remove variable.
3339
684e56bf
AC
33402003-01-02 Andrew Cagney <ac131313@redhat.com>
3341
3342 * MAINTAINERS: Mention gdb_mbuild.sh.
3343 * gdb_mbuild.sh: Rewrite.
3344
e1ea1d75
MK
33452003-01-02 Mark Kettenis <kettenis@gnu.org>
3346
3347 * configure.in: Fix typo in last change.
3348 * config.in, configure: Regenerated.
3349
1b831c93
AC
33502003-01-02 Andrew Cagney <ac131313@redhat.com>
3351
3352 * valarith.c (value_binop): Delete obsolete code and comments.
3353 * configure.host: Ditto.
3354 * buildsym.h (make_blockvector): Ditto.
3355 * buildsym.c (make_blockvector): Ditto.
3356 * defs.h (enum language): Ditto.
3357 (chill_demangle): Ditto.
3358 * elfread.c (elf_symtab_read): Ditto.
3359 * dwarfread.c (CHILL_PRODUCER): Ditto.
3360 (set_cu_language): Ditto.
3361 (handle_producer): Ditto.
3362 * expprint.c (print_subexp): Ditto.
3363 * gdbtypes.c (chill_varying_type): Ditto.
3364 * gdbtypes.h (builtin_type_chill_bool): Ditto.
3365 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
3366 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
3367 (chill_varying_type): Ditto.
3368 * language.h (_LANG_chill): Ditto.
3369 * language.c (binop_result_type, integral_type): Ditto.
3370 (character_type, string_type, structured_type): Ditto.
3371 (lang_bool_type, binop_type_check): Ditto.
3372 * stabsread.h (os9k_stabs): Ditto.
3373 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
3374 (define_symbol, read_type, read_struct_fields): Ditto.
3375 (read_array_type, read_enum_type, read_huge_number): Ditto.
3376 (read_range_type, start_stabs): Ditto.
3377 * symfile.c (init_filename_language_table): Ditto.
3378 (add_psymbol_with_dem_name_to_list): Ditto.
3379 * symtab.c (symbol_init_language_specific): Ditto.
3380 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
3381 * symtab.h (struct general_symbol_info): Ditto.
3382 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3383 * typeprint.c (typedef_print): Ditto.
3384 * utils.c (fprintf_symbol_filtered): Ditto.
3385 * valops.c (value_cast, search_struct_field, value_slice): Delete
3386 obsolete code.
3387 (varying_to_slice): Delete function.
3388 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
3389 (varying_to_slice): Delete declaration.
3390 * MAINTAINERS: Update.
3391
8bb2c122
MK
33922003-01-02 Mark Kettenis <kettenis@gnu.org>
3393
97bf5e38
MK
3394 * configure.in: Reorganize "Checks for library functions section"
3395 a bit. Remove check for `btowc' and `isascii' functions.
3396 * configure: Regenerated.
3397
5ee754fc
MK
3398 * acconfig.h (_MSE_INT_H): Remove.
3399 * configure.in: Create "Checks for header files" section, and move
3400 appropriate tests there. Don't check for objlist.h, wchar.h,
3401 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
3402 misdetection fix. Also add "Checks for types", "Checks for
3403 compiler characteristics" and "Checks for library functions"
3404 sections.
3405 * config.in, configure: Regenerated.
3406
8bb2c122
MK
3407 * configure.in: Create "Checks for programs" section, and move
3408 appropriate tests there.
3409
9a156167
MK
34102003-01-01 Mark Kettenis <kettenis@gnu.org>
3411
3412 * configure.in: Create "Checks for libraries" section, and move
3413 appropriate tests there. Cleanup check for wctype in libw. Use
3414 AC_SEARCH_LIBS to see whether we need libsocket.
3415 * configure: Regenerated.
3416
a80e2bcb 3417For older changes see ChangeLog-2002
c906108c
SS
3418\f
3419Local Variables:
3420mode: change-log
3421left-margin: 8
3422fill-column: 74
3423version-control: never
3424End:
This page took 0.937105 seconds and 4 git commands to generate.