* alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
852ee05c
JB
12003-06-03 J. Brobecker <brobecker@gnat.com>
2
3 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
4 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5 structure, field no longer exists.
6
7d58c67d
TR
72003-06-03 Theodore A. Roth <troth@openavr.org>
8
9 * remote.c (init_remote_state): Compute sizeof_g_packet by
10 accumulation of the size of all registers instead of blindly using
11 DEPRECATED_REGISTER_BYTES.
12
0a48e7e8
MS
132003-06-03 Michael Snyder <msnyder@redhat.com>
14
15 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
16 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
17 for h8300sx.
18
9798ab0d
JB
192003-06-03 J. Brobecker <brobecker@gnat.com>
20
21 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
22 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
23
00b037e2
AC
242003-06-03 Andrew Cagney <cagney@redhat.com>
25
26 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
27 (sparc_convert_to_raw): Delete function.
28 (sparc_gdbarch_init): Do not set register_convert_to_raw or
29 register_convert_to_virtual.
30
043b2f77
JJ
312003-06-03 Jeff Johnston <jjohnstn@redhat.com>
32
33 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
34 layer if not dealing with a statically-linked threaded program.
35
f43caff8
KW
362003-06-03 Kris Warkentin <kewarken@qnx.com>
37
38 * solib.c (solib_open): Update comment to reflect actual search order.
39
ae1e7417
AC
402003-06-03 Andrew Cagney <cagney@redhat.com>
41
42 * frame.c (get_frame_memory_signed): New function.
43 (get_frame_memory, get_frame_memory_unsigned): New function.
44 (get_frame_arch): New function.
45 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
46 (get_frame_memory, get_frame_unsigned_memory): Declare.
47 * d10v-tdep.c (d10v_frame_unwind_cache): Use
48 get_frame_memory_unsigned and get_frame_arch.
49 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
50
cb123844
RG
512003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
52
53 * MAINTAINERS (write after approval): Add myself.
54
1bb792e9
JB
552003-06-03 Jim Blandy <jimb@redhat.com>
56
57 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
58 elements of gregset_t are 64 bits each, but access registers
59 are still 32 bits, so they're packed two per gregset_t
60 element. Unpack/pack them properly.
61
aee8d8ba
DC
622003-06-02 David Carlton <carlton@bactrian.org>
63
64 * linespec.c (find_methods): Break out code into
65 add_matching_methods and add_constructors.
66 (add_matching_methods): New.
67 (add_constructors): Ditto.
68
bf7488d2
AC
692003-06-02 Andrew Cagney <cagney@redhat.com>
70
71 * alpha-tdep.c (alpha_gdbarch_init): Set convert_register_p,
72 register_to_value, and value_to_register, instead of
73 register_convertible, register_convert_to_raw, and
74 register_convert_to_virtual.
75 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
76 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
77 * i386-tdep.c (i386_gdbarch_init): Ditto.
78 * sparc-tdep.c (sparc_print_registers): Delete call to
79 REGISTER_CONVERTIBLE.
80 (sparc_gdbarch_init): Do not set register_convertible.
81 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
82 * frv-tdep.c (frv_gdbarch_init): Ditto.
83 * cris-tdep.c (cris_gdbarch_init): Ditto.
84
adedef68
EZ
852003-06-02 Elena Zannoni <ezannoni@redhat.com>
86
87 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
88 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
89 (syms_from_objfile): Ditto.
90
650fcc91
AS
912003-06-03 Andreas Schwab <schwab@suse.de>
92
93 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
94 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
95
df4a182b
RH
962003-06-02 Richard Henderson <rth@redhat.com>
97
98 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
99 a member of all_reggroup.
100
c483c494
RH
1012003-06-02 Richard Henderson <rth@redhat.com>
102
103 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
104 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
105 (alpha_lds, alpha_sts): New.
106 (alpha_convert_register_p): Change from _register_convertible.
107 (alpha_register_to_value): Change from _convert_to_virtual;
108 restructure and fail for type sizes other than 4 or 8.
109 (alpha_value_to_register): Similarly.
110 (alpha_extract_return_value): Use alpha_sts.
111 (alpha_store_return_value): Use alpha_lds.
112 (alpha_gdbarch_init): Update hooks.
113
b38b6be2
RH
1142003-06-02 Richard Henderson <rth@redhat.com>
115
116 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
117 regnum identifiers.
118 (alpha_sigtramp_register_address): Likewise.
119
98a8e1e5
RH
1202003-06-02 Richard Henderson <rth@redhat.com>
121
122 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
123 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
124 * alpha-tdep.h: Declare them.
125
126 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
127 Remove zerobuf. Don't error on UNIQUE.
128 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
129 (ALPHA_REGSET_UNIQUE): Provide default.
130 (supply_gregset): Use alpha_supply_int_regs.
131 (fill_gregset): Use alpha_fill_int_regs.
132 (supply_fpregset): Use alpha_supply_fp_regs.
133 (fill_fpregset): Use alpha_fill_fp_regs.
134 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
135 (alphabsd_supply_reg): Use alpha_supply_int_regs.
136 (alphabsd_fill_reg): Use alpha_fill_int_regs.
137 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
138 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
139 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
140
67dfac52
RH
1412003-06-02 Richard Henderson <rth@redhat.com>
142
f75d70cc
RH
143 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
144
67dfac52
RH
145 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
146 (alpha_store_return_value): Likewise.
147
0cf566ec
DC
1482003-06-02 David Carlton <carlton@math.stanford.edu>
149
150 * block.c (contained_in): Add 'const' to arguments.
151 (block_function): Ditto.
152 * block.h: Update declarations for block_function and
153 contained_in.
154
cdef89d0
DC
1552003-06-02 David Carlton <carlton@math.stanford.edu>
156
157 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
158 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
159 * p-valprint.c (pascal_val_print): Ditto.
160 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
161
72667056
RH
1622003-06-02 Richard Henderson <rth@redhat.com>
163
98a8e1e5
RH
164 * alpha-tdep.c (alpha_push_dummy_call): Use
165 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 166
98a8e1e5
RH
167 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
168 sign-extension of 32-bit values.
169 (alpha_store_return_value): Similarly.
0ede8eca 170
98a8e1e5
RH
171 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
172 (alpha_extract_return_value): Likewise.
173 (alpha_store_return_value): Likewise.
7b5e1cb3 174
98a8e1e5
RH
175 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
176 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 177
98a8e1e5
RH
178 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
179 (alpha_extract_struct_value_address): Likewise.
180 (alpha_store_return_value): Likewise.
181 (alpha_store_struct_return): Remove.
182 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 183
98a8e1e5
RH
184 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
185 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
186 macros where appropriate.
187 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
188 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 189
98a8e1e5
RH
190 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
191 for SP, GP; void_func_ptr for PC; non-language-specific types
192 for all others.
193 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 194
6dd77b81
RH
1952003-06-02 Richard Henderson <rth@redhat.com>
196
197 * top.h (lim_at_start): Declare.
198 * main.c (captured_main): Set it.
199 * top.c (lim_at_start): Define.
200 (command_loop): Use it instead of &environ.
201 * event-top.c (command_handler): Likewise.
202
f4dbdb54
JT
2032003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
204
205 * mipsnbsd-tdep.c: Update copyright years.
206 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
207
8f285956
RH
2082003-06-01 Richard Henderson <rth@redhat.com>
209
98a8e1e5
RH
210 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
211 (alpha-linux-tdep.o): Update dependencies.
212 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
213 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 214
615967cb
RH
2152003-06-01 Richard Henderson <rth@redhat.com>
216
98a8e1e5
RH
217 * alpha-tdep.c (alpha_register_reggroup_p): New.
218 (alpha_gdbarch_init): Register it.
615967cb 219
b59661bd
AC
2202003-06-02 Andrew Cagney <cagney@redhat.com>
221
222 * dwarfread.c: Eliminate "register"
223 (decode_die_type): Eliminate assignment within "if".
224 (struct_type, decode_array_element_type): Ditto.
225 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
226 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
227 (decode_modified_type, completedieinfo): Ditto.
228 * block.c: Eliminate "register".
229 (blockvector_for_pc_sect): Eliminate assignment within "if".
230 * cp-support.h (struct symbol): Opaque declaration.
231 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
232
5ef165c2
RH
2332003-06-01 Richard Henderson <rth@redhat.com>
234
98a8e1e5
RH
235 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
236 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 237
143985b7
AF
2382003-06-01 Adam Fedor <fedor@gnu.org>
239
240 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
241 * gdbarch.[ch]: Regenerate.
242 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
243 (hppa_gdbarch_init): Set it in the gdbarch vector.
244 * i386-tdep.c (i386_fetch_pointer_argument): New
245 (i386_gdbarch_init): Set it into gdbarch.
246 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
247 (rs6000_gdbarch_init): Set it in gdbarch.
248 * sparc-tdep.c (sparc_fetch_pointer_argument): New
249 (sparc_gdbarch_init): Set it in gdbarch.
250
ae0167b9
AC
2512003-06-01 Andrew Cagney <cagney@redhat.com>
252
7c0b4a20
AC
253 * defs.h (extract_address): Delete declaration.
254 * findvar.c (extract_address): Delete function.
255 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
256 extract_address with the inline equivalent,
257 extract_unsigned_integer.
258 (xstormy16_extract_struct_value_address): Ditto.
259 (xstormy16_pointer_to_address): Ditto.
260 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
261 * v850-tdep.c (v850_push_arguments): Ditto.
262 (v850_extract_return_value): Ditto.
263 (v850_extract_struct_value_address): Ditto.
264 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
265 (sparcnbsd_get_longjmp_target_64): Ditto.
266 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
267 (get_longjmp_target): Ditto.
268 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
269 (sh64_extract_struct_value_address): Ditto.
270 (sh_push_arguments): Ditto.
271 (sh64_push_arguments): Ditto.
272 * remote-vxsparc.c (vx_read_register): Ditto.
273 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
274 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
275 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
276 * mipsv4-nat.c (get_longjmp_target): Ditto.
277 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
278 * mips-nat.c (get_longjmp_target): Ditto.
279 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
280 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
281 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
282 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
283 * irix5-nat.c (get_longjmp_target): Ditto.
284 * irix4-nat.c (get_longjmp_target): Ditto.
285 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
286 (ia64_push_arguments): Ditto.
287 * hpux-thread.c (hpux_thread_store_registers): Ditto.
288 * h8300-tdep.c (h8300_push_arguments): Ditto.
289 (h8300_store_return_value): Ditto.
290 (h8300_extract_struct_value_address): Ditto.
291 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
292 (frv_push_arguments): Ditto.
293 * avr-tdep.c (avr_pointer_to_address): Ditto.
294 (avr_push_arguments): Ditto.
295 * arm-tdep.c (arm_push_dummy_call): Ditto.
296 (arm_get_longjmp_target): Ditto.
297 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
298 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
299 (alpha_get_longjmp_target): Ditto.
300
ae0167b9
AC
301 * solib-irix.c (extract_mips_address): Inline extract_address,
302 replacing it with extract_signed_integer.
303 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
304 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
305 (first_link_map_member, open_symbol_file_object): Ditto.
306 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
307 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
308 (LM_NEXT, LM_NAME): Ditto.
309
44d88583
RH
3102003-06-01 Richard Henderson <rth@redhat.com>
311
98a8e1e5
RH
312 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
313 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
314 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
315 (alpha_cannot_store_register): Likewise.
316 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
317 * alpha-nat.c (supply_gregset): Likewise.
318 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 319
310e9b6a
AC
3202003-06-01 Andrew Cagney <cagney@redhat.com>
321
322 * infcall.c (call_function_by_hand): Update comment on
323 DEPRECATED_DUMMY_WRITE_SP.
324
325 * mips-tdep.c (mips_gdbarch_init): Do not set
326 deprecated_dummy_write_sp.
327 (mips_eabi_push_dummy_call): Set the SP register.
328 (mips_o64_push_dummy_call): Set the SP register.
329 (mips_o32_push_dummy_call): Set the SP register.
330 (mips_n32n64_push_dummy_call): Set the SP register.
331
5ab84872
RH
3322003-06-01 Richard Henderson <rth@redhat.com>
333
98a8e1e5
RH
334 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
335 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
336 (supply_gregset): Likewise.
337 * alpha-tdep.c (alpha_store_return_value): Likewise.
338 (alpha_get_longjmp_target): Likewise.
339 (alpha_register_name): Constify array.
340 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
341 deprecated_register_size, deprecated_register_bytes,
342 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
343 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
344 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 345
09cc52fd
RH
3462003-06-01 Richard Henderson <rth@redhat.com>
347
348 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
349 from arg_reg_buffer to regcache to avoid double conversion.
350
c7f16359
MK
3512003-06-01 Mark Kettenis <kettenis@gnu.org>
352
353 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
354 SP_REGNUM.
355 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
356 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
357
7131cb6e
RH
3582003-06-01 Richard Henderson <rth@redhat.com>
359
98a8e1e5
RH
360 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
361 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 362
f3e0f90b
RH
3632003-06-01 Richard Henderson <rth@redhat.com>
364
98a8e1e5
RH
365 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
366 not overlapping PC_REGNUM.
f3e0f90b 367
c88e30c0
RH
3682003-06-01 Richard Henderson <rth@redhat.com>
369
98a8e1e5
RH
370 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
371 alpha_push_arguments. Don't dump argument register data to
372 the target stack. Fix float and 128-bit long double semantics.
373 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
374 (alpha_fix_call_dummy): Remove.
375 (alpha_call_dummy_words): Remove.
376 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 377
f1a559ae
RH
3782003-06-01 Richard Henderson <rth@redhat.com>
379
380 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
381
5e045346
AC
3822003-06-01 Andrew Cagney <cagney@redhat.com>
383
95404a3e
AC
384 * mips-tdep.c (is_mips16_addr): New function.
385 (make_mips16_addr, unmake_mips16_addr): New functions.
386 (pc_is_mips16, mips_fetch_instruction): Use.
387 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
388 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
389 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
390 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
391 TARGET_MIPS.
392 * config/mips/tm-mips.h: Update copyright.
393 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
394 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
395 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
396 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
397 (TM_PRINT_INSN_MACH): Delete.
398 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
399
5e045346
AC
400 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
401 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
402 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
403 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
404 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
405 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
406 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
407 mips*-*-riscos* and mips*-*-sysv* onto mips.
408 * config/mips/mips64.mt: New file.
409 * config/mips/mips.mt: New file.
410 * config/mips/littlemips.mt: Delete file.
411 * config/mips/decstation.mt: Delete file.
412 * config/mips/vr4300el.mt: Delete file.
413 * config/mips/vr5000el.mt: Delete file.
414 * config/mips/vr5000.mt: Delete file.
415 * config/mips/vr4100.mt: Delete file.
416 * config/mips/vr4xxxel.mt: Delete file.
417 * config/mips/vr4300.mt: Delete file.
418 * config/mips/vr4xxx.mt: Delete file.
419 * config/mips/bigmips.mt: Delete file.
420 * config/mips/bigmips64.mt: Delete file.
421 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
422 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
423 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
424 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
425 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
426 "tm-bigmips.h".
427 * config/mips/tm-irix3.h: Ditto.
428 * config/mips/tm-mipsv4.h: Ditto.
429 * config/mips/tm-embed.h: Ditto.
430 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
431 "tm-bigmips64.h".
432 * config/mips/tm-vr5000el.h: Delete file.
433 * config/mips/tm-tx39l.h: Delete file.
434 * config/mips/tm-vr4300el.h: Delete file.
435 * config/mips/tm-vr4xxxel.h: Delete file.
436 * config/mips/tm-vr4300.h: Delete file.
437 * config/mips/tm-vr4100.h: Delete file.
438 * config/mips/tm-vr4xxx.h: Delete file.
439 * config/mips/tm-vr5000.h: Delete file.
440 * config/mips/tm-embedl64.h: Delete file.
441 * config/mips/tm-embedl.h: Delete file.
442 * config/mips/tm-embed64.h: Delete file.
443 * config/mips/tm-bigmips64.h: Delete file.
444 * config/mips/tm-bigmips.h: Delete file.
445
2473a4a9
MK
4462003-06-01 Mark Kettenis <kettenis@gnu.org>
447
97a5b208
MK
448 Fix gdb/1216.
449 * shnbsd-nat.c: Include "sh-tdep.h".
450
2473a4a9
MK
451 From Richard Henderson <rth@redhat.com>:
452 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
453
e0f7ec59
AC
4542003-05-31 Andrew Cagney <cagney@redhat.com>
455
456 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
457 forward declaration.
458 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
459 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
460 (mips_find_saved_regs): Use set_reg_offset.
461 (mips_frame_init_saved_regs): Delete function.
462 (mips_pop_frame): Call mips_find_saved_regs instead of
463 DEPRECATED_FRAME_INIT_SAVED_REGS.
464
68dcc709
AC
4652003-05-31 Andrew Cagney <cagney@redhat.com>
466
467 * mips-tdep.c (mips_gdbarch_init): Do not set
468 deprecated_max_register_raw_size, register_virtual_size, and
469 deprecated_max_register_virtual_size.
470
cfc14b3a
MK
4712003-05-31 Mark Kettenis <kettenis@gnu.org>
472
6405b0a6
MK
473 * i386-tdep.c: Include "dwarf2-frame.h".
474 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
475 * Makefile.in (i386-tdep.o): Update dependencies.
476
cfc14b3a
MK
477 * dwarf2-frame.c, dwarf2-frame.h: New files.
478 * Makefile.in (SFILES): Add dwarf2-frame.c.
479 (dwarf2_frame_h): Define.
480 (COMMON_OBS): Add dwarf2-frame.o.
481 (dwarf2-frame.o): Add dependencies.
482
6a2751d2
AJ
4832003-05-31 Andreas Jaeger <aj@suse.de>
484
485 * x86-64-linux-nat.c: Fix comment.
486
1c3545ae
MK
4872003-05-31 Mark Kettenis <kettenis@gnu.org>
488
10f93086
MK
489 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
490 function signature.
491
1c3545ae
MK
492 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
493 have a sigcontext_addr handler.
494 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
495 sigcontext_addr handler.
496
e11c53d2
AC
4972003-05-31 Andrew Cagney <cagney@redhat.com>
498
499 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
500 (print_fp_register_row): Replace do_fp_register_row.
501 (mips_print_fp_register): Add "file" and "frame" parameters.
502 (mips_print_register): Add "file" and "frame" parameters.
503 (mips_print_registers_info): Replace mips_do_registers_info.
504 (mips_gdbarch_init): Set print_registers_info instead of
505 deprecated_do_registers_info.
506 (mips_read_fp_register_single): Add "frame" parameter.
507 (mips_read_fp_register_double): Add "frame" parameter.
508
a3386186
MK
5092003-05-31 Mark Kettenis <kettenis@gnu.org>
510
70913449
MK
511 * i386-tdep.c (i386_register_name): Check for MMX registers first.
512 Fixes a bug where GDB would print the wrong register names for
513 targets without SSE.
514
2b5e0749
MK
515 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
516 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
517 registers.
518
519 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
520 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
521 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
522 TDEP->sc_sp_offset.
523
a3386186
MK
524 From Michal Ludvig <mludvig@suse.cz>:
525 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
526 and `sc_num_regs'.
527 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
528 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
529 I386_ST0_REGNUM): Move here from...
530 * i386-tdep.c: ... here.
531 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
532 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
533 registers if possible.
534 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
535 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
536 Remove variables.
537 (i386bsd_sc_reg_offset): New variable.
538 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
539 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
540 TDEP->sc_sp_offset.
541 (i386fbsd_sc_reg_offset): New variable.
542 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
543 TDEP->sc_num_regs.
544 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
545 variables.
546 (i386fbsd4_sc_reg_offset): New variable.
547 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
548 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
549 TDEP->sc_sp_offset.
550 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
551 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
552 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
553 Remove variables.
554 (i386nbsd_sc_reg_offset): New variable.
555 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
556 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
557 TDEP->sc_sp_offset.
558 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
559 Remove variables.
560 (i386obsd_sc_reg_offset): New variable.
561 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
562 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
563 TDEP->sc_sp_offset.
564 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
565 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
566 for frame pointer offset in `struct sigcontext'.
567
25ab4790
AC
5682003-05-31 Andrew Cagney <cagney@redhat.com>
569
570 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
571 architecture methods call_dummy_words, sizeof_call_dummy_words,
572 push_return_address, store_struct_return, and fix_call_dummy. Set
573 push_dummy_call instead of deprecated_push_arguments.
574 (mips_store_struct_return): Delete function.
575 (mips_fix_call_dummy): Delete function.
576 (mips_push_return_address): Delete function.
577 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
578 RA_REGNUM and T9_REGNUM.
579 (mips_n32n64_push_dummy_call): Ditto for
580 mips_n32n64_push_arguments.
581 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
582 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
583
6a65450a
AC
5842003-05-31 Andrew Cagney <cagney@redhat.com>
585
586 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
587 "dummy_addr" to "bp_addr".
588 * infcall.c (call_function_by_hand): Pass "funaddr" to
589 gdbarch_push_dummy_call.
590 * gdbarch.h, gdbarch.c: Re-generate.
591 * i386-tdep.c (i386_push_dummy_call): Update.
592 * arm-tdep.c (arm_push_dummy_call): Update.
593 * d10v-tdep.c (d10v_push_dummy_call): Update.
594
c4f35dd8
MK
5952003-05-31 Mark Kettenis <kettenis@gnu.org>
596
597 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
598 variable declarations.
599 (x86_64_register_number, x86_64_register_name): Remove prototypes.
600 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
601 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
602 x86_64_init_frame_pc, x86_64_init_frame_pc,
603 x86_64_function_has_prologue): Remove prototypes.
604 (X86_64_NUM_GREGS): New define.
605 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
606 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
607 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
608 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
609 XMM1_REGNUM): Remove defines.
610 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
611 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
612 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
613 X86_64_XMM1_REGNUM): New defines.
614 (struct x86_64_register_info): Renamed from `struct
615 register_info'. Remove `size' member.
616 (x86_64_register_info_table): Remove variable.
617 (x86_64_register_info): New variable.
618 (X86_64_NUM_REGS): New define.
619 (X86_64_NUM_GREGS): Remove define.
620 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
621 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
622 Remove variables.
623 (x86_54_dwarf2_reg_to_regnum): Remove function.
624 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
625 (x86_64_dwarf_reg_to_regnum): New function.
626 (x86_64_register_name): Rewrite.
627 (x86_64_register_raw_size): Remove function.
628 (x86_64_register_byte_table): Remove variable.
629 (x86_64_register_byte): Remove function.
630 (x86_64_register_virtual_type): Remove function.
631 (x86_64_register_type): New function.
632 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
633 x86_64_register_convert_to_raw): Remove functions.
634 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
635 (x86_64_use_struct_convention): Make static. Adjust for renamed
636 defines.
637 (x86_64_frame_init_saved_regs): Remove function.
638 (x86_64_push_arguments): Make static. Change to accept a regcache
639 as argument.
640 (x86_64_store_return_value, x86_64_extract_return_value): Make
641 static. Rewrite based on i386 counterparts.
642 (x86_64_push_dummy_call): New function.
643 (X86_64_NUM_SAVED_REGS): New define.
644 (x86_64_register_number): Remove function.
645 (x86_64_store_struct_return): Remove function.
646 (x86_64_frameless_function_invocation,
647 x86_64_function_has_prologue): Remove functions.
648 (PROLOG_BUFSIZE): Remove define.
649 (struct x86_64_frame_cache): New structure.
650 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
651 x86_64_frame_cache, x86_64_frame_this_id,
652 x86_64_frame_prev_register, x86_64_frame_p,
653 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
654 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
655 functions.
656 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
657 variables.
658 (x86_64_skip_prologue): Rewrite in terms of
659 x86_64_analyze_prologue.
660 (x86_64_frame_base_address): New function.
661 (x86_64_frame_base): New variable.
662 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
663 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
664 set deprecated_fp_regnum, deprecated_register_size,
665 deprecated_register_bytes, register_raw_size, register_byte,
666 register_virtual_type, register_convertiable,
667 register_convert_to_virtual, convert_to_raw,
668 deprecated_get_saved_register, deprecated_target_read_fp,
669 deprecated_push_arguments, deprecated_push_return_address,
670 deprecated_pop_frame, deprecated_store_struct_return,
671 deprecated_frame_init_saved_regs, deprecated_frame_chain,
672 frameless_function_invocation, deprecated_frame_saved_pc,
673 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
674 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
675 deprecated_init_frame_pc and virtual_frame_pointer. Call
676 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
677 and x86_64_frame_p. Call frame_base_set_default to register
678 x86_64_frame_base.
679 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
680 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
681 (_initialize_x86_64_tdep): Remove function.
682 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
683 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
684 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
685 define.
686 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
687 (x86_64_linux_sigcontext_addr): Rewrite.
688 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
689 x86_64_linux_frame_saved_pc): Remove functions.
690 (x86_64_linux_pc_in_sigtramp): Renamed from
691 x86_64_linux_in_sigtramp. Try harder to recognize a signal
692 trampoline.
693 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
694 Remove_functions.
695 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
696 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
697 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
698 (x86_64_regmap): Rename to regmap.
699 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
700 x86_64_num_gregs.
701 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
702 x86_64_regmap.
703 (x86_64_fxsave_offset): Remove function.
704 (supply_fpregset): Simply call x86_64_supply_fxsave.
705 (fill_fpregset): Simply call x86_64_fill_fxsave.
706 (fetch_inferior_registers, store_inferior_registers): Avoid
707 asignment in if-statement.
708 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
709 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
710 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
711 (fetch_core_registers): Remove function.
712 (linux_elf_core_fns): Remove.
713 (offsetoff): Don't define.
714 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
715 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
716 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
717 add core-regset.o.
718 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
719 protection against multiple includes instead of NM_X86_64_h. Add
720 various comments. Include "config/nm-linux.h". Don't include
721 <signal.h>.
722 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
723 GET_THREAD_SIGNALS): Remove defines.
724 (x86_64_register_u_addr, kernel_u_size,
725 lin_thread_get_thread_signals): Remove prototypes.
726 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
727 [HAVE_LINK_H]: Don't include "solib.h".
728 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
729 * config/i386/tm-x86-64linux.h: Fix comments.
730 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
731 x86-64-tdep.o): Update dependencies.
732
c25083af
AC
7332003-05-30 Andrew Cagney <cagney@redhat.com>
734
c8f55a7b
AC
735 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
736 Change parameter type to a "struct regcache *".
737
c25083af
AC
738 * gdbarch.sh: Regardless of the multi-arch level, always define
739 the macro when not already defined.
740 * gdbarch.h, gdbarch.c: Re-generate.
741
fbe586ae
RH
7422003-05-30 Richard Henderson <rth@redhat.com>
743
744 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
745 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
746 (alpha_mdebug_frame_this_id): Likewise.
747 (alpha_mdebug_frame_prev_register): Likewise.
748 (alpha_mdebug_frame_base_address): Likewise.
749 (alpha_mdebug_frame_locals_address): Likewise.
750 (alpha_mdebug_frame_args_address): Likewise.
751 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
752 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
753 (alpha_heuristic_frame_unwind_cache): Make static; add missing
754 loop increment.
755 (alpha_heuristic_frame_this_id): Make static.
756 (alpha_heuristic_frame_prev_register): Likewise.
757 (alpha_heuristic_frame_base_address): Likewise.
758 * alpha-tdep.h: Update.
759
acd5c798
MK
7602003-05-30 Mark Kettenis <kettenis@gnu.org>
761
762 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
763 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
764 defenitions.
765 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
766 * i386-tdep.c: Mark functions that are 64-bit safe as such.
767 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
768 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
769 I386_ST0_REGNUM): New defines.
770 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
771 codestream_get): Remove define.
772 (codestream_next_addr, condestream_addr, condestream_buf,
773 codestream_off, codestream_cnt): Remove variables.
774 (codestream_fill, codestream_seek, codestream_read): Remove
775 functions.
776 (i386_follow_jump): Rewrite to avoid usage of removed codestream
777 functionality.
778 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
779 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
780 i386_frame_saved_pc, i386_saved_pc_after_call,
781 i386_frame_num_args, i386_frame_init_saved_regs,
782 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
783 i386_push_arguments): Remove functions.
784 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
785 functionality. Use i386_analyze_prologue instead of
786 i386_get_frame_setup.
787 (I386_NUM_SAVED_REGS): New define.
788 (struct i386_frame_cache): New structure.
789 (i386_alloc_frame_cache, i386_analyze_struct_return,
790 i386_skip_probe, i386_analyze_frame_setup,
791 i386_analyze_register_saves, i386_analyze_prologue,
792 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
793 i386_frame_prev_register, i386_sigtramp_frame_cache,
794 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
795 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
796 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
797 New functions.
798 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
799 New variables.
800 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
801 I386_EAX_REGNUM and I386_EDX_REGNUM.
802 (i386_extract_return_value, i386_store_return_value): Use
803 I386_ST0_REGNUM where appropriate.
804 (i386_extract_struct_value_address): Rewrite to use extract_address.
805 (i386_svr4_pc_in_sigtramp): Add comment.
806 (i386_svr4_sigcontext_addr): Rewrite.
807 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
808 TDEP->sc_sp_offset.
809 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
810 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
811 of new defines. Set push_dummy_call, don't set
812 deprecated_push_arguments, deprecated_push_return_address,
813 deprecated_pop_frame. Don't set parm_boundary. Don't set
814 deprecated_frame_chain, deprecated_frame_saved_pc,
815 deprecated_saved_pc_after_call. Set unwind_dummy_id,
816 save_dummy_frame_tos, unwind_pc. Call
817 frame_unwind_append_predicate and frame_base_set_default. Don't
818 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
819 Don't set frameless_function_invocation. Don't set
820 deprecated_register_bytes, deprecated_register_size,
821 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
822 * i386-linux-tdep.c: Fix formatting in some comments.
823 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
824 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
825 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
826 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
827 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
828 redundant parentheses.
829 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
830 (i386_linux_sigcontext_addr): Use it. Rewrite.
831 (find_minsym_and_objfile): Change name of second argument.
832 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
833 changed. Use frame_pc_unwind instead of
834 DEPRECATED_SAVED_PC_AFTER_CALL.
835 (i386_linux_init_abi): Don't set deprecated_register_bytes.
836 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
837 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
838 unwinder.
839 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
840 "dummy-frame.h".
841 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
842 (_initialize_i386_cygwin_tdep): New prototype.
843 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
844 deprecated_frame_chain_valid.
845 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
846 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
847 Rely on the SVR4 defaults.
848 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
849 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
850
c89b70f1
AC
8512003-05-30 Andrew Cagney <cagney@redhat.com>
852
853 * infcall.c (call_function_by_hand): Always call
854 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
855
85b32d22
RH
8562003-05-30 Richard Henderson <rth@redhat.com>
857
c89b70f1
AC
858 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
859 increment.
85b32d22 860
bfe51b1e
JB
8612003-05-29 Jim Blandy <jimb@redhat.com>
862
863 Use gdbarch methods for solib stuff on PowerPC Linux.
864 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
865 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
866 show through.
867 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
868 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
869 giving the same effect as the #definitions above.
870
1abf022c
AF
8712003-05-29 Adam Fedor <fedor@gnu.org>
872
873 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
874 (find_implementation_from_class): Replace it with the standard
875 case i.e. do nothing.
876
d2427a71
RH
8772003-05-29 Richard Henderson <rth@redhat.com>
878
879 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
880 (alpha_linux_sigtramp_offset): Use it. Make static.
881 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
882 update for new frame model.
883 * alpha-mdebug-tdep.c: New file.
884 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
885 (alpha_osf1_init_abi): Install it.
886 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
887 (linked_proc_desc_table): Remove.
888 (alpha_frame_past_sigtramp_frame): Remove.
889 (alpha_dynamic_sigtramp_offset): Remove.
890 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
891 (alpha_proc_desc_is_dyn_sigtramp): Remove.
892 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
893 (push_sigtramp_desc): Remove.
894 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
895 (alpha_cannot_store_register): Likewise.
896 (alpha_sigcontext_addr): Remove.
897 (alpha_find_saved_regs): Remove.
898 (alpha_frame_init_saved_regs): Remove.
899 (alpha_init_frame_pc_first): Remove.
900 (read_next_frame_reg): Remove.
901 (alpha_frame_saved_pc): Remove.
902 (alpha_saved_pc_after_call): Remove.
903 (temp_proc_desc, temp_saved_regs): Remove.
904 (alpha_about_to_return): Remove.
905 (cached_proc_desc): Remove.
906 (alpha_frame_chain): Remove.
907 (alpha_print_extra_frame_info): Remove.
908 (alpha_init_extra_frame_info): Remove.
909 (alpha_frame_locals_address): Remove.
910 (alpha_frame_args_address): Remove.
911 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
912 (alpha_push_dummy_frame): Remove.
913 (alpha_pop_frame): Remove.
914 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
915 (alpha_read_insn): New.
916 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
917 for different insn encodings.
918 (alpha_in_lenient_prologue): Remove.
919 (struct alpha_sigtramp_unwind_cache): New.
920 (alpha_sigtramp_frame_unwind_cache): New.
921 (alpha_sigtramp_register_address): New.
922 (alpha_sigtramp_frame_this_id): New.
923 (alpha_sigtramp_frame_prev_register): New.
924 (alpha_sigtramp_frame_unwind): New.
925 (alpha_sigtramp_frame_p): New.
926 (struct alpha_heuristic_unwind_cache): New.
927 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
928 don't count nop insns that occur between functions.
929 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
930 heuristic_proc_desc, but without the mdebug wrapping.
931 (alpha_heuristic_frame_this_id): New.
932 (alpha_heuristic_frame_prev_register): New.
933 (alpha_heuristic_frame_unwind): New.
934 (alpha_heuristic_frame_p): New.
935 (alpha_heuristic_frame_base_address): New.
936 (alpha_heuristic_frame_base): New.
937 (alpha_unwind_dummy_id): New.
938 (alpha_unwind_pc): New.
939 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
940 frame related deprecated initializations; install replacements.
941 (alpha_dump_tdep): Remove.
942 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
943 (alpha_read_insn, alpha_after_prologue,
944 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
945 alpha_heuristic_frame_prev_register,
946 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
947 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
948 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
949 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
950
93ec1121
AC
9512003-05-29 Andrew Cagney <cagney@redhat.com>
952
953 * gdb_assert.h (gdb_assert_fail): Provide different definitions
954 dependant on the availability of ASSERT_FUNCTION.
955 (ASSERT_FUNCTION): Do not define when there is no function name.
956
98f08d3d
KB
9572003-05-29 Kevin Buettner <kevinb@redhat.com>
958
959 From Jimi X <jimix@watson.ibm.com>:
960 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
961
0897f59b
JB
9622003-05-28 Jim Blandy <jimb@redhat.com>
963
964 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
965 argument to ptrace to int; the system headers should give it the
966 right type, and pointers don't fit in ints on powerpc64-*-*.
967
14898363
L
9682003-05-28 H.J. Lu <hongjiu.lu@intel.com>
969
970 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
971 DW_TAG_catch_block.
972
a7a48797
EZ
9732003-05-26 Elena Zannoni <ezannoni@redhat.com>
974
975 * stabsread.c (dbx_lookup_type): Make static.
976 (read_type): Ditto.
977 (add_undefined_type): Ditto.
978 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
979 not export.
980
f5479e9c
EZ
9812003-05-26 Elena Zannoni <ezannoni@redhat.com>
982
983 * hpread.c (hpread_has_name): Make static.
984 (hpread_psymtab_to_symtab): Ditto.
985 (file_exists): Ditto.
986 (hpread_call_pxdb): Ditto.
987 (hpread_pxdb_needed): Ditto.
988 (hpread_quick_traverse): Ditto.
989 (hpread_get_header): Ditto.
990 (hpread_get_lntt): Ditto.
991 (hpread_get_slt): Ditto.
992 (class_of): Ditto.
993
eb2e12d7
AS
9942003-05-25 Andreas Schwab <schwab@suse.de>
995
78bf922a
AS
996 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
997 stack_align and deprecated_extra_stack_alignment_needed.
998 (m68k_stack_align): Delete.
999
eb2e12d7
AS
1000 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
1001 (m68k_register_virtual_size): Likewise.
1002 (altos_skip_prologue): Remove obsolete function.
1003 (isi_frame_num_args): Likewise.
1004 (news_frame_num_args): Likewise.
1005 (m68k_fix_call_dummy): Make static.
1006 (m68k_push_dummy_frame): Likewise.
1007 (m68k_pop_frame): Likewise.
1008 (m68k_skip_prologue): Likewise.
1009 (m68k_frame_init_saved_regs): Likewise.
1010 (m68k_saved_pc_after_call): Likewise.
1011 (m68k_get_longjmp_target): Make multi-arch.
1012 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
1013 structure. Register m68k_get_longjmp_target if enabled.
1014 * m68k-tdep.h (struct gdbarch_tdep): Define.
1015 * config/m68k/tm-m68k.h: Don't include "regcache.h".
1016
1017 * Makefile.in (config.status): Also depend on configure.tgt
1018 and configure.host.
1019 (m68klinux-tdep.o): Update dependencies.
1020 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
1021 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
1022 (M68K_LINUX_JB_PC): Define.
1023 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
1024 and take additional parameter.
1025 (m68k_linux_sigtramp_saved_pc): Update.
1026 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
1027 m68k_linux_pc_in_sigtramp, in_plt_section,
1028 find_solib_trampoline_target.
1029 * config/m68k/tm-linux.h: Don't include any tm headers.
1030 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
1031 (JB_ELEMENT_SIZE): Likewise.
1032 (JB_PC): Likewise.
1033 (GET_LONGJMP_TARGET): Likewise.
1034 (IN_SIGTRAMP): Likewise.
1035 (SVR4_SHARED_LIBS): Define this and include "solib.h".
1036
eb2c22dc
MK
10372003-05-25 Mark Kettenis <kettenis@gnu.org>
1038
1039 * sparc-tdep.c (sparc32_do_push_arguments): New function.
1040 (sparc32_push_arguments): Re-implement by calling
1041 sparc32_do_push_arguments.
1042
44b7b84e
MK
10432003-05-25 Mark Kettenis <kettenis@gnu.org>
1044
1045 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
1046 SPARC_O1_REGNUM): New defines.
1047 (sparc32_extract_return_value): Rewrite to operate on a regcache.
1048 (sparc32_store_return_value): New function.
1049 (sparc_extract_struct_value_address): Rewrite to operate on a
1050 regcache.
1051 (sparc_gdbarch_init): Don't set
1052 deprecated_extract_struct_value_address. Set
1053 extract_struct_value_address instead. Don't set
1054 deprecated_extract_return_value and deprecated_store_return_value
1055 for 32-bit targets. Set extract_return_value and
1056 store_return_value instead.
1057 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
1058 DEPRECTAED_EXTRACT_RETURN_VALUE,
1059 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
1060 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1061 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
1062 (sparc_store_return_value): Remove prototype.
1063 (sparc32_store_return_value): New prototype.
1064 (sparc32_extract_return_value, sparc_extract_struct_value_address):
1065 Adjust prototypes.
1066
f6ad61e3
MK
10672003-05-24 Mark Kettenis <kettenis@gnu.org>
1068
1069 * sparcnbsd-tdep.c: Include "gdb_string.h".
1070
b276f1bb
AC
10712003-05-23 Andrew Cagney <cagney@redhat.com>
1072
1073 * p-valprint.c (pascal_val_print): Replace extract_address with
1074 the inline equivalent extract_unsigned_integer.
1075 * jv-valprint.c (java_value_print): Ditto.
1076 * ada-valprint.c (ada_val_print_1): Ditto.
1077 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
1078
e76c5fcc
TR
10792003-05-23 Theodore A. Roth <troth@openavr.org>
1080
1081 * blockframe.c (frameless_look_for_prologue): Remove unused
1082 after_prologue variable.
1083
2cdd89cb
MK
10842003-05-23 Mark Kettenis <kettenis@gnu.org>
1085
1086 * blockframe.c (get_pc_function_start): Rewrite to avoid
1087 asignments in if-statements.
1088
182d43bc
EZ
10892003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
1090
1091 Committed by Elena Zannoni <ezannoni@redhat.com>.
1092 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
1093 files, don't relocate absolute symbols (and do use mst_abs).
1094
e8f3fcdd
AC
10952003-05-23 Andrew Cagney <cagney@redhat.com>
1096
1097 * objc-lang.c: Include "gdb_assert.h".
1098 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
1099 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
1100 (gdb_check, gdb_check_fatal): Delete functions.
1101 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
1102 gdb_assert.
1103 (parse_selector, parse_method, find_methods, find_imps): Ditto.
1104 * Makefile.in (objc-lang.o): Update dependencies.
1105
3c23e6fb
ILT
11062003-05-22 Ian Lance Taylor <ian@airs.com>
1107
1108 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
1109 with fprintf_filtered, not fprintf_unfiltered.
1110
af1342ab
AC
11112003-05-22 Andrew Cagney <cagney@redhat.com>
1112
1113 * stack.c (frame_info): Inline extract_address, replacing it with
1114 extract_unsigned_integer.
1115 * findvar.c (unsigned_pointer_to_address): Ditto.
1116 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
1117 * dwarf2expr.c (dwarf2_read_address): Ditto.
1118 * frame.c (frame_pc_unwind): Update comment.
1119 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
1120
47e242ec
JJ
11212003-05-22 Jeff Johnston <jjohnstn@redhat.com>
1122
1123 * infptrace.c (detach): Call print_sys_errmsg rather than
1124 perror_with_name to issue warning message when errno is non-zero
1125 after calling ptrace detach.
1126
e2ac8128
JB
11272003-05-21 J. Brobecker <brobecker@gnat.com>
1128
1129 * config/pa/tm-hppa.h: Delete some unused macros. Move some
1130 macro definitions from here...
1131 * hppa-tdep.c: ...to there.
1132
92b3541e
KB
11332003-05-20 Kevin Buettner <kevinb@redhat.com>
1134
1135 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
1136 register_ptrace_addr(). Fix all callers.
1137
55809acb
AS
11382003-05-21 Andreas Schwab <schwab@suse.de>
1139
1140 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1141 dependencies.
1142 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
1143 end.
1144 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
1145 (_initialize_m68k_linux_tdep): New function.
1146 (m68k_linux_frame_saved_pc): Make static.
1147 (m68k_linux_extract_return_value): Likewise.
1148 (m68k_linux_store_return_value): Likewise.
1149 (m68k_linux_extract_struct_value_address): Likewise.
1150 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
1151 Remove.
1152 (DEPRECATED_STORE_RETURN_VALUE): Remove.
1153 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1154 (DEPRECATED_FRAME_SAVED_PC): Remove.
1155
0fbc10f7
KW
11562003-05-20 Kris Warkentin <kewarken@qnx.com>
1157
1158 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
1159 regset numbering rather than our own.
1160
58da2eb2
DC
11612003-05-19 David Carlton <carlton@bactrian.org>
1162
1163 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
1164
1fcb5155
DC
11652003-05-19 David Carlton <carlton@bactrian.org>
1166
1167 Partial fix for PR c++/827.
1168 * cp-support.h: Include symtab.h.
1169 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
1170 * cp-namespace.c: Update contributors.
1171 (cp_lookup_symbol_nonlocal): New.
1172 (lookup_namespace_scope, cp_lookup_symbol_namespace)
1173 (lookup_symbol_file): Ditto.
1174 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
1175 * block.h: Declare block_scope, block_using, block_global_block.
1176 * block.c (block_scope): New.
1177 (block_using, block_global_block): Ditto.
1178 * Makefile.in (cp_support_h): Depend on symtab_h.
1179 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
1180
5f9a71c3
DC
11812003-05-19 David Carlton <carlton@bactrian.org>
1182
1183 * language.h (struct language_defn): Add 'la_value_of_this'
1184 and 'la_lookup_symbol_nonlocal' members.
1185 * symtab.h: Declare basic_lookup_symbol_nonlocal,
1186 lookup_symbol_static, lookup_symbol_global,
1187 lookup_symbol_aux_block.
1188 * symtab.c (lookup_symbol_aux): Call language hooks to determine
1189 if we should search fields of this and how to do static/global
1190 lookup.
1191 (lookup_symbol_aux_block): Make extern.
1192 (basic_lookup_symbol_nonlocal): New.
1193 (lookup_symbol_static, lookup_symbol_global): Ditto.
1194 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
1195 'la_lookup_symbol_nonlocal' members.
1196 * c-lang.c (c_language_defn, cplus_language_defn)
1197 (asm_language_defn, minimal_language_defn): Ditto.
1198 * jv-lang.c (java_language_defn): Ditto.
1199 * language.c (unknown_language_defn, auto_language_defn)
1200 (local_language_defn): Ditto.
1201 * m2-lang.c (m2_language_defn): Ditto.
1202 * objc-lang.c (objc_language_defn): Ditto.
1203 * scm-lang.c (scm_language_defn): Ditto.
1204 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
1205 * p-lang.c (pascal_language_defn): Ditto for both.
1206 * Makefile.in (f-lang.o): Depend on value_h.
1207 (p-lang.o): Ditto.
1208
89a9d1b1
DC
12092003-05-19 David Carlton <carlton@bactrian.org>
1210
1211 * block.h: Declare block_static_block.
1212 * block.c (block_static_block): New.
1213 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
1214 lookup_symbol_aux_local, calling block_static_block instead.
1215 (lookup_symbol_aux_local): Delete 'static_block' argument.
1216
eed3f8ab
DC
12172003-05-19 David Carlton <carlton@bactrian.org>
1218
1219 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
1220
a09d8bda
ML
12212003-05-19 Michal Ludvig <mludvig@suse.cz>
1222
1223 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
1224 register numbers mapping.
1225
69636828
AF
12262003-05-18 Adam Fedor <fedor@gnu.org>
1227
1228 * symtab.c (completion_list_objc_symbol): New function.
1229 (make_symbol_completion_list): Use it to add ObjC symbols
1230 when looking though the list.
1231 (language_search_unquoted_string): New function.
1232 (make_file_symbol_completion_list): Use it.
1233
55baeb84
AS
12342003-05-18 Andreas Schwab <schwab@suse.de>
1235
d0b45d99
AS
1236 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
1237 dependencies.
1238 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
1239 as m68k_linux_extract_return_value.
1240 (DEPRECATED_STORE_RETURN_VALUE): Define as
1241 m68k_linux_store_return_value.
1242 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1243 m68k_linux_extract_struct_value_address.
1244 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
1245 get_next_frame, get_frame_base, get_frame_pc.
1246 (m68k_linux_frame_saved_pc): Use get_frame_base.
1247 (m68k_linux_extract_return_value): New function.
1248 (m68k_linux_store_return_value): New function.
1249 (m68k_linux_extract_struct_value_address): New function.
1250 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
1251
55baeb84
AS
1252 * c-exp.y (typebase): Remove duplicate occurence of
1253 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
1254 of lookup_signed_typename.
1255
b6b08ebf
MK
12562003-05-18 Mark Kettenis <kettenis@gnu.org>
1257
1258 * dwarf2loc.c (find_location_expression): Change type of second
1259 argument to `size_t *'.
1260 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
1261 for size variable.
1262
5ad1c190
DC
12632003-05-18 David Carlton <carlton@bactrian.org>
1264
1265 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
1266 'linkage_name'. Add comment.
1267 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
1268 'linkage_name'.
1269 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
1270 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
1271 (lookup_block_symbol): Ditto.
1272
b8b527c5
AC
12732003-05-16 Andrew Cagney <cagney@redhat.com>
1274
1275 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
1276 * gdbarch.h, gdbarch.c: Re-generate.
1277 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
1278 * TODO (REGISTER_BYTES): Delete reference.
1279 * alpha-tdep.c (alpha_gdbarch_init): Update.
1280 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1281 * x86-64-tdep.c (x86_64_init_abi): Update.
1282 * vax-tdep.c (vax_gdbarch_init): Update.
1283 * v850-tdep.c (v850_gdbarch_init): Update.
1284 * sparc-tdep.c (sparc_gdbarch_init): Update.
1285 * sh-tdep.c (sh_gdbarch_init): Update.
1286 * s390-tdep.c (s390_gdbarch_init): Update.
1287 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1288 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1289 (ns32k_gdbarch_init_32382): Update.
1290 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1291 * mcore-tdep.c (mcore_gdbarch_init): Update.
1292 * m68k-tdep.c (m68k_gdbarch_init): Update.
1293 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1294 * ia64-tdep.c (ia64_gdbarch_init): Update.
1295 * i386-tdep.c (i386_gdbarch_init): Update.
1296 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1297 * hppa-tdep.c (hppa_gdbarch_init): Update.
1298 * h8300-tdep.c (h8300_gdbarch_init): Update.
1299 * frv-tdep.c (frv_gdbarch_init): Update.
1300 * cris-tdep.c (cris_gdbarch_init): Update.
1301 * avr-tdep.c (avr_gdbarch_init): Update.
1302 * arm-tdep.c (arm_gdbarch_init): Update.
1303 * sparc-tdep.c (sparc_pop_frame): Update.
1304 * rs6000-tdep.c (rs6000_pop_frame): Update.
1305 * remote.c (init_remote_state): Update.
1306 (remote_prepare_to_store): Update.
1307 * remote-vx.c (vx_prepare_to_store): Update.
1308 * remote-sds.c (sds_fetch_registers): Update.
1309 (sds_prepare_to_store): Update.
1310 * remote-array.c: Update.
1311 * regcache.c (init_legacy_regcache_descr): Update.
1312 (init_regcache_descr): Update.
1313 * mips-tdep.c (mips_eabi_extract_return_value): Update.
1314 (mips_o64_extract_return_value): Update.
1315 * irix5-nat.c (fetch_core_registers): Update.
1316 * irix4-nat.c (fetch_core_registers): Update.
1317 * i386-tdep.h: Update.
1318 * hppa-tdep.c (pa_do_registers_info): Update.
1319 (pa_do_strcat_registers_info): Update.
1320 * cris-tdep.c (cris_register_bytes_ok): Update.
1321 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1322 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
1323 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
1324 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
1325 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
1326 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
1327 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
1328 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
1329 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
1330 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
1331 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
1332 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
1333 (REGISTER_BYTES_OK): Update.
1334 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
1335 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
1336
ee2842e2
ILT
13372003-05-16 Ian Lance Taylor <ian@airs.com>
1338
1339 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
1340 (vax_print_insn, print_insn_arg): Remove static functions.
1341 (vax_gdbarch_init): Call set_gdbarch_print_insn with
1342 print_insn_vax from opcodes library.
1343 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
1344
973177d3
AC
13452003-05-15 Andrew Cagney <cagney@redhat.com>
1346
aaab4dba
AC
1347 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
1348 * target.h (memory_breakpoint_from_pc): Delete declaration.
1349 * mem-break.c (memory_breakpoint_from_pc): Delete function.
1350 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
1351 * monitor.c (monitor_insert_breakpoint): Use
1352 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
1353 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
1354 * gdbarch.h, gdbarch.c: Re-generate.
1355 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
1356 (sparc_gdbarch_init): Set breakpoint_from_pc to
1357 sparc_breakpoint_from_pc.
1358 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
1359 (BREAKPOINT_FROM_PC): Define.
1360 (sparc_breakpoint_from_pc): Declare.
1361 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
1362 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
1363 (BREAKPOINT_FROM_PC): Define.
1364 (BREAKPOINT): Delete macro.
1365 * target.h: Update comment.
1366 * s390-tdep.c (s390_gdbarch_init): Update comments.
1367 * remote.c: Update comments.
1368 * remote-mips.c: Update comments.
1369 * proc-api.c (write_with_trace): Do not check for a breakpoint.
1370 * mem-break.c: Update comment.
1371 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
1372 (ia64_memory_insert_breakpoint): Update.
1373 * config/sparc/tm-sparc.h: Update comment.
1374 * config/pa/tm-hppa64.h: Update comment.
1375 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1376 (rs6000_breakpoint_from_pc): Update.
1377 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1378 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
1379 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
1380 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
1381 (mips_breakpoint_from_pc): Update.
1382 (mips_dump_tdep): Update.
1383
e06963ff
AC
1384 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
1385 * minsyms.c (lookup_minimal_symbol): Inline
1386 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
1387
973177d3
AC
1388 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
1389 * p-valprint.c (pascal_object_print_value_fields): Ditto.
1390 * p-lang.c (pascal_printstr): Ditto.
1391 * objc-lang.c (objc_printstr): Ditto.
1392 * m2-lang.c (m2_printstr): Ditto.
1393 * jv-valprint.c (java_print_value_fields): Ditto.
1394 * f-lang.c (f_printstr): Ditto.
1395 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
1396 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
1397 for repeat_count_threshold.
1398 * Makefile.in (cp-valprint.o): Update dependencies.
1399
5ea2bd7f
JJ
14002003-05-15 Jeff Johnston <jjohnstn@redhat.com>
1401
1402 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
1403 (examine_prologue): Support looking through leaf functions, knowing
1404 they start with mov r2,r12. Support skipping over indirect stores
1405 of the input registers. Upon hitting a non-nop branch instruction
1406 or predicated instruction, bail out by setting lim_pc to the current
1407 pc value in the loop. At the end, if the lim_pc value is still
1408 beyond our calculated value and we have trust_limit set,
1409 use the lim_pc value.
1410
cc8c88f3
AC
14112003-05-15 Andrew Cagney <cagney@redhat.com>
1412
1413 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
1414 generic_find_dummy_frame.
1415 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
1416 (deprecated_generic_find_dummy_frame): Update.
1417 (deprecated_read_register_dummy): Update.
1418 * frame.c (deprecated_generic_get_saved_register): Update.
1419
909cd28e
TR
14202003-05-15 Theodore A. Roth <troth@openavr.org>
1421
1422 * avr-tdep.c (avr_breakpoint_from_pc): New function.
1423 (avr_gdbarch_init): Set breakpoint_from_pc method.
1424
b923b08d
AC
14252003-05-15 Andrew Cagney <cagney@redhat.com>
1426
1427 * regcache.c (build_regcache): Set deprecated_register_valid
1428 directly.
1429 (deprecated_grub_regcache_for_register_valid): Delete function.
1430 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
1431 declaration.
1432
ae2f03ac
EZ
14332003-05-15 David Carlton <carlton@bactrian.org>
1434
1435 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
1436 * symtab.c (lookup_symbol_aux): Delete calls to
1437 lookup_symbol_aux_minsyms.
1438 (lookup_symbol_aux_minsyms): Comment out function and
1439 prototype. Delete lookup by mangled name.
ae2f03ac 1440
18ec9831
KB
14412003-05-14 Kevin Buettner <kevinb@redhat.com>
1442
1443 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
1444 correctly indicate an empty stack and ``stack_allocated'' to the
1445 indicate the number of elements initially allocated.
1446 (dwarf_expr_grow_stack): Simplify method for computing new
1447 stack size. Don't loop infinitely if ``stack_len'' is zero.
1448 (execute_stack_op): Move ``ctx->in_reg'' initialization
1449 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
1450 be used in conjuction with DW_OP_piece. Revise error message
1451 accordingly.
1452
de18ac1f
TR
14532003-05-14 Theodore A. Roth <troth@openavr.org>
1454
1455 * MAINTAINERS: Update my email address.
1456 * avr-tdep.c: Ditto.
1457
176620f1
EZ
14582003-05-14 Elena Zannoni <ezannoni@redhat.com>
1459
1460 * symtab.h (enum domain_enum): Rename from namespace_enum.
1461 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
1462 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
1463 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
1464 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
1465 TYPES_NAMESPACE, METHODS_NAMESPACE.
1466 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
1467 (struct symbol, struct partial_symbol): Rename field
1468 'namespace_enum namespace' to 'domain_enum domain'.
1469 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
1470 Delete old define kludge for namespace.
1471
1472 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
1473 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
1474 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
1475 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
1476 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
1477 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
1478 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
1479 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
1480 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
1481 occurrences of the above.
1482
b7f31508
ILT
14832003-05-14 Ian Lance Taylor <ian@airs.com>
1484
1485 * Makefile.in (install-only): Use $(SHELL) when running
1486 mkinstalldirs.
1487
2fdbdd39
ILT
14882003-05-13 Ian Lance Taylor <ian@airs.com>
1489
a208d82c
ILT
1490 * MAINTAINERS (write after approval): Add myself.
1491
2fdbdd39
ILT
1492 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
1493 second and third arguments.
1494 * ser-tcp.c (_initialize_ser_tcp): Likewise.
1495 * ser-unix.c (_initialize_ser_hardwire): Likewise.
1496
fbd9dcd3
AC
14972003-05-13 Andrew Cagney <cagney@redhat.com>
1498
1499 * defs.h (store_address): Delete declaration.
1500 findvar.c (store_address): Delete function.
1501 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
1502 store_unsigned_integer.
1503 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
1504 * v850-tdep.c (v850_push_arguments): Ditto.
1505 * sparc-tdep.c (sparc_get_saved_register): Ditto.
1506 * sh-tdep.c (sh64_get_saved_register): Ditto.
1507 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
1508 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
1509 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
1510 (mips_get_saved_register): Ditto.
1511 * ia64-tdep.c (ia64_get_saved_register): Ditto.
1512 (find_func_descr, ia64_push_arguments): Ditto.
1513 * i386-tdep.c (i386_push_arguments): Ditto.
1514 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1515 * frv-tdep.c (frv_push_arguments): Ditto.
1516 * frame.c (legacy_saved_regs_prev_register): Ditto.
1517 (deprecated_generic_get_saved_register): Ditto.
1518 * findvar.c (unsigned_address_to_pointer): Ditto.
1519 * dwarf2read.c (dwarf2_const_value): Ditto.
1520 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
1521 * alpha-tdep.c (alpha_push_arguments): Ditto.
1522
6760f9e6
JB
15232003-05-12 J. Brobecker <brobecker@gnat.com>
1524
1525 * NEWS: Mention that the hppa-hpux port has been partially
1526 multiarched (32bit ABIT only, so far).
1527
30e221b4
AC
15282003-05-11 Andrew Cagney <cagney@redhat.com>
1529
1530 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
1531 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
1532 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
1533 sim/testsuite/sim/arm/misaligned2.ms, and
1534 sim/testsuite/sim/arm/misaligned3.ms.
1535 * disasm.h (struct ui_file): Add opaque struct declaration.
1536 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
1537 * frame.h (struct ui_file): Ditto.
1538
dea7f9ba
MK
15392003-05-11 Mark Kettenis <kettenis@gnu.org>
1540
1541 * value.h: Pretty print.
1542
01986c48
MK
15432003-05-10 Mark Kettenis <kettenis@gnu.org>
1544
1545 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
1546
123a958e
AC
15472003-05-08 Andrew Cagney <cagney@redhat.com>
1548
1549 * regcache.h (max_register_size): Delete declaration.
1550 * regcache.c (max_register_size): Delete function.
1551 (struct regcache_descr): Delete field "max_register_size".
1552 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
1553 registers fit in MAX_REGISTER_SIZE.
1554 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
1555 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
1556 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
1557 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
1558 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
1559 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
1560 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
1561 * dve3900-rom.c, hppa-tdep.c: Ditto.
1562
eb294659
DC
15632003-05-08 David Carlton <carlton@math.stanford.edu>
1564
1565 * valops.c (push_word): Fix typo.
1566
d9d9c31f
AC
15672003-05-08 Andrew Cagney <cagney@redhat.com>
1568
1569 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
1570 * gdbarch.h: Re-generate.
1571 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
1572 (legacy_max_register_raw_size): Delete declaration.
1573 * regcache.c (legacy_max_register_raw_size): Delete function.
1574 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
1575 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
1576 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
1577 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
1578 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
1579 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
1580 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
1581 * findvar.c, dwarf2cfi.c: Ditto.
1582
22540ece
AC
15832003-05-08 Andrew Cagney <cagney@redhat.com>
1584
1585 * mips-tdep.c (read_signed_register): New function, moved to here
1586 from "regcache.c".
1587 (read_signed_register_pid): Ditto.
1588 * regcache.c (read_signed_register_pid): Delete function, moved to
1589 "mips-tdep.c".
1590 (read_signed_register): Ditto.
1591 * regcache.h (read_signed_register): Delete declaration.
1592 (read_signed_register_pid): Delete declaration.
1593
0c92afe8
AC
15942003-05-08 Andrew Cagney <cagney@redhat.com>
1595
1596 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
1597 * gdbarch.h: Re-generate.
1598 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
1599 (legacy_max_register_virtual_size): Delete declaration.
1600 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
1601 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1602 * tracepoint.c (memrange_sortmerge): Ditto.
1603 * sparc-tdep.c (sparc_print_registers): Ditto.
1604 * regcache.c (legacy_max_register_virtual_size): Delete function.
1605
6037b830
JB
16062002-05-08 J. Brobecker <brobecker@gnat.com>
1607
1608 * fork-child.c (escape_bang_in_quoted_argument): New function.
1609 (fork_inferior): Escape '!' characters in quoted arguments
1610 only when needed.
1611
5d62c8b1
JB
16122003-05-08 J. Brobecker <brobecker@gnat.com>
1613
1614 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
1615 the language of the CU is not currently supported by GDB.
1616
20a0e81d
JB
16172003-05-08 J. Brobecker <brobecker@gnat.com>
1618
1619 * defs.h (language): Add language_minimal enum value.
1620 * c-lang.c (minimal_language_defn): New language definition.
1621 (_initialize_c_language): Add the new minimal language to the list
1622 of languages known to GDB.
1623
710ee10a
KB
16242003-05-08 Kevin Buettner <kevinb@redhat.com>
1625
1626 * frame.c (get_frame_type): Don't attempt to lazily initialize
1627 frame's unwinder for legacy frames.
1628
1750fa04
AC
16292003-05-07 Andrew Cagney <cagney@redhat.com>
1630
1631 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
1632 and "regcache" parameters.
1633 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
1634
ddf9f258
JJ
16352003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1636
1637 * dwarf2read.c (dwarf_decode_lines): Only use output of
1638 check_cu_functions() when calling record_line(). Do not update
1639 the current address.
1640
87767c29
AC
16412003-05-07 Andrew Cagney <cagney@redhat.com>
1642
1643 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
1644 code.
1645
5e7b2f39
JB
16462003-05-07 Jim Blandy <jimb@redhat.com>
1647
1648 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
1649 'maint info symtabs' and 'maint info psymtabs'.
1650 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
1651 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
1652 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
1653 Declarations updated.
1654 * maint.c (maintenance_list_command): Delete.
1655 (_initialize_maint_cmds): Update calls to add_cmd.
1656 * gdbcmd.h (maintenancelistlist): Delete declaration.
1657 * cli/cli-cmds.c (maintenancelistlist): Delete.
1658 (init_cmd_lists): Don't initialize it.
1659 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
1660
f6684c31
AC
16612003-05-07 Andrew Cagney <cagney@redhat.com>
1662
1663 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
1664 "regcache".
1665 (d10v_print_registers_info): Update.
1666 (d10v_dmap_register, d10v_imap_register): Delete functions.
1667 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
1668 and "imap_register".
1669 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
1670 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
1671 * arch-utils.c (generic_remote_translate_xfer_address): Add
1672 "regcache" and "gdbarch" parameters.
1673 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
1674 parameter. Change class to multi-arch.
1675 * gdbarch.h, gdbarch.c: Re-generate.
1676 * remote.c (remote_xfer_memory): Use
1677 gdbarch_remote_translate_xfer_address.
1678
e4846b08
JJ
16792003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1680
1681 * infrun.c (prev_pc): Move declaration ahead of proceed().
1682 (proceed): Refresh prev_pc value before resuming.
1683 (stop_stepping): Remove code to refresh prev_pc.
1684
6b71b8ac
KW
16852003-05-06 Kris Warkentin <kewarken@qnx.com>
1686
1687 * nto-tdep.c: Removed stray comment.
1688
47979a4b
KW
16892003-05-06 Kris Warkentin <kewarken@qnx.com>
1690
1691 * i386-nto-tdep.c: Fix old K&R function definitions.
1692 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
1693 Also change add_show_from_set() call to add_setshow_cmd().
1694 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
1695
00905d52
AC
16962003-05-05 Andrew Cagney <cagney@redhat.com>
1697
1698 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
1699 (fprint_dummy_frames): New function.
1700 (maintenance_print_dummy_frames): New function.
1701 (_initialize_dummy_frame): Add command "maint print dummy-frames".
1702 * frame.c (fprint_frame_id): Make global.
1703 * frame.h (fprint_frame_id): Declare.
1704 * Makefile.in (dummy-frame.o): Update dependencies.
1705
b1e29e33
AC
17062003-05-05 Andrew Cagney <cagney@redhat.com>
1707
1708 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
1709 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
1710 SIZEOF_CALL_DUMMY_WORDS.
1711 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
1712 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
1713 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
1714 CALL_DUMMY_BREAKPOINT_OFFSET.
1715 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
1716 CALL_DUMMY_START_OFFSET.
1717 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
1718 * gdbarch.h, gdbarch.c: Re-generate.
1719 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
1720 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
1721 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
1722 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
1723 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
1724 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
1725 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1726 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
1727 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
1728 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
1729 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
1730 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
1731 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
1732 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
1733 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
1734
17352003-05-05 Kris Warkentin <kewarken@qnx.com>
1736
1737 * configure.tgt: Add i[3456]86-*-nto*.
1738 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
1739 * nto-tdep.c: New file. Neutrino target support routines.
1740 * nto-tdep.h: New file. Neutrino target header.
1741 * config/tm-qnxnto.h: New file.
1742 * config/i386/i386nto.mt: New file.
1743 * config/i386/tm-i386nto.h: New file.
b1e29e33 1744
0ce3d317
AC
17452003-05-04 Andrew Cagney <cagney@redhat.com>
1746
1747 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
1748 (load_infrun_state): Ditto.
1749 (struct thread_info): Drop "prev_func_name" field.
1750 * thread.c (load_infrun_state): Update.
1751 (save_infrun_state): Update.
1752 * infrun.c (prev_func_name): Delete variable.
1753 (init_wait_for_inferior): Do not clear prev_func_name.
1754 (stop_stepping, keep_going, context_switch): Do not swap
1755 prev_func_name.
1756 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
1757 instead of PC_IN_SIGTRAMP.
1758
46654a5b
AC
17592003-05-04 Andrew Cagney <cagney@redhat.com>
1760
1761 * sentinel-frame.c (sentinel_frame_prev_register): Replace
1762 REGISTER_BYTE with register_offset_hack.
1763 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
1764 that REGISTER_BYTE is consistent with the regcache.
1765 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
1766 * gdbarch.h, gdbarch.c: Regenerate.
1767
14b08c1b
MK
17682003-05-04 Mark Kettenis <kettenis@gnu.org>
1769
04c8243f
MK
1770 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
1771 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
1772
14b08c1b
MK
1773 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
1774
c7a11e01
JB
17752003-05-03 J. Brobecker <brobecker@gnat.com>
1776
1777 From Thierry Schneider <tpschneider1@yahoo.com>
1778 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
1779 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
1780 (mi-cmd-symbol.o): Add rule.
1781
7043d8dc
AC
17822003-05-03 Andrew Cagney <cagney@redhat.com>
1783
1784 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
1785 comments noteing that it replaces the old FIX_CALL_DUMMY code.
1786 * gdbarch.h, gdbarch.c: Re-generate.
1787 * d10v-tdep.c (d10v_push_dummy_code): New function.
1788 (d10v_gdbarch_init): Set push_dummy_code.
1789 * infcall.c (legacy_push_dummy_code): New function.
1790 (generic_push_dummy_code): New function.
1791 (push_dummy_code): New function.
1792 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
1793 instead of dummy_addr, to push_dummy_call. Move call to
1794 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
1795 switch.
1796 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
1797
92bf2b80
AC
17982003-05-03 Andrew Cagney <cagney@redhat.com>
1799
1800 * disasm.h (print_insn): Declare.
1801 * disasm.c (init_gdb_disassemble_info): New function.
1802 (gdb_disassembly): Call init_gdb_disassemble_info.
1803 (gdb_print_insn): New function.
1804 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
1805 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
1806 * mcore-tdep.c: Include "disasm.h"
1807 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
1808 * d10v-tdep.c: Include "disasm.h".
1809 (display_trace): Call gdb_print_insn, instead of print_insn.
1810 (print_insn): Delete function.
1811 * printcmd.c: Include "disasm.h".
1812 (print_insn): Delete function.
1813 (print_formatted): Call gdb_print_insn, instead of print_insn.
1814 * Makefile.in (printcmd.o): Update dependencies.
1815 (mcore-tdep.o, d10v-tdep.o): Ditto.
1816
27d94c49
AC
18172003-05-02 Andrew Cagney <cagney@redhat.com>
1818
82de1e5b
AC
1819 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
1820 PC_REGNUM, re-indent.
1821 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
1822 PC_REGNUM isn't set.
1823
27d94c49
AC
1824 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
1825 * gdbarch.h, gdbarch.c: Re-generate.
1826 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
1827 register_virtual_size, pc_regnum, or register_bytes.
1828 (D10V_PC_REGNUM): Rename _PC_REGNUM.
1829 (d10v_register_type): Use D10V_PC_REGNUM.
1830 (d10v_print_registers_info, d10v_read_pc): Ditto.
1831 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
1832 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
1833
a9c0dc7f
DC
18342003-05-02 David Carlton <carlton@bactrian.org>
1835
1836 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
1837 the name with mstrsave.
1838
e33d66ec
EZ
18392003-05-02 Elena Zannoni <ezannoni@redhat.com>
1840
1841 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
1842 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
1843 (host_charset_name, target_charset_name): New vars for use by
1844 set/show commands.
1845 (host_charset_enum, target_charset_enum): New enums for set/show
1846 commands.
1847 (set_charset_sfunc, set_host_charset_sfunc,
1848 set_target_charset_sfunc): New functions.
1849 (set_host_charset, set_target_charset): Make static.
1850 (list_charsets, set_host_charset_command,
1851 set_target_charset_command): Delete functions.
1852 (show_charset_command): Rewrite as....
1853 (show_charset): Hook this up with the set/show command mechanism.
1854 (_initialize_charset): Change names of charsets to match the
1855 set/show enums. Use host_charset_name and target_charset_name.
1856 Use set/show mechanism for charset, host-charset, target-charset
1857 commands. Do not make 'show host-charset' and 'show
1858 target-charset' be aliases of 'show charset'.
1859
1860 * charset.h (set_host_charset, set_target_charset): Don't export,
1861 they are not used outside the file.
1862
2b6fd0d8
AC
18632003-05-01 Andrew Cagney <cagney@redhat.com>
1864
1865 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
1866 (gdb_disassembly): Make "di" non static, always initialize and
1867 cleanup. Always use dis_asm_read_memory.
1868 (gdb_dis_asm_read_memory): Delete function.
1869
6ae2f580
AC
18702003-05-01 Andrew Cagney <cagney@redhat.com>
1871
1872 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
1873 (d10v_gdbarch_init): Set frame_align instead of stack_align.
1874
810ecf9f
AC
18752003-04-30 Andrew Cagney <cagney@redhat.com>
1876
1877 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
1878 "tm_print_insn_info".
1879 (TARGET_PRINT_INSN_INFO): Delete macro.
1880 (dis_asm_read_memory): Delete function declaration.
1881 (dis_asm_memory_error, dis_asm_print_address): Ditto.
1882 (tm_print_insn_info): Delete variable definition.
1883 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
1884 * gdbarch.h, gdbarch.c: Re-generate.
1885 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
1886 "deprecated_tm_print_insn_info".
1887 * mcore-tdep.c (mcore_dump_insn): Ditto.
1888 * mips-tdep.c (mips_gdbarch_init): Ditto.
1889 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
1890 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
1891 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
1892 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
1893 instead of TARGET_PRINT_INSN_INFO, add comment.
1894 * s390-tdep.c (s390_get_frame_info): Instead of
1895 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
1896 (s390_check_function_end, s390_is_sigreturn): Ditto.
1897 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
1898 (dis_asm_memory_error, dis_asm_print_address): Ditto.
1899 * disasm.c: Include "gdbcore.h".
1900 (_initialize_disasm): New function, initialize
1901 "deprecated_tm_print_insn_info".
1902 (deprecated_tm_print_insn_info): New variable.
1903 (dis_asm_read_memory): Moved from "corefile.c", made static.
1904 (dis_asm_print_address, dis_asm_memory_error): Ditto.
1905 * Makefile.in (disasm.o): Update dependencies.
1906
07020390
AC
19072003-04-30 Andrew Cagney <cagney@redhat.com>
1908
1909 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
1910
a9fa03de
AF
19112003-04-29 Adam Fedor <fedor@gnu.org>
1912
1913 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
1914 * infcall.c (find_function_addr): Make non-static.
1915 * infcall.h (find_function_addr): Declare.
1916 * Makefile.in (eval.o): Update dependencies.
1917
1bae87b9
AF
19182003-04-28 Adam Fedor <fedor@gnu.org>
1919
1920 * symtab.c (symbol_find_demangled_name): Check for and demangle
1921 ObjC symbols.
1922 (symbol_init_demangled_name): Init for language_objc as well.
1923
0ba6dca9
AC
19242003-04-28 Andrew Cagney <cagney@redhat.com>
1925
1926 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
1927 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
1928 * gdbarch.h, gdbarch.c: Re-generate.
1929 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
1930 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
1931 * inferior.h (deprecated_read_fp): Rename read_fp.
1932 (generic_target_read_fp): Delete declaration.
1933 * regcache.c (generic_target_read_fp): Delete function.
1934 (deprecated_read_fp): Replace read_fp, use
1935 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
1936 * d10v-tdep.c (d10v_read_fp): Delete function.
1937 (d10v_gdbarch_init): Do not set deprecated_read_fp.
1938
1939 * sparc-tdep.c (sparc_gdbarch_init): Do not set
1940 deprecated_target_read_fp to generic_target_read_fp.
1941 * sh-tdep.c (sh_gdbarch_init): Ditto.
1942 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1943 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1944 * frv-tdep.c (frv_gdbarch_init): Ditto.
1945
1946 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
1947 deprecated_fp_regnum.
1948 * x86-64-tdep.c (x86_64_init_abi): Ditto.
1949 * vax-tdep.c (vax_gdbarch_init): Ditto.
1950 * v850-tdep.c (v850_gdbarch_init): Ditto.
1951 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1952 * sh-tdep.c (sh_gdbarch_init): Ditto.
1953 * s390-tdep.c (s390_gdbarch_init): Ditto.
1954 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1955 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1956 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1957 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1958 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1959 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1960 * i386-tdep.c (i386_gdbarch_init): Ditto.
1961 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1962 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1963 * frv-tdep.c (frv_gdbarch_init): Ditto.
1964 * cris-tdep.c (cris_gdbarch_init): Ditto.
1965 * avr-tdep.c (avr_gdbarch_init): Ditto.
1966 * arm-tdep.c (arm_gdbarch_init): Ditto.
1967 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1968
1969 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
1970 * v850-tdep.c (v850_gdbarch_init): Ditto.
1971 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1972 * sh-tdep.c (sh_gdbarch_init): Ditto.
1973 * s390-tdep.c (s390_gdbarch_init): Ditto.
1974 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1975 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1976 * mips-tdep.c (mips_gdbarch_init): Ditto.
1977 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1978 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1979 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1980 * frv-tdep.c (frv_gdbarch_init): Ditto.
1981 * avr-tdep.c (avr_gdbarch_init): Ditto.
1982 * arm-tdep.c (arm_gdbarch_init): Ditto.
1983
1984 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
1985 DEPRECATED_FP_REGNUM.
1986 (vax_push_dummy_frame, vax_pop_frame): Ditto.
1987 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
1988 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1989 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
1990 (sparc32_register_virtual_type): Ditto.
1991 * sh-tdep.c (sh64_frame_chain): Ditto.
1992 (sh64_get_saved_register, sh64_pop_frame): Ditto.
1993 (sh_nofp_frame_init_saved_regs): Ditto.
1994 (sh64_nofp_frame_init_saved_regs): Ditto.
1995 (sh_fp_frame_init_saved_regs): Ditto.
1996 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1997 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1998 * procfs.c (procfs_fetch_registers): Ditto.
1999 (procfs_store_registers): Ditto.
2000 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
2001 (store_inferior_registers, fetch_core_registers): Ditto.
2002 (fetch_kcore_registers, clear_regs): Ditto.
2003 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
2004 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
2005 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
2006 * nlm/i386.c (do_status): Ditto.
2007 * mipsv4-nat.c (supply_gregset): Ditto.
2008 * mips-tdep.c: Ditto for comments.
2009 * mips-nat.c (fetch_inferior_registers): Ditto.
2010 (store_inferior_registers, fetch_core_registers): Ditto.
2011 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
2012 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
2013 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
2014 (i386_do_pop_frame, i386_register_type): Ditto.
2015 * hppa-tdep.c (hppa_frame_chain): Ditto.
2016 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
2017 (hppa_pop_frame, hppa_read_fp): Ditto.
2018 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
2019 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
2020 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
2021 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
2022 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
2023 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
2024 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
2025 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
2026 * blockframe.c: Ditto for comments.
2027 * arch-utils.h: Ditto for comments.
2028 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
2029 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
2030 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
2031 * alpha-tdep.h: Ditto for comments.
2032 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
2033 (alpha_cannot_store_register): Ditto.
2034 (alpha_push_dummy_frame): Ditto.
2035 * alpha-nat.c (supply_gregset): Ditto.
2036
2037 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
2038 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
2039 * config/sparc/tm-sparc.h: Update comment.
2040
2041 * hppa-tdep.c (hppa_init_extra_frame_info): Use
2042 deprecated_read_fp instead of TARGET_READ_FP.
2043 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
2044 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
2045 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2046 deprecated_read_fp instead of read_fp.
2047 * s390-tdep.c (s390_push_arguments): Ditto.
2048 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2049 * frame.h: Ditto in comments.
2050 * frame.c (legacy_get_prev_frame): Ditto.
2051 * dummy-frame.c (dummy_frame_this_id): Ditto.
2052 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2053
d7a27068
AC
20542003-04-28 Andrew Cagney <cagney@redhat.com>
2055
2056 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
2057 * gdbarch.h, gdbarch.c: Re-generate.
2058 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
2059 * vax-tdep.c (_initialize_vax_tdep): Update.
2060 * v850-tdep.c (_initialize_v850_tdep): Update.
2061 * sparc-tdep.c (_initialize_sparc_tdep): Update.
2062 * s390-tdep.c (_initialize_s390_tdep): Update.
2063 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
2064 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
2065 * mips-tdep.c (_initialize_mips_tdep): Update.
2066 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2067 * m68k-tdep.c (_initialize_m68k_tdep): Update.
2068 * ia64-tdep.c (_initialize_ia64_tdep): Update.
2069 * hppa-tdep.c (_initialize_hppa_tdep): Update.
2070 * h8300-tdep.c (_initialize_h8300_tdep): Update.
2071 * frv-tdep.c (_initialize_frv_tdep): Update.
2072 * cris-tdep.c (cris_delayed_get_disassembler): Update.
2073 (_initialize_cris_tdep): Update.
2074 * arch-utils.c (legacy_print_insn): Update.
2075 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2076
d2630e69
AF
20772003-04-26 Adam Fedor <fedor@gnu.org>
2078
2079 * linespec.c (decode_objc): New function to decode ObjC calls
2080 (decode_line_1): Check for ObjC calls (using decode_objc)
2081 * Makefile (linespec.o): Update dependencies.
2082
3086aeae
DJ
20832003-04-26 Daniel Jacobowitz <drow@mvista.com>
2084
2085 * breakpoint.h (struct breakpoint_ops): New.
2086 (struct breakpoint): Add ops member.
2087
2088 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
2089 (mention): Use new breakpoint ops member.
2090 (set_raw_breakpoint): Initialize ops field to NULL.
2091 (print_exception_catchpoint, print_one_exception_catchpoint)
2092 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
2093 (gnu_v3_exception_catchpoint_ops): New.
2094 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
2095
1fbec6c3
AF
20962003-04-25 Adam Fedor <fedor@gnu.org>
2097
2098 * Makefile.in (COMMON_OBS): Add objc-lang.o
2099
0ef21242
AC
21002003-04-25 Andrew Cagney <cagney@redhat.com>
2101
2102 * d10v-tdep.c (print_insn): Delete function.
2103 (display_trace): Use TARGET_PRINT_INSN.
2104 (_initialize_d10v_tdep): Do not set tm_print_insn.
2105 (d10v_gdbarch_init): Set print_insn.
2106
f75493ed
AC
21072003-04-25 Andrew Cagney <cagney@redhat.com>
2108
2109 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
2110 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
2111 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
2112 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
2113 (nr_dmap_regs, a0_regnum): ... new functions.
2114 (d10v_print_registers_info): Use a0_regnum, use register_size.
2115 (d10v_register_byte): Delete function.
2116 (d10v_register_raw_size): Delete function.
2117 (d10v_register_type): Use a0_regnum.
2118 (d10v_print_registers_info): Use a0_regnum.
2119 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
2120 (d10v_gdbarch_init): Do not set register_byte or
2121 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
2122 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
2123 extract_address.
2124 (trace_command): Use XCALLOC.
2125 (print_insn): Delete reference to tm_print_insn.
2126 (saved_regs_unwinder): Use store_unsigned_integer instead of
2127 store_address.
2128 * frame.h (FRAME_OBSTACK_CALLOC): Define
2129
2202b100
DC
21302003-04-25 David Carlton <carlton@bactrian.org>
2131
2132 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
2133
4e45ca2e
AF
21342003-04-24 Adam Fedor <fedor@gnu.org>
2135
2136 * objc-lang.c: Include "valprint.h"
2137 * Makefile.in (objc-lang.o): Update dependencies.
2138
93de3e7f
AF
21392003-04-24 Adam Fedor <fedor@gnu.org>
2140
2141 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
2142 architecture dependant compilation and mark as unimplemented
2143 (until they get put in the gdbarch vector).
2144
0f20eeea
DC
21452003-04-23 David Carlton <carlton@bactrian.org>
2146
2147 * cp-support.c (cp_find_first_component): Accept 'operator' in
2148 more locations.
2149
74cfe982
AC
21502003-04-23 Andrew Cagney <cagney@redhat.com>
2151
2152 * infcall.c (call_function_by_hand): Eliminate redundant
2153 indentation. Move "saved_async" and "old_cleanups" to where they
2154 are needed.
2155
52557533
AC
21562003-04-23 Andrew Cagney <cagney@redhat.com>
2157
2158 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
2159 and "buffer". Move the "name" code to where it is needed.
2160
158775de
AC
21612003-04-23 Andrew Cagney <cagney@redhat.com>
2162
2163 * infcall.c (call_function_by_hand): Move variables "start_sp",
2164 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
2165 code to ON_STACK switch branch.
2166
ebc7896c
AC
21672003-04-23 Andrew Cagney <cagney@redhat.com>
2168
2169 * infcall.c (call_function_by_hand): Make declaration of "i",
2170 "sal", "bpt" and "old_sp" more local to their use. Delete #if
2171 lint.
2172
d727590f
AC
21732003-04-23 Andrew Cagney <cagney@redhat.com>
2174
2175 * infcall.c (call_function_by_hand): Delete variable
2176 "n_method_args". Localize "param_type"'s declaration to the loop
2177 that it is used. Reinstate code assigning to said variable -
2178 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
2179 Rationalize code using "param_type".
2180
d585e13a
AC
21812003-04-22 Andrew Cagney <cagney@redhat.com>
2182
2183 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
2184 compute the breakpoint address. Only call FIX_CALL_DUMMY when
2185 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
2186 to DEPRECATED_PUSH_RETURN_ADDRESS.
2187
051caad9
KB
21882003-04-22 Kevin Buettner <kevinb@redhat.com>
2189
2190 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
2191 on the DWARF2 register number prior to fetching a register.
2192
77296879
JB
21932003-04-22 J. Brobecker <brobecker@gnat.com>
2194
2195 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
2196 Update all the tests using SOFT_FLOAT considering the fact that
2197 this macro was always set to 0.
2198 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
2199 considering the fact that this macro was always set to 0.
2200 * hppa-tdep.h (hppa_store_return_value): Likewise.
2201 (hppa_extract_return_value): Likewise.
2202
4252f1df
JB
22032003-04-22 J. Brobecker <brobecker@gnat.com>
2204
2205 * config/pa/tm-hppa.h: Remove obsolete code, was used by
2206 the hppa-pro target only.
2207
14604c6b
JB
22082003-04-21 J. Brobecker <brobecker@gnat.com>
2209
2210 Ongoing multi-arch conversion effort for HP/UX:
2211 * config/pa/tm-hppa.h: Move all macro that are no longer
2212 defined now that GDB_MULTI_ARCH is now set to 1 from here...
2213 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
2214
77eb01d1
JB
22152003-04-21 J. Brobecker <brobecker@gnat.com>
2216
2217 * config/pa/tm-hppa.h: Obsolete a section that was only used
2218 for hppa-pro.
2219
61995b3b
JB
22202003-04-21 J. Brobecker <brobecker@gnat.com>
2221
2222 Ongoing multi-arch conversion for HP/UX.
2223 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
2224 if already defined (allows hppa64 to stay non-multiarched for now).
2225 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
2226
4aa79dcc
AC
22272003-04-21 Andrew Cagney <cagney@redhat.com>
2228
2229 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
2230
0f751ff2
AC
22312003-04-21 Andrew Cagney <cagney@redhat.com>
2232
2233 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
2234 "i386_num_mmx_regs".
2235
04714b91
AC
22362003-04-21 Andrew Cagney <cagney@redhat.com>
2237
2238 * infcall.c: New file.
2239 * infcall.h: New file.
2240 * valarith.c: Include "infcall.h".
2241 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
2242 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
2243 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
2244 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
2245 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
2246 (SFILES): Add "infcall.c"
2247 (COMMON_OBS): Add "infcall.o".
2248 (infcall.o): Specify dependencies.
2249 * value.h (call_function_by_hand): Delete declaration.
2250 * inferior.h (run_stack_dummy): Delete declaration.
2251 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
2252 (run_stack_dummy): Move to "infcall.c", merged into
2253 call_function_by_hand.
2254 * valops.c (call_function_by_hand): Moved to "infcall.c".
2255 (find_function_addr, value_arg_coerce): Ditto.
2256 (unwindonsignal_p, coerce_float_to_double): Ditto.
2257 (_initialize_valops): Move "set/show coerce-float-to-double", and
2258 "set/show unwindonsignal" commands to "infcall.c".
2259 * v850-tdep.c, target.h: Update comments.
2260 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
2261 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
2262 (sh64_init_extra_frame_info): Update comments.
2263 * mn10300-tdep.c: Update comments.
2264 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
2265 * config/sparc/tm-sparc.h: Update comments.
2266 * breakpoint.h: Update comments.
2267 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
2268 * arm-tdep.c: Update comment.
2269
f9d3c2a8
MK
22702003-04-19 Mark Kettenis <kettenis@gnu.org>
2271
c40e1eab
MK
2272 * i386-tdep.c (i386_num_register_names): New variable.
2273 (i386_num_mmx_regs): Renamed from mmx_num_regs.
2274 (MM0_REGNUM): Remove redundant parentheses in define.
2275 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
2276 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
2277 i386_mxcsr_regnum_p): Remove redundant parentheses.
2278 (i386_register_name): Use i386_num_register_names.
2279
94ea66b3
MK
2280 * i386-tdep.c (i386_extract_return_value,
2281 i386_store_return_value): Correct check for availability of
2282 floating-point registers.
2283
54299a1d
MK
2284 * i386-tdep.c (i386_frame_num_args): Remove function.
2285 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
2286
c86c27af
MK
2287 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
2288 mmx_regnum_to_fp_regnum. Adjust all callers.
2289
f9d3c2a8
MK
2290 * i386-tdep.c (i386_get_longjmp_target): Use
2291 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
2292 and TARGET_CHAR_BIT. Use extract_typed_address instead of
2293 extract_address.
2294
94ba74a9
MK
22952003-04-19 Mark Kettenis <kettenis@gnu.org>
2296
2297 * core-regset.c: Update comments to reflect reality. Re-order
2298 includes.
2299 (fetch_core_registers): Use switch instead of if. Remove
2300 redundant prototype.
2301
4074e13c
JB
23022003-04-18 Jim Blandy <jimb@redhat.com>
2303
2304 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 2305 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 2306
e3ab4aba
RH
23072003-04-17 Richard Henderson <rth@redhat.com>
2308
2309 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
2310
627bf7c1
EZ
23112003-04-17 Michael Snyder <msnyder@redhat.com>
2312 Karen Bennet <bennet@redhat.com>
2313
2314 Committed by Elena Zannoni <ezannoni@redhat.com>
2315 * gdb_gcore.sh: New script to create a core dump of a process.
2316
514621a9
EZ
23172003-04-17 Elena Zannoni <ezannoni@redhat.com>
2318
2319 * values.c (value_being_returned): Don't fetch the return
fbe586ae 2320 value if the return type is void.
514621a9 2321
b4acd559
JJ
23222003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2323
2324 * thread-db.c: Reindented.
2325
530b167e
JJ
23262003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2327
2328 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
2329 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
2330 as types.
2331
0a48e7e8
MS
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
ab9fe00e
KB
23562003-04-16 Kevin Buettner <kevinb@redhat.com>
2357
610a3745 2358 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
2359 the size of ``long double'' to 16, instead of 8.
2360
e64a344c
MK
23612003-04-16 Mark Kettenis <kettenis@gnu.org>
2362
2363 * i386-linux-nat.c: Add some whitespace to make things more
2364 readable.
2365 (fetch_register, store_register, fetch_inferior_registers,
2366 store_inferior_registers): Get rid of assignment in if-statement.
2367 (store_register): Fix typo in error message.
2368
25d41031
AC
23692003-04-16 Andrew Cagney <cagney@redhat.com>
2370
2371 * utils.c (xmmalloc): Always allocate something, matches
2372 libiberty/xmalloc's semantics.
2373 (xmrealloc, xmcalloc): Ditto.
2374
c50901fd
AC
23752003-04-16 Andrew Cagney <cagney@redhat.com>
2376
2377 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
2378 update comments.
2379 (get_frame_type): Initialize unwind and type when needed.
2380 (get_frame_id, frame_register_unwind): Ditto.
2381
f81824a9
AC
23822003-04-16 Andrew Cagney <cagney@redhat.com>
2383
2384 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
2385 obsolete.
2386 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
2387 * sparcl-stub.c: Obsolete file.
2388 * config/sparc/tm-sparclet.h: Obsolete file.
2389 * sparclet-stub.c: Obsolete file.
2390 * sparclet-rom.c: Obsolete file.
2391 * sparcl-tdep.c: Obsolete file.
2392 * config/sparc/tm-sparclite.h: Obsolete file.
2393 * config/sparc/sparclite.mt: Obsolete file.
2394 * config/sparc/sparclet.mt: Obsolete file.
2395 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
2396 sparc86x-*-* obsolete.
2397
9219021c
DC
23982003-04-15 David Carlton <carlton@math.stanford.edu>
2399
2400 * Makefile.in (SFILES): Add cp-namespace.c.
2401 (COMMON_OBS): Add cp-namespace.o.
2402 (block.o): Depend on gdb_obstack_h and cp_support_h.
2403 (buildsym.o): Depend on cp_support_h.
2404 (cp-namespace.o): New.
2405 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
2406 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
2407 (dwarf2read.o): Depend on cp_support_h.
2408 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
2409 * dwarf2read.c (process_die): Set processing_has_namespace_info,
2410 processing_current_namespace.
2411 (read_namespace): Update processing_current_namespace; check for
2412 anonymous namespaces.
2413 (dwarf2_name): New function.
2414 (dwarf2_extension): Ditto.
2415 * cp-support.h: Update copyright, contributors.
2416 Add inclusion guards.
2417 Add opaque declaration for structs obstack, block, symbol.
2418 (struct using_direct): New struct.
2419 Add declarations for cp_find_first_component,
2420 cp_entire_prefix_len, processing_has_namespace_info,
2421 processing_current_namespace, cp_is_anonymous,
2422 cp_add_using_directive, cp_initialize_namespace,
2423 cp_finalize_namespace, cp_set_block_scope,
2424 cp_scan_for_anonymous_namespaces.
2425 * cp-namespace.c: New file.
2426 * cp-support.c: Update copyright.
2427 Include ctype.h, gdb_assert.h, gdbcmd.h.
2428 New variable maint_cplus_cmd_list.
2429 (cp_find_first_component): New function.
2430 (cp_entire_prefix_len, maint_cplus_command)
2431 (first_component_command, _initialize_cp_support): Ditto.
2432 * buildsym.c: Include cp-support.h.
2433 New variable using_list.
2434 (add_symbol_to_list): Check for anonymous namespaces.
2435 (finish_block): Set block's scope.
2436 (start_symtab): Initialize C++ namespace support.
2437 (end_symtab): Finalize C++ namespace support.
2438 * block.h: Add opaque declarations for structs
2439 block_namespace_info, using_direct, and obstack.
2440 Add declarations for block_set_scope and block_set_using.
2441 (struct block): Add 'language_specific' member.
2442 (BLOCK_NAMESPACE): New macro.
2443 * block.c: Include gdb_obstack.h and cp-support.h.
2444 (struct block_namespace_info): New struct.
2445 (block_set_scope): New function.
2446 (block_set_using, block_initialize_namespace): Ditto.
2447
d5a921c9
KB
24482003-04-14 Kevin Buettner <kevinb@redhat.com>
2449
2450 * solib-svr4.c (svr4_have_link_map_offsets): New function.
2451 (locate_base): Return early if there aren't any link map offsets.
2452 (svr4_solib_create_inferior_hook): Warn if shared library support
2453 is unavailable.
2454
d2a52b27
DC
24552003-04-14 David Carlton <carlton@math.stanford.edu>
2456
2457 * symtab.c (symbol_set_names): Add prefix when storing Java names
2458 in hash table. Fix for PR java/1039.
2459
980cae7a
DC
24602003-04-14 David Carlton <carlton@math.stanford.edu>
2461
2462 * symtab.c (symbol_set_names): Rename 'name' arg to
2463 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
2464 * symtab.h: Change 'name' argument in declaration of
2465 symbol_set_names to 'linkage_name'.
2466 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
2467
e227b13c
AC
24682003-04-14 Andrew Cagney <cagney@redhat.com>
2469
2470 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
2471 return the fully sign-extended register value.
2472 (get_frame_pointer): Ditto.
2473 (mips_pop_frame): Initialize "proc_desc" after checking for a
2474 dummy frame.
2475
36712a20
AC
24762003-04-14 Andrew Cagney <cagney@redhat.com>
2477
2478 * mips-tdep.c (mips_push_dummy_frame): Delete function.
2479 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
2480 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
2481 (mips_push_register): Delete function.
2482 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
2483 PUSH_FP_REGNUM.
2484
44ea7b70
JB
24852003-04-14 Jim Blandy <jimb@redhat.com>
2486
2487 * symmisc.c: #include "gdb_regex.h".
2488 (maintenance_list_symtabs, maintenance_list_psymtabs): New
2489 functions.
2490 * maint.c (maintenance_list_command): New function.
2491 (_initialize_maint_cmds): Register the above as commands.
2492 * symtab.h (maintenance_list_symtabs,
2493 maintenance_list_psymtabs): New declarations.
2494 * cli/cli-cmds.c (maintenancelistlist): New variable.
2495 (init_cmd_lists): Initialize it.
2496 * cli/cli-cmds.h (maintenancelistlist): New declaration.
2497 * gdbcmd.h (maintenancelistlist): New declaration.
2498 * Makefile.in (symmisc.o): Update dependencies.
2499
2d0c7962
EZ
25002003-04-14 Elena Zannoni <ezannoni@redhat.com>
2501
2502 * s390-nat.c: Include asm/types.h for addr_t.
2503
1947a811
CV
25042003-04-14 Corinna Vinschen <vinschen@redhat.com>
2505
2506 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
2507 actually incoming type.
2508
adb616d7
AC
25092003-04-13 Andrew Cagney <cagney@redhat.com>
2510
2511 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
2512 get_next_frame and get_frame_saved_regs.
2513
9b5e151c
AC
25142003-04-13 Andrew Cagney <cagney@redhat.com>
2515
2516 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
2517 of gdbarch_num_regs.
2518
ef6e7e13
AC
25192003-04-13 Andrew Cagney <cagney@redhat.com>
2520
2521 * frame.h: Mention what replaced what in "struct frame_info".
2522 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
2523 deprecated_update_frame_base_hack and
2524 deprecated_update_frame_pc_hack.
2525 * hppa-tdep.c: Ditto.
2526
61fbb938
DJ
25272003-04-13 Daniel Jacobowitz <drow@mvista.com>
2528
2529 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
2530 to read_reg and update its comment. Remove regnum member.
2531 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
2532 Don't call read_reg when setting in_reg. Call read_reg to get
2533 the frame base if it's in a register. Return the register number
2534 on the stack instead of in the context. Remove extra arguments
2535 to read_reg.
2536 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
2537 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
2538 the register number on the expression stack.
2539 (needs_frame_read_reg): Remove extra arguments.
2540
0d53c4c4
DJ
25412003-04-13 Daniel Jacobowitz <drow@mvista.com>
2542
2543 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
2544 made non-static.
2545 (execute_stack_op): All callers updated.
2546 * dwarf2expr.h: Add prototype for dwarf2_read_address.
2547 * dwarf2loc.c (find_location_expression): New function.
2548 (dwarf_expr_frame_base): Call it.
2549 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
2550 (dwarf2_tracepoint_var_ref): New function, broken out from
2551 locexpr_tracepoint_var_ref.
2552 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
2553 Make static.
2554 (loclist_read_variable, loclist_read_needs_frame): New functions.
2555 (loclist_describe_location, loclist_tracepoint_var_ref): New
2556 functions.
2557 (dwarf2_loclist_funcs): New struct location_funcs.
2558 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
2559 (struct dwarf2_locexpr_baton): Add comments.
2560 (dwarf2_loclist_funcs): New extern.
2561 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
2562 base_address and base_known.
2563 (dwarf_loc_buffer): New variable.
2564 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
2565 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
2566 (dwarf2_has_info): Initialize dwarf_loc_offset.
2567 (dwarf2_build_psymtabs): Read in .debug_loc.
2568 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
2569 DWARF_LOC_SIZE.
2570 (psymtab_to_symtab_1): Likewise. Move base address calculation
2571 here, from...
2572 (dwarf2_get_pc_bounds): ... here. Use the base address from
2573 cu_header.
2574 (dwarf2_symbol_mark_computed): Handle location lists.
2575
6aca59a3
DJ
25762003-04-13 Daniel Jacobowitz <drow@mvista.com>
2577
2578 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
2579 if the linkage name demangled successfully.
2580
aca1fcd0
MK
25812003-04-13 Mark Kettenis <kettenis@gnu.org>
2582
97095916
MK
2583 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
2584 disassmbly_flavour): Removed.
2585
aca1fcd0
MK
2586 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
2587
562a961f
MK
25882003-04-13 Mark Kettenis <kettenis@gnu.org>
2589
2590 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
2591
bd013d54
AC
25922003-04-12 Andrew Cagney <cagney@redhat.com>
2593
2594 * frame.h (struct frame_info): Move definition from here ...
2595 * frame.c (struct frame_info): ... to here.
2596
167ef8b1
AC
25972003-04-12 Andrew Cagney <cagney@redhat.com>
2598
2599 * gdbthread.h (save_infrun_state): Delete parameter
2600 "prev_func_start".
2601 (struct thread_info): Delete field "prev_func_start".
2602 (load_infrun_state): Ditto.
2603 * thread.c (load_infrun_state, save_infrun_state): Update.
2604 * infrun.c (prev_func_start): Delete variable.
2605 (context_switch, init_wait_for_inferior): Update.
2606 (stop_stepping, keep_going): Update.
2607
da3331ec
AC
26082003-04-12 Andrew Cagney <cagney@redhat.com>
2609
2610 * gdbarch.sh: Add missing opaque declarations.
2611 * gdbarch.h: Regnerate.
2612 * symtab.h: Add missing opaque declarations.
2613 * value.h, target.h, symfile.h, stabsread.h: Ditto.
2614 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
2615 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
2616 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
2617 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
2618 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
2619 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
2620 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
2621 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
2622 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
2623 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
2624 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
2625 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
2626
18adea3f
AC
26272003-04-11 Andrew Cagney <cagney@redhat.com>
2628
2629 * frame.c (get_frame_id): Return this frame's "id".
2630 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
2631 function start.
2632 (legacy_saved_regs_this_id): Replace function body with
2633 internal-error.
2634 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
2635 FRAME_OBSTACK_ZALLOC.
2636 (create_new_frame): Mark the frame ID as valid.
2637
2252e863
AO
26382003-04-11 Alexandre Oliva <aoliva@redhat.com>
2639
2640 * Makefile.in (libbfd_h): Added missing setting.
2641 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
2642 according to the selected ABI.
2643
a8245ab8
JJ
26442003-04-11 Jeff Johnston <jjohnstn@redhat.com>
2645
2646 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
2647
6913c89a
AC
26482003-04-11 Andrew Cagney <cagney@redhat.com>
2649
2650 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
2651 SAVED_PC_AFTER_CALL.
2652 * gdbarch.h, gdbarch.c: Regenerate.
2653 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2654 * x86-64-tdep.c (x86_64_init_abi): Update.
2655 * vax-tdep.c (vax_gdbarch_init): Update.
2656 * v850-tdep.c (v850_gdbarch_init): Update.
2657 * sparc-tdep.c (sparc_gdbarch_init): Update.
2658 * sh-tdep.c (sh_gdbarch_init): Update.
2659 * s390-tdep.c (s390_gdbarch_init): Update.
2660 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2661 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2662 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2663 * mips-tdep.c (mips_gdbarch_init): Update.
2664 * mcore-tdep.c (mcore_gdbarch_init): Update.
2665 * m68k-tdep.c (m68k_gdbarch_init): Update.
2666 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2667 * ia64-tdep.c (ia64_gdbarch_init): Update.
2668 (ia64_saved_pc_after_call): Update declaration.
2669 * i386ly-tdep.c (i386lynx_init_abi): Update.
2670 * i386-tdep.c (i386_gdbarch_init): Update.
2671 * hppa-tdep.c (hppa_gdbarch_init): Update.
2672 * h8300-tdep.c (h8300_gdbarch_init): Update.
2673 * frv-tdep.c (frv_gdbarch_init): Update.
2674 * cris-tdep.c (cris_gdbarch_init): Update.
2675 * avr-tdep.c (avr_gdbarch_init): Update.
2676 * arm-tdep.c (arm_gdbarch_init): Update.
2677 * alpha-tdep.c (alpha_gdbarch_init): Update.
2678 * ns32knbsd-nat.c (frame_num_args): Update.
2679 * ns32k-tdep.c (umax_frame_num_args): Update.
2680 * mips-tdep.c (mips_init_frame_pc_first): Update.
2681 * infrun.c (step_over_function): Update.
2682 * i386-linux-tdep.c (skip_hurd_resolver): Update.
2683 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
2684 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2685 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2686 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2687 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2688 * arm-linux-tdep.c (skip_hurd_resolver): Update.
2689 * arch-utils.c (init_frame_pc_default): Update.
2690 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2691 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
2692 declaration.
2693
38edeab8
AC
26942003-04-11 Andrew Cagney <cagney@redhat.com>
2695
2696 * i387-tdep.c: Update copyright.
2697 (i387_to_double): Delete function.
2698 (double_to_i387): Delete function.
2699
81f8a206
AC
27002003-04-10 Andrew Cagney <cagney@redhat.com>
2701
2702 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
2703 frame's function's address. Simplify.
2704 (d10v_frame_unwind_cache): Check that the frame's function is
2705 non-zero.
2706
6e691f7a
JB
27072003-04-10 Jim Blandy <jimb@redhat.com>
2708
2709 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
2710 call to set_gdbarch_deprecated_push_arguments.
2711
7f78e237
AC
27122003-04-10 Andrew Cagney <cagney@redhat.com>
2713
2714 * frame.c (fprint_frame_id): New function.
2715 (fprint_frame_type, fprint_frame): New function.
2716 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
2717 (create_sentinel_frame, get_frame_id): Ditto.
2718 (frame_id_p, frame_id_eq): Ditto.
2719 (frame_id_inner, create_new_frame): Ditto.
2720 (legacy_get_prev_frame, get_prev_frame): Ditto.
2721 (deprecated_update_frame_pc_hack): Ditto.
2722 (frame_register_unwind): Ditto.
2723 (deprecated_update_frame_base_hack): Ditto.
2724
f870b49b
CV
27252003-04-10 Corinna Vinschen <vinschen@redhat.com>
2726
2727 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
2728 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
2729 frame_chain function.
2730 * Makefile.in: Add dependencies due to above change.
2731
7c86889b
CV
27322003-04-10 Corinna Vinschen <vinschen@redhat.com>
2733
2734 * blockframe.c (legacy_frame_chain_valid): Move call to
2735 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
2736 inside_entry_file.
2737
d0a55772
AC
27382003-04-09 Andrew Cagney <cagney@redhat.com>
2739
2740 * frame.h (struct frame_id): Replace "pc" and "base" with
2741 "stack_addr" and "code_addr". Update comments.
2742 (frame_id_build): Update parameter names and comment.
2743 (struct frame_info): Replace "id_p" and "id" with "this_id".
2744 * dummy-frame.c (dummy_frame_this_id): Update.
2745 * breakpoint.c (print_one_breakpoint): Update.
2746 * frame.c (get_frame_id): Update.
2747 (get_frame_base, frame_id_build): Update.
2748 (create_sentinel_frame, legacy_get_prev_frame): Update.
2749 (deprecated_update_frame_base_hack): Update.
2750 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
2751 (frame_id_inner): Ditto.
2752
ac16bf07
AC
27532003-04-09 Andrew Cagney <cagney@redhat.com>
2754
2755 * defs.h (gdb_print_host_address): Make "addr" parameter a
2756 pointer constant.
2757 * utils.c (gdb_print_host_address): Update.
2758
366cfc9e
KB
27592003-04-09 Kevin Buettner <kevinb@redhat.com>
2760
2761 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
2762 register number for R0 is 0.
2763
cd983b5c
JB
27642003-04-09 J. Brobecker <brobecker@gnat.com>
2765
2766 * frame.h (struct gdbarch): Add opaque structure definition
2767 to avoid a compilation warning on LynxOS 4.0.
2768
d1340264
AC
27692003-04-09 Andrew Cagney <cagney@redhat.com>
2770
2771 * frame.h (struct frame_info): Delete field "pc". Replace
2772 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
2773 structure.
2774 * frame.c (frame_pc_unwind): Update.
2775 (create_sentinel_frame): Do not set "pc".
2776 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
2777 (get_frame_pc): Call frame_pc_unwind.
2778 (deprecated_update_frame_pc_hack): Update.
2779 (create_new_frame): Use "pc" not "->pc".
2780
90a6fffb
AC
27812003-04-09 Andrew Cagney <cagney@redhat.com>
2782
2783 * frame.c (get_frame_id): Eliminate code updating "frame".
2784 (legacy_get_prev_frame): Ditto.
2785 (get_frame_base): Return id.base directly.
2786 (deprecated_update_frame_base_hack): Update "id.base".
2787 * frame.h (struct frame_info): Delete field "frame".
2788
2fbce691
AC
27892003-04-09 Andrew Cagney <cagney@redhat.com>
2790
2791 * NEWS: Mention that the "Sequent family" is obsolete.
2792 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
2793 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
2794 * configure.host: Obsolete i[3456]86-sequent-bsd*,
2795 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
2796 * config/i386/tm-ptx4.h: Obsolete file.
2797 * config/i386/tm-ptx.h: Obsolete file.
2798 * symm-tdep.c: Obsolete file.
2799 * config/i386/symmetry.mt: Obsolete file.
2800 * config/i386/tm-symmetry.h: Obsolete file.
2801 * symm-nat.c: Obsolete file.
2802 * config/i386/nm-symmetry.h: Obsolete file.
2803 * config/i386/xm-symmetry.h: Obsolete file.
2804 * config/i386/symmetry.mh: Obsolete file.
2805 * config/i386/nm-ptx4.h: Obsolete file.
2806 * config/i386/ptx4.mh: Obsolete file.
2807 * config/i386/ptx.mt: Obsolete file.
2808 * config/i386/ptx.mh: Obsolete file.
2809 * config/i386/xm-ptx4.h: Obsolete file.
2810 * config/i386/xm-ptx.h: Obsolete file.
2811
78c43945
AC
28122003-04-09 Andrew Cagney <cagney@redhat.com>
2813
2814 Obsolete mips*-*-mach3*.
2815 * NEWS: Mention that mips*-*-mach3* is obsolete.
2816 * m3-nat.c: Obsolete file.
2817 * config/nm-m3.h: Obsolete file.
2818 * config/mips/tm-mipsm3.h: Obsolete file.
2819 * config/mips/mipsm3.mt: Obsolete file.
2820 * config/mips/mipsm3.mh: Obsolete file.
2821 * config/mips/xm-mipsm3.h: Obsolete file.
2822 * mipsm3-nat.c: Obsolete file.
2823 * configure.host: Obsolete mips-dec-mach3*.
2824 * configure.tgt: Obsolete mips*-*-mach3*.
2825
f1908289
AC
28262003-04-09 Andrew Cagney <cagney@redhat.com>
2827
2828 * doublest.h: Update copyright.
2829 (deprecated_store_floating, deprecated_extract_floating): Rename
2830 store_floating and extract_floating. Update comments.
2831 * doublest.c: Update copyright.
2832 (extract_floating_by_length): Replace extract_floating.
2833 (store_floating_by_length): Replace store_floating.
2834 (deprecated_extract_floating): New function.
2835 (deprecated_store_floating): New function.
2836 (extract_typed_floating): Call extract_floating_by_length.
2837 (store_typed_floating): Call store_floating_by_length.
2838 * x86-64-tdep.c (x86_64_store_return_value): Update.
2839 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
2840 (sh64_extract_return_value): Update.
2841 (sh_sh4_register_convert_to_virtual): Update.
2842 (sh_sh64_register_convert_to_virtual): Update.
2843 (sh_sh4_register_convert_to_raw): Update.
2844 (sh_sh64_register_convert_to_raw): Update.
2845 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
2846 (rs6000_register_convert_to_raw): Update.
2847 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
2848 (ia64_register_convert_to_raw): Update.
2849 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
2850 (REGISTER_CONVERT_TO_VIRTUAL): Update.
2851 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
2852 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
2853 (alpha_register_convert_to_raw): Update.
2854
4443bd83
AC
28552003-04-08 Andrew Cagney <cagney@redhat.com>
2856
2857 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
2858 * gdbarch.h, gdbarch.c: Re-generate.
2859 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
2860 (d10v_gdbarch_init): Do not set saved_pc_after_call.
2861 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
2862 conditionally, use frame_pc_unwind as an alternative. Add
2863 comments.
2864 * arch-utils.c (init_frame_pc_default): Only call
2865 SAVED_PC_AFTER_CALL when available.
2866
c0236d92
EZ
28672003-04-08 Elena Zannoni <ezannoni@redhat.com>
2868
fbe586ae 2869 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
2870 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
2871 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
2872 (start_remote): Ditto.
2873 (handle_inferior_event): Ditto.
2874 (save_inferior_status): Ditto.
2875 (restore_inferior_status): Ditto.
2876 * infcmd.c (attach_command): Ditto.
2877 * fork-child.c (startup_inferior): Ditto.
fbe586ae 2878 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
2879 * alpha-tdep.c (heuristic_proc_start): Ditto.
2880 * mips-tdep.c (heuristic_proc_start): Ditto.
2881 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
2882 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
2883 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
2884 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
2885 * remote-vx.c (vx_create_inferior): Ditto.
2886
28872003-04-08 Elena Zannoni <ezannoni@redhat.com>
2888
2889 * infrun.c (stop_soon_quietly): Make it an enum, to better
2890 override the default behavior of handle_inferior_event.
2891 (clear_proceed_status): Update uses of stop_soon_quietly to
2892 reflect that it is now an enum.
2893 (start_remote): Ditto.
2894 (handle_inferior_event): Change logic a bit if stop_soon_quietly
2895 is set to handle the new GNU/Linux kernel behavior for
2896 attach/sigstop. Update uses of stop_soon_quietly.
2897 * inferior.h (enum stop_kind): New enum.
2898 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
2899 Reset normal handle_inferior_event behavior, afterwards.
2900 * fork-child.c (startup_inferior): Update.
2901 * alpha-tdep.c (heuristic_proc_start): Update.
2902 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
2903 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
2904 * solib-osf.c (osf_solib_create_inferior_hook): Update.
2905 * solib-irix.c (irix_solib_create_inferior_hook): Update.
2906 * remote-vx.c (vx_create_inferior): Update.
2907 * mips-tdep.c (heuristic_proc_start): Update.
2908
1211bce3
EZ
29092003-04-07 Elena Zannoni <ezannoni@redhat.com>
2910
2911 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 2912 be freed more than once, causing wild memory corruptions.
1211bce3 2913 (gdb_disassembly): Look for the substring "-thread",
fbe586ae
RH
2914 instead of "-threads" in the target name, to make sure to find
2915 the 'multi-thread' target. Also, make sure we do the right thing
2916 with the "core" target.
1211bce3 2917
f0ef6b29
KB
29182003-04-07 Kevin Buettner <kevinb@redhat.com>
2919
2920 * mips-tdep.c (mips_print_fp_register): New function, created from
2921 do_fp_register_row(). Registers are now (also) printed as hex.
2922 Only one register is printed per row.
2923 (mips_print_register, do_fp_register_row): Print floating point
2924 registers with mips_print_fp_register().
2925
8cf71652
AC
29262003-04-06 Andrew Cagney <cagney@redhat.com>
2927
5e488a7b
AC
2928 * valprint.h (inspect_it): Add extern declaration.
2929 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
2930 (selectors_info, classes_info): Ditto.
2931 (find_objc_msgcall): Fix indentation.
2932 (objc_printstr): Delete extern declarations.
2933
8cf71652
AC
2934 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
2935
e6ba3bc9
AC
29362003-04-06 Andrew Cagney <cagney@redhat.com>
2937
2938 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
2939 Update comment.
2940 * frame.c (legacy_saved_regs_this_id): Update.
2941 (legacy_get_prev_frame): Update.
2942 * xstormy16-tdep.c: Update comment.
2943 * sparc-tdep.c (sparc_frame_chain): Update comment.
2944 * blockframe.c (legacy_frame_chain_valid): Update.
2945
55e1d7e7
AC
29462003-04-06 Andrew Cagney <cagney@redhat.com>
2947
996179ee
AC
2948 * valprint.c (val_print_type_code_int): Delete #ifdef
2949 PRINT_TYPELESS_INTEGER code.
2950
55e1d7e7
AC
2951 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
2952 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
2953 multi-arch definition.
2954 * gdbarch.h: Re-generate.
2955
43bd9a9e
AC
29562003-04-05 Andrew Cagney <cagney@redhat.com>
2957
2958 Eliminate FRAME_FIND_SAVED_REGS.
2959 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
2960 Change FSR parameter to a pointer.
2961 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
2962 Assume FSR parameter is a pointer.
2963 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
2964 Make fsr a pointer.
2965 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
2966 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
2967 saved_regs a pointer.
2968 (hppa_frame_saved_pc): Ditto.
2969 (find_dummy_frame_regs): Make frame_saved_regs a pointer
2970 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
2971 pointer.
2972 (restore_pc_queue): Make fsr a pointer.
2973 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
2974 (hppa_frame_chain): Make saved_regs a pointer, call
2975 hppa_frame_init_saved_regs.
2976 * sparc-tdep.c: Include "gdb_assert.h".
2977 (sparc_frame_find_saved_regs): Replace internal_error with
2978 gdb_assert.
2979 * remote-vxsparc.c (vx_read_register): Delete reference to
2980 FRAME_FIND_SAVED_REGS.
2981 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
2982 * gdbarch.h: Regenerate.
2983 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
2984 (deprecated_get_frame_saved_regs): Delete declaration.
2985 (struct frame_saved_regs): Delete definition.
2986 * frame.c (deprecated_get_frame_saved_regs): Delete function.
2987 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
2988 (hppa_frame_find_saved_regs): Delete declaration.
2989 (FRAME_FIND_SAVED_REGS): Delete macro.
2990 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
2991 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
2992 FRAME_FIND_SAVED_REGS in comment.
2993
be41e9f4
AC
29942003-04-05 Andrew Cagney <cagney@redhat.com>
2995
2996 * frame.c (frame_func_unwind, get_frame_func): New functions.
2997 * frame.h (get_frame_func, frame_func_unwind): Declare.
2998 (struct frame_info): Add field "prev_func" for caching the
2999 previous frame's function address.
3000 * arm-tdep.c (arm_frameless_function_invocation): Combine
3001 get_pc_function_start and get_frame_pc into get_frame_func.
3002 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3003 (sh64_nofp_frame_init_saved_regs): Ditto.
3004 * s390-tdep.c (s390_function_start): Ditto.
3005 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
3006 (rs6000_frameless_function_invocation): Ditto.
3007 (rs6000_frame_saved_pc): Ditto.
3008 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
3009 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
3010 * i386-tdep.c (i386_frameless_signal_p): Ditto.
3011 (i386_frame_init_saved_regs): Ditto.
3012 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
3013 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
3014 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
3015 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3016 * blockframe.c (frameless_look_for_prologue): Ditto.
3017
a01dd7cc
AC
30182003-04-05 Andrew Cagney <cagney@redhat.com>
3019
3020 * frame.c (legacy_get_prev_frame): Link prev to next at the
3021 function start. Update comments.
3022
5e5592e6
AC
30232003-04-05 Andrew Cagney <cagney@redhat.com>
3024
3025 * frame.c (get_frame_id): Update comment.
3026 (legacy_get_prev_frame): Update comment.
3027 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
3028 * gdbarch.h: Regenerate.
3029 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
3030 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
3031
6fba5002
AC
30322003-04-05 Andrew Cagney <cagney@redhat.com>
3033
3034 * stack.c (print_frame_info): Use get_frame_pc.
3035
7df05f2b
AC
30362003-04-04 Andrew Cagney <cagney@redhat.com>
3037
3038 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
3039 the frame's type from the unwinder.
3040 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
3041 (create_new_frame, legacy_get_prev_frame): When the unwinder's
3042 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
3043 (get_frame_base_address): Use get_frame_type.
3044 (get_frame_locals_address, get_frame_args_address): Ditto.
3045 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
3046 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
3047 (struct frame_info): Add comment explaining why the frame contains
3048 a "type" field.
3049 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
3050 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
3051 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
3052 NORMAL_FRAME.
3053 * frame-unwind.h: Include "frame.h".
3054 (struct frame_unwind): Add "type" field.
3055 * Makefile.in (frame_unwind_h): Add $(frame_h).
3056
11889732
AC
30572003-04-04 Andrew Cagney <cagney@redhat.com>
3058
3059 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
3060 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
3061 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
3062 get_frame_base.
3063 (d10v_unwind_dummy_id): Use frame_id_build.
3064 * frame.c (find_frame_sal): Use get_frame_pc.
3065 (create_new_frame): Use deprecated_update_frame_pc_hack and
3066 deprecated_update_frame_base_hack.
3067 (create_sentinel_frame): Add comment about ->pc going away.
3068 (get_prev_frame): Add comment about ->pc going away.
3069 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
3070 frame_id_build, deprecated_update_frame_pc_hack and
3071 deprecated_update_frame_base_hack.
3072 (select_frame): Use get_frame_pc.
3073 (legacy_saved_regs_this_id): Use frame_id_build.
3074
50c46a0d
EZ
30752003-04-04 Elena Zannoni <ezannoni@redhat.com>
3076
fbe586ae
RH
3077 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
3078 signed integer case.
3079 (classify_argument): Handle enumerations and references.
50c46a0d 3080
50bbdbd9
AC
30812003-04-04 Andrew Cagney <cagney@redhat.com>
3082
3083 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
3084 ID to NULL.
3085
36018d2e
AF
30862003-04-01 Adam Fedor <fedor@gnu.org>
3087
3088 * gdb/objc-lang.c (selectors_info): Replace calls to
3089 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
3090 SYMBOL_NATURAL_NAME.
3091 (classes_info, find_methods): Likewise.
3092
35cec841
KB
30932003-04-03 Kevin Buettner <kevinb@redhat.com>
3094
3095 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
3096 ``mach'' to the value determined by bfd_default_set_arch_mach().
3097
43136899
BR
30982003-04-02 Bob Rossi <bob_rossi@cox.net>
3099
3100 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
3101 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
3102 (mi-cmd-file.o): Update dependencies.
3103
040b99fd
KB
31042003-04-01 Kevin Buettner <kevinb@redhat.com>
3105
3106 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
3107 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
3108
9a3d7dfd
AF
31092003-04-01 Adam Fedor <fedor@gnu.org>
3110
3111 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
3112 * language.h (struct language_defn): Add la_demangle.
3113 (language_demangle): Declare.
3114 * language.c (language_demangle): New function.
3115 (unk_lang_demangle): Likewise.
3116 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 3117 Add ukn_lang_demangle.
9a3d7dfd 3118 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 3119 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
3120 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
3121 (cplus_language_defn): Add cplus_demangle for la_demangle element.
3122 * jv-lang.c (java_demangle): New function
3123 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
3124 * objc-lang.c (objc_demangle): Add options argument
3125 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
3126 * maint.c (maintenance_demangle): Replace switch with
3127 call to language_demangle.
3128 * utils.c (fprintf_symbol_filtered): Likewise.
3129
5e074003
AC
31302003-04-01 Andrew Cagney <cagney@redhat.com>
3131
3132 * printcmd.c (print_frame_nameless_args): Delete #ifdef
3133 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
3134 PRINT_TYPELESS_INTEGER.
3135 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
3136 PUSH_RETURN_ADDRESS.
3137
270cb5d6
AC
31382003-04-01 Andrew Cagney <cagney@redhat.com>
3139
3140 * Makefile.in (d10v-tdep.o): Update dependencies.
3141 * d10v-tdep.c: Include "frame-base.h".
3142 (d10v_frame_unwind): Make constant.
3143 (d10v_frame_base_address): New function.
3144 (d10v_frame_base): New variable.
3145 (d10v_gdbarch_init): Set frame_base default.
3146 (struct d10v_unwind_cache): Add the field "prev_sp". Update
3147 comment for base.
3148 (d10v_frame_unwind_cache): Set and use "prev_sp".
3149 (d10v_frame_this_id): Use the previous frame's inner most stack
3150 address and this frame's func address for the frame ID. Use
3151 frame_id_build. Don't analyze beyond the current instruction.
3152
6bfb3e36
AC
31532003-04-01 Andrew Cagney <cagney@redhat.com>
3154
3155 * frame.h (get_frame_locals_address, get_frame_args_address):
3156 Refer to the base address, instead of the address of the first
3157 local or parameter.
3158
da62e633
AC
31592003-04-01 Andrew Cagney <cagney@redhat.com>
3160
3161 Add frame debug info addresses:
3162 * frame-base.c: New file.
3163 * frame-base.h: New file.
3164 * frame.h (struct frame_base): Add opaque declaration.
3165 (get_frame_base): Update comment.
3166 (get_frame_base_address): Declare.
3167 (get_frame_locals_address): Declare.
3168 (get_frame_args_address): Declare.
3169 (struct frame_info): Add "base" and "base_cache". Update
3170 comments on the unwinder.
3171 * frame.c: Include "frame-base.h".
3172 (get_frame_locals_address): New function.
3173 (get_frame_base_address): New function.
3174 (get_frame_args_address): New function.
3175 * findvar.c (read_var_value): Use get_frame_locals_address and
3176 get_frame_args_address.
3177 * stack.c (frame_info): Use get_frame_locals_address and
3178 get_frame_args_address.
3179 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
3180 moved to "frame-base.c".
3181 * printcmd.c (print_frame_nameless_args): Ditto.
3182 * symtab.h (address_class): Update comments.
3183 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
3184 get_frame_base_address.
3185 * dwarf2expr.c (execute_stack_op): Ditto.
3186 * Makefile.in (frame_base_h): Define.
3187 (frame.o): Update dependencies.
3188 (frame-base.o): Add dependencies.
3189 (SFILES): Add frame-base.c.
3190 (COMMON_OBS): Add frame-base.o.
3191
3d30e9c2
AC
31922003-04-01 Andrew Cagney <cagney@redhat.com>
3193
3194 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
3195 CALL_DUMMY_LENGTH): Ditto.
3196 * gdbarch.c: Re-generate.
3197 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
3198 (CALL_DUMMY_LENGTH): Delete macro.
3199 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
3200 * arm-tdep.c (arm_gdbarch_init): Ditto.
3201 * avr-tdep.c (avr_gdbarch_init): Ditto.
3202 * cris-tdep.c (cris_gdbarch_init): Ditto.
3203 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3204 * frv-tdep.c (frv_gdbarch_init): Ditto.
3205 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3206 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3207 * i386-tdep.c (i386_gdbarch_init): Ditto.
3208 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3209 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3210 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3211 * mips-tdep.c (mips_gdbarch_init): Ditto.
3212 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3213 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3214 * s390-tdep.c (s390_gdbarch_init): Ditto.
3215 * sh-tdep.c (sh_gdbarch_init): Ditto.
3216 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3217 * v850-tdep.c (v850_gdbarch_init): Ditto.
3218 * vax-tdep.c (vax_gdbarch_init): Ditto.
3219 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3220
ce0c7262
CV
32212003-04-01 Corinna Vinschen <vinschen@redhat.com>
3222
3223 * frame.c (get_prev_frame): Disable call to inside_entry_file().
3224
73dd234f
AC
32252003-04-01 Andrew Cagney <cagney@redhat.com>
3226
3227 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
3228 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3229 * gdbarch.h, gdbarch.c: Re-generate.
3230 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3231 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3232 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3233 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3234 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3235 * infcmd.c (run_stack_dummy): Simplify assuming
3236 CALL_DUMMY_BREAKPOINT_OFFSET_P.
3237 * infrun.c (handle_inferior_event): Ditto.
3238 * alpha-tdep.c (alpha_gdbarch_init): Do not set
3239 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
3240 * arm-tdep.c (arm_gdbarch_init): Ditto.
3241 * avr-tdep.c (avr_gdbarch_init): Ditto.
3242 * cris-tdep.c (cris_gdbarch_init): Ditto.
3243 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3244 * frv-tdep.c (frv_gdbarch_init): Ditto.
3245 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3246 * i386-tdep.c (i386_gdbarch_init): Ditto.
3247 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3248 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3249 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3250 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3251 * mips-tdep.c (mips_gdbarch_init): Ditto.
3252 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3253 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3254 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3255 * s390-tdep.c (s390_gdbarch_init): Ditto.
3256 * sh-tdep.c (sh_gdbarch_init): Ditto.
3257 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3258 * v850-tdep.c (v850_gdbarch_init): Ditto.
3259 * vax-tdep.c (vax_gdbarch_init): Ditto.
3260 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3261
97606a13
DJ
32622003-04-01 Daniel Jacobowitz <drow@mvista.com>
3263
3264 * symfile.c (symfile_relocate_debug_section): Update call to
3265 bfd_simple_get_relocated_section_contents.
3266
e8ab51f7
AC
32672003-03-31 Andrew Cagney <cagney@redhat.com>
3268
3269 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
3270 * gdbarch.h, gdbarch.c: Regenerate.
3271 * inferior.h (FIX_CALL_DUMMY): Delete macro.
3272 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
3273 available.
3274 * frame.h (generic_fix_call_dummy): Delete declaration.
3275 * dummy-frame.h: Update comment.
3276 * dummy-frame.c (generic_fix_call_dummy): Delete function.
3277 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3278 fix_call_dummy.
3279 * sh-tdep.c (sh_gdbarch_init): Ditto.
3280 * s390-tdep.c (s390_gdbarch_init): Ditto.
3281 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3282 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3283 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3284 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3285 * i386-tdep.c (i386_gdbarch_init): Ditto.
3286 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3287 * frv-tdep.c (frv_gdbarch_init): Ditto.
3288 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3289 * cris-tdep.c (cris_gdbarch_init): Ditto.
3290 * avr-tdep.c (avr_gdbarch_init): Ditto.
3291 * arm-tdep.c (arm_gdbarch_init): Ditto.
3292
018d1b48
JB
32932003-03-31 J. Brobecker <brobecker@gnat.com>
3294
3295 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
3296 (INIT_FRAME_AP): Likewise.
3297 (EXTRA_FRAME_INFO): Likewise.
3298
e9a2674e
AC
32992003-03-31 Andrew Cagney <cagney@redhat.com>
3300
3301 * gdbarch.sh: Include "symfile.h".
3302 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
3303 * gdbarch.h, gdbarch.c: Re-generate.
3304 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
3305 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3306 call_dummy_address, the default is at entry_point_address.
3307 * v850-tdep.c (v850_gdbarch_init): Ditto.
3308 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3309 * sh-tdep.c (sh_gdbarch_init): Ditto.
3310 * s390-tdep.c (s390_gdbarch_init): Ditto.
3311 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3312 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3313 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3314 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3315 * i386-tdep.c (i386_gdbarch_init): Ditto.
3316 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3317 * frv-tdep.c (frv_gdbarch_init): Ditto.
3318 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3319 * cris-tdep.c (cris_gdbarch_init): Ditto.
3320 * arm-tdep.c (arm_gdbarch_init): Ditto.
3321
e8a8712a
AC
33222003-03-31 Andrew Cagney <cagney@redhat.com>
3323
3324 * gdbarch.sh (CALL_DUMMY_P): Delete.
3325 * gdbarch.h, gdbarch.c: Re-generate.
3326 * inferior.h (CALL_DUMMY_P): Delete macro.
3327 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3328 * vax-tdep.c (vax_gdbarch_init): Update.
3329 * v850-tdep.c (v850_gdbarch_init): Update.
3330 * sparc-tdep.c (sparc_gdbarch_init): Update.
3331 * sh-tdep.c (sh_gdbarch_init): Update.
3332 * s390-tdep.c (s390_gdbarch_init): Update.
3333 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3334 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3335 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3336 * mips-tdep.c (mips_gdbarch_init): Update.
3337 * mcore-tdep.c (mcore_gdbarch_init): Update.
3338 * m68k-tdep.c (m68k_gdbarch_init): Update.
3339 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3340 * ia64-tdep.c (ia64_gdbarch_init): Update.
3341 * i386-tdep.c (i386_gdbarch_init): Update.
3342 * h8300-tdep.c (h8300_gdbarch_init): Update.
3343 * frv-tdep.c (frv_gdbarch_init): Update.
3344 * d10v-tdep.c (d10v_gdbarch_init): Update.
3345 * cris-tdep.c (cris_gdbarch_init): Update.
3346 * breakpoint.c (deprecated_frame_in_dummy): Update.
3347 * avr-tdep.c (avr_gdbarch_init): Update.
3348 * alpha-tdep.c (alpha_gdbarch_init): Update.
3349 * arm-tdep.c (arm_gdbarch_init): Update.
3350 * dummy-frame.c (dummy_frame_this_id): Update comments.
3351 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
3352 * frame.c (legacy_get_prev_frame): Ditto.
3353 * valops.c (call_function_by_hand): Delete function.
3354 (hand_function_call): Rename to call_function_by_hand
3355
ed234cf8
AC
33562003-03-30 Andrew Cagney <cagney@redhat.com>
3357
3358 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 3359 * value.h (struct value): Update comment.
ed234cf8 3360
06c77151
AC
33612003-03-30 Andrew Cagney <cagney@redhat.com>
3362
6c2b5168
AC
3363 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
3364 D10V_FP_REGNUM.
3365 (d10v_gdbarch_init): Do not set fp_regnum.
3366
06c77151
AC
3367 * frame.c (get_frame_base): Force ID initialization.
3368 (get_prev_frame): Move computation of the frame ID from here ...
3369 (get_frame_id): ... to here.
3370 (legacy_get_prev_frame): Mark the frame ID as valid.
3371 * frame.h (struct frame_info): Add field "id_p".
3372
97a1a11c
MK
33732003-03-30 Mark Kettenis <kettenis@gnu.org>
3374
3375 * i386-tdep.c (i386_store_struct_return): Removed.
3376 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
3377
6c0e89ed
AC
33782003-03-30 Andrew Cagney <cagney@redhat.com>
3379
3380 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
3381 * gdbarch.h, gdbarch.c: Regenerate.
3382 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
3383 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3384 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3385 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3386 * i386-tdep.c (i386_gdbarch_init): Ditto.
3387 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3388 * cris-tdep.c (cris_gdbarch_init): Ditto.
3389 * vax-tdep.c (vax_gdbarch_init): Ditto.
3390 * s390-tdep.c (s390_gdbarch_init): Ditto.
3391 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3392 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3393 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3394 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
3395 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3396 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
3397 * sparc-tdep.c (sparc_gdbarch_init): Update.
3398 * sh-tdep.c (sh_gdbarch_init): Update.
3399 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3400 * mips-tdep.c (mips_gdbarch_init): Update.
3401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3402 * ia64-tdep.c (ia64_gdbarch_init): Update.
3403 * frv-tdep.c (frv_gdbarch_init): Update.
3404 * avr-tdep.c (avr_gdbarch_init): Update.
3405 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
3406 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
3407 instead of when push_dummy_call is not available.
3408
f7dd6af2
AC
34092003-03-30 Andrew Cagney <cagney@redhat.com>
3410
3411 * infttrace.c: Include "gdbthread.h".
3412 (parent_attach_all): Fix function signature.
3413 (call_ptrace): Update call.
3414 * Makefile.in (infttrace.o): Update dependencies.
3415
28f617b3
AC
34162003-03-30 Andrew Cagney <cagney@redhat.com>
3417
3418 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
3419 PUSH_RETURN_ADDRESS.
3420 * gdbarch.h, gdbarch.c: Regenerate.
3421 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3422 * x86-64-tdep.c (x86_64_init_abi): Update.
3423 * v850-tdep.c (v850_gdbarch_init): Update.
3424 * sparc-tdep.c (sparc_gdbarch_init): Update.
3425 * sh-tdep.c (sh_gdbarch_init): Update.
3426 * s390-tdep.c (s390_gdbarch_init): Update.
3427 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3428 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3429 * mips-tdep.c (mips_gdbarch_init): Update.
3430 * mcore-tdep.c (mcore_gdbarch_init): Update.
3431 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3432 * ia64-tdep.c (ia64_gdbarch_init): Update.
3433 * i386-tdep.c (i386_gdbarch_init): Update.
3434 * h8300-tdep.c (h8300_gdbarch_init): Update.
3435 * frv-tdep.c (frv_gdbarch_init): Update.
3436 * cris-tdep.c (cris_gdbarch_init): Update.
3437 * avr-tdep.c (avr_gdbarch_init): Update.
3438 * arm-tdep.c (arm_gdbarch_init): Update.
3439 * valops.c (hand_function_call): Update.
3440
4d628cd7
AC
34412003-03-29 Andrew Cagney <cagney@redhat.com>
3442
3443 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
3444 sizeof_call_dummy_words.
3445 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
3446 define.
3447 * gdbarch.h: Regenerate.
3448
65e82032
AC
34492003-03-29 Andrew Cagney <cagney@redhat.com>
3450
3451 * infttrace.h: New file.
3452 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
3453 (hpread_get_textlow): Detect an uninitialized dn_bufp.
3454 (hpread_read_doc_function_type): Detect an initialized type1.
3455 (hpread_quick_traverse): Initialize mod_name_string.
3456 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
3457 (som_solib_get_solib_by_pc): Declare.
3458 (so_lib_thread_start_addr): Declare.
3459 (no_shared_libraries): Declare.
3460 * somread.c (init_import_symbols): Make static. Add forward
3461 declaration.
3462 * config/pa/nm-hppah.h: Include "infttrace.h" for
3463 parent_attach_all.
3464 (hppa_insert_hw_watchpoint): Declare.
3465 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
3466 * hppah-nat.c: Include "gdb_string.h".
3467 (parent_attach_all): Delete extern declaration, moved to
3468 "infttrace.h".
3469 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
3470 int.
3471 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
3472 * Makefile.in (infttrace_h): Define.
3473 (hpread.o): Update dependencies.
3474 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
3475 * hppa-hpux-tdep.c: Include "gdb_string.h".
3476 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
3477 * infrun.c (handle_inferior_event): Always initialize
3478 stepped_after_stopped_by_watchpoint. Add default and remove
3479 fallthrough in switch statement.
3480 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
3481 parameter to int.
3482 (hppa_remove_hw_watchpoint): Ditto.
3483
2c3bbe77
AC
34842003-03-29 Andrew Cagney <cagney@redhat.com>
3485
3486 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
3487 offset.
3488
2dd604e7
RE
34892003-03-29 Richard Earnshaw <rearnsha@arm.com>
3490
3491 * arm-tdep.c (arm_push_arguments): Delete.
3492 (struct stack_item): New type.
3493 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
3494 (arm_store_struct_return): Delte.
3495 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
3496 arm_push_arguments or arm_store_struct_return.
3497
e8933a55
AC
34982003-03-28 Andrew Cagney <cagney@redhat.com>
3499
3500 * Makefile.in (d10v-tdep.o): Update dependencies.
3501 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
3502 * d10v-tdep.c: Include "remote.h".
3503 (target_resume_hook): Delete extern declaration.
3504 (target_wait_loop_hook): Ditto.
3505 (tdisassemble_command): Eliminate assignment in "if" conditional.
3506 (d10v_ts2_register_sim_regno): Eliminate call to
3507 legacy_register_sim_regno.
3508 (d10v_ts3_register_sim_regno): Ditto.
3509
6949171e
JJ
35102003-03-28 Jeff Johnston <jjohnstn@redhat.com>
3511
3512 * thread.c: Reindented.
3513 * lin-lwp.c: Ditto.
3514 * linux-proc.c: Ditto.
3515
98c7071f
BR
35162003-03-28 Bob Rossi <bob_rossi@cox.net>
3517
fbe586ae 3518 * MAINTAINERS (write after approval): Add myself.
98c7071f 3519
5edc9ca6
TR
35202003-03-27 Theodore A. Roth <troth@openavr.org>
3521
3522 * objc-exp.y: Add missing semi-colons.
3523
378bfd1b
AC
35242003-03-27 Andrew Cagney <cagney@redhat.com>
3525
3526 * regcache.c (write_sp): Delete function and references.
3527 * inferior.h (write_sp): Delete declaration.
3528 * valops.c (hand_function_call): Replace write_sp with
3529 TARGET_WRITE_SP.
3530 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
3531 (sparc_pop_frame): Ditto.
3532
56056df7
AC
35332003-03-27 Andrew Cagney <cagney@redhat.com>
3534
3535 * NEWS: Mention removal of support for hppa*-*-bsd* and
3536 hppa*-*-osf* natives, and hppa*-*-pro* target.
3537 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
3538 * config/pa/xm-pa.h: Obsolete file.
3539 * config/pa/xm-hppab.h: Obsolete file.
3540 * config/pa/nm-hppab.h: Obsolete file.
3541 * config/pa/tm-hppab.h: Obsolete file.
3542 * config/pa/tm-hppao.h: Obsolete file.
3543 * config/pa/nm-hppao.h: Obsolete file.
3544 * config/pa/tm-pro.h: Obsolete file.
3545 * config/pa/hppaosf.mt: Obsolete file.
3546 * config/pa/hppaosf.mh: Obsolete file.
3547 * config/pa/hppapro.mt: Obsolete file.
3548 * config/pa/hppabsd.mt: Obsolete file.
3549 * config/pa/hppabsd.mh: Obsolete file.
3550 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
3551 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
3552 hppa*-*-osf*.
3553
5873a88d
AC
35542003-03-27 Andrew Cagney <cagney@redhat.com>
3555
3556 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
3557 push_arguments. Don't set push_return_address or write_sp.
3558 (d10v_push_dummy_call): Replace d10v_push_arguments.
3559 (d10v_push_return_address, d10v_write_sp): Delete function,
3560 handled by push_dummy_call.
3561
b81774d8
AC
35622003-03-26 Andrew Cagney <cagney@redhat.com>
3563
3564 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
3565 (push_dummy_call): New pure multi-arch replacement with gdbarch,
3566 regcache and dummy_addr parameters.
3567 * gdbarch.h, gdbarch.c: Re-generate.
3568 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
3569 available; assume it will handle stack alignment and return
3570 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
3571 legacy_push_arguments.
3572 (legacy_push_arguments): Rename default_push_arguments.
3573 * value.h (legacy_push_arguments): Rename default_push_arguments.
3574 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
3575 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3576 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3577 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3578 * config/i386/tm-symmetry.h: Update.
3579 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3580 * x86-64-tdep.c (x86_64_init_abi): Update.
3581 * v850-tdep.c (v850_gdbarch_init): Update.
3582 * sparc-tdep.c (sparc_gdbarch_init): Update.
3583 * sh-tdep.c (sh_gdbarch_init): Update.
3584 * s390-tdep.c (s390_gdbarch_init): Update.
3585 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3586 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3587 * mips-tdep.c (mips_gdbarch_init): Update.
3588 * mcore-tdep.c (mcore_gdbarch_init): Update.
3589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3590 * ia64-tdep.c (ia64_gdbarch_init): Update.
3591 * i386-tdep.c (i386_gdbarch_init): Update.
3592 * hppa-tdep.c (hppa_gdbarch_init): Update.
3593 * h8300-tdep.c (h8300_gdbarch_init): Update.
3594 * frv-tdep.c (frv_gdbarch_init): Update.
3595 * d10v-tdep.c (d10v_gdbarch_init): Update.
3596 * cris-tdep.c (cris_gdbarch_init): Update.
3597 * avr-tdep.c (avr_gdbarch_init): Update.
3598 * arm-tdep.c (arm_gdbarch_init): Update.
3599 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3600 * alpha-tdep.c (alpha_gdbarch_init): Update.
3601
f541410f
DJ
36022003-03-26 Daniel Jacobowitz <drow@mvista.com>
3603
3604 * signals/signals.c (do_target_signal_to_host): Correct realtime
3605 signal range test.
3606
69f567ae
DJ
36072003-03-26 Daniel Jacobowitz <drow@mvista.com>
3608
3609 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
3610 (struct sal_chain, map_catch_names): Remove.
3611 (catch_exception_command_1): Don't call
3612 handle_gnu_4_16_catch_command.
3613
d5d14a5a
DJ
36142003-03-26 Daniel Jacobowitz <drow@mvista.com>
3615
3616 From Mark Dettinger <dettinge@de.ibm.com>:
3617 * dwarf2cfi.c (read_2u): Increment pointer by two.
3618
bdd73e22
DJ
36192003-03-26 Daniel Jacobowitz <drow@mvista.com>
3620
3621 * signals/signals.c: Fix typos in last change.
3622
960cb555
DJ
36232003-03-26 Daniel Jacobowitz <drow@mvista.com>
3624
3625 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
3626 not already defined. Use __SIGRTMIN if available.
3627 (target_signal_from_host): Remove SIGRTMIN block.
3628 (do_target_signal_to_host): Remove SIGRTMIN block; check that
3629 the signal is within the realtime range.
3630
f636b87d
AF
36312003-03-25 Adam Fedor <fedor@gnu.org>
3632
3633 * Makefile.in (infrun.o): Add $(language_h)
3634 * infrun.c (handle_inferior_event): Use skip_language_trampoline
3635 for language specific trampolines.
3636 * language.h (struct language_defn): Add skip_trampoline.
3637 (skip_language_trampoline): Declare.
3638 * language.c (unk_lang_trampoline, skip_language_trampoline):
3639 New functions.
3640 (unknown_language_defn, auto_language_defn, local_language_defn):
3641 Add ukn_lang_trampoline.
3642 * ada-lang.c (ada_language_defn): Add NULL for language
3643 specific skip_trampoline.
3644 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
3645 scm-lang.c: Likewise.
3646 * objc-lang.c (objc_skip_trampoline): New function.
3647 (objc_language_defn): Add objc_skip_trampoline.
3648
28f617b3 36492003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
3650
3651 * frame.c (get_prev_frame): Delay validating a frame's ID -
3652 non-NULL, didn't go backwards - until an attempt to unwind it to
3653 the previous frame.
3654
f933a9c5
AC
36552003-03-25 Andrew Cagney <cagney@redhat.com>
3656
3657 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
3658 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
3659 * gdbarch.h, gdbarch.c: Re-generate.
3660 * config/sparc/tm-sparc.h
3661 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
3662 * sparc-tdep.c (sparc_gdbarch_init): Set
3663 deprecated_extra_stack_alignment_needed.
3664 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3665 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
3666 extra_stack_alignment_needed.
3667 * v850-tdep.c (v850_gdbarch_init): Ditto.
3668 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3669 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3670 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3671 * cris-tdep.c (cris_gdbarch_init): Ditto.
3672 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3674
4183d812
AC
36752003-03-25 Andrew Cagney <cagney@redhat.com>
3676
3677 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
3678 STORE_STRUCT_RETURN.
3679 * gdbarch.h, gdbarch.c: Regenerate.
3680 * d10v-tdep.c (d10v_store_struct_return): Delete function.
3681 (d10v_push_arguments): Set the struct return register.
3682 (d10v_gdbarch_init): Update.
3683 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3684 * x86-64-tdep.c (x86_64_init_abi): Update.
3685 * vax-tdep.c (vax_gdbarch_init): Update.
3686 * v850-tdep.c (v850_gdbarch_init): Update.
3687 * sparc-tdep.c (sparc_gdbarch_init): Update.
3688 * sh-tdep.c (sh_gdbarch_init): Update.
3689 * s390-tdep.c (s390_gdbarch_init): Update.
3690 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3691 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3692 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3693 * mips-tdep.c (mips_gdbarch_init): Update.
3694 * mcore-tdep.c (mcore_gdbarch_init): Update.
3695 * m68k-tdep.c (m68k_gdbarch_init): Update.
3696 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3697 * ia64-tdep.c (ia64_gdbarch_init): Update.
3698 * i386-tdep.c (i386_gdbarch_init): Update.
3699 * hppa-tdep.c (hppa_gdbarch_init): Update.
3700 * h8300-tdep.c (h8300_gdbarch_init): Update.
3701 * frv-tdep.c (frv_gdbarch_init): Update.
3702 * cris-tdep.c (cris_gdbarch_init): Update.
3703 * avr-tdep.c (avr_gdbarch_init): Update.
3704 * arm-tdep.c (arm_gdbarch_init): Update.
3705 * alpha-tdep.c (alpha_gdbarch_init): Update.
3706
1bf6d5cc
AC
37072003-03-25 Andrew Cagney <cagney@redhat.com>
3708
3709 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
3710 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
3711 CALL_DUMMY_STACK_ADJUST with a predicate variable.
3712 * gdbarch.h, gdbarch.c: Regenerate.
3713 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3714 call_dummy_stack_adjust_p.
3715 * vax-tdep.c (vax_gdbarch_init): Ditto.
3716 * v850-tdep.c (v850_gdbarch_init): Ditto.
3717 * sh-tdep.c (sh_gdbarch_init): Ditto.
3718 * s390-tdep.c (s390_gdbarch_init): Ditto.
3719 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3720 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3721 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3722 * mips-tdep.c (mips_gdbarch_init): Ditto.
3723 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3724 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3725 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3726 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3727 * i386-tdep.c (i386_gdbarch_init): Ditto.
3728 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3729 * frv-tdep.c (frv_gdbarch_init): Ditto.
3730 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3731 * cris-tdep.c (cris_gdbarch_init): Ditto.
3732 * avr-tdep.c (avr_gdbarch_init): Ditto.
3733 * arm-tdep.c (arm_gdbarch_init): Ditto.
3734 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3735 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3736 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
3737 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3738 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
3739 call_dummy_stack_adjust_p.
3740 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
3741 (CALL_DUMMY_STACK_ADJUST): Delete macro.
3742 * sparc-tdep.c (sparc32_push_arguments): Update.
3743 * valops.c (hand_function_call): Update.
3744
71c08af0
CV
37452003-03-25 Corinna Vinschen <vinschen@redhat.com>
3746
3747 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
3748 set_gdbarch_char_signed.
3749
30757f90
RE
37502003-03-25 Richard Earnshaw <rearnsha@arm.com>
3751
3752 PR cli/548
3753 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
3754
03d48a7d
RE
37552003-03-25 Richard Earnshaw <rearnsha@arm.com>
3756
3757 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
3758 (_initialize_arm_tdep): Don't set tm_print_insn.
3759
2cf6873c
AF
37602003-03-24 Adam Fedor <fedor@gnu.org>
3761
3762 * Makefile.in (YYOBJ): Add objc-exp.tab.o
3763 * objc-lang.h: Add multiple inclusion protection.
3764 (start_msglist, add_msglist, end_msglist): Additional declarations.
3765
17c0759e
RE
37662003-03-24 Richard Earnshaw <rearnsha@arm.com>
3767
3768 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
3769 value was renamed to ARM_FLOAT_SOFT_FPA.
3770
618ce49f
AC
37712003-03-23 Andrew Cagney <cagney@redhat.com>
3772
3773 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
3774 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
3775 * gdbarch.h, gdbarch.c: Regenerate.
3776 * valops.c (hand_function_call): Update.
3777 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
3778 * frame.c (legacy_saved_regs_this_id): Update.
3779 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
3780 * dummy-frame.h: Update.
3781 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
3782 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
3783 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
3784 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
3785 * config/m68k/tm-sun3.h: Update.
3786 * blockframe.c (inside_main_func, frame_chain_valid): Update.
3787 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3788 * x86-64-tdep.c (x86_64_init_abi): Update.
3789 * vax-tdep.c (vax_gdbarch_init): Update.
3790 * v850-tdep.c (v850_gdbarch_init): Update.
3791 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
3792 * sh-tdep.c (sh_gdbarch_init): Update.
3793 * s390-tdep.c (s390_gdbarch_init): Update.
3794 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
3795 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
3796 (frame_get_saved_regs): Update.
3797 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3798 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3799 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3800 * mips-tdep.c (mips_gdbarch_init): Update.
3801 * mcore-tdep.c (mcore_gdbarch_init): Update.
3802 * m68k-tdep.c (m68k_gdbarch_init): Update.
3803 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3804 * ia64-tdep.c (ia64_gdbarch_init): Update.
3805 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
3806 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3807 (i386_interix_back_one_frame): Update.
3808 * hppa-tdep.c (hppa_gdbarch_init): Update.
3809 (hppa_init_extra_frame_info): Update.
3810 * h8300-tdep.c (h8300_gdbarch_init): Update.
3811 * frv-tdep.c (frv_gdbarch_init): Update.
3812 * cris-tdep.c (cris_gdbarch_init): Update.
3813 * avr-tdep.c (avr_gdbarch_init): Update.
3814 * arm-tdep.c (arm_gdbarch_init): Update.
3815 * alpha-tdep.c (alpha_gdbarch_init): Update.
3816
fd50bc42
RE
38172003-03-22 Richard Earnshaw <rearnsha@arm.com>
3818
3819 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
3820 (arm_get_fp_model): Declare.
3821 * arm-tdep.c (fp_model_strings): New string array.
3822 (arm_fp_model, current_fp_model): New variables.
3823 (arm_get_fp_model): New function.
3824 (arm_set_fp): New function.
3825 (set_fp_model_sfunc): New function.
3826 (show_fp_model): New function.
3827 (_initialize_arm_tdep): Add new command to set/show the FPU.
3828 (arm_extract_return_value): Use arm_get_fp_model.
3829 (arm_store_return_value): Likewise.
3830 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
3831 to initialize the floating-point data types.
3832 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
3833 model is FPA.
3834
26304000
RE
38352003-03-22 Richard Earnshaw <rearnsha@arm.com>
3836
3837 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
3838 the current setting of each value.
3839 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
3840 new_set and new_show. Use add_setshow_cmd_full and
3841 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
3842 commands and add new version as subcommands of "set/show arm".
3843
afd7eef0
RE
38442003-03-22 Richard Earnshaw <rearnsha@arm.com>
3845
3846 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
3847 (set_arm_command, show_arm_command): New functions.
3848 (_initialize_arm_tdep): Add them.
3849 (num_disassembly_options): Renamed from num_flavor_options.
3850 (valid_disassembly_styles): Renamed from valid_flavors.
3851 (disassembly_style): Renamed from disassembly_flavor.
3852 (set_disassembly_style_sfunc): Renamed from
3853 set_disassembly_flavor_sfunc.
3854 (set_disassembly_style): Renamed from set_disassembly_flavor.
3855 (arm_othernames): Updated.
3856 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
3857 command. Add "set/show arm disassembly" commands. Deprecate
3858 "othernames" command.
3859
299a7944
RE
38602003-03-22 Richard Earnshaw <rearnsha@arm.com>
3861
3862 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
3863 (arm-tdep.o): Depend on elf_arm_h.
3864
c1dac9e6
RE
38652003-03-22 Richard Earnshaw <rearnsha@arm.com>
3866
3867 * Makefile.in (coff_internal_h): Define.
3868 (arm-tdep.o): Update dependencies.
3869
2702d96c
RE
38702003-03-22 Richard Earnshaw <rearnsha@arm.com>
3871
3872 * arm-tdep.c (prologue_cache): Delete.
3873 (check_prologue_cache, save_prologue_cache): Delete.
3874 (arm_scan_prologue): Don't check or update the prologue_cache.
3875 (arm_gdb_arch_init): Don't initialize it.
3876 (_initialize_arm_tdep): Likewise.
3877
27d5d74b
SC
38782003-03-21 Stephane Carrez <stcarrez@nerim.fr>
3879
3880 * MAINTAINERS (tui): Maintainer of tui code.
3881
1762d96d
CV
38822003-03-21 Corinna Vinschen <vinschen@redhat.com>
3883
3884 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
3885 (i386-cygwin-tdep.o): Add dependencies.
3886 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
3887 * i386-cygwin-tdep.c: New file.
3888 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
3889 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
3890
4c2e2391
AC
38912003-03-20 Andrew Cagney <cagney@redhat.com>
3892
f20d38b7
AC
3893 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
3894 (handle_inferior_event): Remove code calling
3895 DYNAMIC_TRAMPOLINE_NEXTPC.
3896
0022b738
AC
3897 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
3898 already has a full path.
3899
864dbc90
AC
3900 * main.c (gdb_main): Return 1.
3901 (captured_main): Call error to report an invalid interpreter.
3902
4c2e2391
AC
3903 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3904 * alpha-osf1-tdep.c: Include "gdb_string.h".
3905
5ef7553b
JB
39062003-03-19 J. Brobecker <brobecker@gnat.com>
3907
3908 Continuing work to convert the hppa targets to multiarch partial.
3909
3910 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
3911 method, now that hppa_push_dummy_frame has a conformant prototype.
3912 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
3913 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
3914 for the switch to multiarch partial.
3915
7bde8967
KB
39162003-03-19 Kevin Buettner <kevinb@redhat.com>
3917
3918 * mdebugread.c (parse_symbol): For stEnd, we're done counting
3919 when iss is issNull.
3920
b006a9e9
KB
39212003-03-18 Kevin Buettner <kevinb@redhat.com>
3922
3923 * mips-tdep.c (mips_register_name): Fix fencepost error involving
3924 NUM_REGS bounds check.
3925
5e2e9765
KB
39262003-03-18 Kevin Buettner <kevinb@redhat.com>
3927
3928 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
3929 * mips-tdep.c (gdb_assert.h): Include.
3930 (mips_generic_reg_names, mips_processor_reg_names): Make static.
3931 (mips_register_name): Handle integer registers explicitly. Add
3932 bounds checking.
3933 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
3934 (mips_lsi33k_reg_names): Don't list integer registers; they're
3935 handled by mips_register_name() now.
3936 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
3937 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
3938 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
3939 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
3940 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
3941
a2867626
AC
39422003-03-18 Andrew Cagney <cagney@redhat.com>
3943
3944 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
3945 a void pointer.
3946 * gdbtypes.h (print_scalar_formatted): Update declaration.
3947 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
3948
06600e06
JB
39492003-03-18 J. Brobecker <brobecker@gnat.com>
3950
3951 * infrun.c (observer.h): Add #include.
3952 (normal_stop): Add call to observer_notify_normal_stop.
3953 * Makefile.in (infrun.o): Add dependency on observer.h.
3954
7daf4f5b
JB
39552003-03-18 J. Brobecker <brobecker@gnat.com>
3956
3957 Continuing work to convert the hppa targets to multiarch partial.
3958 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
3959 parameter. Reformat comment.
3960 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
3961 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
3962 to match new profile.
3963
3371ccc0
JB
39642003-03-18 J. Brobecker <brobecker@gnat.com>
3965
3966 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
3967 appear to be working in any case.
3968
4fbe891e
JB
39692003-03-18 J. Brobecker <brobecker@gnat.com>
3970
3971 * observer.c (observer_test_first_observer): New static variable.
3972 (observer_test_second_observer): Likewise.
3973 (observer_test_third_observer): Likewise.
3974 (observer_test_first_notification_function): New static function.
3975 (observer_test_second_notification_function): Likewise.
3976 (observer_test_third_notification_function): Likewise.
3977
a7ff40e7
JB
39782003-03-17 J. Brobecker <brobecker@gnat.com>
3979
3980 * hppa-tdep.c (gdb_assert.h): Add missing #include.
3981 * somsolib.c (gdb_assert.h): Likewise.
3982 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
3983 (somsolib.o): Likewise.
3984
26ca4152
AC
39852003-03-17 Andrew Cagney <cagney@redhat.com>
3986
3987 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
3988 BFD. Simplify setting of di.endian.
3989
0a613259
AC
39902003-03-17 Andrew Cagney <cagney@redhat.com>
3991
3992 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
3993 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
3994
3995 From Elena Zannoni <ezannoni@redhat.com>
3996 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
3997 vector and floating-point parameters.
3998 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
3999 convention.
4000 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
4001
1132738f
FN
40022003-03-17 Fernando Nasser <fnasser@redhat.com>
4003
4004 * MAINTAINERS: Remove my name from several maintainership roles.
4005
6dc42492
AC
40062003-03-17 Andrew Cagney <cagney@redhat.com>
4007
4008 Fix frame off-by-one bug.
4009 * frame-unwind.h (frame_this_id_ftype): Replace
4010 frame_unwind_id_ftype.
4011 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
4012 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
4013 with "prev_register".
4014 * frame-unwind.c (frame_unwind_find_by_pc): Return
4015 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
4016 comment.
4017 * dummy-frame.c (cached_find_dummy_frame): Delete function.
4018 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
4019 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
4020 (dummy_frame_unwind): Update.
4021 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4022 sentinel_frame_register_unwind.
4023 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
4024 (sentinel_frame_unwinder): Update.
4025 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4026 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
4027 * frame.c (create_sentinel_frame): Update. Initialize
4028 "prologue_cache" instead of "unwind_cache".
4029 (frame_register_unwind): Call this frame's prev_register with the
4030 next frame and this frame's prologue cache.
4031 (get_prev_frame): Simplify. Always call prev frame's this_id with
4032 this frame and prev frame's prologue cache. Document that this
4033 call is shifted one to the left when compared to the
4034 frame_register_unwind call.
4035 (legacy_saved_regs_prev_register): Replace
4036 frame_saved_regs_register_unwind.
4037 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
4038 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
4039 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4040 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
4041 (d10v_frame_unwind): Update.
4042 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
4043 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
4044 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
4045 "saved_regs" with "this_saved_regs".
4046
efd710d6
AC
40472003-03-16 Andrew Cagney <cagney@redhat.com>
4048
4049 * frame.c (frame_pop): Don't call target_store_registers. Fix
4050 problem reported by Mark Kettenis.
4051
4e259f09
MK
40522003-03-16 Mark Kettenis <kettenis@gnu.org>
4053
4054 * i386-tdep.c (i386_register_type): Renamed from
4055 i386_register_virtual_type. Adjust function signature.
4056 (i386_gdbarch_init): Set register_type instead of
4057 deprecated_max_register_raw_size,
4058 deprecated_max_register_virtual_size and register_virtual_type.
4059
055bb976
AC
40602003-03-14 Andrew Cagney <cagney@redhat.com>
4061
4062 * frame.c (get_prev_frame): When a legacy frame, always call
4063 legacy_get_prev_frame. Simplify unwind code using assumption that
4064 the unwinder is new.
4065 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
4066 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
4067 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
4068
ac2adee5
AC
40692003-03-14 Andrew Cagney <cagney@redhat.com>
4070
4071 * frame.c (get_saved_register): Delete function.
4072 * frame.h (get_saved_register): Delete declaration.
4073 * xstormy16-tdep.c: Update comment.
4074 * regcache.h: Update comments.
4075 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
4076 get_saved_register and extract_address, use
4077 frame_read_unsigned_register.
4078 (sparc_frame_saved_pc): Ditto.
4079 (sparc_get_saved_register): Instead of get_saved_register, use
4080 frame_register.
4081 (sparc_pop_frame): Ditto.
4082 * findvar.c: Update comments.
4083 (value_of_register): Call frame_register instead of
4084 get_saved_register.
4085 (value_from_register): Ditto.
4086 * config/sparc/tm-sparc.h: Update comment.
4087 * breakpoint.c: Update comment.
4088
129c1cd6
AC
40892003-03-14 Andrew Cagney <cagney@redhat.com>
4090
4091 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
4092 GET_SAVED_REGISTER.
4093 * gdbarch.h, gdbarch.c: Re-generate.
4094 * frame.h: Update comments.
4095 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4096 * x86-64-tdep.c (x86_64_init_abi): Update.
4097 * sparc-tdep.c (sparc_gdbarch_init): Update.
4098 * sh-tdep.c (sh_gdbarch_init): Update.
4099 * mips-tdep.c (mips_gdbarch_init): Update.
4100 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4101 * cris-tdep.c (cris_gdbarch_init): Update.
4102 * ia64-tdep.c (ia64_gdbarch_init): Update.
4103 * frame.c (frame_register): Update.
4104 (get_saved_register): Update.
4105 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
4106
749b82f6
AC
41072003-03-13 Andrew Cagney <cagney@redhat.com>
4108
4109 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
4110 * gdbarch.h, gdbarch.c: Regenerate.
4111 * valops.c (hand_function_call): Update comment.
4112 * stack.c (return_command): Update comment.
4113 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
4114 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
4115 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4116 * x86-64-tdep.c (x86_64_init_abi): Update.
4117 * vax-tdep.c (vax_gdbarch_init): Update.
4118 * v850-tdep.c (v850_gdbarch_init): Update.
4119 * sparc-tdep.c (sparc_gdbarch_init): Update.
4120 * sh-tdep.c (sh_gdbarch_init): Update.
4121 * s390-tdep.c (s390_gdbarch_init): Update.
4122 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4123 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4124 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4125 * mips-tdep.c (mips_gdbarch_init): Update.
4126 * mcore-tdep.c (mcore_gdbarch_init): Update.
4127 * m68k-tdep.c (m68k_gdbarch_init): Update.
4128 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4129 * ia64-tdep.c (ia64_gdbarch_init): Update.
4130 * i386-tdep.c (i386_gdbarch_init): Update.
4131 * hppa-tdep.c (hppa_gdbarch_init): Update.
4132 * h8300-tdep.c (h8300_gdbarch_init): Update.
4133 * frv-tdep.c (frv_gdbarch_init): Update.
4134 * cris-tdep.c (cris_gdbarch_init): Update.
4135 * avr-tdep.c (avr_gdbarch_init): Update.
4136 * arm-tdep.c (arm_gdbarch_init): Update.
4137 * alpha-tdep.c (alpha_gdbarch_init): Update.
4138
1594fa56
AC
41392003-03-13 Andrew Cagney <cagney@redhat.com>
4140
4141 * frame.c (legacy_frame_p): New function.
4142 (get_prev_frame): Use legacy_frame_p.
4143 * frame.h (legacy_frame_p): Declare.
4144
7717fda3
V
41452003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4146
fbe586ae 4147 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
4148 listing corrected.
4149
0c67cbe9
V
41502003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4151
fbe586ae 4152 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 4153
03febf99
AC
41542003-03-12 Andrew Cagney <cagney@redhat.com>
4155
4156 * frame.c (get_prev_frame): Rename the frame parameter to
4157 "this_frame".
4158 (get_next_frame, legacy_get_prev_frame): Ditto.
4159
0a1e1ca1
AC
41602003-03-12 Andrew Cagney <cagney@redhat.com>
4161
4162 * frame.c (get_current_frame): Check target_has_registers before
4163 checking target_has_stack.
4164 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
4165 instead of deprecated_selected_frame.
4166 * findvar.c (value_of_register): Pass "frame", not
4167 deprecated_selected_frame, to value_of_builtin_reg.
4168
a66a9c23
AC
41692003-03-12 Andrew Cagney <cagney@redhat.com>
4170
4171 * regcache.c (regcache_cooked_write_signed): New function.
4172 (regcache_cooked_write_unsigned): New function.
4173 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
4174 (regcache_cooked_read_signed): Fix regnum in range assertion.
4175 * regcache.h (regcache_cooked_write_signed): Declare.
4176 (regcache_cooked_write_unsigned): Declare.
4177
8bedc050
AC
41782003-03-12 Andrew Cagney <cagney@redhat.com>
4179
4180 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4181 * gdbarch.h, gdbarch.c: Re-generate.
4182 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4183 * x86-64-tdep.h: Update.
4184 * x86-64-tdep.c (x86_64_init_abi): Update.
4185 * v850-tdep.c (v850_gdbarch_init): Update.
4186 * sparc-tdep.c (sparc_gdbarch_init): Update.
4187 * sh-tdep.c (sh_gdbarch_init): Update.
4188 * s390-tdep.c (s390_gdbarch_init): Update.
4189 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4190 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4191 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4192 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4193 * mips-tdep.c (mips_gdbarch_init): Update.
4194 * mcore-tdep.c (mcore_gdbarch_init): Update.
4195 * m68k-tdep.c (m68k_gdbarch_init): Update.
4196 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4197 * ia64-tdep.c (ia64_gdbarch_init): Update.
4198 * i386-tdep.c (i386_gdbarch_init): Update.
4199 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4200 * hppa-tdep.c (hppa_gdbarch_init): Update.
4201 * h8300-tdep.c (h8300_gdbarch_init): Update.
4202 * frv-tdep.c (frv_gdbarch_init): Update.
4203 * cris-tdep.c (cris_gdbarch_init): Update.
4204 * avr-tdep.c (avr_gdbarch_init): Update.
4205 * arm-tdep.c (arm_gdbarch_init): Update.
4206 * alpha-tdep.c (alpha_gdbarch_init): Update.
4207 * sh-tdep.c (sh_init_extra_frame_info): Update.
4208 (sh64_init_extra_frame_info): Update.
4209 * ns32knbsd-nat.c (frame_num_args): Update.
4210 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4211 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4212 (xstormy16_frame_chain_valid): Update.
4213 * vax-tdep.c (vax_saved_pc_after_call): Update.
4214 * v850-tdep.c (v850_frame_chain): Update.
4215 (v850_pop_frame): Update.
4216 (v850_init_extra_frame_info): Update.
4217 * sparc-tdep.c (setup_arbitrary_frame): Update.
4218 * ns32k-tdep.c (umax_frame_num_args): Update.
4219 * s390-tdep.c (s390_pop_frame_regular): Update.
4220 * mn10300-tdep.c (mn10300_frame_chain): Update.
4221 (mn10300_pop_frame_regular): Update.
4222 (mn10300_init_extra_frame_info): Update.
4223 * mips-tdep.c (mips_init_frame_pc_first): Update.
4224 (mips_frame_chain): Update.
4225 (mips_pop_frame): Update.
4226 * mcore-tdep.c (mcore_frame_chain): Update.
4227 (mcore_pop_frame): Update.
4228 (mcore_init_extra_frame_info): Update.
4229 * arch-utils.c (init_frame_pc_default): Update.
4230 * m68k-tdep.c (isi_frame_num_args): Update.
4231 (delta68_frame_num_args): Update.
4232 (news_frame_num_args): Update.
4233 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4234 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4235 (alpha_frame_chain): Update.
4236 (alpha_pop_frame): Update.
4237 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4238 (hppa_init_extra_frame_info): Update.
4239 (hppa_frame_chain): Update.
4240 (hppa_frame_chain_valid): Update.
4241 * cris-tdep.c (cris_init_extra_frame_info): Update.
4242 * avr-tdep.c (avr_init_extra_frame_info): Update.
4243 * arm-tdep.c (arm_frame_chain_valid): Update.
4244 (arm_init_extra_frame_info): Update.
4245 (arm_pop_frame): Update.
4246 * frame.c (frame_pc_unwind): Update.
4247 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4248 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4249 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4250 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4251 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4252 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4253
7a25a7c1
AC
42542003-03-12 Andrew Cagney <cagney@redhat.com>
4255
4256 Eliminate the need for POP_FRAME.
4257 * frame.c (do_frame_unwind_register): New function.
4258 (frame_pop): When no POP_FRAME, pop the frame using register
4259 unwind and a scratch regcache.
4260 (frame_saved_regs_pop): Delete function.
4261 (trad_frame_unwinder): Update.
4262 * d10v-tdep.c (d10v_frame_pop): Delete function.
4263 (d10v_frame_unwind): Update.
4264 * sentinel-frame.c (sentinel_frame_pop): Delete function.
4265 (sentinel_frame_unwinder): Update.
4266 * dummy-frame.c (dummy_frame_pop): Delete function.
4267 (dummy_frame_unwind): Update.
4268 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
4269 (struct frame_unwind): Update.
4270
2f38ef89
KB
42712003-03-11 Kevin Buettner <kevinb@redhat.com>
4272
4273 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
4274 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
4275 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
4276 Do range checks on register number obtained from debugging info.
4277 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
4278 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
4279 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
4280 mapping function.
4281 (do_fp_register_row): Fix typo which caused double type to be
4282 used when attempting to unpack a float.
4283
552f4abf
JB
42842003-03-11 J. Brobecker <brobecker@gnat.com>
4285
4286 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
4287
e0d2ae16
AC
42882003-03-11 Andrew Cagney <cagney@redhat.com>
4289
4290 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
4291 frame. Problem found by Corinna Vinschen.
4292
ddbfdd06
PM
42932003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
4294
4295 * doublest.c (floatformat_from_length): Accept also
4296 the real size of 'long double' type.
4297
088b2ddc 42982003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 4299
088b2ddc 4300 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
4301 * breakpoint.c (bpstat_copy): Copy the command lines as well
4302 as the old value, to match what is freed in bpstat_clear.
4303
f56f77c1
DC
43042003-03-10 David Carlton <carlton@math.stanford.edu>
4305
4306 * minsyms.c (add_minsym_to_hash_table): Replace
4307 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4308 (compare_minimal_symbols, compact_minimal_symbols)
4309 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
4310 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
4311 of DEPRECATED_SYMBOL_MATCHES_NAME.
4312 (lookup_minimal_symbol_solib_trampoline): Ditto.
4313
5602984a
AC
43142003-03-10 Andrew Cagney <cagney@redhat.com>
4315
4316 * regcache.h (regcache_cooked_read_ftype): Define.
4317 (regcache_save, regcache_restore): Add a cooked_read parameter.
4318 * regcache.c (regcache_save, regcache_restore): Update.
4319 (do_cooked_read): New function.
4320 (regcache_cpy): Pass do_cooked_read to regcache_save and
4321 regcache_restore.
4322
8bedc050
AC
43232003-03-10 Andrew Cagney <cagney@redhat.com>
4324
4325 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4326 * gdbarch.h, gdbarch.c: Re-generate.
4327 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4328 * x86-64-tdep.h: Update.
4329 * x86-64-tdep.c (x86_64_init_abi): Update.
4330 * v850-tdep.c (v850_gdbarch_init): Update.
4331 * sparc-tdep.c (sparc_gdbarch_init): Update.
4332 * sh-tdep.c (sh_gdbarch_init): Update.
4333 * s390-tdep.c (s390_gdbarch_init): Update.
4334 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4335 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4336 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4337 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4338 * mips-tdep.c (mips_gdbarch_init): Update.
4339 * mcore-tdep.c (mcore_gdbarch_init): Update.
4340 * m68k-tdep.c (m68k_gdbarch_init): Update.
4341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4342 * ia64-tdep.c (ia64_gdbarch_init): Update.
4343 * i386-tdep.c (i386_gdbarch_init): Update.
4344 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4345 * hppa-tdep.c (hppa_gdbarch_init): Update.
4346 * h8300-tdep.c (h8300_gdbarch_init): Update.
4347 * frv-tdep.c (frv_gdbarch_init): Update.
4348 * cris-tdep.c (cris_gdbarch_init): Update.
4349 * avr-tdep.c (avr_gdbarch_init): Update.
4350 * arm-tdep.c (arm_gdbarch_init): Update.
4351 * alpha-tdep.c (alpha_gdbarch_init): Update.
4352 * sh-tdep.c (sh_init_extra_frame_info): Update.
4353 (sh64_init_extra_frame_info): Update.
4354 * ns32knbsd-nat.c (frame_num_args): Update.
4355 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4356 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4357 (xstormy16_frame_chain_valid): Update.
4358 * vax-tdep.c (vax_saved_pc_after_call): Update.
4359 * v850-tdep.c (v850_frame_chain): Update.
4360 (v850_pop_frame): Update.
4361 (v850_init_extra_frame_info): Update.
4362 * sparc-tdep.c (setup_arbitrary_frame): Update.
4363 * ns32k-tdep.c (umax_frame_num_args): Update.
4364 * s390-tdep.c (s390_pop_frame_regular): Update.
4365 * mn10300-tdep.c (mn10300_frame_chain): Update.
4366 (mn10300_pop_frame_regular): Update.
4367 (mn10300_init_extra_frame_info): Update.
4368 * mips-tdep.c (mips_init_frame_pc_first): Update.
4369 (mips_frame_chain): Update.
4370 (mips_pop_frame): Update.
4371 * mcore-tdep.c (mcore_frame_chain): Update.
4372 (mcore_pop_frame): Update.
4373 (mcore_init_extra_frame_info): Update.
4374 * arch-utils.c (init_frame_pc_default): Update.
4375 * m68k-tdep.c (isi_frame_num_args): Update.
4376 (delta68_frame_num_args): Update.
4377 (news_frame_num_args): Update.
4378 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4379 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4380 (alpha_frame_chain): Update.
4381 (alpha_pop_frame): Update.
4382 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4383 (hppa_init_extra_frame_info): Update.
4384 (hppa_frame_chain): Update.
4385 (hppa_frame_chain_valid): Update.
4386 * cris-tdep.c (cris_init_extra_frame_info): Update.
4387 * avr-tdep.c (avr_init_extra_frame_info): Update.
4388 * arm-tdep.c (arm_frame_chain_valid): Update.
4389 (arm_init_extra_frame_info): Update.
4390 (arm_pop_frame): Update.
4391 * frame.c (frame_pc_unwind): Update.
4392 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4393 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4394 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4395 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4396 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4397 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4398
12cc2063
AC
43992003-03-10 Andrew Cagney <cagney@redhat.com>
4400
4401 * gdbarch.sh (gdbarch_unwind_pc): New method.
4402 * gdbarch.h, gdbarch.c: Regenerate.
4403 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
4404 but use read_pc and FRAME_SAVED_PC as fall backs.
4405 (frame_saved_regs_pc_unwind): Delete function.
4406 (trad_frame_unwinder): Update.
4407 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
4408 (struct frame_unwind): Update.
4409 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
4410 (dummy_frame_unwind): Update.
4411 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
4412 (sentinel_frame_unwinder): Update.
4413 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
4414 (d10v_frame_unwind): Update.
4415 (d10v_unwind_pc): New function.
4416 (d10v_gdbarch_init): Set unwind_pc.
4417
ef840a37
AC
44182003-03-10 Andrew Cagney <cagney@redhat.com>
4419
a2ce2e56
AC
4420 * gdbarch.h: Re-generate.
4421
ef840a37
AC
4422 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
4423 PC.
4424 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
4425 the PC register.
4426
08f3424b
MK
44272003-03-08 Mark Kettenis <kettenis@gnu.org>
4428
4429 * gdbarch.sh (save_dummy_frame_tos): Add comment.
4430
1248ede2
AC
44312003-03-08 Andrew Cagney <cagney@redhat.com>
4432
4433 * cli-out.c: Update copyright.
4434 (cli_out_data): Define typedef. Use instead of ui_out_data.
4435
f49bacc8
AC
44362003-03-08 Andrew Cagney <cagney@redhat.com>
4437
4438 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
4439 the result.
4440
9b05f993
AC
44412003-03-07 Andrew Cagney <cagney@redhat.com>
4442
4443 * gdbarch.sh: Don't generate two macro definitions when an
4444 undefined macro taking no arguments.
4445 * gdbarch.h: Regenerate.
4446
166f4c7b
ML
44472002-03-07 Michal Ludvig <mludvig@suse.cz>
4448
4449 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
4450 (x86_64_unwind_dummy_id): New functions.
4451 (x86_64_init_abi): Register these two new functions.
4452
6d686a84
ML
44532003-03-07 Michal Ludvig <mludvig@suse.cz>
4454
4455 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
4456 (x86_64_skip_prologue): Move prologue detection to
4457 separate function.
4458 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
4459
6314f104
AC
44602003-03-05 Andrew Cagney <cagney@redhat.com>
4461
4462 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
4463 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
4464 * frame.c (get_prev_frame): Restructure the frame ID unwind code
4465 to use unwind_dummy_id when a dummy frame.
4466 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
4467 predicate.
4468 * gdbarch.h, gdbarch.c: Regneerate.
4469
ceea5145
AC
44702003-03-05 Andrew Cagney <cagney@redhat.com>
4471
4472 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
4473 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
4474 Do not use d10v_read_sp or d10v_read_fp when obtaining register
4475 values.
4476
0d843116
AC
44772003-03-05 Andrew Cagney <cagney@redhat.com>
4478
4479 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
4480 (struct d10v_unwind_cache): Delete field "frameless". Replace
4481 "next_addr" with "sp_offset". Add "r11_offset".
4482 (d10v_frame_unwind_cache): Update.
4483 (prologue_find_regs): Update. When "mv r11, sp", save the
4484 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
4485 RN was saved in r11_offset.
4486
b2579786
AC
44872003-03-05 Andrew Cagney <cagney@redhat.com>
4488
4489 * frame.c (deprecated_update_frame_pc_hack): Also update the the
4490 cached PC value in the next frame.
4491
218e5956
AC
44922003-03-05 Andrew Cagney <cagney@redhat.com>
4493
4494 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
4495 "id_unwind_cache" with "id".
4496 (frame_id_unwind): Delete declaration.
4497 * frame.c (frame_id_unwind): Delete function.
4498 (get_prev_frame): Call the frame id unwind method directly. Store
4499 the returned next frame's ID value in NEXT_FRAME. Note that there
4500 is a problem with the wrong unwind ID being called with the wrong
4501 unwind cache.
4502
ed363b1b
DJ
45032003-03-05 Daniel Jacobowitz <drow@mvista.com>
4504
4505 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
4506
fe1f4a5e
DJ
45072003-03-05 James Ingham <jingham@apple.com>
4508 Daniel Jacobowitz <drow@mvista.com>
4509
4510 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
4511 (auto_cp_abi): New variable.
4512 (current_cp_abi, num_cp_abis): Make static.
4513 (CP_ABI_MAX): Define.
4514 (cp_abis): Turn into an array.
4515 (value_virtual_fn_field): Fix formatting.
4516 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
4517 takes a pointer.
4518 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
4519 (list_cp_abis, _initialize_cp_abi): New functions.
4520 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
4521 declarations for cp_abis, num_cp_abis, current_cp_abi, and
4522 switch_to_cp_abi. Update prototype for register_cp_abi.
4523 * Makefile.in (cp-abi.o): Update dependencies.
4524 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
4525 instead of switch_to_cp_abi.
4526 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
4527 register_cp_abi.
4528 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
4529 register_cp_abi.
4530 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
4531
e4adbba9
DJ
45322003-03-05 Daniel Jacobowitz <drow@mvista.com>
4533
4534 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
4535 * dwarf2loc.c: Include "regcache.h".
4536 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
4537 register_size.
4538 * Makefile.in (dwarf2loc.o): Update dependencies.
4539
91ccbfc1
TR
45402003-03-04 Theodore A. Roth <troth@openavr.org>
4541
4542 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
4543 number of io registers reported by remote target is not a multiple of
4544 step.
4545
3d4e8fd2
DC
45462003-03-04 David Carlton <carlton@math.stanford.edu>
4547
4548 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
4549 (lookup_symbol_aux_psymtabs): Update call to
4550 lookup_partial_symbol.
4551 (lookup_transparent_type, find_main_psymtab)
4552 (make_symbol_overload_list): Ditto.
4553
ed42d87b
KH
45542003-03-04 Kazu Hirata <kazu@cs.umass.edu>
4555
4556 * MAINTAINERS (Write after approval): Update my email address.
4557
a0ed5532
AC
45582003-03-03 Andrew Cagney <cagney@redhat.com>
4559
4560 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
4561 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
4562 predicate. Replace MAX_REGISTER_RAW_SIZE.
4563 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
4564 MAX_REGISTER_VIRTUAL_SIZE.
4565 * regcache.c (legacy_max_register_raw_size): New function.
4566 (legacy_max_register_virtual_size): New function.
4567 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
4568 (MAX_REGISTER_RAW_SIZE): Define.
4569 (legacy_max_register_raw_size): Declare.
4570 (legacy_max_register_virtual_size): Declare.
4571 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4572 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
4573 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4574 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4575 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4576 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4577 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4578 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4579 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4580 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4581 * vax-tdep.c (vax_gdbarch_init): Update.
4582 * v850-tdep.c (v850_gdbarch_init): Update.
4583 * sparc-tdep.c (sparc_gdbarch_init): Update.
4584 * sh-tdep.c (sh_gdbarch_init): Update.
4585 * s390-tdep.c (s390_gdbarch_init): Update.
4586 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4587 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4588 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4589 * mips-tdep.c (mips_gdbarch_init): Update.
4590 * mcore-tdep.c (mcore_gdbarch_init): Update.
4591 * m68k-tdep.c (m68k_gdbarch_init): Update.
4592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4593 * ia64-tdep.c (ia64_gdbarch_init): Update.
4594 * i386-tdep.c (i386_gdbarch_init): Update.
4595 * hppa-tdep.c (hppa_gdbarch_init): Update.
4596 * h8300-tdep.c (h8300_gdbarch_init): Update.
4597 * frv-tdep.c (frv_gdbarch_init): Update.
4598 * cris-tdep.c (cris_gdbarch_init): Update.
4599 * avr-tdep.c (avr_gdbarch_init): Update.
4600 * arm-tdep.c (arm_gdbarch_init): Update.
4601 * alpha-tdep.c (alpha_gdbarch_init): Update.
4602 * d10v-tdep.c (d10v_gdbarch_init): Do not set
4603 max_register_raw_size or max_register_virtual_size.
4604
8e437497
DC
46052003-03-03 David Carlton <carlton@math.stanford.edu>
4606
4607 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
4608 SYMBOL_MATCHES_NAME, add comment.
4609 (SYMBOL_MATCHES_NATURAL_NAME): New.
4610 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
4611 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
4612 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
4613 * symtab.c (lookup_partial_symbol): Use
4614 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
4615 unhelpful comment.
4616 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
4617 SYMBOL_MATCHES_NAME.
4618 Fix for PR c++/33.
4619
25120b0d
DC
46202003-03-03 David Carlton <carlton@math.stanford.edu>
4621
4622 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
4623 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
4624 by regexp matching against SYMBOL_NATURAL_NAME.
4625
78a11fb4
DC
46262003-03-03 David Carlton <carlton@math.stanford.edu>
4627
4628 * linespec.c (find_method): Extract code into collect_methods.
4629 (collect_methods): New.
4630
645dd519
MK
46312003-03-02 Mark Kettenis <kettenis@gnu.org>
4632
b4700d91
MK
4633 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
4634 get_frame_base.
4635
645dd519
MK
4636 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
4637 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4638
0aa7e1aa
SC
46392003-03-02 Stephane Carrez <stcarrez@nerim.fr>
4640
4641 * arch-utils.c (generic_register_byte): Fix to use the loop index
4642 and not regnum when summing the size of all registers up to regnum.
4643
f30ee0bc
AC
46442003-03-01 Andrew Cagney <cagney@redhat.com>
4645
4646 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
4647 FRAME_INIT_SAVED_REGS.
4648 * gdbarch.h, gdbarch.c: Regenerate.
4649 * stack.c (frame_info): Update.
4650 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
4651 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
4652 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
4653 * ns32k-tdep.c (ns32k_pop_frame): Update.
4654 * mips-tdep.c (mips_pop_frame): Update.
4655 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
4656 * ia64-tdep.c (ia64_frame_chain): Update.
4657 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
4658 (ia64_frameless_function_invocation): Update.
4659 (ia64_init_extra_frame_info): Update.
4660 (ia64_pop_frame_regular): Update.
4661 * frame.h (struct frame_info): Update comment.
4662 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
4663 * frame.c (frame_saved_regs_register_unwind): Update.
4664 (frame_saved_regs_register_unwind): Update.
4665 (deprecated_generic_get_saved_register): Update.
4666 * cris-tdep.c: Update comment.
4667 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
4668 Rename macro.
4669 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4670 * x86-64-tdep.c (x86_64_init_abi): Update.
4671 * vax-tdep.c (vax_gdbarch_init): Update.
4672 * v850-tdep.c (v850_gdbarch_init): Update.
4673 * sparc-tdep.c (sparc_gdbarch_init): Update.
4674 * sh-tdep.c (sh_gdbarch_init): Update.
4675 * s390-tdep.c (s390_gdbarch_init): Update.
4676 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4677 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4678 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4679 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4680 * mips-tdep.c (mips_gdbarch_init): Update.
4681 * mcore-tdep.c (mcore_gdbarch_init): Update.
4682 * m68k-tdep.c (m68k_gdbarch_init): Update.
4683 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4684 * ia64-tdep.c (ia64_gdbarch_init): Update.
4685 * i386-tdep.c (i386_gdbarch_init): Update.
4686 * frv-tdep.c (frv_gdbarch_init): Update.
4687 * avr-tdep.c (avr_gdbarch_init): Update.
4688 * arm-tdep.c (arm_gdbarch_init): Update.
4689 * alpha-tdep.c (alpha_gdbarch_init): Update.
4690
42fa7c0f
AC
46912003-03-01 Andrew Cagney <cagney@redhat.com>
4692
4693 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
4694 option enum and switch. When no windows, set the interpreter to
4695 INTERP_CONSOLE.
4696
49c7e338
AC
46972003-03-01 Andrew Cagney <cagney@redhat.com>
4698
4699 * main.c (captured_main): Replace magic option characters with an
4700 enum.
4701
e9582e71
AC
47022003-03-01 Andrew Cagney <cagney@redhat.com>
4703
4704 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
4705 INIT_EXTRA_FRAME_INFO.
4706 * gdbarch.h, gdbarch.c: Regenerate.
4707 * arm-tdep.c: Update comments.
4708 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
4709 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
4710 * frame.h, avr-tdep.c: Ditto.
4711 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
4712 (create_new_frame, legacy_get_prev_frame): Ditto.
4713 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4714 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4715 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
4716 deprecated_init_extra_frame_info instead of init_extra_frame_info.
4717 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4718 * v850-tdep.c (v850_gdbarch_init): Ditto.
4719 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4720 * sh-tdep.c (sh_gdbarch_init): Ditto.
4721 * s390-tdep.c (s390_gdbarch_init): Ditto.
4722 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
4723 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4724 * mips-tdep.c (mips_gdbarch_init): Ditto.
4725 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4727 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4728 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
4729 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4730 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4731 * frv-tdep.c (frv_gdbarch_init): Ditto.
4732 * cris-tdep.c (cris_gdbarch_init): Ditto.
4733 * avr-tdep.c (avr_gdbarch_init): Ditto.
4734 * arm-tdep.c (arm_gdbarch_init): Ditto.
4735 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4736 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4737
35cac7cf
AC
47382003-03-01 Andrew Cagney <cagney@redhat.com>
4739
4740 * gdbarch.sh (register_type): New function with predicate.
4741 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
4742 * gdbarch.h, gdbarch.c: Re-generate.
4743 * arch-utils.c (generic_register_byte): Use generic_register_size.
4744 (generic_register_size): When available, use
4745 gdbarch_register_type.
4746 * regcache.c (init_regcache_descr): When available, initialize the
4747 register type array using gdbarch_register_type. If the
4748 architecture supplies gdbarch_register_type, do not use the legacy
4749 regcache layout.
4750 * d10v-tdep.c (d10v_register_type): Replace
4751 d10v_register_virtual_type.
4752 (d10v_gdbarch_init): Set register_type instead of
4753 register_virtual_type.
4754
7b83296f
AC
47552003-03-01 Andrew Cagney <cagney@redhat.com>
4756
4757 * Makefile.in (ax-gdb.o): Update dependencies.
4758 * ax-gdb.c: Include "regcache.h".
4759 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
4760 * findvar.c (value_of_register): Ditto.
4761 * infcmd.c (default_print_registers_info): Ditto.
4762
eadc1c87
MK
47632003-03-01 Mark Kettenis <kettenis@gnu.org>
4764
4765 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
4766 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4767
14143612
MK
47682003-03-01 Mark Kettenis <kettenis@gnu.org>
4769
4770 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
4771 of STREQ.
4772
a55cc764
DJ
47732003-02-28 Daniel Jacobowitz <drow@mvista.com>
4774
4775 * Makefile.in (dwarf2loc.o): Update dependencies.
4776 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
4777 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
4778 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
4779 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
4780 (locexpr_tracepoint_var_ref): New function.
4781 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
4782
08a617da
AC
47832003-02-28 Andrew Cagney <cagney@redhat.com>
4784
4785 * regcache.c (register_size): New function.
4786 * regcache.h (register_size): Declare
4787 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
4788 max_register_size instead of MAX_REGISTER_RAW_SIZE.
4789
4224873a
DC
47902003-02-28 David Carlton <carlton@math.stanford.edu>
4791
4792 * linespec.c (decode_compound): Extract code into find_method.
4793 (find_method): New.
4794
ccdc5d7f
JB
47952003-02-28 J. Brobecker <brobecker@gnat.com>
4796
4797 * Makefile.in: Add rules to build and link in observer.o.
4798
974e8ced
JB
47992003-02-27 J. Brobecker <brobecker@gnat.com>
4800
4801 * observer.c: Minor comments edits.
4802
7a28f973
JB
48032003-02-27 J. Brobecker <brobecker@gnat.com>
4804
4805 * observer.h, observer.c: New file.
4806
27cddce2
AC
48072003-02-27 Andrew Cagney <cagney@redhat.com>
4808
4809 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
4810
b94a41a1
SC
48112003-02-27 Stephane Carrez <stcarrez@nerim.fr>
4812
4813 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
4814 (M6812_OP_STS_EXT): Likewise.
4815 (m6811_prologue): Use the above to recognize prologue.
4816 (m6812_prologue): Likewise.
4817
c8be8951
DC
48182003-02-27 David Carlton <carlton@math.stanford.edu>
4819
4820 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
4821 SYMBOL_PRINT_NAME.
4822 (compare_psymbols): Ditto.
4823 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
4824
d05bb1fc
MS
48252003-02-27 Michael Snyder <msnyder@redhat.com>
4826
4e845cd3
MS
4827 * f-lang.c (build_fortran_types): New function.
4828 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
4829 * doublest.c (extract_floating): Fix warning text.
4830
f3824013
AC
48312003-02-27 Andrew Cagney <cagney@redhat.com>
4832
4833 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
4834 predicate. Replaces PUSH_DUMMY_FRAME.
4835 * gdbarch.h, gdbarch.c: Regnerate.
4836 * valops.c (hand_function_call): Update. Call
4837 generic_push_dummy_frame directly.
4838 * vax-tdep.c (vax_gdbarch_init): Update.
4839 * sparc-tdep.c (sparc_gdbarch_init): Update.
4840 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4841 * m68k-tdep.c (m68k_gdbarch_init): Update.
4842 * hppa-tdep.c (hppa_gdbarch_init): Update.
4843 * alpha-tdep.c (alpha_gdbarch_init): Update.
4844 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
4845 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
4846 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
4847 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
4848 push_dummy_frame to generic_push_dummy_frame.
4849 * v850-tdep.c (v850_gdbarch_init): Ditto.
4850 * sh-tdep.c (sh_gdbarch_init): Ditto.
4851 * s390-tdep.c (s390_gdbarch_init): Ditto.
4852 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4853 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4854 * mips-tdep.c (mips_gdbarch_init): Ditto.
4855 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4856 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4857 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4858 * i386-tdep.c (i386_gdbarch_init): Ditto.
4859 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4860 * frv-tdep.c (frv_gdbarch_init): Ditto.
4861 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4862 * cris-tdep.c (cris_gdbarch_init): Ditto.
4863 * avr-tdep.c (avr_gdbarch_init): Ditto.
4864 * arm-tdep.c (arm_gdbarch_init): Ditto.
4865
ad188201
KB
48662003-02-26 Kevin Buettner <kevinb@redhat.com>
4867
4868 * mips-tdep.c (show_mips_abi): New function.
4869 (_initialize_mips_tdep): Use show_mips_abi() to implement the
4870 command ``show mips abi''.
4871
6b37567a
JJ
48722003-02-26 Jeff Johnston <jjohnstn@redhat.com>
4873
4874 From Elena Zannoni <ezannoni@redhat.com>
4875 * dbxread.c (process_one_symbol): Only record line 0 if one or
4876 more sline entries have been seen for the function.
4877
d3e0a5bf
MC
48782003-02-26 Michael Chastain <mec@shout.net>
4879
4880 * configure: Regenerate with autoconf 000227.
4881
18972eea
MC
48822003-02-26 Michael Chastain <mec@shout.net>
4883
4884 Close PR build/660.
4885 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
4886 for old libc5/glibc.
4887 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
4888
0bbde931
KW
48892003-02-26 Kris Warkentin <kewarken@qnx.com>
4890
4891 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
4892 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
4893
27ca5dad
MC
48942003-02-26 Michael Chastain <mec@shout.net>
4895
4896 * configure.in: New variable HAVE_UINTPTR_T.
4897 * configure, config.in: Regenerated.
4898
6f88d630
DJ
48992003-02-26 Daniel Jacobowitz <drow@mvista.com>
4900
4901 Fix PR build/1097.
4902 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
4903
b14185ce
AC
49042003-02-25 Andrew Cagney <cagney@redhat.com>
4905
4906 * frame.c (get_prev_frame): Add comment on check for
4907 inside_entry_func. Only check for inside_entry_file when not a
4908 dummy and not a sentinel. Check that the new frame is not inner
4909 to the old frame.
4910
ac2bd0a9
AC
49112003-02-25 Andrew Cagney <cagney@redhat.com>
4912
4913 * frame.c (frame_debug): New variable.
4914 (_initialize_frame): Add "set/show debug frame" command.
4915 (get_prev_frame): When frame_debug, print reason why unwind
4916 failed.
4917
b18a0fd2
MC
49182003-02-25 Michael Chastain <mec@shout.net>
4919
4920 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
4921 to avoid uintptr_t definition problems.
4922
22abf04a
DC
49232003-02-25 David Carlton <carlton@math.stanford.edu>
4924
4925 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
4926 (SYMBOL_LINKAGE_NAME): Ditto.
4927 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
4928 SYMBOL_LINKAGE_NAME.
4929 (struct general_symbol_info): Expand comment.
4930 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
4931 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
4932 (SYMBOL_MATCHES_REGEXP): Ditto.
4933 * symtab.c (symbol_natural_name): New function.
4934 * objfiles.h: Replace all uses of SYMBOL_NAME by
4935 DEPRECATED_SYMBOL_NAME.
4936 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
4937 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
4938 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
4939 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
4940 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
4941 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
4942 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
4943 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
4944 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
4945 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
4946 * ada-exp.y: Ditto.
4947 * ada-exp.y: Update copyright.
4948 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
4949 * cp-valprint.c: Ditto.
4950
1a5848f6
JJ
49512003-02-25 Jeff Johnston <jjohnstn@redhat.com>
4952
4953 * infptrace.c (detach): Do not flag error if ptrace detach fails
4954 and errno is set to ESRCH.
4955
7343d46a
AC
49562003-02-24 Andrew Cagney <cagney@redhat.com>
4957
4958 * infptrace.c (udot_info): Change type of udot_off to long. Use
4959 paddr when printing udot_off's value.
4960
49fa1dc2
DC
49612003-02-24 David Carlton <carlton@math.stanford.edu>
4962
4963 * symtab.c (make_symbol_overload_list): Only read in partial
4964 symtabs containing a matching partial symbol.
4965
0fe19209
DC
49662003-02-24 David Carlton <carlton@math.stanford.edu>
4967
4968 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
4969 do the comparison, not strcmp.
4970 * symfile.c (compare_psymbols): Ditto.
4971 * defs.h: Declare strcmp_iw_ordered.
4972 * utils.c (strcmp_iw_ordered): New function.
4973
8e3ee7b5
JB
49742003-02-24 Jim Blandy <jimb@redhat.com>
4975
4976 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
4977 support, shared libs): Remove my name from here, to better reflect
4978 reality.
4979
7df1a324
KW
49802003-02-24 Kris Warkentin <kewarken@qnx.com>
4981
4982 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
4983 (target_ops): Add to_have_continuable_watchpoint.
4984 * target.c (update_current_target): Add INHERIT line for
4985 to_have_continuable_watchpoint.
4986 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
4987 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
4988 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
4989 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
4990
d1c76907
EZ
49912003-02-24 Elena Zannoni <ezannoni@redhat.com>
4992
4993 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
4994 maintainership.
4995
2610b0bf
KW
49962003-02-24 Kris Warkentin <kewarken@qnx.com>
4997
f46169db
KW
4998 * solib.c (solib_open): Call target defined search function after
4999 failing with solib-search-path.
5000 * solist.h (target_so_ops): Add find_and_open_solib function hook and
5001 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 5002
9a3c34fe
KW
50032003-02-24 Kris Warkentin <kewarken@qnx.com>
5004
f46169db 5005 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 5006
2417dd25
SC
50072003-02-23 Stephane Carrez <stcarrez@nerim.fr>
5008
5009 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
5010
b631436b
SC
50112003-02-22 Stephane Carrez <stcarrez@nerim.fr>
5012
5013 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
5014 (m68hc11_add_reggroups): New function.
5015 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
5016 (m68hc11_gdbarch_init): Install the reggroups.
5017 (_initialize_m68hc11_tdep): Initialize them.
5018
0aa8c1e4
JW
50192003-02-21 James E Wilson <wilson@tuliptree.org>
5020
5021 * MAINTAINERS: Update my email address.
5022
50ceaba5
DC
50232003-02-21 David Carlton <carlton@math.stanford.edu>
5024
5025 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
5026
4c2df51b
DJ
50272003-02-21 Daniel Jacobowitz <drow@mvista.com>
5028
5029 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
5030 * symtab.h: Add opaque declarations of struct axs_value and
5031 struct agent_expr.
5032 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
5033 (struct location_funcs): New type.
5034 (struct symbol): Add "loc" to aux_value.
5035 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
5036 * dwarf2read.c: Include "dwarf2expr.h".
5037 (dwarf2_symbol_mark_computed): New function.
5038 (read_func_scope): Use it.
5039 (var_decode_location): New function.
5040 (new_symbol): Use it.
5041 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
5042
5043 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
5044 (dwarf2expr_h, dwarf2loc_h): New variables.
5045 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
5046 (dwarf2expr.o, dwarf2loc.o): New rules.
5047 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
5048 * buildsym.c (finish_block): Handle LOC_COMPUTED and
5049 LOC_COMPUTED_ARG.
5050 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
5051 * m2-exp.y (yylex): Likewise.
5052 * printcmd.c (address_info, print_frame_args): Likewise.
5053 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
5054 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
5055 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
5056 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
5057 * symtab.c (lookup_block_symbol): Likewise.
5058
5784d15e
AF
50592003-02-20 Adam Fedor <fedor@gnu.org>
5060
5061 * symtab.h: Remove objc_specific struct
5062 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
5063 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
5064 Have language_objc use cplus_specific struct.
5065
d4cad8db
TT
50662003-02-20 Tom Tromey <tromey@redhat.com>
5067
5068 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
5069 TYPE_NAME, when printing a String value. PR java/1075.
5070
2f9a90b4
AF
50712003-02-20 Adam Fedor <fedor@gnu.org>
5072
d38074a8 5073 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 5074 * objc-lang.c (find_methods): Make static.
2f9a90b4 5075
6f17862b
CF
50762003-02-20 Christopher Faylor <cgf@redhat.com>
5077
5078 * win32-nat.c (get_image_name): Check return value from
5079 ReadProcessMemory.
5080 (child_xfer_memory): Ditto.
5081
715d1656
AO
50822003-02-20 Alexandre Oliva <aoliva@redhat.com>
5083
5084 * configure.in (TARGET_SYSTEM_ROOT): Set default to
5085 ${exec_prefix}/${target_alias}/sys-root. Match explicit
5086 '${exec_prefix}' (in addition to the expansion thereof) as
5087 relocatable.
5088 * configure: Rebuilt.
5089
b1262a02
DC
50902003-02-20 David Carlton <carlton@math.stanford.edu>
5091
5092 * symtab.c (search_symbols): Revert the search_symbols part of my
5093 2002-12-23 patch. Add comment.
5094
7134143f
DJ
50952002-02-20 Daniel Jacobowitz <drow@mvista.com>
5096
5097 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
5098 * dbxread.c (elfstab_build_psymtabs): Don't call
5099 install_minimal_symbols.
5100 (stabsect_build_psymtabs): Likewise.
5101 * elfread.c (elf_symfile_read): Call install_minimal_symbols
5102 earlier.
5103 * somread.c (som_symfile_read): Call install_minimal_symbols
5104 and do_cleanups earlier.
5105 * nlmread.c (nlm_symfile_read): Likewise.
5106 * mdebugread.c (elfmdebug_build_psymtabs): Call
5107 install_minimal_symbols and make appropriate cleanups.
5108
cf466558
KB
51092003-02-20 Kevin Buettner <kevinb@redhat.com>
5110
5111 * solib.c (reload_shared_libraries): New function.
5112 (_initialize_solib): Add callbacks for ``set solib-search-path''
5113 and ``set solib-absolute-prefix''.
5114
de5ad195
DC
51152003-02-20 David Carlton <carlton@math.stanford.edu>
5116
5117 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
5118 expand comment.
5119 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
5120 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
5121 * ada-typeprint.c (ada_typedef_print): Ditto.
5122 * ax-gdb.c (gen_var_ref): Ditto.
5123 * breakpoint.c (print_one_breakpoint): Ditto.
5124 * buildsym.c (finish_block): Ditto.
5125 * c-valprint.c (c_val_print): Ditto.
5126 * expprint.c (print_subexp): Ditto.
5127 * findvar.c (locate_var_value): Ditto.
5128 * infcmd.c (jump_command): Ditto.
5129 * linespec.c (decode_line_2, decode_compound): Ditto.
5130 * maint.c (maintenance_translate_address): Ditto.
5131 * objc-lang.c (compare_selectors, compare_classes): Ditto.
5132 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
5133 Ditto.
5134 * p-valprint.c (pascal_val_print): Ditto.
5135 * stabsread.c (define_symbol): Ditto.
5136 * stack.c (print_frame, frame_info, print_block_frame_locals)
5137 (print_frame_arg_vars, return_command): Ditto.
5138 * symfile.c (compare_symbols, compare_psymbols): Ditto.
5139 * symmisc.c (print_symbol): Ditto.
5140 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
5141 (compare_search_syms, print_symbol_info, print_msymbol_info)
5142 (rbreak_command): Ditto.
5143 * tracepoint.c (tracepoints_info): Ditto.
5144 * typeprint.c (typedef_print): Ditto.
5145 * valops.c (value_of_variable, hand_function_call): Ditto.
5146 * cli/cli-cmds.c (edit_command, list_command): Ditto.
5147 * ada-typeprint.c: Update Copyright.
5148 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
5149 * tracepoint.c, cli/cli-cmds.c: Ditto.
5150
f796e4be
KB
51512003-02-20 Kevin Buettner <kevinb@redhat.com>
5152
5153 * frame.c (generic_unwind_get_saved_register): Make non-static.
5154 * frame.h (generic_unwind_get_saved_register): Declare.
5155 * mips-tdep.c (read_next_frame_reg): Fetch register from
5156 current regcache when frame is NULL.
5157 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
5158 that must be NULL.
5159 (mips_get_saved_register): Call generic_unwind_get_saved_register()
5160 instead of frame_register_unwind().
5161
836cc9f4
AC
51622003-02-20 Andrew Cagney <ac131313@redhat.com>
5163
5164 * remote-sim.c (gdbsim_insert_breakpoint)
5165 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
5166 code.
5167
501eef12
AC
51682003-02-20 Andrew Cagney <ac131313@redhat.com>
5169
5170 * remote.c (_initialize_remote): Add commands "set/show remote
5171 hardware-watchpoint-limit" and "set/show remote
5172 hardware-breakpoint-limit".
5173 (remote_hw_watchpoint_limit): Initialize to -1.
5174 (remote_hw_breakpoint_limit): Ditto.
5175 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
5176
1b6bc7e0
CF
51772003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
5178
5179 * coff-pe-read.c: New file - support reading of minimal symbols from a
5180 portable executable using the export table.
5181 * coff-pe-read.h: New file.
5182 * coffread.c: Include coff-pe-read.h.
5183 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
5184 debugging symbols found.
5185 * Makefile.in (SFILES): Add coff-pe-read.o.
5186 (coff_pe_read_h): Define.
5187 (COMMON_OBS): Add coff-pe-read.o.
5188 (coffread.o): Add coff_pe_read_h dependency.
5189 (coff-pe-read.o): New target.
5190
fe898f56
DC
51912003-02-19 David Carlton <carlton@math.stanford.edu>
5192
5193 * Makefile.in (SFILES): Add block.c.
5194 (block_h): New.
5195 (COMMON_OBS): Add block.o.
5196 (block.o): New.
5197 (x86-64-tdep.o): Add $(block_h).
5198 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
5199 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
5200 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
5201 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
5202 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
5203 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
5204 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
5205 * value.h: Add opaque declaration for struct block.
5206 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
5207 * ada-lang.h: Ditto.
5208 * x86-64-tdep.c: #include "block.h"
5209 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
5210 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
5211 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
5212 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
5213 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
5214 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
5215 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
5216 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
5217 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
5218 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
5219 * symtab.c (block_function): Ditto.
5220 (contained_in): Ditto.
5221 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
5222 block.h. Add opaque declaration for struct block.
5223 * symtab.h: Move block_function and contained_in declarations to
5224 block.h. Add opaque declarations for struct block, struct
5225 blockvector.
5226 (struct block): Move to block.h.
5227 (struct blockvector): Ditto.
5228 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
5229 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
5230 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
5231 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
5232 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
5233 Ditto.
5234 * block.c: New file.
5235 * block.h: New file.
5236
173345b5
TR
52372003-02-19 Theodore A. Roth <troth@openavr.org>
5238
5239 * avr-tdep.c (avr_extract_return_value): Remove function.
5240 (avr_store_return_value): Remove function.
5241 (avr_extract_struct_value_address): Remove function.
5242 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
5243
338ef23d
AC
52442003-02-19 Andrew Cagney <ac131313@redhat.com>
5245
5246 * rs6000-tdep.c: Include "gdb_assert.h".
5247 (registers_e500): Add "acc" and "spefscr".
5248 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
5249 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
5250 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
5251 really is "r0".
5252 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
5253
5412f5f3
KS
52542003-02-18 Keith Seitz <keiths@redhat.com>
5255
5256 * Makefile.in: Add gdbtk-interps.c.
5257
881324eb
KB
52582003-02-18 Kevin Buettner <kevinb@redhat.com>
5259
5260 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
5261 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
5262
6a2f5abf
AC
52632003-02-18 Andrew Cagney <cagney@redhat.com>
5264
5265 * symtab.h (struct objfile): Add opaque declaration.
5266
54c7009d
EZ
52672003-02-18 Elena Zannoni <ezannoni@redhat.com>
5268
5269 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
5270 * dbxread.c (process_one_symbol): Use last_function_start rather
5271 than function_start_offset to find the real beginning of the
5272 current function. The latter is just the text section offset on
5273 some systems, the former is always the real function start.
54c7009d 5274
7ee6d7eb
AC
52752003-02-17 Andrew Cagney <cagney@redhat.com>
5276
5277 * configure.in: Revert ${target} != ${host}.
5278
2846da9b
AC
52792003-02-17 Andrew Cagney <ac131313@redhat.com>
5280
5281 * configure.in (Makefile): Use the test ${target} != ${host},
5282 instead of the absence of the "nm.h" file, to determine of the
5283 configuration non-native.
5284 * configure: Regenerate.
5285
3b27aeea
EZ
52862003-02-14 Elena Zannoni <ezannoni@redhat.com>
5287
fbe586ae 5288 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
5289
5290 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
5291 conditionalize tui_active test.
5292 (lookup_cmd_1): Ditto.
5293
b0b1c2c0
MK
52942003-02-14 Mark Kettenis <kettenis@gnu.org>
5295
5296 * configure.in: Add check for _etext.
5297 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
5298 available.
5299 * config.in, configure: regenerated.
5300
8f05cde5
DJ
53012003-02-14 Daniel Jacobowitz <drow@mvista.com>
5302
5303 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
5304
021e7609
AC
53052003-02-14 Andrew Cagney <ac131313@redhat.com>
5306
5307 * main.c (tui_version): Delete variable.
5308 (captured_main): When --tui, set interpreter_p to "tui" instead of
5309 enabling tui_version.
5310 * printcmd.c (display_command) [TUI]: Test tui_active instead of
5311 tui_version.
5312 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
5313 * cli/cli-cmds.c (disassemble_command): Ditto.
5314 * defs.h (tui_version): Delete declaration.
5315 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
5316 (tui-interp.o): Add rules.
5317 (SUBDIR_TUI_OBS): Add "tui-interp.o".
5318
e325dcec
CF
53192003-02-14 Christopher Faylor <cgf@redhat.com>
5320
36ffb041 5321 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
5322 just-loaded dll.
5323
c4f90d87
JM
53242003-02-12 Jason Molenda (jmolenda@apple.com)
5325
fbe586ae
RH
5326 * symmisc.c (print_objfile_statistics): Include information about
5327 the number of psymtabs and symtabs in each object file.
c4f90d87 5328
e46e5ccd
KS
53292003-02-13 Keith R Seitz <keiths@redhat.com>
5330
5331 * main.h (struct captured_main_args): Add interpreter_p.
5332 * main.c (captured_main): Initialize interpreter_p from context.
5333 * gdb.c (main): Set interpreter_p argument.
5334 * Makefile.in (gdb.o): Add dependency for interps.h.
5335
fe97fe9c
AC
53362003-02-12 Andrew Cagney <ac131313@redhat.com>
5337
5338 * event-top.c (cli_command_loop): Delete declaration.
5339 (_initialize_event_loop): Delete function setting event_loop_hook.
5340 * event-top.h (cli_command_loop): Declare. Update copyright.
5341 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
5342 * interps.c (current_interp_command_loop): When event_loop_p, call
5343 cli_command_loop.
5344
1cdac4ef
AC
53452003-02-12 Andrew Cagney <ac131313@redhat.com>
5346
5347 * interps.h (interp_command_loop_ftype): Change return type to
5348 void.
5349
48037ead
ML
53502003-02-12 Michal Ludvig <mludvig@suse.cz>
5351
5352 * x86-64-tdep.c (x86_64_extract_return_value)
5353 (x86_64_store_return_value): Use regcache instead of regbuf.
5354 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
5355 * x86-64-linux-nat.c (fill_gregset): Use regcache.
5356
033afc63
AC
53572003-02-11 Andrew Cagney <ac131313@redhat.com>
5358
5359 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
5360 * aclocal.m4: Regenerate.
5361 * configure: Regenerate.
5362
5363 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
5364 TCL_LD_SEARCH_FLAGS.
5365
40d02bca
ML
53662003-02-10 Michal Ludvig <mludvig@suse.cz>
5367
5368 * dwarf2cfi.c: Reindented.
5369
11308a41
AC
53702003-02-09 Andrew Cagney <ac131313@redhat.com>
5371
5372 * interps.c (clear_interpreter_hooks): Convert function definition
5373 to ISO C.
5374
e1c1c0f6
DC
53752003-02-07 David Carlton <carlton@math.stanford.edu>
5376
5377 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
5378
ab5d3da6
KB
53792003-02-07 Kevin Buettner <kevinb@redhat.com>
5380
5381 * gdbtypes.h (struct main_type): Move ``length'' field from here...
5382 (struct type): ...to here.
5383 (TYPE_LENGTH): Adjust to reflect different location of ``length''
5384 field.
5385 * gdbtypes.c (make_qualified_type): Set length on newly created type.
5386 (replace_type): Set length on all type variants for a given type.
5387
b8a92b82
AC
53882003-02-07 Andrew Cagney <ac131313@redhat.com>
5389
5390 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
5391 <sys/stat.h>.
5392 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
5393
5cb316ef
AC
53942003-02-06 Andrew Cagney <ac131313@redhat.com>
5395
2555fe1a
AC
5396 * Makefile.in (symm-nat.o): Update dependencies.
5397 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
5398 (lynx-nat.o, ia64-linux-nat.): Ditto.
5399 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
5400 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
5401 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
5402
44270758
AC
5403 * Makefile.in (inflow_h): Define.
5404 (procfs.o, inflow.o, procfs.o): Update dependencies.
5405 * inftarg.c (child_stop): Delete extern declaration of
5406 inferior_process_group. Include "inflow.h".
5407 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
5408 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
5409 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
5410 (our_process_group, inferior_process_group): Extern declarations.
5411
df8f7274
AC
5412 * procfs.c: Include "gdb_assert.h".
5413
5cb316ef
AC
5414 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
5415 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
5416 * jv-typeprint.c (java_type_print_base): Ditto.
5417 * typeprint.c (typedef_print): Eliminate STREQ.
5418 * cli/cli-script.c (define_command, define_command): Ditto.
5419 * main.c (captured_main): Ditto.
5420 * values.c (lookup_internalvar): Ditto.
5421 * utils.c (safe_strerror, parse_escape): Eliminate assignment
5422 within `if' conditional.
5423 * linespec.c (decode_line_2): Ditto.
5424 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
5425 (bfd_openw_with_cleanup): Ditto.
5426
2a28ccea
MK
54272003-02-07 Mark Kettenis <kettenis@gnu.org>
5428
5429 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
5430 legacy_extract_return_value and store_return_value to
5431 legacy_return_value.
5432
786b8124
CF
54332003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
5434
5435 * win32-nat.c (get_relocated_section_addrs): New function. Find
5436 section load addresses for symbol handling in relocated DLLs.
5437 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
5438
b871e4ec
FF
54392003-02-05 Fred Fish <fnf@intrinsity.com>
5440
5441 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
5442 '=' and '!='.
5443 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
5444 with '&' and '=='.
5445 (angel_RDI_info): Ditto.
5446 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
5447 with '&' and '!='.
5448 (threads_continue_all_with_signals): Ditto.
5449
4389a95a 54502003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
5451 Keith Seitz <keiths@redhat.com>
5452 Elena Zannoni <ezannoni@redhat.com>
5453 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
5454
5455 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
5456 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
5457 (SUBDIR_MI_OBS): Add "mi-interp.o".
5458 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
5459 (SFILES): Add "interps.c".
5460 (COMMON_OBS): Add "interps.o".
5461 (interps_h, mi_main_h): Define.
5462 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
5463 (mi-main.o, main.o, event-top.o): Update dependencies.
5464 * cli/cli-interp.c: New file.
5465 * interps.h, interps.c: New files.
5466 * top.c: (gdb_init): Don't install the default interpreter, handed
5467 by captured_main.
5468 * main.c: Include "interps.h".
5469 (interpreter_p): Note that it should malloc'ed.
5470 (captured_command_loop): Call current_interp_command_loop.
5471 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
5472 xfree and xstrdup when updating interpreter_p. Install the
5473 default interpreter. Add hack to stop mi1's copyright notice
5474 being encoded.
5475 * event-top.h (gdb_setup_readline): Declare.
5476 (gdb_disable_readline): Declare.
5477 * event-top.c: Include "interps.h".
5478 (display_gdb_prompt): Call current_interp_display_prompt_p.
5479 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
5480 gdb_stdlog, and gdb_stdtarg.
5481 (_initialize_event_loop): Don't call gdb_setup_readline.
5482 * cli-out.c (cli_out_set_stream): New function.
5483 * cli-out.h (cli_out_set_stream): Declare.
5484
ff3b5810
MK
54852003-02-06 Mark Kettenis <kettenis@gnu.org>
5486
5487 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
5488 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
5489 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
5490 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
5491 config/i386/i386v42mp.mt: Removed.
5492
5b729aa5
MK
54932003-02-05 Mark Kettenis <kettenis@gnu.org>
5494
5495 * configure.tgt (*-*-solaris*): Set gdb_osabi to
5496 GDB_OSABI_SOLARIS.
5497
8cc15142
MC
54982003-02-05 Michael Chastain <mec@shout.net>
5499
5500 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
5501 2.12.1 and earlier versions.
5502
5aa5d4b9
AC
55032003-02-05 Andrew Cagney <ac131313@redhat.com>
5504
5505 Remove orphaned hosts, targets and files.
5506 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
5507 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
5508 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
5509 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
5510 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
5511 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
5512 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
5513 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
5514 * config/sparc/tm-sp64sim.h: Delete.
5515 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
5516 hosts.
5517 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
5518 mips*-dec-mach3* targets.
5519
b68767c1
MC
55202003-02-04 Michael Chastain <mec@shout.net>
5521
5522 * NEWS: Fix typo: sepcifying -> specifying.
5523
5ae7ca1d
MC
55242003-02-04 Michael Chastain <mec@shout.net>
5525
5526 * dwarfread.c: Add documentation on the state of dwarf-1,
5527 looking towards obsoletion.
5528
d08a4280
MC
55292003-02-03 Michael Chastain <mec@shout.net>
5530
5531 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
5532 gdb/testsuite/gdb.c++/pr-1023.exp.
5533
e9be73e4
AC
55342003-02-04 Andrew Cagney <ac131313@redhat.com>
5535
5536 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
5537 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
5538
5539 * utils.c (init_page_info): Delete reference to MPW in comments.
5540 * main.c (captured_main): Delete #ifdef MPW.
5541
05d57f6f
AC
55422003-02-04 Andrew Cagney <ac131313@redhat.com>
5543
5544 * NEWS: Note that the m32r-*-elf* is obsolete.
5545 * monitor.c (monitor_expect): Obsolete reference to m32r.
5546 * configure.tgt: Mark m32r-*-elf* as obsolete.
5547 * MAINTAINERS: Mark m32k as obsolete.
5548 * m32r-rom.c: Obsolete file.
5549 * config/m32r/m32r.mt: Obsolete file.
5550 * config/m32r/tm-m32r.h: Obsolete file.
5551 * m32r-stub.c: Obsolete file.
5552 * m32r-tdep.c: Obsolete file.
5553
8b0e5691
AC
55542003-02-04 Andrew Cagney <ac131313@redhat.com>
5555
5556 * NEWS: Mention that the z8k-zilog-none is obsolete.
5557 * MAINTAINERS: Mark z8k as obsolete.
5558 * configure.tgt: Obsolete the z8k-*-coff* target.
5559 * config/z8k/z8k.mt: Obsolete file.
5560 * config/z8k/tm-z8k.h: Obsolete file.
5561 * z8k-tdep.c: Obsolete file.
5562
67f16606
AC
55632003-02-04 Andrew Cagney <ac131313@redhat.com>
5564
5565 * NEWS: Mention that the mn10200-elf is obsolete.
5566 * configure.tgt: Obsolete mn10200-*-* target.
5567 * breakpoint.c (update_breakpoints_after_exec): Update comment to
5568 mention that the mn10200 is obsolete.
5569 * breakpoint.h: Ditto.
5570 * MAINTAINERS: Mark the mn10200-elf as obsolete.
5571 * config/mn10200/mn10200.mt: Obsolete file.
5572 * config/mn10200/tm-mn10200.h: Obsolete file.
5573 * mn10200-tdep.c: Obsolete file.
5574
fd2299bd
AC
55752003-02-04 Andrew Cagney <ac131313@redhat.com>
5576
5577 * MAINTAINERS: Mark h8500 as obsolete.
5578 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
5579 * findvar.c (value_from_register): Ditto.
5580 * h8500-tdep.c: Mark file as obsolete.
5581 * config/h8500/h8500.mt: Ditto.
5582 * config/h8500/tm-h8500.h: Ditto.
5583 * NEWS: Mention that h8500 is obsolete.
5584
eb9a305d
DC
55852003-02-04 David Carlton <carlton@math.stanford.edu>
5586
5587 * objfiles.c (allocate_objfile): Always set name. Add comment at
5588 start of function.
5589 * jv-lang.c (get_dynamics_objfile): Add comment.
5590
406fc7fb
DC
55912003-02-04 David Carlton <carlton@math.stanford.edu>
5592
5593 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
5594 * printcmd.c (build_address_symbolic): Replace uses of
5595 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
5596 SYMBOL_NAME, and asm_demangle.
5597 Update copyright.
5598
93d91629
DC
55992003-02-04 David Carlton <carlton@math.stanford.edu>
5600
5601 * linespec.c (decode_compound): Extract code into
5602 lookup_prefix_sym.
5603 (lookup_prefix_sym): New function.
5604
1c5cb38e
DC
56052003-02-04 David Carlton <carlton@math.stanford.edu>
5606
5607 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
5608 FLOAT_COERCION_BADNESS.
5609 * gdbtypes.c (rank_one_type): Replace all uses of
5610 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
5611
0cf824c9
JB
56122003-02-04 Jim Blandy <jimb@redhat.com>
5613
5614 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
5615 section, let dwarf_macinfo_section point to it, not
5616 dwarf_loc_section.
5617
a2d356b0
DJ
56182003-02-04 Daniel Jacobowitz <drow@mvista.com>
5619
5620 Pointed out by Anton Blanchard <anton@samba.org>.
5621 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
5622 (ppc_linux_at_sigtramp_return_path): Use it.
5623
2de7ced7
DJ
56242003-02-04 Daniel Jacobowitz <drow@mvista.com>
5625
5626 * defs.h (streq): Add prototype.
5627 * utils.c (streq): New function.
5628
5629 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
5630 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
5631 * mdebugread.c (new_symbol): Likewise.
5632 * stabsread.c (define_symbol): Likewise.
5633 * coffread.c (process_coff_symbol): Likewise.
5634 * dwarfread.c (new_symbol): Likewise.
5635
5636 * minsyms.c (prim_record_minimal_symbol_and_info): Use
5637 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
5638 here.
5639 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
5640 SYMBOL_INIT_DEMANGLED_NAME.
5641 * objfiles.c: Include "hashtab.h".
5642 (allocate_objfile): Call htab_set_functions_ex for the
5643 demangled_names_hash.
5644 (free_objfile): Call htab_delete for the demangled_names_hash.
5645 * objfiles.h (struct htab): Add declaration.
5646 (struct objfile): Add demangled_names_hash.
5647 * symfile.c: Include "hashtab.h".
5648 (reread_symbols): Call htab_delete for the demangled_names_hash.
5649 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
5650 SYMBOL_NAME in the bcache.
5651 * symtab.c: Include "hashtab.h". Update comments.
5652 (create_demangled_names_hash, symbol_set_names): New functions.
5653 (symbol_find_demangled_name): New function, broken out from
5654 symbol_init_demangled_names.
5655 (symbol_init_demangled_names): Use it.
5656 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
5657 (SYMBOL_SET_NAMES): New macro.
5658 (symbol_set_names): Add prototype.
5659
15831452
JB
56602003-02-03 Jim Blandy <jimb@redhat.com>
5661
5662 Use a single, consistent representation for an empty minimal
5663 symbol table in an objfile.
5664 * objfiles.c (terminate_minimal_symbol_table): New function.
5665 (allocate_objfile): Call it.
5666 * objfiles.h (terminate_minimal_symbol_table): New declaration.
5667 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
5668 non-NULL.
5669 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
5670 objfile has minimal symbols, compare minimal_symbol_count to zero,
5671 instead of comparing msymbols with NULL.
5672 * objfiles.c (have_minimal_symbols): Same.
5673 * solib-sunos.c (solib_add_common_symbols): Call
5674 terminate_minimal_symbol_table.
5675 * symfile.c (reread_symbols): Same.
5676
ffc65945
KB
56772003-02-03 Kevin Buettner <kevinb@redhat.com>
5678
5679 * s390-tdep.c (s390_address_class_type_flags)
5680 (s390_address_class_type_flags_to_name)
5681 (s390_address_class_name_to_type_flags): New functions.
5682 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
5683 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
5684
f211c6d4
MS
56852003-02-03 Michael Snyder <msnyder@redhat.com>
5686
5687 * arm-tdep.c: Fix spell-o in comment.
5688
659b0389
ML
56892003-02-03 Michal Ludvig <mludvig@suse.cz>
5690
5691 * dwarf2cfi.c (pointer_encoding): Added new parameter.
5692 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
5693 error messages to contain BFD filename.
5694
3b31d625
EZ
56952003-02-02 Elena Zannoni <ezannoni@redhat.com>
5696
997b089a 5697 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
5698 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
5699 (do_mixed_source_and_assembly): Use
5700 make_cleanup_ui_out_tuple_begin_end and
5701 make_cleanup_ui_out_tuple_begin_end.
5702 (do_mixed_source_and_assembly): Ditto.
5703 * thread.c (do_captured_list_thread_ids): Ditto.
5704 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
5705 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
5706 ui_out_tuple_end): Delete prototypes.
5707 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
5708 ui_out_list_end, ui_out_tuple_end): Delete.
5709
5710 From Kevin Buettner <kevinb@redhat.com>:
5711 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
5712 * ui-out.c (make_cleanup_ui_out_table_begin_end)
5713 (do_cleanup_table_end): New functions.
5714 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
5715 Use cleanups to invoke_ui_out_tuple_end().
5716 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
5717 * cli/cli-setshow.c (cmd_show_list): Use
5718 make_cleanup_ui_out_tuple_begin_end.
5719
5b181d62
AC
57202003-02-02 Andrew Cagney <ac131313@redhat.com>
5721
5722 * frame.c (frame_unwind_register): New function.
5723 (frame_unwind_unsigned_register): Use.
5724 (frame_unwind_signed_register): Use.
5725 (frame_read_register): New function.
5726 * frame.h (frame_unwind_register): Declare.
5727 (frame_read_register): Declare.
5728
5729 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
5730 and frame_unwind_register instead of read_memory, write_register
5731 and deprecated_write_register_bytes.
5732
5f601589
AC
57332003-02-02 Andrew Cagney <ac131313@redhat.com>
5734
5735 * frame.h: Note that namelen can be negative.
5736 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
5737 NAME's length.
5738
5739 * NEWS: Mention that the d10v's `regs' command is deprecated.
5740 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
5741 (d10v_print_registers_info): New function.
5742 (show_regs): Call d10v_print_registers_info.
5743 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
5744
6a3fe0a4
MK
57452003-02-02 Mark Kettenis <kettenis@gnu.org>
5746
5747 * stack.c (print_frame_info): Restore call to annotate_frame_begin
5748 lost in the previous patch.
5749
075559bc
AC
57502003-02-01 Andrew Cagney <ac131313@redhat.com>
5751
5752 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
5753 * stack.c (print_frame_info_base): Output complete FRAME tuple
5754 for synthesized frames.
075559bc 5755
6789195b
AC
57562003-02-02 Andrew Cagney <ac131313@redhat.com>
5757
5758 * mips-nat.c (zerobuf): Delete.
5759 (fetch_inferior_registers): Alloc local zerobuf.
5760 (fetch_core_registers): Alloc local zerobuf.
5761 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
5762 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
5763 * thread-db.c (thread_db_store_registers): Ditto.
5764 * sh-tdep.c (sh_do_register): Ditto.
5765 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
5766 * remote-sim.c (gdbsim_store_register): Ditto.
5767 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5768 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5769 * monitor.c (monitor_supply_register): Ditto.
5770 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
5771 * mips-nat.c (fetch_inferior_registers): Ditto.
5772 * m68klinux-nat.c (fetch_register): Ditto.
5773 * lynx-nat.c (fetch_inferior_registers): Ditto.
5774 (fetch_inferior_registers): Ditto.
5775 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
5776 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
5777 (hpux_thread_store_registers): Ditto.
5778 * hppah-nat.c (fetch_register): Ditto.
5779 * hppab-nat.c (fetch_register): Ditto.
5780 * hppa-tdep.c (pa_register_look_aside): Ditto.
5781 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
5782 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
5783
e669114a
AC
57842003-02-01 Andrew Cagney <ac131313@redhat.com>
5785
5786 * gdbarch.sh: Explictly specify all method levels. When a
5787 variable with an empty level, provide a non-multi-arch default.
5788 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
5789 * gdbarch.h: Re-generate.
5790 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
5791 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
5792
9a043c1d
AC
57932003-02-01 Andrew Cagney <ac131313@redhat.com>
5794
5795 * defs.h (host_pointer_to_address): Delete declaration.
5796 (address_to_host_pointer): Delete declaration.
5797 * utils.c (host_pointer_to_address): Delete function.
5798 (address_to_host_pointer): Delete function.
5799 * procfs.c (procfs_address_to_host_pointer): New function.
5800 * procfs.c (proc_set_watchpoint): Use.
5801 (procfs_can_use_hw_breakpoint): Update comments.
5802 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
5803 (som_solib_add): Use.
5804 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
5805 * hppa-tdep.c (unwind_command): Use.
5806
7ca9f392
AC
58072003-02-01 Andrew Cagney <ac131313@redhat.com>
5808
94bbfd30
AC
5809 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
5810 strlen d_name.
5811
7ca9f392
AC
5812 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
5813 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
5814 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
5815 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
5816 (define_symbol): Update.
5817 * symfile.c (generic_load): Remove references to nindy.
5818 * symtab.c: Remove references to nindy.
5819
31a85ea2
AC
58202003-02-01 Andrew Cagney <ac131313@redhat.com>
5821
5822 * infcmd.c (print_float_info): Delete code conditional on
5823 FLOAT_INFO.
5824 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
5825 * config/m68k/nm-apollo68b.h: Ditto.
5826 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
5827 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
5828 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
5829
f6e85fc8
MK
58302003-02-01 Mark Kettenis <kettenis@gnu.org>
5831
6015b6a0
MK
5832 * config/i386/tm-i386os9k.h: Removed.
5833
f7a30bdf
MK
5834 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
5835 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
5836 they're identical to i[3456]86-*-sysv* now.
5837 * config/i386/i386v32.mh: Removed.
5838 * config/i386/xm-i386v32.h: Removed.
5839 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
5840
28d52111
MK
5841 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
5842
4d3f6bce
MK
5843 * config/i386/i386dgux.mh: Removed.
5844 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
5845
f6e85fc8
MK
5846 * configure.in: Fix typo.
5847 * configure: Regenerated.
5848
53955967
DC
58492003-01-31 David Carlton <carlton@math.stanford.edu>
5850
5851 * dwarf2read.c (dwarf2_locate_sections): Set
5852 dwarf_ranges_section.
5853
b1364885
AC
58542003-01-31 Andrew Cagney <ac131313@redhat.com>
5855
8dbb1c65
AC
5856 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
5857 * utils.c: Update comments documenting legitimate uses of PTR.
5858
8731e58e
AC
5859 * utils.c: Re-indent.
5860
b1364885
AC
5861 * config/djgpp/fnchange.lst: Delete nindy files.
5862 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
5863 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
5864 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
5865 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
5866 * nindy-share/README, nindy-share/Onindy.c: Delete files.
5867 * nindy-tdep.c, nindy-share/Makefile: Delete files.
5868 * Makefile.in (init.c): Remove nindy references.
5869 (saber_gdb): Delete rule.
5870 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
5871 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
5872 and a68v-nat.c.
5873 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
5874 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
5875 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
5876 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
5877 nindy-share/stop.h.
5878 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
5879 * saber.suppress: Delete file.
5880
086df311
DJ
58812003-01-31 Daniel Jacobowitz <drow@mvista.com>
5882
5883 * dbxread.c (stabs_data): New static variable.
5884 (fill_symbuf): Support an in-memory buffer for stabs data.
5885 (stabs_seek): New function.
5886 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
5887 (read_ofile_symtab): Use stabs_seek.
5888 (elfstab_build_psymtabs): Take an asection* instead of
5889 an offset and size. Relocate the stabs data if necessary.
5890 Save the section* for dbx_psymtab_to_symtab.
5891 * dwarf2read.c: Add section variables for each debug section.
5892 (dwarf2_locate_sections): Fill them in.
5893 (dwarf2_read_section): Take an asection* argument.
5894 Relocate the section contents if necessary.
5895 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
5896 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
5897 it to dwarf2_read_section.
5898 (dwarf2_build_frame_info): Update callers.
5899 * elfread.c (elf_symfile_read): Update call to
5900 elfstab_build_psymtabs.
5901 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
5902 (DBX_STAB_SECTION): New macro.
5903 * stabsread.h (elfstab_build_psymtabs): Update prototype.
5904 * symfile.c (symfile_dummy_outputs): New function.
5905 (symfile_relocate_debug_section): New function.
5906 * symfile.h (symfile_relocate_debug_section): Add prototype.
5907
87d1b352
RH
59082003-01-31 Richard Henderson <rth@redhat.com>
5909
5910 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
5911 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
5912 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
5913 * alpha-tdep.c (alpha_register_name): Add "unique".
5914 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
5915 (ALPHA_UNIQUE_REGNUM): New.
5916 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
5917
c48861fb
AC
59182003-01-31 Andrew Cagney <ac131313@redhat.com>
5919
5920 * README: Remove reference to Ericsson 1800 monitor.
5921 * Makefile.in (remote-es.o): Delete rule.
5922 (ALLDEPFILES): Delete remote-es.c.
5923 * remote-es.c: Delete file.
5924 * config/m68k/es1800.mt: Delete file.
5925 * config/djgpp/fnchange.lst: Update.
5926 * configure.tgt: Delete m68*-ericsson-* target.
5927
d764a824
AF
59282003-01-31 Adam Fedor <fedor@gnu.org>
5929
5930 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
5931 Remove duplicate/shadowing variable of same name.
5932
fe36c4f4
JB
59332003-01-30 Jim Blandy <jimb@redhat.com>
5934
5935 * symfile.c (find_separate_debug_file): Assert that the objfile's
5936 directory name we compute ends with a slash, and then assume that
5937 that's so everywhere we use it.
5938
cb741690
DJ
59392003-01-30 Daniel Jacobowitz <drow@mvista.com>
5940
5941 * valops.c (value_assign): Flush frame cache after stores to memory
5942 also.
5943
96ee5227
AC
59442003-01-30 Andrew Cagney <ac131313@redhat.com>
5945
5946 * Makefile.in (mon960-rom.o): Delete rule.
5947 * mon960-rom.c: Delete file.
5948
7f6104a9
AC
59492003-01-30 Andrew Cagney <ac131313@redhat.com>
5950
5951 * d10v-tdep.c: Include "frame-unwind.h".
5952 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
5953 list.
5954 (next_addr, uses_frame): Delete.
5955 (struct d10v_unwind_cache): Define.
5956 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
5957 Use info instead of next_addr and uses_frame globals.
5958 (d10v_frame_init_saved_regs): Delete function.
5959 (d10v_init_extra_frame_info): Delete function.
5960 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
5961 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
5962 init_frame_pc or frame_saved_pc.
5963 (d10v_pop_frame): Delete function.
5964 (do_d10v_pop_frame): Delete function.
5965 (d10v_frame_chain): Delete function.
5966 (d10v_frame_chain_valid): Delete function.
5967 (d10v_frame_pc_unwind): New function.
5968 (d10v_frame_id_unwind): New function.
5969 (saved_regs_unwinder): New function.
5970 (d10v_frame_register_unwind): New function.
5971 (d10v_frame_pop): New function.
5972 (d10v_frame_unwind): New variable.
5973 (d10v_frame_p): New function.
5974 (d10v_frame_saved_pc): Delete function.
5975 * Makefile.in (d10v-tdep.o): Update dependencies.
5976
cad2e848
JB
59772003-01-30 J. Brobecker <brobecker@gnat.com>
5978
5979 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
5980 causing some regressions due to a change in the default value
5981 for this macro.
5982
af34e669
DJ
59832003-01-29 Richard Henderson <rth@redhat.com>
5984 Elena Zannoni <ezannoni@redhat.com>
5985 Daniel Jacobowitz <drow@mvista.com>
5986
5987 Fix PR gdb/961.
5988 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
5989 variables.
5990 (RANGES_SECTION): New.
5991 (dwarf_ranges_buffer): New variable.
5992 (struct comp_unit_head): Add member "die".
5993 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
5994 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
5995 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
5996 (dwarf2_locate_sections): Likewise.
5997 (dwarf2_build_psymtabs): Read .debug_ranges.
5998 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
5999 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
6000 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
6001 Look for DW_AT_ranges and return the bounding box.
6002
baa93fa6
CF
60032003-01-29 Brian Ford <ford@vss.fsi.com>
6004
6005 * win32-nat.c (cygwin_pid): Removed as unused.
6006 (child_attach): Try fall back to Cygwin pid.
6007
c63f977f
JB
60082003-01-29 Jim Blandy <jimb@redhat.com>
6009
6010 * objfiles.h (struct objfile): Doc fix.
6011
d62d1979
AC
60122003-01-29 Andrew Cagney <ac131313@redhat.com>
6013
6014 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
6015 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
6016 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
6017 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
6018 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
6019 (FRAME_SAVED_PC): Change to a function with predicate.
6020 * gdbarch.h, gdbarch.c: Re-generate.
6021
1ae18a04
AC
60222003-01-28 Andrew Cagney <ac131313@redhat.com>
6023
52287340
AC
6024 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
6025
1ae18a04
AC
6026 * complaints.c (complain): Delete function.
6027 * complaints.h (struct deprecated_complaint): Delete definition.
6028 (complain): Delete declaration.
6029
f2c16bd6
KB
60302003-01-28 Kevin Buettner <kevinb@redhat.com>
6031
6032 * mips-tdep.c (mips_init_extra_frame_info): Return early for
6033 dummy frames.
6034
a94dd1fd
AC
60352003-01-27 Andrew Cagney <ac131313@redhat.com>
6036
6037 * sentinel-frame.h, sentinel-frame.c: New files.
6038 * Makefile.in (frame.o): Update dependencies.
6039 (SFILES): Add sentinel-frame.c.
6040 (sentinel_frame_h): Define.
6041 (COMMON_OBS): Add sentinel-frame.o.
6042 (sentinel-frame.o): Specify dependencies.
6043 * frame.c: Include "sentinel-frame.h".
6044 (frame_register_unwind): Rewrite assuming that there is always a a
6045 ->next frame.
6046 (frame_register, generic_unwind_get_saved_register): Ditto.
6047 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
6048 (create_sentinel_frame, unwind_to_current_frame): New functions.
6049 (get_current_frame): Rewrite using create_sentinel_frame and
6050 unwind_to_current_frame. When possible, always create a frame.
6051 (create_new_frame): Set next to the sentinel frame.
6052 (get_next_frame): Rewrite. Don't go below the level 0 frame.
6053 (deprecated_update_frame_pc_hack): Update the next frame's PC and
6054 ID cache when necessary.
6055 (frame_saved_regs_id_unwind): Use frame_relative_level.
6056 (deprecated_generic_get_saved_register): Use frame_relative_level,
6057 get_frame_saved_regs, get_frame_pc, get_frame_base and
6058 get_next_frame.
6059 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
6060 frame_register.
6061
5378adc4
DJ
60622003-01-27 Daniel Jacobowitz <drow@mvista.com>
6063
6064 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
6065
51ee2ddc
DJ
60662003-01-27 Daniel Jacobowitz <drow@mvista.com>
6067
6068 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
6069 (maintenance_set_profile_cmd): Use error () instead of warning ().
6070
d9feb4e7
DJ
60712003-01-27 Daniel Jacobowitz <drow@mvista.com>
6072
6073 * configure.in: Check that -pg works if using --enable-profiling.
6074 Check for monstartup and _mcleanup regardless of --enable-profiling.
6075 * maint.c: Check for monstartup and _mcleanup before using them.
6076 * config.in: Regenerated.
6077 * configure: Regenerated.
6078
2d188dd3
NC
60792003-01-24 Nick Clifton <nickc@redhat.com>
6080
6081 * Add sh2e support:
6082
6083 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
6084
6085 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
6086 (sh2e_show_regs): New.
6087 (sh_gdbarch_init): Handle bfd_mach_sh2e.
6088 * config/sh/tm-sh.h: Added sh2e to comments.
6089
cb3c37b2
JB
60902003-01-23 Jim Blandy <jimb@redhat.com>
6091
6092 * symfile.c (syms_from_objfile): Don't print the "(no debugging
6093 symbols found)" message here; we haven't checked for a separate
6094 debug info file yet, so we don't know yet.
6095 (symbol_file_add_with_addrs_or_offsets): Print it here, after
6096 we've looked everywhere. Also, there's no need to print a special
6097 message when we're loading the separate debug info file: the one
6098 symbol_file_add prints is fine.
6099
5b5d99cf
JB
61002003-01-23 Alexander Larsson <alexl@redhat.com>
6101 Jim Blandy <jimb@redhat.com>
6102
6103 Add support for executables whose debug info has been separated
6104 out into a separate file, leaving only a link behind.
6105 * objfiles.h (struct objfile): New fields: separate_debug_objfile
6106 and separate_debug_objfile_backlink.
6107 (put_objfile_before): New declaration.
6108 * symfile.c: #include "filenames.h".
6109 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
6110 debug info in a separate file, read that, too. Save the addrs
6111 argument, so we can use it again to read the separated debug info;
6112 syms_from_objfile modifies the table we pass it.
6113 (reread_symbols): After re-reading an objfile, call
6114 reread_separate_symbols to refresh its separate debug info
6115 objfile, if it has one.
6116 (reread_separate_symbols, find_separate_debug_file,
6117 get_debug_link_info, separate_debug_file_exists): New functions.
6118 (debug_file_directory): New global var.
6119 (_initialize_symfile): Initialize debug_file_directory, and
6120 provide the new `set debug-file-directory' command to let the user
6121 change it.
6122 * objfiles.c (free_objfile): If this objfile has its debug info in
6123 a separate objfile, free that one too. If this is itself a
6124 separate debug info objfile, clear our parent's backlink.
6125 (put_objfile_before): New function.
6126 * utils.c (gnu_debuglink_crc32): New function.
6127 * defs.h (gnu_debuglink_crc32): New declaration.
6128 * Makefile.in (symfile.o): Note dependency on "filenames.h".
6129 * configure.in: Handle --with-separate-debug-dir config option.
6130 * acinclude.m4 (AC_DEFINE_DIR): New macro.
6131 * acconfig.h (DEBUGDIR): New macro.
6132 * configure, aclocal.m4, config.in: Regenerated.
6133
7e8580c1
JB
61342003-01-22 Jim Blandy <jimb@redhat.com>
6135
7904e09f
JB
6136 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
6137 like the old symbol_file_add, but taking new arguments: you can
6138 now pass in either a `struct section_addr_info' list to say where
6139 each section is loaded, or a `struct section_offsets' table. Pass
6140 these new arguments through to syms_from_objfile as appropriate.
6141 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
6142 with the appropriate quiescent values for the new arguments.
6143
7e8580c1
JB
6144 * symfile.c: #include "gdb_assert.h".
6145 (syms_from_objfile): Add the ability to pass in a section offset
6146 table directly, as an alternative to the section_addr_info table.
6147 Document arguments better.
6148 (symbol_file_add): Pass extra arguments to syms_from_objfile.
6149 * symfile.h (syms_from_objfile): Update declaration.
6150 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
6151 syms_from_objfile.
6152 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
6153
d28f9cdf
DJ
61542003-01-22 Daniel Jacobowitz <drow@mvista.com>
6155
6156 Original patch by Tom Tromey <tromey@cygnus.com> and
6157 Jason Molenda <jmolenda@apple.com>.
6158 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
6159 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
6160 * NEWS: Mention profiling.
6161 * configure.in (--enable-gdbtk): Fix typo.
6162 (--enable-profiling): New. Set PROFILE_CFLAGS.
6163 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
6164 Fill in function.
6165 (profiling_state): New variable.
6166 (mcleanup_wrapper): New function.
6167 (_initialize_maint): Remove NOTYET, fix call to
6168 add_setshow_boolean_cmd for "maint set profile".
6169 * configure: Regenerated.
6170
df21e465
MH
61712003-01-21 Martin M. Hunt <hunt@redhat.com>
6172
6173 * Makefile.in (install-gdbtk): Install PNG images too.
6174
73c1f219
AC
61752003-01-21 Andrew Cagney <ac131313@redhat.com>
6176
6177 * exec.c (text_start): Delete global variable.
6178 (exec_file_attach): Make text_start local to the function.
6179 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
6180 * valops.c (hand_function_call): Delete code that handles
6181 BEFORE_TEXT_END and AFTER_TEXT_END.
6182 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
6183 of CALL_DUMMY_LOCATION.
6184 * gdbarch.c: Regenerate.
6185 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
6186 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
6187 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
6188 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
6189 (text_end): Delete extern declaration.
6190
eb4f72c5
AC
61912003-01-21 Andrew Cagney <ac131313@redhat.com>
6192
6193 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
6194 * blockframe.c (backtrace_below_main): Move to "frame.c".
6195 (frame_chain_valid): Delete check for backtrace_below_main.
6196 (_initialize_blockframe): Delete initialization, move ``set
6197 backtrace-below-main'' command to "frame.c".
6198 (do_flush_frames_sfunc): Delete function.
6199 * frame.c: Include "command.h" and "gdbcmd.h".
6200 (frame_type_from_pc): New function.
6201 (create_new_frame): Use frame_type_from_pc.
6202 (legacy_get_prev_frame): New function.
6203 (get_prev_frame): Rewrite. When an old style frame, call
6204 legacy_get_prev_frame. Otherwize, unwind the PC first.
6205 (_initialize_frame): Add ``set backtrace-below-main'' command.
6206 * Makefile.in (frame.o): Update dependencies.
6207
778ce8cc
AC
62082003-01-19 Andrew Cagney <ac131313@redhat.com>
6209
6210 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
6211 DEPRECATED_REGISTERS_INFO.
6212
01c193c8
AC
62132003-01-19 Andrew Cagney <ac131313@redhat.com>
6214
6215 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
6216 Maintainers'. Update `Various Maintainers'.
6217
dedc2a2b
AC
62182003-01-19 Andrew Cagney <ac131313@redhat.com>
6219
6220 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
6221 * gdbarch.sh (POP_FRAME): Change to function with predicate.
6222 Suppress actual parameters when `-'.
6223 * gdbarch.h, gdbarch.c: Regenerate.
6224
b7261c70
AC
62252003-01-19 Andrew Cagney <ac131313@redhat.com>
6226
6227 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
6228 code handling dummy frames.
6229
dbe9fe58
AC
62302003-01-19 Andrew Cagney <ac131313@redhat.com>
6231
6232 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
6233 (struct frame_unwind): Add field pop.
6234 * frame.h (frame_pop): Declare.
6235 * frame.c (frame_saved_regs_pop): New function.
6236 (trad_frame_unwinder): Add frame_saved_regs_pop.
6237 (frame_pop): New function.
6238 * dummy-frame.c (dummy_frame_pop): New function.
6239 (discard_innermost_dummy): New function.
6240 (generic_pop_dummy_frame): Use discard_innermost_dummy.
6241 (dummy_frame_unwind): Add dummy_frame_pop.
6242 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
6243 * valops.c (hand_function_call): Ditto.
6244 * stack.c (return_command): Ditto.
6245
570b8f7c
AC
62462003-01-18 Andrew Cagney <ac131313@redhat.com>
6247
6248 * cris-tdep.c: Fix function declaration indentation.
6249 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
6250 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
6251 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
6252 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
6253 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
6254 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
6255
62562003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
6257
6258 * README (Unpacking and Installation -- quick overview):
6259 Warn against ".../gdb-5.3/gdb/configure".
6260
494cca16
AC
62612003-01-18 Andrew Cagney <ac131313@redhat.com>
6262
6263 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
6264 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6265 (struct frame_unwind): Declare opaque.
6266 (dummy_frame_p): Declare function.
6267 * dummy-frame.c (dummy_frame_id_unwind): Make static.
6268 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6269 * dummy-frame.c: Include "frame-unwind.h".
6270 (dummy_frame_p): New function.
6271 (dummy_frame_unwind): New variable.
6272 * frame.c: Include "frame-unwind.h".
6273 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
6274 to use the new unwind field.
6275 (set_unwind_by_pc): Delete function.
6276 (create_new_frame, get_prev_frame): Set unwind field using
6277 frame_unwind_find_by_pc.
6278 (trad_frame_unwind, trad_frame_unwinder): New variables.
6279 * frame.h (trad_frame_unwind): Declare variable.
6280 (frame_id_unwind_ftype): Delete declaration.
6281 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
6282 (struct frame_unwind): Declare opaque.
6283 (struct frame_info): Replace the fields id_unwind, pc_unwind and
6284 register_unwind with a single unwind pointer.
6285 * frame-unwind.h, frame-unwind.c: New files.
6286 * Makefile.in (SFILES): Add frame-unwind.c.
6287 (frame_unwind_h): Define.
6288 (COMMON_OBS): Add frame-unwind.o.
6289 (frame-unwind.o): Specify dependencies.
6290 (frame.o, dummy-frame.o): Update dependencies.
6291
4efb68b1
AC
62922003-01-18 Andrew Cagney <ac131313@redhat.com>
6293
6294 * ada-valprint.c: Eliminate PTR.
6295 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
6296 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
6297 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
6298 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
6299 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
6300 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
6301 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
6302
a84d24ee
AC
63032003-01-17 Andrew Cagney <ac131313@redhat.com>
6304
762f08a3
AC
6305 * main.c (captured_main): Don't use PTR.
6306 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
6307 * gdbtypes.c (lookup_primitive_typename): Ditto.
6308 (lookup_struct_elt_type): Ditto.
6309 * f-valprint.c (info_common_command): Ditto.
6310 (list_all_visible_commons): Ditto.
6311 * jv-typeprint.c (java_type_print_base): Ditto.
6312
a84d24ee
AC
6313 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
6314 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
6315 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
6316 i386-interix-nat.c and i386-interix-tdep.c. Rename
6317 m68klinux-nat.c and m68klinux-tdep.c. Rename
6318 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
6319 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
6320 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
6321 * main.c (captured_main): Use xfree, not free.
6322
c170fb60
AC
63232003-01-16 Andrew Cagney <ac131313@redhat.com>
6324
6325 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
6326 ID back using a parameter.
6327 * frame.c (frame_id_unwind): Update call.
6328 (frame_saved_regs_id_unwind): Update.
6329 * dummy-frame.c (dummy_frame_id_unwind): Update function.
6330 * dummy-frame.h (struct frame_id): Add opaque declaration.
6331 (dummy_frame_id_unwind): Update declaration.
6332
867f3898
AC
63332003-01-15 Andrew Cagney <ac131313@redhat.com>
6334
6335 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
6336
40622be8 63372003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 6338
40622be8 6339 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 6340
ae66c1fc
EZ
63412003-01-14 Elena Zannoni <ezannoni@redhat.com>
6342
997b089a 6343 Fix PR gdb/898
ae66c1fc
EZ
6344 * breakpoint.c (until_break_command): Add new argument. Use it to
6345 decide whether to stop only at the current frame or not.
6346 * breakpoint.h (until_break_command): Update prototype.
6347 * infcmd.c (until_command): Add new argument to until_break_command
6348 call.
6349 (advance_command): New function.
6350 (_initialize_infcmd): Update help string for 'until' command.
6351 Add new 'advance' command.
6352
a04257e6
DC
63532003-01-14 David Carlton <carlton@math.stanford.edu>
6354
6355 * linespec.c (decode_line_1): Normalize comments.
6356 (set_flags): Ditto.
6357 (locate_first_half): Ditto.
6358 (decode_compound): Ditto.
6359 (symtab_from_filename): Ditto.
6360 (decode_all_digits): Ditto.
6361 (decode_dollar): Ditto.
6362 (find_methods): Ditto.
6363 (find_toplevel_char): Ditto.
6364
1bac305b
AC
63652003-01-13 Andrew Cagney <ac131313@redhat.com>
6366
6367 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
6368 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
6369 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
6370 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
6371 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
6372 * language.c, language.h, m32r-tdep.c: Update copyright.
6373 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
6374 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
6375 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
6376 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
6377 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
6378 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
6379
25caa7a8
EZ
63802003-01-13 Elena Zannoni <ezannoni@redhat.com>
6381
6382 * stabsread.h (process_later, resolve_cfront_continuation):
6383 Obsolete.
6384 Update copyright years.
6385 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
6386 Update copyright year.
6387 * dbxread.c(struct cont_elem): Obsolete.
6388 (process_later, process_now): Obsolete functions.
6389 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
6390 Update copyright year.
6391 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
6392 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
6393 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
6394 (parse_partial_symbols): Obsolete cfront support.
6395 * stabsread.c
6396 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
6397 macros.
6398 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
6399 read_cfront_baseclasses, read_cfront_member_functions,
6400 resolve_cfront_continuation,read_cfront_static_fields,
6401 copy_cfront_struct_fields): Obsolete functions.
6402 (define_symbol, read_one_struct_field): Obsolete cfront support.
6403 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
6404 Update Copyright year.
6405
7789c6f5
EZ
64062003-01-13 Elena Zannoni <ezannoni@redhat.com>
6407
6408 * stack.c (print_frame_info, print_stack_frame_base_stub,
6409 print_stack_frame_base, show_and_print_stack_frame_stub,
6410 show_and_print_stack_frame, print_only_stack_frame_stub,
6411 print_only_stack_frame): Delete functions.
6412 (print_stack_frame_stub): Call print_frame_info instead of
6413 print_frame_info_base.
6414 (print_frame_info_base): Rename to print_frame_info.
6415 (backtrace_command_1): Call print_frame_info, instead of
6416 print_frame_info_base.
6417 (current_frame_command): Call print_stack_frame, instead of
6418 print_only_stack_frame.
6419 (frame_command): Call print_stack_frame, instead of
6420 show_and_print_stack_frame.
6421 (up_command): Ditto.
6422 (down_command): Ditto.
6423 * frame.h (print_only_stack_frame): Delete prototype.
6424 * infrun.c (normal_stop): Call print_stack_frame, instead of
6425 show_and_print_stack_frame.
6426 * thread.c (info_threads_command): Call print_stack_frame, instead
6427 of print_only_stack_frame.
6428
3f5a3016
AC
64292003-01-13 Andrew Cagney <ac131313@redhat.com>
6430
d99ba314
AC
6431 * README (Graphical interface to GDB): Update URL. Point at
6432 gdb/links/.
6433
3f5a3016
AC
6434 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
6435 version match.
6436
083ae935
DJ
64372003-01-13 Daniel Jacobowitz <drow@mvista.com>
6438
6439 * symtab.c (find_pc_sect_line): Don't consider end-of-function
6440 lines.
6441
5365276c
DJ
64422003-01-13 Daniel Jacobowitz <drow@mvista.com>
6443
6444 * thread-db.c (attach_thread): Prototype.
6445 (struct private_thread_info): Remove lwpid. Add thread handle (th),
6446 thread information (ti), and valid flags (th_valid, ti_valid).
6447 (attach_thread): Move target_pid_to_str call to after the thread
6448 is added to GDB's list. Initialize the cache.
6449 (thread_get_info_callback, thread_db_map_id2thr)
6450 (thread_db_get_info): New functions.
6451 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
6452 (thread_db_store_registers, thread_db_thread_alive)
6453 (thread_db_get_thread_local_address): Use them.
6454 (thread_db_pid_to_str): Likewise. Return "Missing" instead
6455 of calling error() for threads in unknown state.
6456
6457 (clear_lwpid_callback): New function.
6458 (thread_db_resume): Use it to clear the cache.
6459
9fc30b6b
DJ
64602003-01-13 Daniel Jacobowitz <drow@mvista.com>
6461
6462 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
6463 (resume_callback): Remove dead code.
6464
8f871025
AC
64652003-01-13 Andrew Cagney <ac131313@redhat.com>
6466
6467 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
6468 predicate.
6469 * gdbarch.h, gdbarch.c: Regenerate.
6470 * stack.c (frame_info): Only initialize the saved registers when
6471 FRAME_INIT_SAVED_REGS_P.
6472 * frame.c (frame_saved_regs_register_unwind): Assert
6473 FRAME_INIT_SAVED_REGS_P.
6474 (deprecated_generic_get_saved_register): Ditto.
6475
3f565f1e
DJ
64762003-01-13 Daniel Jacobowitz <drow@mvista.com>
6477
6478 * source.c (openp): Squelch warning about "filename".
6479
072b1022
DJ
64802003-01-13 Daniel Jacobowitz <drow@mvista.com>
6481
6482 * source.c (openp): If the file does not exist don't necessarily
6483 search the path.
6484
973ccf8b
DJ
64852003-01-13 Daniel Jacobowitz <drow@mvista.com>
6486
6487 Fix PR gdb/872.
6488 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
6489 (integer_types_same_name_p): New function.
6490 (rank_one_type): Use it.
6491 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
6492
030292b7
DJ
64932003-01-13 Daniel Jacobowitz <drow@mvista.com>
6494
6495 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
6496 variables.
6497 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
6498 * configure.in: Add --with-sysroot.
6499 * configure: Regenerated.
6500 * main.c (gdb_sysroot): New variable.
6501 (captured_main): Initialize gdb_sysroot.
6502 * defs.h (gdb_sysroot): New extern declaration.
6503 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
6504
afb5d334
MC
65052003-01-12 Michael Chastain <mec@shout.net>
6506
6507 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
6508
751ceeb4
MC
65092003-01-12 Michael Chastain <mec@shout.net>
6510
6511 * top.c (print_gdb_version): Bump copyright year to 2003.
6512
94cd26f8
DC
65132003-01-12 David Carlton <carlton@bactrian.org>
6514
6515 * linespec.c (symtab_from_filename): Rename variable 's' to
6516 'file_symtab'.
6517
1ce79225
AC
65182003-01-12 Andrew Cagney <ac131313@redhat.com>
6519
6520 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
6521 dummy frame.
6522 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
6523
fa1fd571
AC
65242003-01-12 Andrew Cagney <ac131313@redhat.com>
6525
6526 * d10v-tdep.c: Include "gdb_assert.h".
6527 (d10v_store_return_value): Rewrite to match current interface.
6528 (d10v_extract_struct_value_address): Ditto.
6529 (d10v_extract_return_value): Ditto.
6530 (d10v_gdbarch_init): Set store_restore_value,
6531 extract_struct_value_address and extract_return_value.
6532
68b8d23e
JB
65332003-01-12 J. Brobecker <brobecker@gnat.com>
6534
6535 * hpread.c (set_namestring): New procedure replacing the
6536 SET_NAMESTRING macro.
6537 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
6538 by calls to set_namestring.
6539
65402003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
6541
6542 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
6543 a compilation warning.
6544 (hpread_process_one_debug_symbol): Likewise.
6545
88d262ca
DC
65462003-01-10 David Carlton <carlton@math.stanford.edu>
6547
6548 * linespec.c (decode_line_1): Rename variable 's' to
6549 'file_symtab'.
6550 (decode_all_digits): Rename argument 's' to 'file_symtab'.
6551 (decode_dollar): Ditto.
6552 (decode_variable): Ditto.
6553 (symbol_found): Ditto.
6554
86669319
MC
65552003-01-09 Michael Chastain <mec@shout.net>
6556
6557 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
6558
616a9dc4
CV
65592003-01-07 Corinna Vinschen <vinschen@redhat.com>
6560
6561 * win32-nat.c (set_process_privilege): New function.
6562 (child_attach): Call set_process_privilege() to enable the
6563 SE_DEBUG_NAME user privilege if available in process token.
6564
3269bcfa
JB
65652003-01-10 J. Brobecker <brobecker@gnat.com>
6566
6567 * hpread.c (hpread_process_one_debug_symbol): Fix a small
6568 compilation error in the previous revision.
6569
2b0ee454
DC
65702003-01-09 David Carlton <carlton@math.stanford.edu>
6571
6572 * linespec.c: Update copyright.
6573
b3ba1b44
DJ
65742003-01-09 Daniel Jacobowitz <drow@mvista.com>
6575
6576 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
6577 than inferior_ptid.
6578 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
6579
4ef3f3be
AC
65802003-01-09 Andrew Cagney <ac131313@redhat.com>
6581
479ab5a0
AC
6582 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
6583 Update comments.
6584 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
6585 (frame_saved_regs_zalloc): Update.
6586 (frame_saved_regs_register_unwind): Update.
6587 (create_new_frame): Update.
6588 (get_prev_frame): Update.
6589 (frame_extra_info_zalloc): Update.
6590 (deprecated_get_frame_saved_regs): Update.
6591 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
6592 * cris-tdep.c: Update comment.
6593
bde58177
AC
6594 * somsolib.h: Fix function indentation.
6595 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
6596 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
6597 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
6598 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
6599 * somsolib.c, inftarg.c: Remove assignment in if conditional.
6600
4ef3f3be
AC
6601 * infrun.c (follow_fork): Use ISO C definition.
6602 * expprint.c (print_subexp): Use xfree instead of free.
6603 * charset.c: Include "gdb_string.h" instead of <string.h>.
6604 (register_iconv_charsets): Use ISO C definition.
6605 (host_charset, target_charset): Ditto.
6606 * Makefile.in (charset.o): Update dependencies.
6607 (mi-cmd-env.o): Update dependencies.
6608
1c615f7a
AC
66092003-01-08 Andrew Cagney <cagney@redhat.com>
6610
6611 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
6612 get_frame_base.
6613
c9a1dc08
AC
66142003-01-08 Andrew Cagney <ac131313@redhat.com>
6615
6616 * gdb_mbuild.sh: Add --keep option. When specified, keep the
6617 build directories. Save edited gdb output in Mbuild.log. If a
6618 build fails, remove any final GDB executable.
6619
dbad9d94
AC
66202003-01-08 Andrew Cagney <ac131313@redhat.com>
6621
6622 * gdb_mbuild.sh: Edit the output of `maint print architecture'
6623 replacing hex constants with function names and stripping leading
6624 file name directory prefixes.
6625
8d357cca
AC
66262003-01-08 Andrew Cagney <cagney@redhat.com>
6627
6628 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
6629 get_frame_base.
6630
bca02a8a
DC
66312003-01-08 David Carlton <carlton@math.stanford.edu>
6632
6633 * linespec.c (decode_line_1): Move code into decode_variable.
6634 (decode_variable): New function.
6635
7f8ab3a0
AC
66362003-01-08 Andrew Cagney <ac131313@redhat.com>
6637
6638 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
6639
7b5849cc
AC
66402003-01-08 Andrew Cagney <cagney@redhat.com>
6641
6642 * cris-tdep.c (cris_frame_init_saved_regs): Use
6643 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
6644 saved_regs buffer.
6645 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6646 (sh64_nofp_frame_init_saved_regs): Ditto.
6647 (sh_fp_frame_init_saved_regs): Ditto.
6648 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
6649 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6650 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6651 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6652
72a5efb3
DJ
66532003-01-08 Daniel Jacobowitz <drow@mvista.com>
6654
6655 * minsyms.c (lookup_minimal_symbol): Update comment.
6656 (lookup_minimal_symbol_text): Update comment. Use the hash table.
6657 (lookup_minimal_symbol_solib_trampoline): Likewise.
6658
11c02a10
AC
66592003-01-08 Andrew Cagney <cagney@redhat.com>
6660
aab3ea25
AC
6661 * d10v-tdep.c (d10v_init_extra_frame_info): Use
6662 frame_relative_level.
6663
da50a4b7
AC
6664 * alpha-tdep.c: Use get_frame_extra_info.
6665 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6666 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
6667 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6668 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
6669
11c02a10
AC
6670 * alpha-tdep.c: Use get_next_frame.
6671 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6672 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6673 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
6674 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
6675 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
6676 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
6677 * xstormy16-tdep.c: Ditto.
6678
1e2330ba
AC
66792003-01-07 Andrew Cagney <cagney@redhat.com>
6680
6681 * alpha-tdep.c: Use get_frame_base.
6682 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6683 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6684 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6685 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6686 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
6687 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6688 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
6689 * config/sparc/tm-sparc.h: Ditto.
6690
2d75187b
AC
66912003-01-07 Andrew Cagney <cagney@redhat.com>
6692
6693 * frame.c (deprecated_get_frame_context): New function.
6694 (deprecated_set_frame_context): New function.
6695 * frame.h (deprecated_get_frame_context): Declare.
6696 (deprecated_set_frame_context): Declare.
6697 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
6698 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
6699
483d36b2
AC
67002003-01-07 Andrew Cagney <cagney@redhat.com>
6701
6702 * frame.c (deprecated_set_frame_next_hack): New function.
6703 (deprecated_set_frame_prev_hack): New function.
6704 * frame.h (deprecated_set_frame_next_hack): Declare.
6705 (deprecated_set_frame_prev_hack): Declare.
6706 * mcore-tdep.c (analyze_dummy_frame): Use
6707 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
6708 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6709
14e91ac5
DC
67102003-01-07 David Carlton <carlton@math.stanford.edu>
6711
6712 * linespec.c (decode_line_1): Move code into decode_dollar.
6713 (decode_dollar): New function.
6714
b0c6b05c
AC
67152003-01-07 Andrew Cagney <cagney@redhat.com>
6716
6717 * arm-tdep.c (arm_init_extra_frame_info): Use
6718 deprecated_update_frame_base_hack.
6719 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
6720 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6721 (fix_frame_pointer): Ditto.
6722 (mn10300_analyze_prologue): Ditto.
6723
a00a19e9
AC
67242003-01-07 Andrew Cagney <cagney@redhat.com>
6725
6726 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
6727 extra_info using frame_extra_info_zalloc.
6728 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
6729 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
6730 (sh64_init_extra_frame_info): Ditto.
6731 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
6732 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
6733 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6734 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
6735 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
6736 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
6737 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
6738 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
6739 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
6740 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
6741 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
6742 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
6743
6744 * mn10300-tdep.c (analyze_dummy_frame): Use
6745 deprecated_set_frame_extra_info_hack.
6746 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6747
1fb4c65b
JB
67482003-01-07 J. Brobecker <brobecker@gnat.com>
6749
6750 * mdebugread.c (parse_symbol): Skip stProc entries which storage
6751 class is not scText. These do not define "real" procedures.
6752 (parse_partial_symbols): Likewise.
6753
9fe7d6bf
MS
67542003-01-06 Michael Snyder <msnyder@redhat.com>
6755
6756 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
6757
f6c609c4
AC
67582003-01-06 Andrew Cagney <ac131313@redhat.com>
6759
6760 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
6761 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
6762 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
6763 deprecated_frame_xmalloc_with_cleanup.
6764 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
6765 deprecated_frame_xmalloc.
6766 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
6767 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
6768
d995ff4b
AC
67692003-01-06 Andrew Cagney <cagney@redhat.com>
6770
84dc46cb
AC
6771 * x86-64-linux-tdep.c: Include "osabi.h".
6772 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
6773
d995ff4b
AC
6774 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
6775
66140c26
AC
67762003-01-06 Andrew Cagney <cagney@redhat.com>
6777
6778 * MAINTAINERS (Target Instruction Set Architectures): Update
6779 arm-elf. Can be built with -Werror, has been multiarched.
6780
6781 * value.h (unpack_long): Make buffer parameter constant.
6782 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
6783 * scm-lang.h (scm_parse): Ditto.
6784 * defs.h (extract_typed_address, extract_address): Ditto.
6785 (extract_long_unsigned_integer): Ditto.
6786 * inferior.h (unsigned_pointer_to_address): Ditto.
6787 (signed_pointer_to_address): Ditto.
6788 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
6789 * gdbarch.h, gdbarch.c: Regenerate.
6790 * findvar.c (extract_long_unsigned_integer): Update.
6791 (extract_address): Update.
6792 (extract_typed_address): Update.
6793 (unsigned_pointer_to_address): Update.
6794 * values.c (unpack_long): Update.
6795 (unpack_double): Update.
6796 (unpack_pointer): Update.
6797 (unpack_field_as_long): Update.
6798 * d10v-tdep.c (d10v_pointer_to_address): Update.
6799 * avr-tdep.c (avr_pointer_to_address): Update.
6800 * scm-lang.c (scm_unpack): Update.
6801 * findvar.c (signed_pointer_to_address): Update.
6802
b089b3da
ML
68032003-01-06 Michal Ludvig <mludvig@suse.cz>
6804
6805 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
6806 since it is in i386-tdep.c.
6807
aff87235
JB
68082003-01-06 J. Brobecker <brobecker@gnat.com>
6809
6810 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
6811 failure introduced in the previous change.
6812
34f5e845
MC
68132003-01-05 Michael Chastain <mec@shout.net>
6814
6815 * README: Remove references to deleted remote-*.c files:
6816 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
6817 remote-nrom.c, remote-os9k.c, remote-udi.c.
6818
28bcfd30
MK
68192003-01-05 Mark Kettenis <kettenis@gnu.org>
6820
6821 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
6822 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
6823 i386_get_longjmp_target.
6824
15a5b3ee
AC
68252003-01-05 Andrew Cagney <ac131313@redhat.com>
6826
6827 * arm-tdep.c (prologue_cache): Change to a pointer.
6828 (_initialize_arm_tdep): Allocate prologue_cache.
6829 (check_prologue_cache): Update.
6830 (save_prologue_cache): Update.
6831 (arm_gdbarch_init): Update.
6832
c263362b
DJ
68332003-01-04 Daniel Jacobowitz <drow@mvista.com>
6834
6835 * stabsread.c (update_method_name_from_physname): Call complaint()
6836 instead of error.
6837
51603483
DJ
68382003-01-04 Daniel Jacobowitz <drow@mvista.com>
6839
6840 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
6841 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
6842 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
6843
6844 * blockframe.c: Include "gdbcmd.h" and "command.h".
6845 (backtrace_below_main): New variable.
6846 (file_frame_chain_valid, func_frame_chain_valid)
6847 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
6848 (generic_func_frame_chain_valid): Remove functions.
6849 (frame_chain_valid, do_flush_frames_sfunc): New functions.
6850 (_initialize_blockframe): New function.
6851 * Makefile.in (blockframe.o): Update dependencies.
6852 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
6853 comment. Call frame_chain_valid ().
6854 * frame.h: Remove old prototypes. Add prototype for
6855 frame_chain_valid and update comments to match.
6856 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
6857 Remove old comment.
6858 * gdbarch.h: Regenerated.
6859 * gdbarch.c: Regenerated.
6860
6861 * alpha-tdep.c (alpha_gdbarch_init): Don't call
6862 set_gdbarch_frame_chain_valid.
6863 * avr-tdep.c (avr_gdbarch_init): Likewise.
6864 * cris-tdep.c (cris_gdbarch_init): Likewise.
6865 * frv-tdep.c (frv_gdbarch_init): Likewise.
6866 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
6867 * i386-tdep.c (i386_svr4_init_abi): Likewise.
6868 (i386_nw_init_abi): Likewise.
6869 (i386_gdbarch_init): Likewise.
6870 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
6871 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
6872 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
6873 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
6874 * mips-tdep.c (mips_gdbarch_init): Likewise.
6875 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
6876 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
6877 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
6878 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6879 * s390-tdep.c (s390_gdbarch_init): Likewise.
6880 * sh-tdep.c (sh_gdbarch_init): Likewise.
6881 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
6882 * v850-tdep.c (v850_gdbarch_init): Likewise.
6883 * vax-tdep.c (vax_gdbarch_init): Likewise.
6884 * x86-64-tdep.c (x86_64_init_abi): Likewise.
6885
6886 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
6887 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
6888 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
6889 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
6890 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
6891 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
6892 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
6893 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
6894
b00a8037
DJ
68952002-01-04 Daniel Jacobowitz <drow@mvista.com>
6896
6897 * Makefile.in (acconfig_h): Remove incorrect macro.
6898 (config_h): Define.
6899 (osabi.o): Update dependencies.
6900 * configure.tgt: Set gdb_osabi based on target triplet.
6901 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
6902 * configure: Regenerated.
6903 * config.in: Regenerated.
6904 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
6905 (GDB_OSABI_DEFAULT): Define if not already defined.
6906 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
6907 (set_osabi_string): New variables.
6908 (gdbarch_register_osabi): Add new OS ABI to
6909 gdb_osabi_available_names.
6910 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
6911 (set_osabi, show_osabi): New functions.
6912 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
6913
4be87837
DJ
69142003-01-04 Daniel Jacobowitz <drow@mvista.com>
6915
6916 * arch-utils.c (gdbarch_info_init): Set osabi to
6917 GDB_OSABI_UNINITIALIZED.
6918 * gdbarch.sh: Add osabi to struct gdbarch and to struct
6919 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
6920 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
6921 * gdbarch.c: Regenerated.
6922 * gdbarch.h: Regenerated.
6923 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
6924 there's no BFD.
6925 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
6926 * osabi.h (enum gdb_osabi): Move to defs.h.
6927 (gdbarch_init_osabi): Update prototype.
6928 * defs.h (enum gdb_osabi): Moved here.
6929 * Makefile.in: Update dependencies.
6930
6931 * alpha-tdep.h: Don't include "osabi.h".
6932 (struct gdbarch_tdep): Remove osabi member.
6933 * alpha-tdep.c: Include "osabi.h".
6934 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6935 iterate over arches. Update call to gdbarch_init_osabi.
6936 (alpha_dump_tdep): Don't dump osabi.
6937 * alpha-linux-tdep.c: Include "osabi.h".
6938 * alpha-osf1-tdep.c: Include "osabi.h".
6939 * alphafbsd-tdep.c: Include "osabi.h".
6940 * alphanbsd-tdep.c: Include "osabi.h".
6941
6942 * arm-tdep.h: Don't include "osabi.h".
6943 (struct gdbarch_tdep): Remove osabi member.
6944 * arm-tdep.c: Include "osabi.h".
6945 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6946 iterate over arches. Update call to gdbarch_init_osabi.
6947 (arm_dump_tdep): Don't dump osabi.
6948 * arm-linux-tdep.c: Include "osabi.h".
6949 * armnbsd-tdep.c: Include "osabi.h".
6950
6951 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
6952 Update call to gdbarch_init_osabi.
6953
6954 * i386-tdep.h: Don't include "osabi.h".
6955 (struct gdbarch_tdep): Remove osabi member.
6956 * i386-tdep.c: Include "osabi.h".
6957 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6958 iterate over arches. Update call to gdbarch_init_osabi.
6959 (i386_dump_tdep): Don't dump osabi.
6960 * i386-linux-tdep.c: Include "osabi.h".
6961 * i386-sol2-tdep.c: Include "osabi.h".
6962 * i386bsd-tdep.c: Include "osabi.h".
6963 * i386gnu-tdep.c: Include "osabi.h".
6964 * i386ly-tdep.c: Include "osabi.h".
6965 * i386nbsd-tdep.c: Include "osabi.h".
6966 * i386obsd-tdep.c: Include "osabi.h".
6967
6968 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
6969 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6970 check osabi when iterating over arches. Update call to
6971 gdbarch_init_osabi.
6972 (mips_dump_tdep): Don't dump osabi.
6973
6974 * ns32k-tdep.h: Don't include "osabi.h".
6975 (struct gdbarch_tdep): Remove.
6976 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
6977 gdbarch_lookup_osabi. Don't iterate over arches. Don't
6978 allocate tdep. Update call to gdbarch_init_osabi.
6979 (ns32k_dump_tdep): Remove.
6980 (_initialize_ns32k_tdep): Update call to gdbarch_register.
6981 * ns32knbsd-tdep.c: Include "osabi.h".
6982
6983 * ppc-tdep.h: Don't include "osabi.h".
6984 (struct gdbarch_tdep): Remove osabi member.
6985 * rs6000-tdep.c: Include "osabi.h".
6986 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
6987 osabi when iterating over arches. Update call to
6988 gdbarch_init_osabi.
6989 (rs6000_dump_tdep): Don't dump osabi.
6990 * ppc-linux-tdep.c: Include "osabi.h".
6991 * ppcnbsd-tdep.c: Include "osabi.h".
6992
6993 * sh-tdep.h: Don't include "osabi.h".
6994 (struct gdbarch_tdep): Remove osabi member.
6995 * sh-tdep.c: Include "osabi.h".
6996 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
6997 iterate over arches. Update call to gdbarch_init_osabi.
6998 (sh_dump_tdep): Don't dump osabi.
6999 * shnbsd-tdep.c: Include "osabi.h".
7000
7001 * sparc-tdep.c: Include "osabi.h".
7002 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7003 iterate over arches. Update call to gdbarch_init_osabi.
7004 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
7005 tdep structure.
7006
7007 * vax-tdep.h: Don't include "osabi.h".
7008 (struct gdbarch_tdep): Remove.
7009 * vax-tdep.c: Include "osabi.h".
7010 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7011 iterate over arches. Don't allocate tdep. Update call
7012 to gdbarch_init_osabi.
7013 (vax_dump_tdep): Remove.
7014 (_initialize_vax_tdep): Update call to gdbarch_register.
7015
a881cf8e
DJ
70162003-01-04 Daniel Jacobowitz <drow@mvista.com>
7017
7018 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
7019 entirely.
7020 (breakpoint_re_set_one): Don't fetch the value for a disabled
7021 watchpoint.
7022
1e698235
DJ
70232003-01-04 Daniel Jacobowitz <drow@mvista.com>
7024
7025 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
7026 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
7027 (COERCE_FLOAT_TO_DOUBLE): Remove.
7028 * gdbarch.c: Regenerate.
7029 * gdbarch.h: Regenerate.
7030 * Makefile.in: Remove value_h from gdbarch_h.
7031 * valops.c (coerce_float_to_double): New variable.
7032 (default_coerce_float_to_double): Remove.
7033 (standard_coerce_float_to_double): Remove.
7034 (value_arg_coerce): Use coerce_float_to_double.
7035 (_initialize_valops): Add "set coerce-float-to-double".
7036 * value.h (default_coerce_float_to_double): Remove prototype.
7037 (standard_coerce_float_to_double): Remove prototype.
7038
7039 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
7040 prototyped.
7041 * mdebugread.c (parse_symbol): Likewise.
7042 * stabsread.c (define_symbol): Mark all functions as prototyped.
7043
7044 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
7045 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
7046 set_gdbarch_coerce_float_to_double.
7047 * arm-tdep.c (arm_gdbarch_init): Likewise.
7048 * frv-tdep.c (frv_gdbarch_init): Likewise.
7049 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
7050 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
7051 * mips-tdep.c (mips_gdbarch_init): Likewise.
7052 (mips_coerce_float_to_double): Remove.
7053 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7054 (rs6000_coerce_float_to_double): Remove.
7055 * s390-tdep.c (s390_gdbarch_init): Likewise.
7056 * sh-tdep.c (sh_gdbarch_init): Likewise.
7057 (sh_coerce_float_to_double): Remove.
7058 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7059 (sparc_coerce_float_to_double): Remove.
7060 * v850-tdep.c (v850_gdbarch_init): Likewise.
7061 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7062 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7063 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
7064 (hppa_coerce_float_to_double): Remove prototype.
7065 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7066
f436a26a
DJ
70672003-01-04 Daniel Jacobowitz <drow@mvista.com>
7068
7069 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
7070
248f8055
DJ
70712003-01-04 Daniel Jacobowitz <drow@mvista.com>
7072
7073 Suggested by Stewart Brown <sb24@avaya.com>:
7074 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
7075 in recursive calls. Handle TYPE_CODE_TYPEDEF.
7076 (c_type_print_varspec_suffix): Likewise.
7077
72cfdc76
MK
70782003-01-04 Mark Kettenis <kettenis@gnu.org>
7079
bfd260bb
MK
7080 * configure.in: Don't set and AC_SUBST SUBDIRS.
7081 * configure: Regenerated.
7082
72cfdc76
MK
7083 * configure.in: Remove code dealing with shared libraries.
7084 * Makefile.in: Remove HLDFLAGS and HLDENV.
7085 * configure: Regenerated.
7086
c8b8a898
AC
70872003-01-04 Andrew Cagney <ac131313@redhat.com>
7088
7089 * frame.c (deprecated_frame_xmalloc): New function.
7090 (deprecated_set_frame_saved_regs_hack): New function.
7091 (deprecated_set_frame_extra_info_hack): New function.
7092 * frame.h (deprecated_frame_xmalloc): Declare.
7093 (deprecated_set_frame_saved_regs_hack): Declare.
7094 (deprecated_set_frame_extra_info_hack): Declare.
7095
14abd0fb
MK
70962003-01-04 Mark Kettenis <kettenis@gnu.org>
7097
8ee53726
MK
7098 * configure.in: Move code that provides the --enable-gdbtk option
7099 right after the code that handles the --enable-tui option, and
7100 polish it somewhat.
7101 * configure: Regenerated.
7102
14abd0fb
MK
7103 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
7104 AC_CHECK_FUNCS and remove the old check for pread64.
7105 * acinclude.m4 (AC_GNU_SOURCE): New macro.
7106 * acconfig.h (_GNU_SOURCE): Add.
7107 (HAVE_PREAD64): Remove.
7108 * configure, aclocal.m4, config.in: Regenerated.
7109
b2fb4676
AC
71102003-01-03 Andrew Cagney <ac131313@redhat.com>
7111
7112 * alpha-tdep.c: Use get_frame_saved_regs.
7113 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7114 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7115 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
7116 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
7117 * vax-tdep.c, xstormy16-tdep.c: Ditto.
7118
8dcde887
MK
71192003-01-03 Mark Kettenis <kettenis@gnu.org>
7120
7121 * configure.in: Remove all use of the SUBDIRS variable; add
7122 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
7123 code providing the --enable-multi-ice option, and move it right in
7124 front of the code that checks whether gdbserver is supported.
7125 Polish that too.
7126 * configure: Regenerated.
7127 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
7128 @SUBDIRS@.
7129
8ccd593b
AC
71302003-01-03 Andrew Cagney <cagney@redhat.com>
7131
7132 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
7133 * avr-tdep.c, cris-tdep.c: Ditto.
7134 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7135 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7136
91151a06
MK
71372003-01-03 Mark Kettenis <kettenis@gnu.org>
7138
7139 * configure.in: Remove --enable-netrom option.
7140 * configure: Regenerated.
7141
8fe84d01
MK
71422003-01-03 Mark Kettenis <kettenis@gnu.org>
7143
7144 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
7145 declaration for `struct re_pattern_buffer' instead.
7146 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
7147
f0394be6
JB
71482003-01-03 J. Brobecker <brobecker@gnat.com>
7149
7150 * mdebugread.c (parse_symbol): Count until the stEnd matching
7151 the structure name.
7152
27e9bf90
MK
71532003-01-02 Mark Kettenis <kettenis@gnu.org>
7154
93d331ba
MK
7155 * configure.in: Remove --with-cpu option.
7156 subscripts. Remove evil changequotes here.
7157 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
7158 * config.in, configure: Regenerated.
7159
27e9bf90
MK
7160 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
7161 * configure.in: Cleanup section that sources GDB and BFD configure
7162 subscripts. Remove evil changequotes here.
7163 * config.in, configure: Regenerated.
7164
50abf9e5
AC
71652003-01-02 Andrew Cagney <ac131313@redhat.com>
7166
7167 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
7168 frame accessor methods.
7169 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7170 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7171 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
7172 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
7173 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7174 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7175 * z8k-tdep.c: Ditto.
7176
287c1a40
MK
71772003-01-02 Mark Kettenis <kettenis@gnu.org>
7178
f5dbc56d
MK
7179 * configure.in: Remove UI_OUT configuration code.
7180 * ada-lang.c: Update assuming UI_OUT is always true.
7181 * Makefile.in (UIOUT_CFLAGS): Remove.
7182 * configure: Regenerated.
7183 * TODO: Remove blurb about elimination of -DUI_OUT.
7184
627af7ea
MK
7185 * configure.in: Move code that provides the --enable-gdbcli,
7186 --enable-gdbmi options right before the code that handles the
7187 --enable-tui option. Polish a bit.
7188 * configure: Regenerated.
7189
06825bd1
MK
7190 * configure.in: Rewrite check for GNU regex and the
7191 --without-included regex option, and move it into the "Checks for
7192 library functions" section. This makes us use the system regex
7193 again by default on systems with version 2 of the GNU C library.
7194 This was apparently broken.
7195 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
7196 * acconfig.h (USE_INCLUDED_REGEX): Remove.
7197 * config.in, configure: Regenerated.
7198
287c1a40
MK
7199 * configure.in: Move code that provides the --enable-tui option
7200 before the "Checks for libraries" section. Polish the code
7201 somewhat and set need_curses to yes if we build the TUI. Rewrite
7202 code that looks for a library providing termcap functionality to
7203 match more closely what's done in the Readline library, and move
7204 it into to the "Checks for libraries" section.
7205 * configure: Regenerated.
7206 * Makefile.in (TERMCAP): Remove variable.
7207 * config/i386/go32.mh (TERMCAP): Remove variable.
7208
684e56bf
AC
72092003-01-02 Andrew Cagney <ac131313@redhat.com>
7210
7211 * MAINTAINERS: Mention gdb_mbuild.sh.
7212 * gdb_mbuild.sh: Rewrite.
7213
e1ea1d75
MK
72142003-01-02 Mark Kettenis <kettenis@gnu.org>
7215
7216 * configure.in: Fix typo in last change.
7217 * config.in, configure: Regenerated.
7218
1b831c93
AC
72192003-01-02 Andrew Cagney <ac131313@redhat.com>
7220
7221 * valarith.c (value_binop): Delete obsolete code and comments.
7222 * configure.host: Ditto.
7223 * buildsym.h (make_blockvector): Ditto.
7224 * buildsym.c (make_blockvector): Ditto.
7225 * defs.h (enum language): Ditto.
7226 (chill_demangle): Ditto.
7227 * elfread.c (elf_symtab_read): Ditto.
7228 * dwarfread.c (CHILL_PRODUCER): Ditto.
7229 (set_cu_language): Ditto.
7230 (handle_producer): Ditto.
7231 * expprint.c (print_subexp): Ditto.
7232 * gdbtypes.c (chill_varying_type): Ditto.
7233 * gdbtypes.h (builtin_type_chill_bool): Ditto.
7234 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
7235 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
7236 (chill_varying_type): Ditto.
7237 * language.h (_LANG_chill): Ditto.
7238 * language.c (binop_result_type, integral_type): Ditto.
7239 (character_type, string_type, structured_type): Ditto.
7240 (lang_bool_type, binop_type_check): Ditto.
7241 * stabsread.h (os9k_stabs): Ditto.
7242 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
7243 (define_symbol, read_type, read_struct_fields): Ditto.
7244 (read_array_type, read_enum_type, read_huge_number): Ditto.
7245 (read_range_type, start_stabs): Ditto.
7246 * symfile.c (init_filename_language_table): Ditto.
7247 (add_psymbol_with_dem_name_to_list): Ditto.
7248 * symtab.c (symbol_init_language_specific): Ditto.
7249 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
7250 * symtab.h (struct general_symbol_info): Ditto.
7251 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
7252 * typeprint.c (typedef_print): Ditto.
7253 * utils.c (fprintf_symbol_filtered): Ditto.
7254 * valops.c (value_cast, search_struct_field, value_slice): Delete
7255 obsolete code.
7256 (varying_to_slice): Delete function.
7257 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
7258 (varying_to_slice): Delete declaration.
7259 * MAINTAINERS: Update.
7260
8bb2c122
MK
72612003-01-02 Mark Kettenis <kettenis@gnu.org>
7262
97bf5e38
MK
7263 * configure.in: Reorganize "Checks for library functions section"
7264 a bit. Remove check for `btowc' and `isascii' functions.
7265 * configure: Regenerated.
7266
5ee754fc
MK
7267 * acconfig.h (_MSE_INT_H): Remove.
7268 * configure.in: Create "Checks for header files" section, and move
7269 appropriate tests there. Don't check for objlist.h, wchar.h,
7270 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
7271 misdetection fix. Also add "Checks for types", "Checks for
7272 compiler characteristics" and "Checks for library functions"
7273 sections.
7274 * config.in, configure: Regenerated.
7275
8bb2c122
MK
7276 * configure.in: Create "Checks for programs" section, and move
7277 appropriate tests there.
7278
9a156167
MK
72792003-01-01 Mark Kettenis <kettenis@gnu.org>
7280
7281 * configure.in: Create "Checks for libraries" section, and move
7282 appropriate tests there. Cleanup check for wctype in libw. Use
7283 AC_SEARCH_LIBS to see whether we need libsocket.
7284 * configure: Regenerated.
7285
a80e2bcb 7286For older changes see ChangeLog-2002
c906108c
SS
7287\f
7288Local Variables:
7289mode: change-log
7290left-margin: 8
7291fill-column: 74
7292version-control: never
7293End:
This page took 2.020668 seconds and 4 git commands to generate.