Add DLX target
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
697f244d
AC
12002-05-28 Andrew Cagney <ac131313@redhat.com>
2
3 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4 `tr' and `sed'. Mention that `broken' targets are not expected to
5 build.
6
f08caad1 72002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
8
9 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
10 Let PC point right after the prologue before looking up symbols.
11
3139facc
MH
122002-05-27 Martin M. Hunt <hunt@redhat.com>
13
14 * i386-tdep.c (i386_register_virtual_type): Return
15 builtin_type_vec128i for SSE registers.
16
17 * gdbtypes.h (builtin_type_vec128i): Declare.
18
19 * gdbtypes.c (build_builtin_type_vec128i): New function.
20 (builtin_type_v2_double, builtin_type_v4_int64): New types.
21 (builtin_type_vec128i): New type for SSE2 128-bit registers.
22 (build_gdbtypes): Initialize new builtin vector types.
23 (_initialize_gdbtypes): Register new vector types with gdbarch.
24
6e3ba3b8
JT
252002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
26
27 * MAINTAINERS: ns32k is not longer an obsolete candidate,
28 since it has been multi-arch'd.
29 * NEWS: Note that ns32k-*-* is now partial multi-arch.
30 Move Alpha and VAX multi-arch news entries to same section
31 as other multi-arch news.
32
93d5585d
JT
332002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
34
35 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
36 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
37 static. Rename some register numbers to put them in ns32k-tdep
38 private namespace.
39 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
40 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
41 functions.
42 (_initialize_ns32k_tdep): Use gdbarch_register.
43 * ns32k-tdep.h: New file.
44 * ns32knbsd-tdep.c: New file.
45 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
46 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
47 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
48 REGISTER_BYTES, REGISTER_BYTE): Remove.
49 * config/ns32k/tm-ns32k.h: New file.
50 * config/ns32k/tm-umax.h: Remove.
51
efb2c70e
JT
522002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
53
54 * ns32k-tdep.c (ns32k_saved_pc_after_call,
55 ns32k_store_struct_return, ns32k_extract_return_value,
56 ns32k_store_return_value, ns32k_extract_struct_value_address): New
57 functions.
58 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
59 ns32k_saved_pc_after_call.
60 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
61 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
62 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
63 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
64 ns32k_extract_struct_value_address.
65
7bcc927b
JT
662002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
67
68 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
69 ns32k_fix_call_dummy): New.
70 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
71 ns32k_call_dummy_words.
72 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
73 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
74 CALL_DUMMY_NARGS): Remove.
75 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
76
78f9d765
JT
772002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
78
79 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
80 ns32k_frame_saved_pc, ns32k_frame_args_address,
81 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
82 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
83 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
84 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
85 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
86 (BREAKPOINT): Remove..
87 (FRAME_CHAIN): Define as ns32k_frame_chain.
88 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
89 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
90 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
91 (FRAME_FIND_SAVED_REGS): Remove.
92 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
93 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
94 (POP_FRAME): Define as ns32k_pop_frame.
95
f2c762e0
JT
962002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
97
98 * ns32k-tdep.c (ns32k_register_byte_32082,
99 ns32k_register_byte_32382, ns32k_register_raw_size,
100 ns32k_register_virtual_size, ns32k_register_virtual_type): New
101 functions.
102 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
103 ns32k_register_byte_32382.
104 * config/ns32k/tm-umax.h: Update copyright years.
105 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
106 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
107 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
108 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
109 (ns32k_get_enter_addr): Fix prototype.
110
af137673
JT
1112002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
112
113 * ns32k-tdep.c: Update copyright years.
114 (ns32k_register_name_32082): New function.
115 (ns32k_register_name_32382): Ditto.
116 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
117 (REGISTER_NAME): Define as ns32k_register_name_32382.
118 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
119 (REGISTER_NAME): Define as ns32k_register_name_32082.
120
a8bc7b56
JB
1212002-05-24 Jim Blandy <jimb@redhat.com>
122
123 * dwarf2read.c (free_line_header): Use xfree, not free.
124
83a45910
JT
1252002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
126
127 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
128 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
129
0db71247
AC
1302002-05-23 Andrew Cagney <ac131313@redhat.com>
131
132 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
133
b9e5e4dd
AC
1342002-05-23 Andrew Cagney <ac131313@redhat.com>
135
136 From Ross Alexander at NEC Europe:
137 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
138
de530e84
MS
1392002-05-23 Michael Snyder <msnyder@redhat.com>
140
141 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
142 for input, rather than parse_and_eval_address.
143
b91b96f4
AC
1442002-05-23 Andrew Cagney <ac131313@redhat.com>
145
146 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
147 * Makefile.in (sim_d10v_h): Update definition.
148
8b279e7a
AC
1492002-05-24 Andrew Cagney <cagney@redhat.com>
150
151 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
152 change `2002-05-22 Michael Snyder' below.
153 (d10v_push_arguments): Ditto.
154 (d10v_extract_return_value): Ditto.
155
0a3d0425
JB
1562002-05-23 Jim Blandy <jimb@redhat.com>
157
158 * macrotab.c (check_for_redefinition): Don't complain if the new
159 definition is the same as the previous one. Take more arguments
160 to allow the comparison.
161 (macro_define_object, macro_define_function): Pass more arguments
162 to check_for_redefinition.
163
78eac43e
MS
1642002-05-22 Michael Snyder <msnyder@redhat.com>
165
166 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
167 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
168 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
169 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
170 Don't bail if return_pc is PC_IN_CALL_DUMMY.
171 Add a temp variable to save a call (and a memory read).
172 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
173 if possible (so that PC_IN_CALL_DUMMY will work).
174
9bc1edb8
CV
1752002-05-22 Corinna Vinschen <vinschen@redhat.com>
176
177 * MAINTAINERS: Remove status `OBSOLETE' from v850.
178
005ef3d2
ML
1792002-05-22 Michal Ludvig <mludvig@suse.cz>
180
181 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
182 fde->cie_ptr.
183 (dwarf2_build_frame_info): Corrected handling of eh_frame.
184 (dwarf2_build_frame_info): Add offset to fde->initial_location
185 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
186 (execute_stack_op): Change type of 'result' from ULONGEST to
187 CORE_ADDR.
005ef3d2 188
fcf4f891
JT
1892002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
190
191 * config/alpha/tm-nbsd.h: Include solib.h.
192
cfef91e4
JT
1932002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
194
195 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
196 assumptions about the host's byte order.
197
9964235a
JT
1982002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
199
200 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
201 to dependency list.
202 * alphanbsd-tdep.c: Include solib-svr4.h.
203 * shnbsd-tdep.c: Ditto.
204
9eeef8ef
JT
2052002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
206
207 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
208 nbsd-tdep.h to dependency list.
209 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
210 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
211 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
212 nbsdaout.mh and nbsdelf.mh consistently.
213 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
214 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
215 nbsdaout.mt and nbsdelf.mh consistently.
216 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
217 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
218 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
219 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
220 a.out shared library stuff from here...
221 * config/nm-nbsdaout.h: ...to here.
222 * config/tm-nbsd.h: Remove.
223 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
224 * config/arm/nbsd.mh: Remove.
225 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
226 nbsd-tdep.o.
227 * config/arm/nbsdaout.mh: New file.
228 * config/arm/nbsdelf.mh: New file.
229 * config/arm/nm-nbsdaout.h: New file.
230 * config/i386/nbsd.mh: Remove.
231 * config/i386/nbsd.mt: Remove.
232 * config/i386/nbsdaout.mh: New file.
233 * config/i386/nbsdaout.mt: New file.
234 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
235 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
236 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
237 i386_register_u_addr): Remove.
238 * config/i386/nm-nbsdaout.h: New file.
239 * config/i386/nm-nbsdelf.h: Remove.
240 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
241 (USE_STRUCT_CONVENTION): Remove.
242 * config/i386/tm-nbsdaout.h: New file.
243 * config/i386/tm-nbsdelf.h: Remove.
244 * config/m68k/nbsd.mh: Remove.
245 * config/m68k/nbsd.mt: Remove.
246 * config/m68k/nbsdaout.mh: New file.
247 * config/m68k/nbsdaout.mt: New file.
248 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
249 * config/m68k/nm-nbsdaout.h: New file.
250 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
251 (IN_SOLIB_CALL_TRAMPOLINE): Define.
252 * config/ns32k/nbsd.mh: Remove.
253 * config/ns32k/nbsd.mt: Remove.
254 * config/ns32k/nbsdaout.mh: New file.
255 * config/ns32k/nbsdaout.mt: New file.
256 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
257 * config/ns32k/nm-nbsdaout.h: New file.
258 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
259 (IN_SOLIB_CALL_TRAMPOLINE): Define.
260 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
261 (SVR4_SHARED_LIBS): Remove.
262 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
263 * config/sparc/nbsd.mh: Remove.
264 * config/sparc/nbsd.mt: Remove.
265 * config/sparc/nbsdaout.mh: New file.
266 * config/sparc/nbsdaout.mt: New file.
267 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
268 * config/sparc/nbsdelf.mt: New file.
269 * config/sparc/nm-nbsdaout.h: New file.
270 * config/sparc/nm-nbsdelf.h: Remove.
271 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
272 * config/sparc/tm-nbsdaout.h: New file.
273
257ce470
JT
2742002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
275
276 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
277 mipsnbsd-tdep.c
278 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
279
76a6d5fe
JT
2802002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
281
282 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
283 shnbsd-nat.c.
284 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
285
45888261
JT
2862002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
287
288 * NEWS: Note new MIPS NetBSD native configuration.
289 * configure.host (mips*-*-netbsd*): New host.
290 * configure.tgt (mips*-*-netbsd*): New target.
291 * mipsnbsd-nat.c: New file.
292 * mipsnbsd-tdep.c: New file.
293 * mipsnbsd-tdep.h: New file.
294 * config/mips/nbsd.mh: New file.
295 * config/mips/nbsd.mt: New file.
296 * config/mips/nm-nbsd.h: New file.
297 * config/mips/tm-nbsd.h: New file.
298
70f80edf
JT
2992002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
300
301 * Makefile.in (SFILES): Add osabi.c.
302 (COMMON_OBS): Add osabi.o.
303 (osabi.o): New dependency list.
304 * osabi.c: New file.
305 * osabi.h: New file.
306 * doc/gdbint.texinfo: Document new generic OS ABI framework.
307
308 * Makefile.in (alpha_tdep_h): Define and use instead of
309 alpha-tdep.h.
310 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
311 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
312 Remove.
313 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
314 * alpha-tdep.h: Include osabi.h.
315 (alpha_abi): Remove.
316 (gdbarch_tdep): Use generic OS ABI framework.
317 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
318 gdbarch_register_osabi.
319 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
320 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
321 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
322
323 * Makefile.in (sh_tdep_h): Add osabi.h.
324 * sh-tdep.h (sh_osabi): Remove.
325 (gdbarch_tdep): Use generic OS ABI framework.
326 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
327 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
328 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
329 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
330
331 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
332 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
333 gdbarch_register_osabi.
334 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
335 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
336 (get_elfosabi): Rename to...
337 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
338 ABI framework support routines.
339 (arm_gdbarch_init): Use generic OS ABI framework.
340 (arm_dump_tdep): Likewise.
341 (_initialize_arm_tdep): Likewise.
342 * arm-tdep.h: Include osabi.h.
343 (arm_abi): Remove.
344 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
345 osabi member.
346 (arm_gdbarch_register_os_abi): Remove prototype.
347 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
348 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
349
350 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
351 * mips-tdep.c: Include osabi.h.
352 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
353 OS ABI framework.
354
d194345b
KH
3552002-05-20 Kazu Hirata <kazu@cs.umass.edu>
356
357 * h8300-tdep.c: Fix formatting.
358
70c6b0d1
EZ
3592002-05-20 Elena Zannoni <ezannoni@redhat.com>
360
361 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
362 printing vector registers.
363
165b8e33
AC
3642002-05-19 Andrew Cagney <ac131313@redhat.com>
365
366 From Fernando Nasser:
367 * remote.c (remote_async_open_1): Re-throw the exception when the
368 connection fails.
369 (remote_cisco_open): Ditto.
370 (remote_open_1): Ditto.
371
36918e70
AC
3722002-05-19 Andrew Cagney <ac131313@redhat.com>
373
374 * remote.c (remote_start_remote_dummy): Add uiout parameter.
375 (remote_start_remote): Add uiout parameter. Pass through to
376 remote_start_remote_dummy.
377 (remote_open_1): Use catch_exception instead of catch_errors.
378 (remote_async_open_1): Ditto.
379 (remote_cisco_open): Ditto.
380
ae44c0c4
AC
3812002-05-19 Andrew Cagney <ac131313@redhat.com>
382
383 * remote.c (remote_start_remote): Replace PTR with void pointer.
384 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
385 static.
386
8efe637d
AC
3872002-05-18 Andrew Cagney <ac131313@redhat.com>
388
389 * gdb_indent.sh: Allow the script to be run in the sim directory.
390
2f1b5984
MK
3912002-05-18 Mark Kettenis <kettenis@gnu.org>
392
f0f625e2
MK
393 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
394 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
395
2f1b5984
MK
396 * corelow.c (core_open): Only call set_gdbarch_from_file if
397 exec_bfd is NULL.
398
fc974602
AV
3992002-05-17 Andrey Volkov <avolkov@transas.com>
400
401 * h8300-tdep.c: Add support of EXR register
402 * config/h8300/tm-h8300.h: Ditto.
403
906709f4
AV
4042002-05-17 Andrey Volkov <avolkov@transas.com>
405
406 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
407
6e591d68
AV
4082002-05-17 Andrey Volkov <avolkov@transas.com>
409
410 * h8300-tdep.c: Change literal regnums to REGNO.
411
84f0252a
JB
4122002-05-17 Jim Blandy <jimb@redhat.com>
413
e0e9281e
JB
414 * NEWS: Note addition of macro support.
415
84f0252a
JB
416 Expand preprocessor macros in C expressions.
417 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
418 (scan_macro_expansion, scanning_macro_expansion,
419 finished_macro_expansion): New function declarations.
420 (expression_macro_lookup_func, expression_macro_lookup_baton): New
421 variable declarations.
422 * parser-defs.h (expression_context_pc): New declaration.
423 * parse.c (expression_context_pc): New variable.
424 (parse_exp_1): Set expression_context_pc, as well as
425 expression_context_block.
426 * c-exp.y (yylex): If we're not already reading the result of a
427 macro expansion, try to macro-expand the next token. When we're
428 done scanning a macro expansion, switch back to the mainline text.
429 Commas and `if's in a macro's expansion don't terminate the input.
430 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
431 (macro_original_text, macro_expanded_text,
432 expression_macro_lookup_func, expression_macro_lookup_baton): New
433 variables.
434 (scan_macro_expansion, scanning_macro_expansion,
435 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
436 c_preprocess_and_parse): New functions.
437 (c_language_defn, cplus_language_defn, asm_language_defn): Call
438 c_preprocess_and_parse, instead of c_parse.
439 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
440 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
441
1c509ca8
JR
442Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
443
444 * sh-tdep.c (gdb_print_insn_sh64): Delete.
445 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
446 (sh_gdbarch_init): Always use gdb_print_insn_sh.
447
2250ee0c
CV
4482002-05-17 Corinna Vinschen <vinschen@redhat.com>
449
450 * NEWS: Add section for multi-arched targets. Add v850 to that section.
451
ab3b8126
JT
4522002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
453
454 * Makefile.in (sh_tdep_h): Define and use.
455 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
456 register enum): Move to...
457 * * sh-tdep.h: ...here.
458 * sh-tdep.c: Include sh-tdep.h.
459 * sh3-rom.c: Likewise.
460 * shnbsd-tdep.c: Likewise.
461
ed9d4749
MS
4622002-05-16 Michael Snyder <msnyder@redhat.com>
463
464 * arm-tdep.c: Spelling fix in comment.
465
2e276125
JB
4662002-05-16 Jim Blandy <jimb@redhat.com>
467
6821892e
JB
468 Add commands for manually expanding macros and showing their
469 definitions.
470 * macrocmd.c, macroscope.c, macroscope.h: New files.
471 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
472 (macroscope_h): New variable.
473 (HFILES_NO_SRCDIR): Add macroscope.h.
474 (COMMON_OBS): Add macrocmd.o, macroscope.o.
475 (macroscope.o, macrocmd.o): New rules.
476
2e276125
JB
477 Teach the Dwarf 2 reader to read macro information.
478 * dwarf2read.c: #include "macrotab.h".
479 (dwarf_macinfo_buffer): New variable.
480 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
481 dwarf_macinfo_size.
482 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
483 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
484 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
485 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
486 dwarf2_macro_spaces_in_definition): New complaints.
487 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
488 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
489 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
490 the partial symbol table.
491 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
492 from what's recorded in the partial symbol table.
493 (read_file_scope): If the compilation unit has a
494 `DW_AT_macro_info' attribute, read its macro information.
495 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
496
2f53fe6c
DJ
4972002-05-16 Daniel Jacobowitz <drow@mvista.com>
498
499 Fix PR gdb/546
500 * ser-tcp.c: Don't include <netinet/udp.h>.
501
2be99286
SC
5022002-05-16 Stephane Carrez <stcarrez@nerim.fr>
503
504 * MAINTAINERS: Update my email address.
505
c9af212b 5062002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
507
508 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
509 include file of the same name.
510
bf5f1a52
CV
5112002-05-16 Corinna Vinschen <vinschen@redhat.com>
512
513 * configure.tgt: Mark v850 as multi-arched.
514 * config/v850/tm-v850.h: Remove file.
515 * config/v850/v850.mt: Eliminate TM_FILE.
516
435e042a
CV
5172002-05-16 Corinna Vinschen <vinschen@redhat.com>
518
519 * v850-tdep.c: Full multi-arch.
520 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
521 Define GDB_MULTI_ARCH to 2.
522
9819c6c8
PM
5232002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
524
525 * p-exp.y (current_type): New static variable.
526 Carries the type of the expression at the position that is parsed.
527 (push_current_type, pop_current_type): Two new functions. Used
528 to store/restore current_type in expression on specific tokens.
c9af212b
RE
529 (search_field): New static variable. Set to one after parsing a point
530 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
531 (FIELDNAME): New token. After a point only a token belonging to
532 current_type type definition is allowed.
533 (all over token rules): reset and change current_type according
534 to rules.
535 (exp '[' rule): insert implicit array index field if
536 exp is a pascal string type.
537
3a06899a
CV
5382002-05-16 Corinna Vinschen <vinschen@redhat.com>
539
540 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
541 frame info. Use frame_info's saved_regs instead of matching member
542 in extra_frame_info throughout.
543 (v850_frame_init_saved_regs): New function.
544 (v850_init_extra_frame_info): Move most functionality into
545 v850_frame_init_saved_regs().
546 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
547 (v850_frame_find_saved_regs): Remove declaration.
548 (FRAME_FIND_SAVED_REGS): Remove definition.
549 (v850_frame_init_saved_regs): Add declaration.
550 (FRAME_INIT_SAVED_REGS): Add definition.
551
6ed14b0e
CV
5522002-05-16 Corinna Vinschen <vinschen@redhat.com>
553
554 * v850-tdep.c: Begin multi-arch'ing v850.
555 (v850_target_architecture_hook): Remove function.
556 (v850_gdbarch_init): New function. Add code previously in
557 v850_target_architecture_hook().
558 (_initialize_v850_tdep): Don't set target_architecture_hook.
559 Call register_gdbarch_init() instead.
560
42725910
DJ
5612002-05-16 Daniel Jacobowitz <drow@mvista.com>
562
563 * gdbtypes.h (struct cplus_struct_type): Remove args field.
564 * hpread.c (hpread_read_struct_type): Remove assignments to args.
565 (fixup_class_method_type): Likewise.
566
0bc68c49
DJ
5672002-05-15 Daniel Jacobowitz <drow@mvista.com>
568
569 From Martin Pool <mbp@samba.org>:
570 * gdbserver/server.c (gdbserver_usage): New function.
571 (main): Call it.
572
99d9066e
JB
5732002-05-15 Jim Blandy <jimb@redhat.com>
574
575 Add macro structures to GDB's symbol tables. Nobody puts anything
576 in them yet.
577 * symtab.h (struct symtab): New member: `macro_table'.
578 * buildsym.h (pending_macros): New global variable.
579 * buildsym.c: #include "macrotab.h".
580 (buildsym_init): Initialize `pending_macros'.
581 (end_symtab): If we found macro information while reading a CU's
582 debugging info, do build a symtab structure for it. Make the
583 symtab point to the macro information, and clear the
584 `pending_macros' pointer which held it while we were reading the
585 debug info.
586 (really_free_pendings): Free any pending macro table.
587 * objfiles.h (struct objfile): New member: `macro_cache'.
588 * objfiles.c (allocate_objfile): Set allocate and free functions
589 for the macro cache's objstack.
590 (free_objfile): Empty the macro cache's obstack.
591 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
592 set new allocate and free functions for it.
593 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
594 free functions for the macro cache's objstack. (Why is this
595 function building its own objfile?)
596 * symmisc.c (print_objfile_statistics): Print statistics on the
597 macro bcache.
598 * Makefile.in: Note that buildsym.o depends on macrotab.h.
599
c899585b
RE
6002002-05-15 Richard Earnshaw <rearnsha@arm.com>
601
602 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
603 (REGISTER_U_ADDR): Delete definition.
604 (arm_register_u_addr): Delete declaration.
605
a6cdd8c5
RE
6062002-05-15 Richard Earnshaw <rearnsha@arm.com>
607
608 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
609 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
610
fd3a5ca1
DJ
6112002-05-14 Daniel Jacobowitz <drow@mvista.com>
612
613 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
614 stop_at -> stop_pc.
615
c97dcfc7
AC
6162002-05-14 Andrew Cagney <ac131313@redhat.com>
617
618 * regcache.c (register_valid): Revise comments refering to "Not
619 available" and "unavailable".
620 * frame.c (frame_register_read): Ditto.
621 * findvar.c (value_of_register): Ditto.
622
93021b7d
AC
6232002-05-15 Andrew Cagney <cagney@redhat.com>
624
625 * Makefile.in (remote_sim_h): Replace remote-sim_h.
626 (remote-sim.o): Update dependencies.
627 (d10v-tdep.o): Specify dependencies.
628 (sim_d10v_h): Define.
629
a86bc61c
JB
6302002-05-14 Jim Blandy <jimb@redhat.com>
631
632 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
633 * macrotab.c (macro_lookup_inclusion, find_definition,
634 new_macro_table): Same.
635
636 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
637 not `! strcmp ()'. This is a dubious improvement.
638 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
639
640 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
641 although it's not necessary, to avoid a warning.
642
2fdde8f8
DJ
6432002-05-14 Daniel Jacobowitz <drow@mvista.com>
644
645 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
646 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
647 TYPE_INSTANCE_FLAGS.
648 (struct main_type): New.
649 (struct type): Move most members to struct main_type. Change
650 cv_type and as_type to new type_chain member. Add instance_flags.
651 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
652 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
653 (finish_cv_type): Remove prototype.
654 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
655 Set TYPE_CHAIN.
656 (alloc_type_instance): New function.
657 (smash_type): New function.
658 (make_pointer_type, make_reference_type, make_function_type)
659 (smash_to_member_type, smash_to_method_type): Call smash_type.
660 (make_qualified_type): New function.
661 (make_type_with_address_space): Call make_qualified_type.
662 (make_cv_type): Likewise.
663 (finish_cv_type): Remove unnecessary function.
664 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
665 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
666 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
667 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
668 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
669 * hpread.c (hpread_read_struct_type): Likewise.
670 * stabsread.c (read_struct_type): Likewise.
671
843fedf4
EZ
6722002-05-14 Elena Zannoni <ezannoni@redhat.com>
673
674 * configure.tgt: Add a catch all sh* target, for cases like
675 sh[2,3,4]-elf and sh-hms.
676
05a6c72c
KS
6772002-05-14 Keith Seitz <keiths@redhat.com>
678
679 * event-loop.c (create_file_handler): Don't do anything but
680 update data when we are given a fd which we are already
681 monitoring.
682
5d085aaf
ML
6832002-05-14 Michal Ludvig <mludvig@suse.cz>
684
685 * dwarf2cfi.c (context_cpy): Copy registers correctly.
686 (update_context): Use __func__ in warnings.
687
9db8d71f
DJ
6882002-05-14 Daniel Jacobowitz <drow@mvista.com>
689
690 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
691 and tcp_close to net_open and net_close.
692 (net_open): Accept "udp:" and "tcp:" specifications. Connect
693 using UDP if requested. Don't try to disable Nagle on UDP
694 sockets.
695 * remote.c (remote_serial_open): New function. Warn about UDP.
696 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
697
5dbc6baa
EZ
6982002-05-13 Elena Zannoni <ezannoni@redhat.com>
699
700 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
701
cc3023f7
EZ
7022002-05-13 Elena Zannoni <ezannoni@redhat.com>
703
704 * configure.tgt: Remove sh-hms target.
705 * MAINTAINERS: Don't list sh-hms as a separate target.
706
ec2bcbe7
JB
7072002-05-13 Jim Blandy <jimb@redhat.com>
708
709 Add first preprocessor macro-expansion files.
710 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
711 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
712 (splay_tree_h, macroexp_h, macrotab_h): New variable.
713 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
714 (COMMON_OBS): Add macrotab.o, macroexp.o.
715 (macroexp.o, macrotab.o): New rules.
716
6d531722
AC
7172002-05-13 Andrew Cagney <ac131313@redhat.com>
718
719 * config/m88k/tm-m88k.h: Update copyright.
720 (m88k_target_write_pc): Declare
721 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
722 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
723 (SHIFT_INST_REGS): Update definition.
724 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
725 using old definition of TARGET_WRITE_PC.
726 * regcache.c (generic_target_write_pc): Delete code handling
727 NNPC_REGNUM.
728 * gdbarch.sh (NNPC_REGNUM): Delete.
729 * gdbarch.h, gdbarch.c: Regenerate.
730
3e3f2739
RE
7312002-05-13 Richard Earnshaw <rearnsha@arm.com>
732
733 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
734 builtin reg number.
735
0004e5a2
DJ
7362002-05-13 Daniel Jacobowitz <drow@mvista.com>
737
738 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
739 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
740 (gen_address_of, gen_struct_ref, gen_repeat): Use type
741 access macros.
742 * c-typeprint.c (cp_type_print_method_args): Likewise.
743 (c_type_print_args): Likewise.
744 * d10v-tdep.c (d10v_push_arguments): Likewise.
745 (d10v_extract_return_value): Likewise.
746 * expprint.c (print_subexp): Likewise.
747 * gdbtypes.c (lookup_primitive_typename): Likewise.
748 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
749 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
750 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
751 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
752 (TYPE_VECTOR): Likewise.
753 * hpread.c (hpread_read_struct_type)
754 (fix_static_member_physnames, fixup_class_method_type)
755 (hpread_type_lookup): Likewise.
756 * mdebugread.c (parse_symbol, parse_type): Likewise.
757 * p-lang.c (is_pascal_string_type): Likewise.
758 * valops.c (hand_function_call): Likewise.
759 * x86-64-tdep.c (classify_argument): Likewise.
760
761 * hpread.c (hpread_read_function_type)
762 (hpread_read_doc_function_type): Call replace_type.
763 * dstread.c (create_new_type): Delete.
764 (decode_dst_structure, process_dst_function): Call alloc_type.
765 Use type access macros.
766
dff95cc7
MK
7672002-05-12 Mark Kettenis <kettenis@gnu.org>
768
769 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
770 the're not supported by the current architecture.
771 (i387_fill_fxsave): Likewise.
772
bbcd32ad
FF
7732002-05-12 Fred Fish <fnf@redhat.com>
774
775 * symfile.c (default_symfile_offsets): Arrange for uninitialized
776 sect_index_xxx members to index the first slot in section_offsets
777 if all of the section_offsets are zero.
778
89cf4787
MK
7792002-05-12 Mark Kettenis <kettenis@gnu.org>
780
781 * configure.tgt (sparc-*openbsd): Remove entry accidentially
782 checked in with last change.
783
1f77ffc5
MK
7842002-05-12 Mark Kettenis <kettenis@gnu.org>
785
786 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
787 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
788 config.sub.
789
89b8b4a9
DJ
7902002-05-12 Daniel Jacobowitz <drow@mvista.com>
791
792 * Makefile.in: Update dependencies.
793
14a5e767
AC
7942002-05-11 Andrew Cagney <ac131313@redhat.com>
795
796 * language.c (local_hex_string_custom): Simplify. Do not depend
797 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
798
799 * memattr.c (mem_info_command): Replace calls to
800 longest_local_hex_string and longest_local_hex_string_custom.
801 * buildsym.c (make_blockvector): Ditto.
802 * solib.c (info_sharedlibrary_command): Ditto.
803 * tracepoint.c (tracepoints_info): Ditto.
804 * symtab.c (print_msymbol_info): Ditto.
805
806 * language.c (local_hex_string): Delete.
807 (local_hex_string_custom): Delete.
808 (longest_local_hex_string): Rename to local_hex_string.
809 (longest_local_hex_string_custom): Rename to
810 local_hex_string_custom.
811 * language.h (local_hex_string): Change parameter type to LONGEST.
812 (local_hex_string_custom): Ditto.
813 (longest_local_hex_string): Delete declaration.
814 (longest_local_hex_string_custom): Ditto.
815
816 * solib.c: Update copyright.
817 * memattr.c: Update copyright.
818
13d01224
AC
8192002-05-11 Andrew Cagney <ac131313@redhat.com>
820
821 * arch-utils.h (legacy_register_to_value): Declare.
822 (legacy_value_to_register): Declare.
823 (legacy_convert_register_p): Declare.
824 * arch-utils.c (legacy_register_to_value): New function.
825 (legacy_value_to_register): New function.
826 (legacy_convert_register_p): New function.
827
828 * gdbarch.sh (REGISTER_TO_VALUE): Define.
829 (VALUE_TO_REGISTER): Define.
830 (CONVERT_REGISTER_P): Define.
831 * gdbarch.h, gdbarch.c: Regenerate.
832
833 * valops.c (value_assign): Use CONVERT_REGISTER_P and
834 VALUE_TO_REGISTER.
835 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
836 CONVERT_REGISTER_P.
837
4a1970e4
DJ
8382005-05-11 Daniel Jacobowitz <drow@mvista.com>
839 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
840
841 * Makefile.in: Update dependencies for valops.c.
842 * valops.c: Include "gdb_assert.h".
843 (typecmp): Skip THIS parameter to methods.
844 (find_method_list): Remove static_memfuncp argument,
845 update callers. Check for stub methods.
846 (find_value_oload_method_list): Don't set *static_memfuncp.
847 (find_overload_match): Don't check for stub methods. Assert
848 that methods are not stubbed. Handle static methods.
849 (value_find_oload_method_list): Remove static_memfuncp argument.
850 * gdbtypes.c (check_stub_method): Do not add THIS pointer
851 to the argument list for static stub methods.
852 * value.h (value_find_oload_method_list): Update prototype.
853
b2e75d78
AC
8542002-05-11 Andrew Cagney <ac131313@redhat.com>
855
856 * arch-utils.h (generic_register_size): Declare.
857 (generic_register_raw_size, generic_register_virtual_size): Delete
858 declarations.
859 * arch-utils.c (generic_register_raw_size): Delete.
860 (generic_register_size): New function.
861 (generic_register_virtual_size): Delete.
862
863 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
864 default generic_register_size.
865 * gdbarch.h, gdbarch.c: Re-generate.
866
867 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
868 register_virtual_size.
869 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
870 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
871
451fbdda
AC
8722002-05-11 Andrew Cagney <ac131313@redhat.com>
873
874 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
875 * gdbarch.h, gdbarch.c: Regenerate.
876 * gnu-v3-abi.c: Update copyright.
877 (vtable_address_point_offset): Update.
878 (gnuv3_rtti_type): Update.
879 (gnuv3_baseclass_offset): Update.
880 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
881 (init_fetch_link_map_offsets): Update.
882 * remote.c (get_remote_state): Update.
883
6d2f5cea
DJ
8842002-05-11 Daniel Jacobowitz <drow@mvista.com>
885
886 * TODO: Remove value_headof/value_from_vtable_info comment.
887 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
888 * values.c (value_headof, value_from_vtable_info): Delete.
889 * value.h (value_from_vtable_info): Delete prototype.
890
d2324da4
AC
8912002-05-11 Andrew Cagney <ac131313@redhat.com>
892
893 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
894 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
895 $(gdb_regex_h).
896 (gdb_assert_h): Define.
897 (gdb_wait_h): Define.
898 (gdb_regex_h): Define.
899
5c717440
DJ
9002002-05-11 Daniel Jacobowitz <drow@mvista.com>
901
902 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
903 * linespec.c (find_methods): Handle GCC 3.x template constructors.
904
6c7861b3
JT
9052002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
906
907 * nbsd-tdep.c: Fix comment.
908
ea5bc2a6
JT
9092002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
910
911 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
912 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
913 (nbsd-tdep.o): New dependency list.
914 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
915 nbsd-tdep.h.
916 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
917 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
918 * nbsd-tdep.c: New file.
919 * nbsd-tdep.h: New file.
920 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
921 nbsd-tdep.h.
922 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
923 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
924 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
925 * config/sh/nbsd.mt (TDEPFILES): Ditto.
926
b28da865
JT
9272002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
928
929 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
930 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
931 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
932 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
933 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
934 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
935
4b8ff1fa
JT
9362002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
937
938 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
939 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
940 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
941 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
942 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
943 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
944 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
945
dfe6eb1f
JT
9462002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
947
948 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
949 fetch_elfcore_registers to...
950 * i386nbsd-tdep.c: ...here.
951 (i386nbsd_use_struct_convention): Rename to...
952 (i386nbsd_aout_use_struct_convention): ...this.
953 (i386nbsd_supply_reg): New function.
954 (i386nbsd_fill_reg): New function.
955 (fetch_core_registers): Use i386nbsd_supply_reg.
956 (fetch_elfcore_registers): Likewise.
957 (_initialize_i386nbsd_tdep): New function.
958 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
959 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
960 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
961 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
962 (i386nbsd_aout_use_struct_convention): ...this.
963
20cb8cda
JT
9642002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
965
966 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
967 (store_inferior_registers): Use shnbsd_fill_reg.
968 * shnbsd-tdep.c (sh_nbsd_supply_registers,
969 sh_nbsd_supply_register): Collapse into...
970 (shnbsd_supply_reg): ...this.
971 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
972 (shnbsd_fill_reg): ...this.
973 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
974 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
975 (fetch_core_registers): Use shnbsd_supply_reg.
976 (fetch_elfcore_registers): Use shnbsd_supply_reg.
977 (sh_nbsd_core_fns): Rename to...
978 (shnbsd_core_fns): ...this.
979 (sh_nbsd_elfcore_fns): Rename to...
980 (shnbsd_elfcore_fns): ...this.
981 (sh_nbsd_init_abi): Rename to...
982 (shnbsd_init_abi): ...this.
983 (_initialize_sh_nbsd_tdep): Rename to...
984 (_initialize_shnbsd_tdep): ...this.
985 * shnbsd-tdep.h (sh_nbsd_supply_registers,
986 sh_nbsd_supply_register, sh_nbsd_fill_registers,
987 sh_nbsd_fill_register): Remove prototypes.
988 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
989
e750d25e
JT
9902002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
991
992 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
993 (i387-nat.o): Delete dependency list.
994 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
995 (x86-64-linux-nat.o): Likewise.
996 * i387-nat.c: Delete file, moving contents to...
997 * i387-tdep.c: ...here.
998 * i387-nat.h: Rename...
999 * i387-tdep.h: ...to this.
1000 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
1001 * i386-linux-nat.c: Likewise.
1002 * i386bsd-nat.c: Likewise.
1003 * i386gnu-nat.c: Likewise.
1004 * i386nbsd-nat.c: Likewise.
1005 * i386v4-nat.c: Likewise.
1006 * x86-64-linux-nat.c: Likewise.
1007 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
1008 * config/i386/go32.mh (NATDEPFILES): Likewise.
1009 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1010 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
1011 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
1012 * config/i386/linux.mh (NATDEPFILES): Likewise.
1013 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
1014 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1015 * config/i386/obsd.mh (NATDEPFILES): Likewise.
1016 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1017
1aee598a
JT
10182002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1019
1020 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
1021 (alphanbsd-nat.o): Remove dependency list.
1022 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
1023 * alphanbsd-nat.c: Delete. Contents moved to...
1024 * alphanbsd-tdep.c: ...here.
1025 (_initialize_alphanbsd_tdep): Register core functions.
1026 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
1027
12bcb0fe
JT
10282002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1029
1030 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
1031 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
1032 (alphanbsd-nat.o): Likewise.
1033 (alphabsd-tdep.o): New dependency list.
1034 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
1035 (fill_gregset): Use alphabsd_fill_reg.
1036 (supply_fpregset): Use alphabsd_supply_fpreg.
1037 (fill_fpregset): Use alphabsd_fill_fpreg.
1038 (fetch_inferior_registers): Use struct reg and struct fpreg
1039 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
1040 and alphabsd_supply_fpreg.
1041 (store_inferior_registers): Use struct reg and struct fpreg
1042 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
1043 and alphabsd_fill_fpreg.
1044 * alphabsd-tdep.c: New file.
1045 * alphabsd-tdep.h: New file.
1046 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
1047 (fetch_elfcore_registers): Use alphabsd_supply_reg and
1048 alphabsd_supply_fpreg.
1049 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
1050 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1051
361d1df0
EC
10522002-05-11 Eric Christopher <echristo@redhat.com>
1053
1054 * mips-tdep.c (mips_double_register_type): Fix thinko.
1055 (mips_single_register_type): Ditto.
1056 * MAINTAINERS: Add self.
1057
92dd7cee
MK
10582002-05-11 Mark Kettenis <kettenis@gnu.org>
1059
1060 * i387-nat.c (i387_supply_register, i387_fill_fsave,
1061 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
1062 right thing on architectures with different endianness and/or
1063 integer sizes.
1064
e27da16d
JT
10652002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
1066
1067 From Christian Limpach <chris@Pin.LU>
1068 * configure.in: Change sed expression which comments out
1069 NATDEPFILES to also comment out continuation lines.
1070 * configure: Regenerate.
1071
ddde02bd
EZ
10722002-05-10 Elena Zannoni <ezannoni@redhat.com>
1073
1074 * sh-tdep.c: Clean up code erroneously reintroduced by previous
1075 big patch.
1076
1c922164
EZ
10772002-05-10 Elena Zannoni <ezannoni@redhat.com>
1078
1079 * sh-tdep.c: Include correct file.
1080
283150cd
EZ
10812002-05-10 Elena Zannoni <ezannoni@redhat.com>
1082
1083 New support for sh64-elf (sh5) target.
1084
1085 * configure.tgt: For sh64-elf target, default to sh-elf.
1086
1087 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
1088 (struct gdbarch_tdep): Add new fields for new registers and ABI
1089 info.
361d1df0 1090
283150cd
EZ
1091 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
1092 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
1093 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
1094 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
1095 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
1096 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
1097 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
1098 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
1099 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
1100 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
1101 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
1102 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
1103 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
1104 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
1105 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
1106 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
1107 sh64_get_gdb_regnum, sh64_media_reg_base_num,
1108 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
1109 sign_extend, sh64_nofp_frame_init_saved_regs,
1110 sh64_init_extra_frame_info, sh64_get_saved_register,
1111 sh64_extract_struct_value_address, sh64_pop_frame,
1112 sh64_push_arguments, sh64_extract_return_value,
1113 sh64_store_return_value, sh64_show_media_regs,
1114 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
1115 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
1116 sh_sh64_register_virtual_type,
1117 sh_sh64_register_convert_to_virtual,
1118 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
1119 sh64_register_read, sh64_pseudo_register_write,
1120 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
1121 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
1122 sh64_do_pseudo_register, sh_compact_do_registers_info,
1123 sh64_do_registers_info, sh_gdbarch_init): New functions.
1124
3117ed25
EZ
11252002-05-10 Elena Zannoni <ezannoni@redhat.com>
1126
1127 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
1128
2654e6d4
DJ
11292002-05-10 Daniel Jacobowitz <drow@mvista.com>
1130
1131 * linespec.c (decode_line_1): Check for a double quote after
1132 a filename correctly.
1133
9ab3e532
JB
11342002-05-10 Jim Blandy <jimb@redhat.com>
1135
1136 Properly track the size of the current objfile's .debug_line section.
1137 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
1138 (DWARF_LINE_SIZE): New macro.
1139 (dwarf2_build_psymtabs_hard): Record the line section's size in
1140 the partial symbol table.
1141 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
1142 symbol table.
1143
126fa72d
PS
11442002-05-10 Petr Sorfa <petrs@caldera.com>
1145
1146 * ia64-tdep.c: Handle breakpoints on L instruction type
1147 in MLX instruction bundle by moving the breakpoint to
1148 the third slot (X instruction type) as L holds only data.
1149
1f077a3e
KB
11502002-05-10 Kevin Buettner <kevinb@redhat.com>
1151
1152 * dbxread.c (discarding_local_symbols_complaint): New complaint.
1153 (process_one_symbol): Complain about discarding local symbols
1154 due to a misplaced N_LBRAC entry.
1155
8120c9d5 11562002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
1157
1158 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
1159 * linespec.c (find_toplevel_char): '<' and '>' also increase and
1160 decrease the depth we are at, in the case of templates.
361d1df0 1161
67b2c998
DJ
11622002-05-09 Daniel Jacobowitz <drow@mvista.com>
1163
1164 * mips-tdep.c (mips_float_register_type): New function.
1165 (mips_double_register_type): New function.
1166 (mips_print_register): Use them.
1167 (do_fp_register_row): Likewise.
1168
fd326606
DJ
11692002-05-09 Daniel Jacobowitz <drow@mvista.com>
1170
6609d9af 1171 * signals/signals.c (signals): Remove conditional compilation around
fd326606 1172 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 1173 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 1174
bef35864
MS
11752002-05-09 Michael Snyder <msnyder@redhat.com>
1176
1177 * remote-rdp.c (remote_rdp_can_run): Remove.
1178
c55a3f73
TT
11792002-05-09 Tom Tromey <tromey@redhat.com>
1180
1181 * jv-valprint.c (java_val_print): Handle `char' as a special case
1182 of TYPE_CODE_INT.
1183
b8d5e71d
MS
11842002-05-09 Michael Snyder <msnyder@redhat.com>
1185
1186 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
1187 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 1188 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 1189 str r(0123),[sp,#nn].
361d1df0 1190 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
1191 order-independent by placing it in a loop.
1192
e2cd42dd
MS
11932002-05-06 Michael Snyder <msnyder@redhat.com>
1194
1195 * stabsread.c (read_type): Add recognition for new attribute:
1196 "@V;" means that an array type is actually a vector.
1197 This is analogous to the vector flag that's been added to dwarf2.
1198
3ce1502b
MK
11992002-05-09 Mark Kettenis <kettenis@gnu.org>
1200
1201 * i386-tdep.h (i386_abi): New enum.
1202 (struct gdbarch_tdep): Replace os_ident member with abi.
1203 (i386_gdbarch_register_os_abi): New prototype.
1204 * i386-tdep.c (i386_abi_names): New array.
1205 (process_note_abi_tag_sections): Removed.
1206 (process_note_sections): New function.
1207 (i386_elf_abi_from_note, i386_elf_abi): New functions.
1208 (struct i386_abi_handler): New struct.
1209 (i386_abi_handler_list): New variable.
1210 (i386_gdbarch_register_os_abi): New function.
1211 (i386_gdbarch_init): Adapt for the changes given above.
1212
084c156a
DJ
12132002-05-08 Daniel Jacobowitz <drow@mvista.com>
1214
1215 * gregset.h: Say "GNU/Linux".
1216
6599f021
EZ
12172002-05-08 Elena Zannoni <ezannoni@redhat.com>
1218
1219 * gdbtypes.c : Add new builtin type for 64 bit vectors.
1220 (build_gdbtypes): Build builtin_type_v2_float.
1221 (_initialize_gdbtypes): Register new builtin type.
1222
40af4b0c
AC
12232002-05-08 Andrew Cagney <ac131313@redhat.com>
1224
1225 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
1226 (clear_gdbarch_swap): New function.
1227 (initialize_non_multiarch): Call.
1228 (gdbarch_update_p): Before calling init(), swap out and clear the
1229 existing architecture.
1230 * gdbarch.c: Regenerate.
1231
4fe84f46
JT
12322002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1233
1234 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
1235 alphanbsd-tdep.c.
1236
4015edd1
JT
12372002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1238
1239 * sh-nbsd-nat.c: Rename to...
1240 * shnbsd-nat.c: ...this.
1241 * sh-nbsd-tdep.c: Rename to...
1242 * shnbsd-tdep.c: ...this.
1243 * sh-nbsd-tdep.h: Rename to...
1244 * shnbsd-tdep.h: ...this.
1245 * config/sh/nbsd.mh: Use shnbsd-nat.o.
1246 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
1247
0e2bd219
RE
12482002-05-08 Richard Earnshaw <rearnsha@arm.com>
1249
1250 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
1251 concatenation for command help messages.
1252
13a38d45
JT
12532002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1254
1255 * NEWS: Note new sh*-*-netbsdelf* configuration.
1256 * configure.host: Set gdb_host_cpu to sh for all sh*.
1257 (sh*-*-netbsdelf*): New host.
1258 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
1259 (sh*-*-netbsdelf*): New target.
1260 * sh-nbsd-nat.c: New file.
1261 * sh-nbsd-tdep.c: New file.
1262 * sh-nbsd-tdep.h: New file.
1263 * config/sh/nbsd.mh: New file.
1264 * config/sh/nbsd.mt: New file.
1265 * config/sh/nm-nbsd.h: New file.
1266 * config/sh/tm-nbsd.h: New file.
1267
d658f924
JT
12682002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1269
1270 * sh-tdep.c (sh_osabi_names): Declare.
1271 (process_note_abi_tag_sections): New function.
1272 (get_elfosabi): Ditto.
1273 (sh_gdbarch_register_os_abi): Ditto.
1274 (sh_dump_tdep): Ditto.
1275 _initialize_sh_tdep): Use gdbarch_register to register
1276 sh_gdbarch_init and sh_dump_tdep.
1277 * config/sh/tm-sh.h (sh_osabi): Declare.
1278 (gdbarch_tdep): Add sh_osabi and osabi_name members.
1279
848cfffb
AC
12802002-05-07 Andrew Cagney <ac131313@redhat.com>
1281
1282 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
1283 (thumb_scan_prologue): Ditto.
1284 (arm_find_callers_reg): Ditto.
1285 (arm_frame_chain): Ditto.
1286 (arm_init_extra_frame_info): Ditto.
1287 (arm_frame_saved_pc): Ditto.
1288 (arm_pop_frame): Ditto.
1289 (arm_push_return_address): New function.
1290 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
1291 call_dummy_location, call_dummy_breakpoint_offset_p,
1292 call_dummy_breakpoint_offset, call_dummy_p,
1293 call_dummy_stack_adjust_p, call_dummy_words,
1294 sizeof_call_dummy_words, call_dummy_start_offset,
1295 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
1296 call_dummy_address, push_return_address and push_dummy_frame for
1297 generic dummy frames.
1298
e7d717c0
JT
12992002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1300
1301 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
1302 size computation for alloca.
1303 (sh_fp_frame_init_saved_regs): Likewise.
1304
7bbcf283
RE
13052002-05-07 Richard Earnshaw <rearnsha@arm.com>
1306
1307 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
1308 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 1309 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
1310 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
1311 * remote-rdp.c (remote_rdp_fetch_register): Use
1312 ARM_MAX_REGISTER_RAW_SIZE.
1313 (remote_rdp_store_register): Likewise.
1314
4657573b
ML
13152002-05-07 Michal Ludvig <mludvig@suse.cz>
1316
361d1df0 1317 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
1318 added default labels to switch {} statements.
1319 * x86-64-tdep.c: Ditto.
1320 * x86-64-linux-nat.c: Ditto.
1321
010f3b2f
JT
13222002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1323
1324 * solib.h: Protect against multiple inclusion.
1325
debd256d
JB
13262002-05-06 Jim Blandy <jimb@redhat.com>
1327
9ab3e532
JB
1328 Add first preprocessor macro-expansion files.
1329 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1330 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1331 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1332 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1333 (COMMON_OBS): Add macrotab.o, macroexp.o.
1334 (macroexp.o, macrotab.o): New rules.
1335
debd256d
JB
1336 Separate the job of reading the line number info statement program
1337 header (...expialidocious) out into its own function.
1338 * dwarf2read.c (struct line_head, struct filenames, struct
1339 directories): Replace with...
1340 (struct line_header): New structure, containing the full
1341 contents of the statement program header, including the
1342 include directory and file name tables.
1343 (read_file_scope): If we have line number info, instead of just
1344 calling dwarf_decode_lines to do all the work, call
1345 dwarf_decode_line_header first to get a `struct line_header'
1346 containing the data in the statement program header, and then
1347 pass that to dwarf_decode_lines, which will pick up where that
1348 left off. Be sure to clean up the `struct line_header' object.
1349 (dwarf_decode_line_header, free_line_header, add_include_dir,
1350 add_file_name): New functions.
1351 (dwarf_decode_lines): Move all the code to read the statement
1352 program header into dwarf_decode_line_header. Take the line
1353 header it built as the first argument, instead of the offset to
1354 the compilation unit's line number info. Use the new `struct
1355 line_header' type instead of the old structures. No need to do
1356 cleanups here now, since we don't allocate anything.
1357 (dwarf2_statement_list_fits_in_line_number_section,
1358 dwarf2_line_header_too_long): New complaints.
1359
ac3aafc7
EZ
13602002-05-06 Elena Zannoni <ezannoni@redhat.com>
1361
1362 * gdbtypes.c (init_vector_type): New function.
1363 (build_builtin_type_vec128): Simplify the representation of SIMD
1364 registers.
1365 (build_gdbtypes): Initialize new builtin vector types.
1366 (_initialize_gdbtypes): Register new vector types with gdbarch.
1367 (builtin_type_v4_float, builtin_type_v4_int32,
1368 builtin_type_v8_int16, builtin_type_v16_int8,
1369 builtin_type_v2_int32, builtin_type_v4_int16,
1370 builtin_type_v8_int8): New (renamed) SIMD types.
1371
13e49980
MK
13722002-05-06 Mark Kettenis <kettenis@gnu.org>
1373
1374 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
1375 (i387_fill_fxsave): Likewise.
1376
997b20b8
AO
13772002-05-05 Alexandre Oliva <aoliva@redhat.com>
1378
1379 * alpha-tdep.c (alpha_extract_return_value): Don't use
1380 non-constant array size in prototype.
1381
535c96ce
AC
13822002-05-04 Andrew Cagney <ac131313@redhat.com>
1383
1384 From Brian Taylor <briant at model dot com>:
1385 * ui-out.c (ui_out_field_core_addr): Use the function
1386 longest_local_hex_string_custom'to format addresses > 32 bits
1387 wide.
1388
1389 * ui-out.c (ui_out_field_core_addr): Update comment.
1390
bedfa57b
AC
13912002-05-04 Andrew Cagney <ac131313@redhat.com>
1392
1393 * stack.c (select_and_print_frame): Make static. Delete the
1394 parameter `level'.
1395 (func_command): Update call.
1396 (select_frame_command): Delete code computing the frame level.
1397 * frame.h (select_and_print_frame): Delete declaration.
1398
f621c63e
AC
13992002-05-04 Andrew Cagney <ac131313@redhat.com>
1400
1401 * sparc-tdep.c (sparc_get_saved_register): Comment why
1402 get_prev_frame call is safe.
1403
0f7d239c
AC
14042002-05-04 Andrew Cagney <ac131313@redhat.com>
1405
1406 * frame.h (select_frame): Delete level parameter.
1407 * stack.c (select_frame): Update. Use frame_relative_level to
1408 obtain the frame's level.
1409 (select_and_print_frame): Update call.
1410 (select_frame_command): Ditto.
1411 (up_silently_base): Ditto.
1412 (down_silently_base): Ditto.
1413 * ocd.c (ocd_start_remote): Ditto.
1414 * remote-rdp.c (remote_rdp_open): Ditto.
1415 * remote-mips.c (mips_initialize): Ditto.
1416 (common_open): Ditto.
1417 * remote-e7000.c (e7000_start_remote): Ditto.
1418 * m3-nat.c (select_thread): Ditto.
1419 * hppa-tdep.c (child_get_current_exception_event): Ditto.
1420 (child_get_current_exception_event): Ditto.
1421 * varobj.c (varobj_create): Ditto.
1422 (varobj_update): Ditto.
1423 (c_value_of_root): Ditto.
1424 * tracepoint.c (finish_tfind_command): Ditto.
1425 * corelow.c (core_open): Ditto.
1426 * arch-utils.c (generic_prepare_to_proceed): Ditto.
1427 * thread.c (info_threads_command): Ditto.
1428 (switch_to_thread): Ditto.
1429 * infrun.c (normal_stop): Ditto.
1430 (restore_selected_frame): Ditto.
1431 (restore_inferior_status): Ditto.
1432 * breakpoint.c (insert_breakpoints): Ditto.
1433 (watchpoint_check): Ditto.
1434 (bpstat_stop_status): Ditto.
1435 (do_enable_breakpoint): Ditto.
1436 * blockframe.c (flush_cached_frames): Ditto.
1437 (reinit_frame_cache): Ditto.
1438
71d6c7b1
AC
14392002-05-04 Andrew Cagney <ac131313@redhat.com>
1440
1441 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1442 maintainer.
1443
cda6c68a
JB
14442002-05-04 Jim Blandy <jimb@redhat.com>
1445
1446 * gdbtypes.c (replace_type): Doc fix.
1447
5c1c87f0
AC
14482002-05-04 Andrew Cagney <ac131313@redhat.com>
1449
1450 * valprint.c (strcat_longest): Delete commented out function.
1451 Update copyright.
1452
cd9bfe15
AC
14532002-05-04 Andrew Cagney <ac131313@redhat.com>
1454
1455 * MAINTAINERS: Mark a29k as deleted.
1456 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
1457 Move new configurations to the top.
1458 * configure.tgt: Remove a29k.
1459 * config/a29k/tm-vx29k.h: Delete.
1460 * config/a29k/vx29k.mt: Delete.
1461 * config/a29k/tm-a29k.h: Delete.
1462 * config/a29k/a29k-udi.mt: Delete.
1463 * config/a29k/a29k.mt: Delete.
1464 * a29k-tdep.c: Delete.
1465 * remote-udi.c: Delete.
1466 * remote-mm.c: Delete.
1467 * remote-eb.c: Delete.
1468 * remote-adapt.c: Delete.
1469 * Makefile.in: Remove obsolete code.
1470 * gdbserver/Makefile.in: Ditto.
1471 * config/s390/s390x.mt: Ditto.
1472 * config/s390/s390.mt: Ditto.
1473 * config/sparc/sparclynx.mh: Ditto.
1474 * config/sparc/linux.mh: Ditto.
1475 * config/pa/hppaosf.mh: Ditto.
1476 * config/pa/hppabsd.mh: Ditto.
1477 * config/ns32k/nbsd.mt: Ditto.
1478 * config/mips/vr5000.mt: Ditto.
1479 * config/m68k/sun3os4.mh: Ditto.
1480 * config/m68k/nbsd.mt: Ditto.
1481 * config/m68k/m68klynx.mh: Ditto.
1482 * config/m32r/m32r.mt: Ditto.
1483 * config/i386/x86-64linux.mt: Ditto.
1484 * config/i386/nbsdelf.mt: Ditto.
1485 * config/i386/nbsd.mt: Ditto.
1486 * config/i386/i386lynx.mh: Ditto.
1487
bf0c5130
AC
14882002-05-04 Andrew Cagney <ac131313@redhat.com>
1489
1490 * target.c (debug_print_register): New function. Handle oversize
1491 registers.
1492 (debug_to_fetch_registers): Call.
1493 (debug_to_store_registers): Call.
1494
2ae1c2d2
JB
14952002-05-03 Jim Blandy <jimb@redhat.com>
1496
13a393b0
JB
1497 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1498 (read_type): Doc fix.
1499 * gdbtypes.c (replace_type): Doc fix.
1500
2ae1c2d2
JB
1501 * stabsread.c (multiply_defined_struct): New complaint.
1502 (read_struct_type): If the type we were passed isn't empty, or
1503 incomplete, don't read the new struct type into it; complain,
1504 and return the original type unchanged. Take a new `type_code'
1505 argument, which is the type code for the new type.
1506 (read_type): Rather than storing the type's type code here, pass
1507 it as an argument to read_struct_type, and let that take care of
1508 storing it. That way, we don't overwrite the original type code,
1509 so read_struct_type can use it to decide whether we're overwriting
1510 something we shouldn't.
1511 (complain_about_struct_wipeout): New function.
1512
8de9bdc4
AC
15132002-05-03 Andrew Cagney <ac131313@redhat.com>
1514
1515 * gdbarch.sh: Assert that gdbarch is non-NULL.
1516 * gdbarch.c: Regenerate.
1517
f773fdbb
JM
15182002-05-03 Jason Merrill <jason@redhat.com>
1519
1520 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1521 and return NULL.
1522
0e04a514
ML
15232002-05-03 Michal Ludvig <mludvig@suse.cz>
1524
1525 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1526 (x86_64_dwarf2gdb_regno_map_length),
1527 (x86_64_dwarf2_reg_to_regnum): Added.
1528 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1529 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1530 (_initialize_x86_64_tdep): Synced with the change above.
1531 (x86_64_skip_prologue): Reformulated message.
1532
065432a8
PM
15332002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1534
1535 * f-exp.y: Also use new prev_lexptr variable
1536 to improve error reporting. Based on Michael Snyder
1537 2002-04-24 dated patch to c-exp.y.
1538 * jv-exp.y: Likewise.
1539 * m2-exp.y: Likewise.
1540
a3162708
EZ
15412002-05-02 Elena Zannoni <ezannoni@redhat.com>
1542
1543 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1544 we are dealing with vectors.
1545
03620c38
PM
15462002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1547
1548 * config/m68k/tm-nbsd.h: Obvious fix,
1549 correct machine name.
1550
6604db2e
PM
15512002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1552
1553 * p-typeprint.c (pascal_type_print_base): Add support
1554 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1555
0906b739
PM
15562002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1557
1558 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1559 for fondamental pascal 'char' type.
1560
e2625b33
PM
15612002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1562
1563 * p-lang.h (is_pascal_string_type): Declaration changed,
1564 new sixth argument of type char ** added.
361d1df0 1565 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
1566 changed. Args length_pos, length_size, string_pos, char_size
1567 can now be NULL. New argument arrayname set to the field
1568 name of the char array. Return value set to char array
1569 field index plus one.
361d1df0 1570 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
1571 is_pascal_string_type function.
1572
cf17c188
AC
15732002-05-02 Andrew Cagney <cagney@redhat.com>
1574
1575 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1576 <cagney@redhat.com> change.
1577 * gdbarch.c: Regenerate.
1578
52bca491
AC
15792002-05-02 Andrew Cagney <cagney@redhat.com>
1580
1581 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1582 before probing for a new one. Detect errorenous gdbarch_init
1583 functions.
1584 * gdbarch.c: Regenerate.
1585
d5e72505
AC
15862002-05-01 Andrew Cagney <cagney@redhat.com>
1587
1588 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1589 * config/mcore/tm-mcore.h: Ditto. Update copyright.
1590 * config/v850/tm-v850.h: Ditto. Update copyright.
1591
af566d9f
AC
15922002-04-30 Andrew Cagney <ac131313@redhat.com>
1593
1594 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1595 current_gdbarch.
1596
880d85fa
MS
15972002-04-30 Michael Snyder <msnyder@redhat.com>
1598
94c30b78
MS
1599 * arm-tdep.c: Whitespace clean-ups.
1600 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
1601 should have been removed as part of 4/24 change.
1602
6f5987a6
KB
16032002-04-30 Kevin Buettner <kevinb@redhat.com>
1604
1605 * rs6000-tdep.c: Added comment describing how fpscr register
1606 numbers were chosen.
1607
1a113c93
MS
16082002-04-30 Michael Snyder <msnyder@redhat.com>
1609
1610 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1611
9a6f53fe
EZ
16122002-04-29 Elena Zannoni <ezannoni@redhat.com>
1613
1614 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1615 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1616 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1617
11ed25ac
KB
16182002-04-29 Kevin Buettner <kevinb@redhat.com>
1619
1620 From Louis Hamilton <hamilton@redhat.com>:
1621 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1622 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1623 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1624 not bfd-private xcoff data, to determine wordsize.
1625 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1626
ae232405
AC
16272002-04-29 Andrew Cagney <ac131313@redhat.com>
1628
1629 GDB 5.2 released from 5.2 branch.
1630
91fd20f7
ML
16312002-04-29 Michal Ludvig <mludvig@suse.cz>
1632
1633 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1634 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1635 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 1636
2dc5091b
EZ
16372002-04-29 Elena Zannoni <ezannoni@redhat.com>
1638
1639 * rs6000-tdep.c (rs6000_extract_return_value,
1640 rs6000_store_return_value): Handle returning vectors.
1641 (rs6000_gdbarch_init): Use
1642 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1643 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1644 New function.
1645 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1646 vectors.
1647 (ppc_sysv_abi_push_arguments): Handle vector parameters.
1648 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 1649
2b9848d8
PM
16502002-04-24 Pierre Muller <ics.u-strasbg.fr>
1651
1652 * hpread.c (hpread_psymtab_to_symtab_1,
1653 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1654 with fprintf_unfiltered (gdb_stderr,...).
1655
f8d17dc5
PM
16562002-04-24 Pierre Muller <ics.u-strasbg.fr>
1657
1658 * remote-array.c (printf_monitor, write_monitor,
361d1df0 1659 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
1660 Replace fprintf (stderr,...
1661 with fprintf_unfiltered (gdb_stderr,....
1662 * remote-es.c: Likewise.
1663 * remote-os9k.c: Likewise.
1664 * remote-st.c: Likewise.
1665
2f2f1ad1
AS
16662002-04-28 Andreas Schwab <schwab@suse.de>
1667
1668 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1669 linux-proc.o and gcore.o.
1670
b6779aa2
AC
16712002-04-26 Michal Ludvig <mludvig@suse.cz>
1672
1673 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1674 code without frame pointers.
1675
7e57f5f4
AC
16762002-04-26 Andrew Cagney <ac131313@redhat.com>
1677
1678 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1679 ON_STACK is needed.
1680
2ceb85d0
BE
16812002-04-26 Ben Elliston <bje@redhat.com>
1682
1683 * target.c (do_xfer_memory): Correct reference to the new option
1684 "trust-readonly-sections".
1685
f5f8a009
EZ
16862002-04-26 Elena Zannoni <ezannoni@redhat.com>
1687
1688 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1689 * gdbtypes.c (recursive_dump_type): Output the vector flag.
1690 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1691 vectors.
1692 (read_array_type): Record the fact that this array type is really a
1693 vector (i.e. are passed in by value).
1694
5868c862
JT
16952002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
1696
1697 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1698 * alpha-tdep.c (alpha_sigcontext_addr): New function.
1699 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1700 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1701 * alpha-linux-tdep.c: Include frame.h.
1702 (alpha_linux_sigcontext_addr): New function.
1703 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1704 alpha_linux_sigcontext_addr.
1705 * alpha-osf1-tdep.c: Include gdbcore.h.
1706 (alpha_osf1_sigcontext_addr): New function.
1707 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1708 alpha_osf1_sigcontext_addr.
1709 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1710 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1711
bfb01f37
AC
17122002-04-26 Andrew Cagney <ac131313@redhat.com>
1713
361d1df0 1714 * stack.c (selected_frame_level):
bfb01f37
AC
1715 (select_frame): Do not set selected_frame_level.
1716 * frame.h (selected_frame_level): Delete declaration.
1717
15813d3f
AC
17182002-04-26 Andrew Cagney <ac131313@redhat.com>
1719
1720 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1721 convert_from_func_ptr-addr when AIX / PowerOpen.
1722
6096c27a
AC
17232002-04-25 Andrew Cagney <ac131313@redhat.com>
1724
1725 * valops.c (hand_function_call): Call
1726 generic_save_call_dummy_addr.
1727 * frame.h (generic_save_call_dummy_addr): Declare.
1728 * blockframe.c (struct dummy_frame): Add fields call_lo and
1729 call_hi.
1730 (generic_find_dummy_frame): Check for PC in range call_lo to
1731 call_hi instead of entry_point_address.
1732 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1733 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
1734 (generic_save_call_dummy_addr): New function.
1735
f510d44e
DM
17362002-04-24 David S. Miller <davem@redhat.com>
1737
1738 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1739 sparc_skip_prologue.
1740 (sparc_skip_prologue): Kill frameless_p arg, and use line number
1741 information to find prologue when possible.
1742 (sparc_prologue_frameless_p): Call examine_prologue directly.
1743 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1744 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1745 second argument.
1746 (SKIP_PROLOGUE): Likewise.
1747
15d72a92
JT
17482002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1749
1750 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1751 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1752 indicate that the condition it was testing is always true.
1753 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1754 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1755 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1756
accc6d1f
JT
17572002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1758
1759 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1760 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1761 tdep->jb_pc and tdep->jb_elt_size.
1762 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1763 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1764 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1765 * alpha-nat.c (get_longjmp_target): Remove.
1766 (JB_ELEMENT_SIZE): Ditto.
1767 (JB_PC): Ditto.
1768 * alpha-tdep.c (alpha_get_longjmp_target): New function.
1769 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
1770 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1771 to alpha_get_longjmp_target.
1772 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1773 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1774 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1775
1bfdc549
AC
17762002-04-25 Andrew Cagney <ac131313@redhat.com>
1777
1778 * README: Update to GDB 5.2.
1779
1bd316f0
AC
17802002-04-25 Andrew Cagney <ac131313@redhat.com>
1781
1782 * gdbarch.sh (LC_ALL): Set to `c'.
1783
2e5ff58c
TR
17842002-04-25 Theodore A. Roth <troth@verinet.com>
1785
1786 * avr-tdep.c: Ran through gdb_indent.sh.
1787
e33ce519
TR
17882002-04-25 Theodore A. Roth <troth@verinet.com>
1789
1790 * MAINTAINERS: Add myself as AVR maintainer.
1791 * NEWS: Note new target avr.
1792
8818c391
TR
17932002-04-25 Theodore A. Roth <troth@verinet.com>
1794
1795 * Makefile.in: Add support for AVR target.
1796 * configure.tgt: Add support for AVR target.
1797 * avr-tdep.c: New file
1798 * config/avr/avr.mt: New file.
1799
79509c2d
TR
18002002-04-25 Theodore A. Roth <troth@verinet.com>
1801
1802 * MAINTAINERS: Add myself to write-after-approval.
1803
dac8068e
PM
18042002-04-24 Pierre Muller <ics.u-strasbg.fr>
1805
1806 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1807 with fprintf_unfiltered (gdb_stderr,....
1808
25bf3106
PM
18092002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1810
1811 Fix PR gdb/508.
1812 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1813
24467a86
PM
18142002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1815
1816 * p-exp.y: Also use new prev_lexptr variable
1817 to improve error reporting. Based on Michael Snyder
1818 2002-04-24 dated patch to c-exp.y.
1819
95b80706
JT
18202002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1821
1822 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1823 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1824 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
1825 to 0.
1826 * config/alpha/tm-alpha.h: Remove forward decls of struct type
1827 and struct value.
1828 (FUNCTION_START_OFFSET): Remove.
1829 (BREAKPOINT): Ditto.
1830
e90cc612
JT
18312002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1832
1833 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1834 * NEWS: Ditto.
1835
6c72f9f9
JT
18362002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1837
1838 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1839 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1840 alpha_linux_pc_in_sigtramp.
1841 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1842 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1843 alpha_osf1_pc_in_sigtramp.
1844 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1845 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1846 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1847 alphafbsd_pc_in_sigtramp.
1848 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1849 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1850 alphanbsd_pc_in_sigtramp.
1851 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1852 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1853
5e4f3379
JT
18542002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1855
1856 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1857
da8ca43d
JT
18582002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1859
1860 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1861 alphanbsd-tdep.c.
1862 (alphanbsd-nat.o): New dependency list.
1863 (alphanbsd-tdep.o): Ditto.
1864 * NEWS: Note new native NetBSD/alpha configuration.
1865 * alphanbsd-nat.c: New file.
1866 * alphanbsd-tdep.c: Ditto.
1867 * configure.host (alpha*-*-netbsd*): New host.
1868 * configure.tgt (alpha*-*-netbsd*): New target.
1869 * config/alpha/nbsd.mh: New file.
1870 * config/alpha/nbsd.mt: Ditto.
1871 * config/alpha/nm-nbsd.h: Ditto.
1872 * config/alpha/tm-nbsd.h: Ditto.
1873
36a6271d
JT
18742002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1875
1876 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1877 (alpha-osf1-tdep.o): New dependency list.
1878 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1879 and skip_sigtramp_frame members.
1880 * alpha-linux-tdep.c: Include gdbcore.h.
1881 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1882 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1883 * alpha-osf1-tdep.c: New file.
1884 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1885 alpha-osf1-dep.c.
1886 (alpha_frame_past_sigtramp_frame): New function.
1887 (alpha_dynamic_sigtramp_offset): Ditto.
1888 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1889 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1890 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1891 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1892 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1893 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1894 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1895 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1896 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1897 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1898 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
1899 to find_solib_trampoline_target.
1900 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1901 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1902 (SKIP_TRAMPOLINE_CODE): Remove.
1903 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1904 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1905 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1906 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1907 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1908 (PROC_SIGTRAMP_MAGIC): Ditto.
1909 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1910 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1911 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1912 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1913 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1914
2f4bc57b
JT
19152002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1916
1917 * NEWS: Note that Alpha targets are now multi-arch.
1918
665132f9
MS
19192002-04-24 Michael Snyder <msnyder@redhat.com>
1920
1921 * parser-defs.h (prev_lexptr): New external variable.
1922 * parse.c (parse_exp_1): Set prev_lexptr to null before
1923 calling the language-specific parser.
1924 * c-exp.y (yylex): Set prev_lexptr to start of current token.
1925 (yyerror): Use prev_lexptr in error reporting.
1926
32872fa7
DJ
19272002-04-24 Daniel Jacobowitz <drow@mvista.com>
1928
1929 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1930 * gregset.h: If FILL_FPXREGSET is defined, provide
1931 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1932 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1933 is defined, call fill_fpxregset.
1934
57e76fac
MS
19352002-04-24 Roland McGrath <roland@frob.com>
1936
1937 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1938 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1939 (supply_gregset, supply_fpregset): New functions.
1940
1941 * gnu-nat.c (gnu_find_memory_regions): New function.
1942 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1943 (gnu_xfer_memory): Add a cast.
1944
f43845b3
MS
19452002-04-24 Michael Snyder <msnyder@redhat.com>
1946
361d1df0 1947 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
1948 loop. Add handling for "str lr, [sp, #-4]!" and for saves
1949 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 1950 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
1951 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
1952 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1953
a0abec03
AC
1954Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
1955
1956 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1957 NUM_PSEUDO_REGS can be used.
1958
d7bd68ca
AC
19592002-04-24 Andrew Cagney <ac131313@redhat.com>
1960
1961 * arch-utils.h: Update copyright.
1962
1963 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1964 * gdbarch.h, gdbarch.c: Re-generate.
1965
1966 * inferior.h (IN_SIGTRAMP): Delete definition.
1967 * arch-utils.c (legacy_pc_in_sigtramp): New function.
1968 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1969
1970 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1971 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1972 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
1973 (find_proc_framesize): Ditto.
1974 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1975 (alpha_init_extra_frame_info): Ditto.
1976 * infrun.c (handle_inferior_event): Ditto.
1977 (handle_inferior_event): Ditto.
1978 (check_sigtramp2): Ditto.
1979 * blockframe.c (create_new_frame): Ditto.
1980 (get_prev_frame): Ditto.
1981 * ppc-linux-tdep.c: Update comments.
1982 * i386-linux-tdep.c: Update comments.
1983 * breakpoint.c (bpstat_what): Update comment.
1984
d06f167a
ML
19852002-04-24 Michal Ludvig <mludvig@suse.cz>
1986
1987 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
361d1df0 1988 (regsets_store_inferior_registers): Removed cast to int from
d06f167a
ML
1989 ptrace() calls.
1990 * gdbserver/regcache.h: Added declaration of struct inferior_info.
1991
4867e41e
DM
19922002-04-24 David S. Miller <davem@redhat.com>
1993
21d83aa5
DM
1994 * i960-tdep.c (register_in_window_p): New function.
1995 (i960_find_saved_register): Use it instead of
1996 REGISTER_IN_WINDOW_P.
1997 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1998
4867e41e
DM
1999 * symtab.h (find_stab_function_addr): Kill extern.
2000 * minsyms.c (find_stab_function_addr): Remove from here...
2001 * dbxread.c: ... to here, and mark it static.
2002
69cdf6a2
DM
20032002-04-20 David S. Miller <davem@redhat.com>
2004
2005 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
2006 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
2007
5a595886
DM
20082002-04-21 David S. Miller <davem@redhat.com>
2009
2010 * remote-vxsparc.c (vx_read_register): Fix typo, we want
2011 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
2012 (vx_write_register): Likewise.
2013
1da1a192
JB
20142002-04-23 J. Brobecker <brobecker@gnat.com>
2015
2016 * source.c (is_regular_file): New function.
2017 (openp): Check wether file to open is a regular file
2018 to avoid opening directories.
2019
baa6f10b
JT
20202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2021
2022 * findvar.c (extract_signed_integer): Cast printf argument
2023 to suppress format warning.
2024 (extract_unsigned_integer): Likewise.
2025 * infcmd.c (registers_info): Likewise.
2026 * top.c (get_prompt_1): Likewise.
2027 * valops.c (value_assign): Likewise.
2028 * valprint.c (print_decimal): Likewise.
2029
b2c4da81
L
20302002-04-22 H.J. Lu (hjl@gnu.org)
2031
2032 * c-exp.y (typebase): Support
361d1df0 2033
b2c4da81
L
2034 [long|long long|short] [signed|unsigned] [int|]
2035
2036 and
2037
2038 signed [long|long long|short] int
2039
f267bd6a
JT
20402002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2041
2042 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
2043 and vax-tdep.h.
2044 * vax-tdep.h: New file.
2045 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
2046 Make several routines static.
2047 (vax_get_saved_register): New function.
2048 (vax_gdbarch_init): New function.
2049 (_initialize_vax_tdep): Register vax_gdbarch_init.
2050 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
2051 Remove macros now under the control of gdbarch.
2052
da3c6d4a
MS
20532002-04-22 Michael Snyder <msnyder@redhat.com>
2054
11d3b27d
MS
2055 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
2056 Some whitespace and coding standards tweaks.
da3c6d4a 2057
a33f7558
JT
20582002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2059
2060 * vax-tdep.c: Include regcache.h.
2061 (vax_call_dummy_words): New.
2062 (sizeof_vax_call_dummy_words): New.
2063 (vax_fix_call_dummy): New function.
2064 (vax_saved_pc_after_call): Ditto.
2065 * config/vax/tm-vax.h: Don't include regcache.h.
2066 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
2067 (CALL_DUMMY): Remove.
2068 (CALL_DUMMY_WORDS): Define.
2069 (SIZEOF_CALL_DUMMY_WORDS): Define.
2070 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
2071
47a73475
MS
20722002-04-18 Michael Snyder <msnyder@redhat.com>
2073
2074 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
2075
52efde73
JT
20762002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2077
2078 * vax-tdep.c (vax_frame_chain): New function.
2079 (vax_push_dummy_frame): Ditto.
2080 (vax_pop_frame): Ditto.
2081 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
2082 (FRAMELESS_FUNCTION_INVOCATION): Use
2083 generic_frameless_function_invocation_not.
2084 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
2085 (POP_FRAME): Use vax_pop_frame.
2086
ea74468c
JT
20872002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2088
2089 * vax-tdep.c (vax_store_struct_return): New function.
2090 (vax_extract_return_value): Ditto.
2091 (vax_store_return_value): Ditto.
2092 (vax_extract_struct_value_address): Ditto.
2093 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
2094 vax_store_struct_return.
2095 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
2096 (STORE_RETURN_VALUE): Use vax_store_return_value.
2097 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
2098
5516aa92
JT
20992002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2100
2101 * vax-tdep.c (vax_frame_saved_pc): New function.
2102 (vax_frame_args_address_correct): Ditto.
2103 (vax_frame_args_address): Ditto.
2104 (vax_frame_locals_address): Ditto.
2105 (vax_frame_num_args): Move code to be in proximity to
2106 other frame-related functions.
2107 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
2108 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
2109 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
2110 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
2111 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
2112
36af0b35
L
21132002-04-22 H.J. Lu (hjl@gnu.org)
2114
2115 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
2116 includedir.
2117
ab62c900
JT
21182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2119
2120 * vax-tdep.c (vax_frame_init_saved_regs): New function.
2121 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
2122 (FRAME_INIT_SAVED_REGS): New macro.
2123
7232b100
JT
21242002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2125
2126 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
2127
b70d2aee
JT
21282002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2129
2130 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
2131 where needed.
2132 (fetch_osf_core_registers): Likewise.
2133 (supply_gregset): Likewise.
2134
a0e8a2d1 21352002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 2136
a0e8a2d1
JB
2137 * symfile.h (get_section_index): Define.
2138 * symfile.c (get_section_index): New function.
2139 * mdebugread.c (SC_IS_SBSS): New macro.
2140 (SC_IS_BSS): Return true for the scBss storage class only, as
2141 the scSBss storage class refers to the .sbss section.
2142 (parse_partial_symbols): Discard the symbols which associated
2143 section does not exist.
2144 Make sure to use the .sbss section index for symbols which
2145 storage class is scBss, rather than using the .bss section index.
2146
51eb8b08
JT
21472002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2148
2149 * vax-tdep.c: Update copyright years.
2150 (vax_register_name): New function.
2151 (vax_register_byte): Ditto.
2152 (vax_register_raw_size): Ditto.
2153 (vax_register_virtual_size): Ditto.
2154 (vax_register_virtual_type): Ditto.
2155 * config/vax/tm-vax.h: Update copyright years.
2156 (REGISTER_NAMES): Remove.
2157 (REGISTER_NAME): Define.
2158 (REGISTER_BYTE): Use vax_register_byte.
2159 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
2160 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
2161 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
2162
6cc1c0a8
AC
21632002-04-21 Andrew Cagney <ac131313@redhat.com>
2164
2165 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
2166 declaration
2167 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
2168
9319a2fe
DM
21692002-04-21 David S. Miller <davem@redhat.com>
2170
2171 * arch-utils.c (generic_prologue_frameless_p): Kill
2172 SKIP_PROLOGUE_FRAMELESS_P code.
2173 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2174 references.
2175 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
2176 * arc-tdep.c (arc_prologue_frameless_p): Implement.
2177 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2178 references.
2179 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
2180 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
2181 (sparc_gdbarch_init): Pass it to
2182 set_gdbarch_prologue_frameless_p.
a0e8a2d1 2183
e9ed6d01
JT
21842002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2185
2186 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
2187 (alphabsd-nat.o): New dependency list.
2188
36012033
JT
21892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2190
2191 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
2192 alphafbsd-tdep.c.
2193 (alpha-linux-tdep.o): New dependency list.
2194 (alphafbsd-tdep.o): Likewise.
2195
3379287a
JT
21962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2197
2198 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
2199 to here...
2200 * alpha-tdep.c: ...from here.
2201 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
2202
4bcbd6cb
JT
22032002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2204
2205 * config/alpha/tm-alpha.h: Move alpha_software_single_step
2206 prototype from here...
2207 * alpha-tdep.h: ...to here.
2208
b31da25e
AC
22092002-04-21 Andrew Cagney <ac131313@redhat.com>
2210
2211 * frame.h (selected_frame_level): Document as deprecated.
2212 (frame_relative_level): Declare.
2213 * stack.c (frame_relative_level): New function.
2214 (selected_frame_level): Document as deprecated.
2215 (select_frame): Do not set the selected_frame_level.
2216
2217 * stack.c (frame_info, record_selected_frame): Update.
2218 (frame_command, current_frame_command): Update.
2219 (up_silently_base, up_command, down_silently_base): Update.
2220 (down_command): Update.
2221 * inflow.c (kill_command): Update.
2222 * tracepoint.c (finish_tfind_command): Update.
2223 * corelow.c (core_open): Update.
2224 * thread.c (info_threads_command): Update.
2225 (do_captured_thread_select): Update.
2226 * infcmd.c (finish_command): Update.
2227 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
2228
9c1d6fe5
JT
22292002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2230
2231 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
2232
ab89facf
AC
22332002-04-21 Andrew Cagney <ac131313@redhat.com>
2234
2235 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
2236 type const.
2237
82a4efa1
JT
22382002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2239
2240 * alphafbsd-tdep.c: Update copyright years. Include
2241 alpha-tdep.h.
2242 (alphafbsd_use_struct_convention): Make static.
2243 (alphafbsd_init_abi): New function.
2244 (_initialize_alphafbsd_tdep): New function.
2245 * config/alpha/tm-fbsd.h: Update copyright years.
2246 (USE_STRUCT_CONVENTION): Remove.
2247
44dffaac
JT
22482002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2249
2250 * alpha-tdep.c (alpha_abi_handler): New structure to describe
2251 an Alpha ABI variant.
2252 (alpha_abi_handler_list): Declare.
2253 (alpha_gdbarch_register_os_abi): New function.
2254 (alpha_gdbarch_init): Give registered ABI variant handlers a
2255 chance to tweak the gdbarch once we have set up defaults.
2256 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
2257
65585be4
JT
22582002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2259
2260 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
2261 to standard_coerce_float_to_double.
2262 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2263
d9b023cc
JT
22642002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2265
2266 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
2267 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
2268 from gdbarch_tdep rather than a constant.
2269 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
2270 the default text address for all Alpha Unix ABIs.
2271 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
2272 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
2273
dc129d82
JT
22742002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2275
2276 * alpha-tdep.h: New file. Includes several Alpha target constants
2277 taken from...
2278 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
2279 let gdbarch deal with.
2280 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
2281 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
2282 to dependency list.
2283 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
2284 Alpha target register names.
2285 * alphabsd-nat.c: Likewise.
2286 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
2287 Alpha target register names. Make serveral routines static.
2288 (alpha_get_saved_register): New function.
2289 (alpha_abi_names): New.
2290 (process_note_abi_tag_sections): New function.
2291 (get_elfosabi): New function.
2292 (alpha_gdbarch_init): New function.
2293 (alpha_dump_tdep): New function.
2294 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
2295
d49d1e0a
AC
22962002-04-21 Andrew Cagney <ac131313@redhat.com>
2297
2298 * frame.c (find_saved_register): Delete #ifdef
2299 HAVE_REGISTER_WINDOWS code.
2300 * config/sparc/tm-sparc.h: Update comments.
2301 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
2302
92e8c9ed
AC
23032002-04-21 Andrew Cagney <ac131313@redhat.com>
2304
2305 * i960-tdep.c (i960_find_saved_register): New function.
2306 (i960_get_saved_register): New function.
2307 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
2308 (i960_get_saved_register): Declare.
2309 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
2310
e1925118
DM
23112002-04-20 David S. Miller <davem@redhat.com>
2312
2313 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
2314
29673b29
AC
23152002-04-20 Andrew Cagney <ac131313@redhat.com>
2316
2317 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
2318 instead of NUM_PSEUDO_REGS.
2319
6c86dcd5
DM
23202002-04-20 David S. Miller <davem@redhat.com>
2321
2322 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
2323 GDB_MULTI_ARCH_PARTIAL
2324 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
2325 define, let tm-sp64.h do it.
2326
aa40ec90
JT
23272002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
2328
2329 * frame.c (find_saved_register): Avoid a NULL pointer
2330 dereference and actually walk the frame list.
2331
0f79675b
AC
23322002-04-20 Andrew Cagney <ac131313@redhat.com>
2333
2334 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
2335 sorted in most most-recent-used order. Document.
2336 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 2337
c04a1aa8
DJ
23382002-04-20 Daniel Jacobowitz <drow@mvista.com>
2339
2340 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
2341 (add_inferior): Call create_register_cache.
2342 (clear_inferiors): Call free_register_cache.
2343 (inferior_regcache_data, set_inferior_regcache_data): New functions.
2344 * gdbserver/regcache.c (struct inferior_regcache_data): New.
2345 (registers): Remove.
2346 (get_regcache): New function.
2347 (create_register_cache, free_register_cache): New functions.
2348 (set_register_cache): Don't initialize the register cache here.
2349 (registers_to_string, registers_from_string, register_data): Call
2350 get_regcache.
2351 * gdbserver/regcache.h: Add prototypes.
2352 * gdbserver/server.h: Likewise.
2353
611cb4a5
DJ
23542002-04-20 Daniel Jacobowitz <drow@mvista.com>
2355
2356 * gdbserver/mem-break.c: New file.
2357 * gdbserver/mem-break.h: New file.
2358 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
2359 dependencies.
2360 * gdbserver/inferiors.c (struct inferior_info): Add target_data
2361 member.
2362 (clear_inferiors): Free target_data member if set.
2363 (inferior_target_data, set_inferior_target_data): New functions.
2364 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
2365 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
2366 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
2367 (struct inferior_linux_data): New.
2368 (linux_create_inferior): Use set_inferior_target_data.
2369 (linux_attach): Likewise. Call add_inferior.
2370 (linux_wait_for_one_inferior): New function.
2371 (linux_wait): Call it.
2372 (linux_write_memory): Add const.
2373 (initialize_low): Call set_breakpoint_data.
2374 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
2375 handling members.
2376 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
2377 call.
2378 * gdbserver/server.h: Include mem-break.h. Update inferior.c
2379 prototypes.
2380 * gdbserver/target.c (read_inferior_memory)
2381 (write_inferior_memory): New functions.
2382 * gdbserver/target.h (read_inferior_memory)
2383 (write_inferior_memory): Change macros to prototypes.
2384 (struct target_ops): Update comments. Add const to write_memory
2385 definition.
2386
f91305dd 23872002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
2388
2389 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
2390 instead of ->prev.
2391 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
2392 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
2393 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
2394 instead of ->prev.
2395
73d322b1
EZ
23962002-04-19 Elena Zannoni <ezannoni@redhat.com>
2397
2398 Fix PR gdb/471.
2399 * gdbtypes.c (init_simd_type): Rewrite using new functions.
2400 (build_builtin_type_vec128): Ditto.
2401 (append_composite_type_field): Fix calculation of type length in
2402 union case.
2403
ccd9a834
EZ
24042002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2405
2406 * config/djgpp/README: Update.
2407
2408 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
2409 compiler warnings.
2410
a57f9e49
JT
24112002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
2412
2413 * alpha-tdep.c (setup_arbitrary_frame): Rename...
2414 (alpha_setup_arbitrary_frame): ...to this.
2415 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
2416 for alpha_setup_arbitrary_frame.
2417
f4f9705a
AC
24182002-04-18 Andrew Cagney <cagney@redhat.com>
2419
2420 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
2421 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 2422
f4f9705a
AC
2423 * defs.h (breakpoint_from_pc_fn): Delete type definition.
2424 * target.h (memory_breakpoint_from_pc): Update declaration.
2425 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
2426
2427 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
2428 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
2429 * mem-break.c (memory_breakpoint_from_pc): Ditto.
2430 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
2431 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
2432 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
2433 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
2434 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
2435 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
2436 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
2437 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
2438 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
2439
2440 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2441 const pointer.
2442 * monitor.c (monitor_insert_breakpoint): Ditto.
2443 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2444
2445 * config/mcore/tm-mcore.h: Update copyright.
2446 * mem-break.c: Ditto.
2447 * xstormy16-tdep.c: Ditto.
2448
29f319b8
PM
24492002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
2450
2451 * p-exp.y: Add precedence rule for '^' token.
2452 This removes the shift/reduce conflicts.
2453 Remove the comment concerning these shift/reduce conflicts.
2454
ebeac11a
EZ
24552002-04-18 Elena Zannoni <ezannoni@redhat.com>
2456
2457 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2458 (registers_powerpc_nofp): New register set for processors
2459 without floating point unit.
2460
27c31547
DM
24612002-04-18 David S. Miller <davem@redhat.com>
2462
2463 * MAINTAINERS: Add myself to write-after-approval.
2464
47a73475
MS
24652002-04-17 Michael Snyder <msnyder@redhat.com>
2466
2467 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2468
953836b2
AC
24692002-04-17 Andrew Cagney <ac131313@redhat.com>
2470
2471 * rs6000-tdep.c (frame_initial_stack_address): Use
2472 frame_register_read to read the alloca_reg.
2473
8b0d4340
AC
24742002-04-17 Andrew Cagney <ac131313@redhat.com>
2475
2476 * frame.c (find_saved_register): Find saved registers in the next
2477 not prev frame.
2478 Fix PR gdb/365.
2479
d8864532
AC
24802002-04-17 Andrew Cagney <ac131313@redhat.com>
2481
2482 * gdbarch.sh (LANG): Set to ``c''.
2483
36cc83a3 24842002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 2485
36cc83a3 2486 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 2487
2f4150cc 24882002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
2489
2490 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2491 Update copyright.
2492
628703c6 2493 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 2494 Also fix PR gdb/391.
361d1df0 2495
56157b4a
AC
24962002-04-14 Andrew Cagney <ac131313@redhat.com>
2497
2498 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2499 * aclocal.m4, configure: Re-generate.
2500 Fix PR gdb/391.
361d1df0 2501
6d1e3329
EZ
25022002-04-14 Elena Zannoni <ezannoni@redhat.com>
2503
2504 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2505 instead of tm_print_insn.
2506
cb06fa07
EZ
25072002-04-14 Elena Zannoni <ezannoni@redhat.com>
2508
2509 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2510
f208ba17
AC
25112002-04-14 Andrew Cagney <ac131313@redhat.com>
2512
2513 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2514 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2515 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2516
20f01a46
DH
25172002-04-12 Don Howard <dhoward@redhat.com>
2518
2519 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2520 max_user_call_depth.
2521 (init_cmd_lists): Initialize the new value;
2522 * cli/cli-script.c (execute_user_command): Limit the call depth of
2523 user defined commands. This avoids a core-dump when user commands
2524 are infinitly recursive.
2525
a88376a3
KB
25262002-04-12 Kevin Buettner <kevinb@redhat.com>
2527
2528 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2529 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2530 from tdep struct instead of DEFAULT_LR_SAVE.
2531 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2532 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2533 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2534
f2172603
MS
25352002-04-12 Michael Snyder <msnyder@redhat.com>
2536
694f61fb 2537 * Remote.c: Spelling fix.
20fe79c8
MS
2538 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2539 If no symbol found for "sbrk", try "_sbrk".
2540 (make_output_phdrs): Use bfd_section_name.
2541 (gcore_copy_callback): Use bfd_section_name.
62995fc4 2542 * eval.c: Indentation fix-ups.
169a7369
MS
2543 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2544 in case it gets applied to an address that is already
2545 in the instruction space.
de74f71f
MS
2546 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2547 * symfile.c: Fix indentation, long lines.
f2172603
MS
2548 * source.c: White space fix-up.
2549
cda5a58a
AC
25502002-04-12 Andrew Cagney <cagney@redhat.com>
2551
2552 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2553 * frame.c (frame_register_read): New function. Return non-zero on
2554 success.
2555 (read_relative_register_raw_bytes_for_frame): Delete.
2556 (read_relative_register_raw_bytes): Delete.
2557 * frame.h (frame_register_read): Declare.
2558 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2559 * sh-tdep.c: Ditto.
2560 * infcmd.c (do_registers_info): Ditto.
2561 * hppa-tdep.c: Ditto.
2562 * rs6000-tdep.c: Ditto.
2563 * h8500-tdep.c: Ditto.
2564 * mips-tdep.c: Ditto.
2565 * h8300-tdep.c: Ditto.
2566 * z8k-tdep.c: Ditto.
2567
2ea5f656
KB
25682002-04-12 Kevin Buettner <kevinb@redhat.com>
2569
2570 From Jimi X <jimix@watson.ibm.com>:
2571 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2572 64-bit SysV ABI.
2573
27b15785
KB
25742002-04-12 Kevin Buettner <kevinb@redhat.com>
2575
2576 From Jimi X <jimix@watson.ibm.com>:
2577 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2578 bfd info.
2579
5d57ee30
KB
25802002-04-12 Kevin Buettner <kevinb@redhat.com>
2581
2582 From Jimi X <jimix@watson.ibm.com>:
2583 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2584 register sets for these processor variants.
2585
bc1e36ca
DJ
25862002-04-11 Daniel Jacobowitz <drow@mvista.com>
2587
2588 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2589 registers which are allowed to fail to store.
2590 * gdbserver/linux-low.h (linux_target_ops): Likewise.
2591 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2592 (ppc_cannot_store_register): FPSCR may not be storable.
2593 * regformats/reg-ppc.dat: Support FPSCR.
2594
e3f36dbd
KB
25952002-04-11 Kevin Buettner <kevinb@redhat.com>
2596
2597 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2598 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2599 Add fpscr as an invalid/unfetchable register.
2600 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2601 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2602 (fill_fpregset): Add support for register fpscr.
2603 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2604 (fill_gregset): Account for the fact that register ``mq'' might
2605 not exist.
2606 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2607 (registers_power): Add fpscr to register set at slot 71.
2608 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2609 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
2610
943c9c25
MS
26112002-04-11 Michael Snyder <msnyder@redhat.com>
2612
2613 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2614 * configure: Regenerate.
2615 * config.in: Regenerate.
2616 * acconfig.h: Add define for _SYSCALL32.
2617 * core-sol2.c: Remove #define _SYSCALL32.
2618 * solib-legacy.c: Remove #define _SYSCALL32.
2619
d8c0a2e7
AC
26202002-04-10 Andrew Cagney <ac131313@redhat.com>
2621
2622 * stack.c (select_frame): Cleanup internal error message, do not
2623 use %p.
2624
7cc19214
AC
26252002-04-10 Andrew Cagney <ac131313@redhat.com>
2626
2627 * stack.c (select_frame): Check that selected_frame and the
2628 specified level are as expected.
2629 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2630 Update copyright.
2631 * frame.h (struct frame_info): Add field `level'. Update
2632 copyright.
2633 Work-in-progress PR gdb/464.
2634
67a2b77e
AC
26352002-04-10 Andrew Cagney <ac131313@redhat.com>
2636
2637 * maint.c (maint_print_section_info): Rename print_section_info.
2638 (print_bfd_section_info, print_objfile_section_info): Update.
2639 * inferior.h (struct gdbarch): Add opaque declaration.
2640 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2641 * gdbarch.h: Regenerate.
2642
8cfda98c
ML
26432002-04-10 Michal Ludvig <mludvig@suse.cz>
2644
2645 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2646 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2647 (kernel_u_size): Added.
2648 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2649 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2650
ca439ad2 26512002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 2652
ca439ad2
JI
2653 * valarith.c (find_size_for_pointer_math): New function, either returns
2654 the size for a pointer's target, returns 1 for void *, or errors for
2655 incomplete types.
2656 (value_add, value_sub): use find_size_for_pointer_math.
2657
2f2893d9
DJ
26582002-04-09 Daniel Jacobowitz <drow@mvista.com>
2659
2660 * linux-low.c (linux_look_up_symbols): New hook.
2661 (linux_target_ops): Add linux_look_up_symbols.
2662 * remote-utils.c (decode_address): New function.
2663 (look_up_one_symbol): New function.
2664 * server.c (handle_query): Call target look_up_symbols hook.
2665 * server.h (look_up_one_symbol): Add prototype.
2666 * target.h (struct target_ops): Add look_up_symbols hook.
2667
2ec06d2e
DJ
26682002-04-09 Daniel Jacobowitz <drow@mvista.com>
2669
d64b8841
DJ
2670 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2671 * ChangeLog: Correct paths in last ChangeLog entry.
2672
26732002-04-09 Daniel Jacobowitz <drow@mvista.com>
2674
2675 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
2676 (struct linux_target_ops): New.
2677 (extern the_low_target): New.
d64b8841 2678 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
2679 (register_addr): Use the_low_target explicitly.
2680 (fetch_register): Likewise.
2681 (usr_fetch_inferior_registers): Likewise.
2682 (usr_store_inferior_registers): Likewise.
d64b8841 2683 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
2684 (arm_num_regs): Define.
2685 (arm_regmap): Renamed from regmap, made static.
2686 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2687 made static.
2688 (arm_cannot_store_register): Renamed from cannot_store_register,
2689 made static.
2690 (the_low_target): New.
d64b8841 2691 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
2692 (i386_num_regs): Define.
2693 (i386_regmap): Renamed from regmap, made static.
2694 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2695 made static.
2696 (i386_cannot_store_register): Renamed from cannot_store_register,
2697 made static.
2698 (the_low_target): New.
d64b8841 2699 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
2700 (ia64_num_regs): Define.
2701 (ia64_regmap): Renamed from regmap, made static.
2702 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2703 made static.
2704 (ia64_cannot_store_register): Renamed from cannot_store_register,
2705 made static.
2706 (the_low_target): New.
d64b8841 2707 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
2708 (m68k_num_regs): Define.
2709 (m68k_regmap): Renamed from regmap, made static.
2710 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2711 made static.
2712 (m68k_cannot_store_register): Renamed from cannot_store_register,
2713 made static.
2714 (the_low_target): New.
d64b8841 2715 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
2716 (mips_num_regs): Define.
2717 (mips_regmap): Renamed from regmap, made static.
2718 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2719 made static.
2720 (mips_cannot_store_register): Renamed from cannot_store_register,
2721 made static.
2722 (the_low_target): New.
d64b8841 2723 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
2724 (ppc_num_regs): Define.
2725 (ppc_regmap): Renamed from regmap, made static.
2726 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2727 made static.
2728 (ppc_cannot_store_register): Renamed from cannot_store_register,
2729 made static.
2730 (the_low_target): New.
d64b8841 2731 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
2732 (s390_num_regs): Define.
2733 (s390_regmap): Renamed from regmap, made static.
2734 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2735 made static.
2736 (s390_cannot_store_register): Renamed from cannot_store_register,
2737 made static.
2738 (the_low_target): New.
d64b8841 2739 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
2740 (sh_num_regs): Define.
2741 (sh_regmap): Renamed from regmap, made static.
2742 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2743 made static.
2744 (sh_cannot_store_register): Renamed from cannot_store_register,
2745 made static.
2746 (the_low_target): New.
d64b8841 2747 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
2748 (the_low_target): New.
2749
96cb11df
AC
27502002-04-09 Andrew Cagney <ac131313@redhat.com>
2751
2752 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2753 override FP_REGNUM with frame->fp. Update copyright.
2754 * parse.c (num_std_regs, std_regs): Delete.
2755 (target_map_name_to_register): Do not search std_regs. Update
2756 function description.
2757 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2758 declarations. Update copyright.
2759 Fix PR gdb/251.
361d1df0 2760
c3a3ccc7
DJ
27612002-04-09 Daniel Jacobowitz <drow@mvista.com>
2762
2763 * gdbserver/Makefile.in: Add stamp-h target.
2764 * gdbserver/configure.in: Create stamp-h.
2765 * gdbserver/configure: Regenerated.
2766
ce3a066d
DJ
27672002-04-09 Daniel Jacobowitz <drow@mvista.com>
2768
2769 * gdbserver/inferiors.c: New file.
2770 * gdbserver/target.c: New file.
2771 * gdbserver/target.h: New file.
2772 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
2773 dependencies.
2774 * gdbserver/linux-low.c (inferior_pid): New static variable,
2775 moved from server.c.
2776 (linux_create_inferior): Renamed from create_inferior.
2777 Call add_inferior. Return 0 on success instead of a PID.
2778 (linux_attach): Renamed from myattach.
2779 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
2780 (linux_thread_alive): Renamed from mythread_alive.
2781 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
2782 child dies.
2783 (linux_resume): Renamed from myresume. Add missing ``return 0''.
2784 (regsets_store_inferior_registers): Correct error message.
2785 Add missing ``return 0''.
2786 (linux_fetch_registers): Renamed from fetch_inferior_registers.
2787 (linux_store_registers): Renamed from store_inferior_registers.
2788 (linux_read_memory): Renamed from read_inferior_memory.
2789 (linux_write_memory): Renamed from write_inferior_memory.
2790 (linux_target_ops): New structure.
2791 (initialize_low): Call set_target_ops ().
2792 * gdbserver/remote-utils.c (unhexify): New function.
2793 (hexify): New function.
2794 (input_interrupt): Send signals to ``signal_pid''.
2795 * gdbserver/server.c (inferior_pid): Remove.
2796 (start_inferior): Update create_inferior call.
2797 (attach_inferior): Call add_inferior.
2798 (handle_query): New function.
2799 (main): Call handle_query for `q' packets.
2800 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
2801 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2802
0729219d
DJ
28032002-04-09 Daniel Jacobowitz <drow@mvista.com>
2804
2805 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
2806 dependencies.
2807 * gdbserver/configure.in: Check for <string.h>
2808 * gdbserver/configure: Regenerate.
2809 * gdbserver/config.in: Regenerate.
2810 * gdbserver/gdbreplay.c: Include needed system headers.
2811 (remote_open): Remove strchr prototype.
2812 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2813 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2814 (supply_register_by_name): Likewise.
2815 (collect_register): Change buf argument to void *.
2816 (collect_register_by_name): Likewise.
2817 * gdbserver/regcache.h: Add missing prototypes.
2818 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2819 * gdbserver/server.c (handle_query): New function.
2820 (attached): New static variable, moved out of main.
2821 (main): Quiet longjmp clobber warnings.
2822 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
2823 * gdbserver/utils.c (error): Remove NORETURN.
2824 (fatal): Likewise.
2825
97658e92
DJ
28262002-04-09 Daniel Jacobowitz <drow@mvista.com>
2827
2828 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2829 after the last symbol in a block.
2830
6044e3eb
PM
28312002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
2832
2833 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2834 is non zero as a found symbol.
2835
0406ec40
AC
28362002-04-08 Andrew Cagney <ac131313@redhat.com>
2837
2838 * findvar.c: Include "builtin-regs.h".
2839 (value_of_register): Call value_of_builtin_reg when applicable.
2840 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2841 (target_map_name_to_register): Call
2842 builtin_reg_map_name_to_regnum.
2843 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2844 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2845 (builtin_regs_h): Define.
2846 (builtin-regs.o): New target.
2847 (findvar.o): Add $(builtin_regs_h).
2848 * builtin-regs.c, builtin-regs.h: New files.
2849 * std-regs.c: New file.
2850 Partial fix for PR gdb/251.
2851
56a6dfb9
KB
28522002-04-08 Kevin Buettner <kevinb@redhat.com>
2853
2854 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2855 it's no longer required.
2856
3a808432
AC
28572002-04-08 Andrew Cagney <ac131313@redhat.com>
2858
2859 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2860
7c40d541
KB
28612002-04-08 Kevin Buettner <kevinb@redhat.com>
2862
2863 From Jimi X <jimix@watson.ibm.com>:
2864 * rs6000-tdep.c (rs6000_software_single_step): Use
2865 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2866 and size. Use target_insert_breakpoint() and
2867 target_remove_breakpoint() to insert and remove breakpoints
2868 instead of explicit memory reads and writes.
2869
cc9836a8
KB
28702002-04-08 Kevin Buettner <kevinb@redhat.com>
2871
2872 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2873 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2874 ELF_OBJECT_FORMAT ifdef.
2875
7495d1dc
KB
28762002-04-08 Kevin Buettner <kevinb@redhat.com>
2877
2878 From Jimi X <jimix@watson.ibm.com>:
2879 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2880
4288e836
KB
28812002-04-08 Kevin Buettner <kevinb@redhat.com>
2882
2883 From Jimi X <jimix@watson.ibm.com>:
2884 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2885 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2886
a4e4e501
MK
28872002-04-07 Mark Kettenis <kettenis@gnu.org>
2888
2889 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2890 s/asprintf/xasprintf/.
2891 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2892
006defba
AC
28932002-04-07 Andrew Cagney <ac131313@redhat.com>
2894
2895 I believe Jeff Law denies responsability for this one:
2896 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2897 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2898 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2899 Work-around for PR gdb/366.
2900
7aa83cac
EZ
29012002-04-07 Elena Zannoni <ezannoni@redhat.com>
2902
2903 * remote-e7000.c (write_small, e7000_read_inferior_memory,
2904 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2905 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2906
cf1fcca1
EZ
29072002-04-07 Elena Zannoni <ezannoni@redhat.com>
2908
2909 * sh-tdep.c (sh_fp_frame_init_saved_regs,
2910 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2911 information.
2912
3f289e6f
AC
29132002-04-07 Andrew Cagney <ac131313@redhat.com>
2914
2915 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2916 maintainer.
2917
129188f6
AC
29182002-04-07 Andrew Cagney <ac131313@redhat.com>
2919
2920 * README (Reporting Bugs in GDB): Document the bug web page as the
2921 prefered way of submitting bugs.
2922 Fix PR gdb/402.
2923
1200cd6e
AC
29242002-04-06 Andrew Cagney <ac131313@redhat.com>
2925
2926 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2927 -1. Update comment.
2928 * gdbarch.h, gdbarch.c: Re-generate.
2929
2853c33c
AS
29302002-04-07 Andreas Schwab <schwab@suse.de>
2931
2932 * m68klinux-nat.c (fill_fpregset): Properly pass address of
2933 buffer to regcache_collect.
2934
c2169756
AC
29352002-04-06 Andrew Cagney <ac131313@redhat.com>
2936
2937 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
2938 * gdbarch.c, gdbarch.h: Re-generate.
2939
25f1b008
AC
29402002-04-06 Andrew Cagney <ac131313@redhat.com>
2941
2942 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2943 declaration. Fix -Werror.
2944
59263426
DJ
29452002-04-05 Daniel Jacobowitz <drow@mvista.com>
2946
2947 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2948 * gdbarch.c: Regenerate.
2949
f5db4da3
MS
29502002-04-05 Michael Snyder <msnyder@redhat.com>
2951
80f8a6eb
MS
2952 * breakpoint.c (clear_command): Rewrite middle section to
2953 combine two loops with identical control conditions.
2954 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
2955 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2956
ad3dcc5c
L
29572002-04-05 H.J. Lu (hjl@gnu.org)
2958
2959 * solib-svr4.c (bkpt_names): Add "__start".
2960
f32e7a74
AC
29612002-04-04 Andrew Cagney <ac131313@redhat.com>
2962
2963 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2964 as test for 64 bit target.
2965
8227c0ff
AC
29662002-04-05 Andrew Cagney <ac131313@redhat.com>
2967
2968 * h8500-tdep.c (h8500_write_fp): Delete function.
2969 * dwarf2cfi.c (cfi_write_fp): Document as not used.
2970 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2971 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2973 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2974 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2975 (s390_write_fp):
2976 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2977 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2978 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2979 (d10v_write_fp): Delete function.
2980 * inferior.h (write_fp, generic_target_write_fp): Delete
2981 declarations.
2982 * regcache.c (generic_target_write_fp): Delete function.
2983 (write_fp): Delete function.
2984 * gdbarch.sh (TARGET_WRITE_FP): Delete.
2985 * gdbarch.h, gdbarch.c: Regenerate.
2986 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2987 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2988 (sparc64_write_fp): Delete declaration.
2989 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2990 (h8500_write_fp): Delete declaration.
2991
2757dd86
AC
29922002-04-04 Andrew Cagney <ac131313@redhat.com>
2993
2994 * sparc-tdep.c (sparc64_write_fp): Delete.
2995 (sparc_push_dummy_frame): Replace write_fp call with code to store
2996 the FP directly.
2997 (sparc_gdbarch_init): Do not initialize write_fp.
2998
c69255e1
KB
29992002-04-05 Kevin Buettner <kevinb@redhat.com>
3000
3001 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
3002 clause.
3003
ae767bfb
JB
30042002-03-29 Jim Blandy <jimb@redhat.com>
3005
3006 * stack.c (get_selected_block): Add new argument `addr_in_block',
3007 used to return the exact code address we used to select the block,
3008 not just the block.
3009 * blockframe.c (get_frame_block, get_current_block): Same.
3010 * frame.h (get_frame_block, get_current_block,
3011 get_selected_block): Update declarations.
3012 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
3013 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
3014
84d2ac95
MS
30152002-04-05 Michael Snyder <msnyder@redhat.com>
3016
3017 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
3018 warning message.
3019
596aa3bf
JB
30202002-04-05 J. Brobecker <brobecker@gnat.com>
3021
3022 * utils.c (xfullpath): New function.
3023 * defs.h (xfullpath): Add declaration.
3024 * source.c (openp): Use xfullpath in place of gdb_realpath to
3025 avoid resolving the basename part of filenames when the
3026 associated file is a symbolic link. This fixes a potential
3027 inconsistency between the filenames known to GDB and the
3028 filenames it prints in the annotations.
3029 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
3030 to be able to match a filename with either the real filename, or
3031 the name of any symbolic link to this file.
3032 (lookup_partial_symtab): Ditto.
3033
c02f5703
MS
30342002-04-04 Michael Snyder <msnyder@redhat.com>
3035
3036 * breakpoint.c: Add support for hardware breakpoints in overlays.
3037 (overlay_events_enabled): New state variable.
3038 (insert_breakpoints): Use overlay_events_enabled to decide
3039 whether to attempt to set a breakpoint at the overlay load addr.
3040 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3041 (remove_breakpoint): Use overlay_events_enabled to decide
3042 whether breakpoints need to be removed from overlay load addr.
3043 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3044 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 3045 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
3046 disable_overlay_breakpoints): Update overlay_events_enabled.
3047
5fb290d7
DJ
30482002-04-04 Daniel Jacobowitz <drow@mvista.com>
3049
3050 * dwarf2read.c (struct function_range): New.
3051 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
3052 (check_cu_functions): New.
3053 (read_file_scope): Initialize global function lists.
3054 Call dwarf_decode_line after processing children.
3055 (read_func_scope): Add to global function list.
3056 (dwarf_decode_lines): Call check_cu_functions everywhere
3057 record_line is called. Call record_line with a linenumber
3058 of 0 to mark sequence ends.
3059
7b3fabf0
ML
30602002-04-04 Michal Ludvig <mludvig@suse.cz>
3061
361d1df0 3062 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
3063 change sync with glibc.
3064
bce58c09
JB
30652002-04-03 Jim Blandy <jimb@redhat.com>
3066
3067 * configure.in: Call AC_C_INLINE.
3068 * configure: Regenerated.
361d1df0 3069
2fccf04a
DJ
30702002-04-01 Daniel Jacobowitz <drow@mvista.com>
3071
3072 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
3073 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
3074
2d1bfe2e
MK
30752002-03-31 Mark Kettenis <kettenis@gnu.org>
3076
a5941fbf
MK
3077 * NEWS: Mention gcore support on FreeBSD/i386.
3078
a90cd31d
MK
3079 * fbsd-proc.c: New file.
3080 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
3081 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
3082
2d1bfe2e
MK
3083 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
3084 while statement.
3085
9eb6e5a1
JB
30862002-03-29 Jim Blandy <jimb@redhat.com>
3087
3088 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
3089 unescaped newlines in string literals, but newer ones don't. So
3090 escape them.
3091
f02df580
MS
30922002-03-26 Michael Snyder <msnyder@redhat.com>
3093 Andrew Cagney <cagney@redhat.com>
3094
361d1df0 3095 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
3096 restore file to memory.
3097 * cli/cli-dump.h: New file.
3098 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 3099 * NEWS: Mention new commands.
f02df580 3100
109f874e
MS
31012002-03-28 Michael Snyder <msnyder@redhat.com>
3102
3103 * symfile.c (symbol_file_add): Move test for null symbols to later.
3104
520f6ade
AC
31052002-03-27 Andrew Cagney <ac131313@redhat.com>
3106
3107 From veksler at il.ibm.com:
3108 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
3109 the xstrduped original path.
3110 Fix PR gdb/417.
3111
d4654627
MS
31122002-03-27 Michael Snyder <msnyder@redhat.com>
3113
3114 * breakpoint.c (_initialize_breakpoint): Clean up help string.
3115 * infcmd.c (_initialize_infcmd): Ditto.
3116 * language.c (_initialize_language): Ditto.
3117 * symfile.c (_initialize_symfile): Ditto.
3118 * top.c (_init_main): Ditto.
3119 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3120
6be8bc0c
EZ
31212002-03-27 Elena Zannoni <ezannoni@redhat.com>
3122
3123 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
3124 vector registers handling.
3125 (skip_prologue): Handle new AltiVec instructions. Fill in new
3126 fields of frame data.
3127 (frame_get_saved_regs): Fill in information for AltiVec registers.
3128
12af6855
JB
31292002-03-27 Jim Blandy <jimb@redhat.com>
3130
3131 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
3132 a function; leave this macro here to invoke that function.
3133 (symbol_init_mangled_name): Declaration for that function.
3134 * symtab.c (symbol_init_mangled_name): New function.
3135
dc672865
AC
31362002-03-27 Andrew Cagney <ac131313@redhat.com>
3137
3138 * valarith.c: Replace strerror with safe_strerror.
3139 * tracepoint.c: Ditto.
3140 * lin-lwp.c: Ditto.
3141 * go32-nat.c: Ditto.
3142 * inflow.c: Ditto.
3143 * gnu-nat.c: Ditto.
3144
d96429cd
AS
31452002-03-27 Andreas Schwab <schwab@suse.de>
3146
3147 * event-top.c (command_line_handler): Remove useless if.
3148
7e336ba1
AJ
31492002-03-27 Andreas Jaeger <aj@suse.de>
3150
3151 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
3152 comment.
3153
de220d0f
ML
31542002-03-27 Michal Ludvig <mludvig@suse.cz>
3155
3156 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
3157 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
3158 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
3159 (x86_64_linux_dr_get_status, supply_gregset),
3160 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
3161 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
3162 (x86_64_register_info_table): Add.
3163 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
3164 (x86_64_register_raw_size, x86_64_register_virtual_type),
3165 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
3166 general x86_64_register_info_table.
3167 (i386_gdbarch_init): gdbarch_register_bytes is now set
3168 dynamicaly during initialization.
3169 * regformats/reg-x86-64.dat: Synced with changes to registers above.
3170 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 3171
0e98d0a7
DJ
31722002-03-27 Daniel Jacobowitz <drow@mvista.com>
3173
3174 * gdbserver/server.c (main): Call target_signal_to_host_p
3175 and target_signal_to_host on signals received from the remote.
3176 * gdbserver/remote-utils.c (prepare_resume_reply): Call
3177 target_signal_from_host on signals sent to the remote.
3178 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
3179 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
3180
3130066b
DJ
31812002-03-27 Daniel Jacobowitz <drow@mvista.com>
3182
3183 * signals/signals.c: Include "server.h" in gdbserver build.
3184 (target_signal_from_name): Don't use STREQ.
3185 (_initialize_signals): Likewise. Don't include function in
3186 gdbserver build.
3187
9aedf4f4
DJ
31882002-03-27 Daniel Jacobowitz <drow@mvista.com>
3189
3190 * signals.c: Moved to...
3191 * signals/signals.c: Here.
7e336ba1 3192 * Makefile (signals.o): Update.
9aedf4f4 3193
3fa41cdb
JL
31942002-03-26 Jeff Law (law@redhat.com)
3195
3196 * somread.c (som_symtab_read): Remove some commented out code and
3197 updated related comments. Do not set the minimal symbol table to
3198 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
3199 in a dynamic executable.
3200 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
3201 where we are unable to find the minimal symbol for the given
3202 PC value.
3203
ee677e8d
MS
32042002-03-25 Jeff Law (law@redhat.com)
3205
3206 * linux-proc.c (read_mapping): Scan up to end of line for filename.
3207
e76e1718
ML
32082002-03-25 Michal Ludvig <mludvig@suse.cz>
3209
3210 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
3211
18a642a1
AC
32122002-03-23 Andrew Cagney <ac131313@redhat.com>
3213
3214 * command.h: Update copyright.
3215 (struct cmd_list_element): Replace definition with opaque
3216 declaration.
3217 (enum cmd_types): Document that it will eventually be moved to
3218 cli/cli-decode.h
3219 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
3220 (MALLOCED_REPLACEMENT): Delete macro.
3221 * Makefile.in (cli_decode_h): Add $(command_h).
3222 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 3223 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
3224 * completer.c: Include "cli/cli-decode.h".
3225 * maint.c: Include "cli/cli-decode.h".
3226 * cli/cli-decode.h: Include "command.h".
3227 (enum command_class): Delete.
3228 (enum cmd_types): Comment out.
3229 (enum cmd_auto_boolean): Delete.
3230 (enum var_types): Delete.
3231
b2875cc0
AC
32322002-03-23 Andrew Cagney <ac131313@redhat.com>
3233
3234 * cli/cli-decode.c: Include "gdb_assert.h".
3235 (add_set_or_show_cmd): New static function.
3236 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
3237 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
3238 all fields, such as func, from the set command.
3239
3b45974e
AC
32402002-03-23 Andrew Cagney <ac131313@redhat.com>
3241
3242 * MAINTAINERS (sh-elf): Change warning flag to -w.
3243
823ca731
AC
32442002-03-23 Andrew Cagney <cagney@redhat.com>
3245
3246 * defs.h (error): Add printf format attribute.
3247 * thread-db.c (thread_from_lwp): Fix error format string.
3248 * stack.c (parse_frame_specification): Ditto.
3249 * cli/cli-decode.c (undef_cmd_error): Ditto.
3250 * scm-lang.c (scm_lookup_name): Ditto.
3251 * tracepoint.c (trace_error): Ditto.
3252 * remote-utils.c (usage): Ditto.
3253 * remote.c (compare_sections_command): Ditto.
3254 Fix PR gdb/328.
3255
0e101458
AC
32562002-03-22 Andrew Cagney <ac131313@redhat.com>
3257
3258 * gdbtypes.c (append_composite_type_field): New function.
3259 (init_composite_type): New function.
3260 * gdbtypes.h (append_composite_type_field): Declare.
3261 (init_composite_type): Ditto.
3262
8e0662df
EZ
32632002-03-22 Elena Zannoni <ezannoni@redhat.com>
3264
3265 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 3266 function.
8e0662df
EZ
3267 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
3268 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
3269 structure returning convention for SYSV ABI case, but not
3270 for GNU/Linux, FreeBSD, or NetBSD.
3271
3121eff0
DJ
32722002-03-22 Daniel Jacobowitz <drow@mvista.com>
3273
3274 * symtab.h (lookup_block_symbol): Add mangled_name argument
3275 to prototype.
3276
3277 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
3278 with new mangled_name argument.
3279 * linespec.c (decode_line_1): Likewise.
3280 * valops (value_of_this): Likewise.
3281 * symtab.c (lookup_transparent_type): Likewise.
3282 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
3283 (lookup_symbol): If we are given a mangled name, pass it down
3284 to lookup_symbol_aux.
3285 (lookup_block_symbol): If we are given a mangled name to check
3286 against, only return symbols which match it.
3287
349b409f
CF
32882002-03-22 Christopher Faylor <cgf@redhat.com>
3289
3290 * win32-nat.c (child_create_inferior): Check for proper shell to use
3291 here, in case the user changes it on the fly.
3292 (_initialize_inftarg): Remove shell path considerations.
3293
2a873819
EZ
32942002-03-21 Elena Zannoni <ezannoni@redhat.com>
3295
3296 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
3297 for gdbarch_max_register_raw_size and max_register_virtual_size.
3298 Adjust copyright year.
3299
a1b9830c
DJ
33002002-03-21 Daniel Jacobowitz <drow@mvista.com>
3301
3302 * dbxread.c (process_one_symbol): Extend the first N_SLINE
3303 in a function to cover the entire beginning of the function
3304 as well if it does not already.
3305
8b5790f2
TR
33062002-03-21 Tom Rix <trix@redhat.com>
3307
3308 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
3309 (rs6000_ptrace64): Renamed from ptrace64.
3310
bdbe5747
MH
33112002-03-20 Martin M. Hunt <hunt@redhat.com>
3312
3313 * gdbserver/remote-utils.c (remote_open): Don't call
3314 getprotobyname, we're all using TCP here so just use
3315 IPPROTO_TCP.
7e336ba1 3316 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
3317
33182002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 3319
bdbe5747
MH
3320 * regcache.c (_initialize_regcache): No need to call
3321 build_regcache() at this time; it gets called whenever
3322 the gdbarch changes.
3323
7781cd62
DB
33242002-03-20 David O'Brien <obrien@FreeBSD.org>
3325
3326 * sparc-nat.c: Include sys/param.h where possible.
3327
f65ca430
DJ
33282002-03-20 Daniel Jacobowitz <drow@mvista.com>
3329
3330 Fix PR gdb/422.
3331 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
3332 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
3333 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
3334 complex types.
3335 * stabsread.c (rs6000_builtin_type): Likewise.
3336 (read_sun_floating_type): Likewise.
3337
0c867556
PS
33382002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3339
3340 * stabsread.c (read_member_functions): Remove skip code for duplicate
3341 constructor/destructor methods. Use standard parsing for these
3342 methods and just do not chain them to the list of methods after
3343 parsing.
3344
12b9c64f
AO
33452002-03-19 Alexandre Oliva <aoliva@redhat.com>
3346
3347 * coffread.c: Remove redundant static declarations. Replace
3348 occurrences of `PTR' with `void *'.
3349 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
3350 * top.h (quit_cover): Likewise.
3351 * defs.h (catch_errors): Likewise.
3352
349c5d5f
AC
33532002-03-18 Andrew Cagney <ac131313@redhat.com>
3354
3355 * defs.h (XMALLOC): Define.
3356 * gdb-events.sh (XMALLOC): Delete macro.
3357 * gdb-events.c, gdb-events.h: Regenerate.
3358 * gdbarch.sh (XMALLOC): Delete macro.
3359 * gdbarch.c: Regenerate.
3360 * serial.c (XMALLOC): Delete macro.
3361 * ui-file.c (XMALLOC): Ditto.
3362 * ser-unix.h (XMALLOC): Ditto.
3363 * sh-tdep.c (XMALLOC): Ditto.
3364 * ui-out.c (XMALLOC): Ditto.
3365 * utils.c (XMALLOC): Ditto.
3366 * i386-tdep.c (XMALLOC): Ditto.
3367 * gdb-events.c (XMALLOC): Ditto.
3368 * d10v-tdep.c (XMALLOC): Ditto.
3369 * cli-out.c (XMALLOC): Ditto.
3370
3371 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
3372 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
3373 * ui-file.c, ui-out.c: Ditto.
3374
7d0766f3
AC
33752002-03-18 Andrew Cagney <ac131313@redhat.com>
3376
3377 * command.h (struct cmd_list_element): Add field context.
3378 (set_cmd_context, get_cmd_context): Declare.
3379 * cli/cli-decode.h: Ditto.
3380 * cli/cli-decode.c (get_cmd_context): New function.
3381 (set_cmd_context): New function.
3382 (add_cmd): Initialize context.
3383 Part of fixing PR gdb/145 and PR gdb/146.
3384
5913bcb0
AC
33852002-03-17 Andrew Cagney <ac131313@redhat.com>
3386
1868c04e
AC
3387 * cli/cli-decode.c (cmd_type): New function.
3388 * command.h (cmd_type): Declare.
3389 * infrun.c (set_schedlock_func): Call function cmd_type.
3390 * kod.c (kod_set_os): Call cmd_type.
3391 * cris-tdep.c (cris_version_update): Use function cmd_type.
3392 (cris_mode_update, cris_abi_update): Ditto.
3393
5913bcb0
AC
3394 * command.h: (execute_cmd_post_hook): Declare.
3395 (execute_cmd_pre_hook): Declare.
3396 * cli/cli-script.c (clear_hook_in_cleanup): New function.
3397 (execute_cmd_post_hook, execute_cmd_pre_hook): New
3398 functions. Execute pre/post hook while ensuring that afterwords
3399 hook_in is cleared.
3400 * top.c (execute_command): Use execute_cmd_post_hook, and
3401 execute_cmd_pre_hook to execute pre/post commands.
3402 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
3403 hook_stop_stub.
3404 (hook_stop_stub): Call execute_cmd_pre_hook.
3405
b51450c9
AC
34062002-03-17 Andrew Cagney <ac131313@redhat.com>
3407
3408 * kod.c (kod_set_os): Revert previous change. Is called by ``info
3409 set'' and this leads to a core dump. Move xstrdup of
3410 operating_system to after check that it is not NULL.
3411
f66c9f11
AC
34122002-03-17 Andrew Cagney <ac131313@redhat.com>
3413
8e694ecf
AC
3414 * kod.c (kod_set_os): Remove unnecessary check that
3415 ``command->type'' is set_cmd.
3416
f66c9f11
AC
3417 * valprint.c (set_input_radix): Use input_radix.
3418 (set_output_radix): Use output_radix.
3419 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
3420 isn't reverted.
3421
9d01611c
AC
34222002-03-16 Andrew Cagney <ac131313@redhat.com>
3423
3424 * value.h (struct value): Delete field ``substring_addr''. Change
3425 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
3426 force_core_addr_align and force_pointer_aligh.
3427
3428 * value.h (struct value): Fix typo in above change.
9d01611c 3429
4156bb53
PS
34302002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3431
3432 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
3433 to fix internal_error from ``maintenance print architecture''.
3434
0e5e3ea6
PS
34352002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3436
3437 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
3438 for gcc versions after gcc-2.8.1.
3439
9b013045
PS
34402002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3441
3442 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3443 for method resolution. Restore adjustment of ``this'' pointer after
3444 calling value_struct_elt, which was accidentally removed during the
3445 HP merge.
3446
376c9600
AC
34472002-03-15 Andrew Cagney <ac131313@redhat.com>
3448
3449 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3450 value_of_register.
3451 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
3452 get_saved_register.
3453 * value.h (value_of_register): Update.
3454
a4db0f07
RH
34552002-03-14 Richard Henderson <rth@redhat.com>
3456
3457 * configure.in: Detect declaration for canonicalize_file_name.
3458 * utils.c (canonicalize_file_name): Declare, if needed.
3459 (gdb_realpath): Prefer realpath if available and usable.
3460 * config.in, configure: Rebuild.
3461
96383835
RH
34622002-03-14 Richard Henderson <rth@redhat.com>
3463
3464 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3465 a constant array bound.
3466
3467 * MAINTAINERS: Add myself to write-after-approval.
3468
75245b24
MS
34692002-03-14 Michael Snyder <msnyder@redhat.com>
3470
3471 * symfile.c (syms_from_objfile): Return immediately if no syms.
3472 (symbol_file_add): Return immediately if no syms.
3473 (find_sym_fns): Return immediately if no syms.
3474
e641a1ca
ML
34752002-03-13 Michal Ludvig <mludvig@suse.cz>
3476
3477 * gdbserver/remote-util.c (remote_open): Print remote-side's
3478 IP address when remote debugging over the network.
7e336ba1 3479
df08bfec
DB
34802002-03-12 David O'Brien <obrien@FreeBSD.org>
3481
3482 * config/sparc/fbsd.mh: Fix copyright.
3483 * config/sparc/fbsd.mt: Likewise.
3484
9a57864f
RE
34852002-03-11 Richard Earnshaw <rearnsha@arm.com>
3486
3487 * MAINTAINERS: Fix typo in name of gdb warnings option.
3488 (x86-64): Fix formating so that this can be parsed by awk.
3489
dd7bf85e
DJ
34902002-03-10 Daniel Jacobowitz <drow@mvista.com>
3491
3492 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3493 * defs.h: Include "gdb/signals.h".
3494 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3495
33a0a2ac
ML
34962002-03-10 Michal Ludvig <mludvig@suse.cz>
3497
3498 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 3499 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
3500 from x86-64-tdep.h
3501
dd824b04
DJ
35022002-03-10 Daniel Jacobowitz <drow@mvista.com>
3503 Don Howard <dhoward@redhat.com>
3504
3505 * mips-tdep.c (ST0_FR): Define.
3506 (mips2_fp_compat): New function, temporarily disabled.
3507 (mips_read_fp_register_single): New function.
3508 (mips_read_fp_register_double): New function.
3509 (mips_print_register): Use them.
3510 (do_fp_register_row): Likewise.
3511
6a41ff59
AC
35122002-03-09 Andrew Cagney <ac131313@redhat.com>
3513
3514 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3515 approval''.
3516
4ea09c10
PS
35172002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3518
3519 * stabsread.c (read_member_functions): Fix is_stub test for
3520 static member functions, improve comment.
3521
6ccc741d
RE
35222002-03-07 Richard Earnshaw <rearnsha@arm.com>
3523
3524 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3525 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3526 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3527 commands that set boolean values.
3528 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3529 (arm_rdi_resume): Always initialize PC.
3530 (arm_rdi_open): Don't use rslt as a boolean.
3531 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3532 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3533 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3534 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3535
438013df
AO
35362002-03-06 Alexandre Oliva <aoliva@redhat.com>
3537
3538 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3539 * configure: Rebuilt.
3540
70ed8774
SC
35412002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3542
3543 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3544 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3545
5ba2abeb
AC
35462002-03-06 Andrew Cagney <ac131313@redhat.com>
3547
3548 * cli/cli-decode.c (set_cmd_completer): New function.
3549 * command.h (set_cmd_completer): Declare.
3550 * cli/cli-decode.h (set_cmd_completer): Ditto.
3551
3552 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3553 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3554 * win32-nat.c (_initialize_inftarg): Ditto.
3555 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3556 * proc-api.c (_initialize_proc_api): Ditto.
3557 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3558 * source.c (_initialize_source): Ditto.
3559 * exec.c (_initialize_exec): Ditto.
3560 * solib.c (_initialize_solib): Ditto.
3561 * top.c (init_main): Ditto.
3562 * tracepoint.c (_initialize_tracepoint): Ditto.
3563 * symfile.c (_initialize_symfile): Ditto.
3564 * printcmd.c (_initialize_printcmd): Ditto.
3565 * infcmd.c (_initialize_infcmd): Ditto.
3566 * corefile.c (_initialize_core): Ditto.
3567
f779ca99
AC
35682002-03-05 Andrew Cagney <ac131313@redhat.com>
3569
3570 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3571
01a3934b
AC
35722002-03-05 Andrew Cagney <ac131313@redhat.com>
3573
3574 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3575
37057839
AC
35762002-03-05 Andrew Cagney <ac131313@redhat.com>
3577
3578 * NEWS: Update headings, 5.2 has branched.
3579
c6ecbae5
DJ
35802002-03-04 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3583 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3584 (register_addr, REGISTER_RAW_SIZE): Likewise.
3585 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3586 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3587
e9f30c21
ML
35882002-03-03 Michal Ludvig <mludvig@suse.cz>
3589
3590 * MAINTAINERS (x86-64): Add myself.
3591 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3592 changed value_ptr -> struct value *
3593
54394ac3
DB
35942002-03-01 David O'Brien <obrien@FreeBSD.org>
3595
3596 * configure.host (sparc64-*-freebsd): Add.
3597 * configure.tgt: Likewise.
3598 * config/sparc/fbsd.mh: New file.
3599 * config/sparc/fbsd.mt: Likewise.
3600 * config/sparc/nm-fbsd.h: Likewise.
3601 * config/sparc/tm-fbsd.h: Likewise.
3602
bfe95955
DJ
36032002-03-01 Daniel Jacobowitz <drow@mvista.com>
3604
3605 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3606 regformats/reg-s390x.dat.
3607
f33c6cbf
AC
36082002-03-01 Andrew Cagney <ac131313@redhat.com>
3609
3610 * utils.c: Add FIXME explaining true/false problem.
3611
5ecaa7dd
AC
36122002-02-28 Andrew Cagney <ac131313@redhat.com>
3613
3614 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3615
2a251cc2
MC
36162002-02-28 Michael Chastain <mec@shout.net>
3617
3618 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3619
6a8031a3 36202002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
3621
3622 * gdbserver/linux-s390-low.c: New file.
3623 * regformats/reg-s390.dat: New file.
3624 * regformats/reg-s390x.dat: New file.
3625 * gdbserver/configure.srv: Add S/390.
3626 * gdbserver/Makefile.in: Add S/390.
3627 * configure.tgt: Enable gdbserver for S/390.
3628
ac469903
EZ
36292002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
3630
3631 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3632 first line of the doc string for "info dos", except at the end of
3633 the sentence, since the short help stops at the first period.
3634
985cb1a3
JM
36352002-02-28 Jason Merrill <jason@redhat.com>
3636
3637 * dwarf2read.c (dwarf_cfi_name): Add new codes.
3638
c570663e
FF
36392002-02-27 Fred Fish <fnf@redhat.com>
3640
3641 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3642 comment (dumy -> dummy).
3643
43630227
PS
36442002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3645
3646 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3647
b84911e8
RB
36482002-02-27 Rodney Brown <rbrown64@csc.com.au>
3649
3650 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3651
58caa3dc
DJ
36522002-02-27 Daniel Jacobowitz <drow@mvista.com>
3653
3654 * gdbserver/acconfig.h: New file.
3655 * gdbserver/i387-fp.c: New file.
3656 * gdbserver/i387-fp.h: New file.
3657 * gdbserver/linux-x86-64.c: New file.
3658 * regformats/reg-x86-64.dat: New file.
3659 * configure.tgt: Add x86_64-*-linux* gdbserver support.
3660 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3661 * gdbserver/configure.in: Add support for regsets.
3662 * gdbserver/config.in: Regenerate.
3663 * gdbserver/configure: Regenerate.
3664 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
3665 * gdbserver/linux-low.h: New file.
3666 * gdbserver/linux-low.c: Include "linux-low.h". Add support
3667 for regsets.
3668 * gdbserver/linux-arm-low.c: Include "linux-low.h".
3669 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3670 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3671 * gdbserver/linux-mips-low.c: Include "linux-low.h".
3672 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3673 * gdbserver/linux-sh-low.c: Include "linux-low.h".
3674 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
3675 "i387-fp.h". Add PTRACE_GETREGS and friends.
3676 * gdbserver/regcache.c (supply_register): New function.
3677 (supply_register_by_name): New function.
3678 (collect_register): New function.
3679 (collect_register_by_name): New function.
3680
93652174
DJ
36812002-02-27 Daniel Jacobowitz <drow@mvista.com>
3682
3683 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3684 (config.status): Add configure.srv dependency.
3685 (server_h): Add config.h dependency.
3686
a02e4a61
DJ
36872002-02-27 Daniel Jacobowitz <drow@mvista.com>
3688
3689 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3690 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3691 * gdbserver/configure.srv: Change i386-*-linux* to use
3692 reg-i386-linux.o.
3693
ce0eebec
AC
36942002-02-26 Andrew Cagney <ac131313@redhat.com>
3695
3696 * x86-64-tdep.c: Re-indent. Update copyright date.
3697
82dbc5f7
AC
36982002-02-26 Andrew Cagney <ac131313@redhat.com>
3699
3700 From Michal Ludvig <mludvig@suse.cz>:
3701 * x86-64-tdep.c (value.h): Delete.
3702 (gdb_assert.h): Include.
3703 (x86_64_register_convert_to_virtual,
3704 x86_64_register_convert_to_raw ): Add check which lets only
3705 floating-point values to be converted.
3706 (value_push): Delete.
3707 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3708 (i386_gdbarch_init): Number of register_bytes fixed.
3709
e4621584
AC
37102002-02-26 Andrew Cagney <ac131313@redhat.com>
3711
3712 * MAINTAINERS: Add x86-64 target.
3713
81a9a963
AC
37142002-02-26 Andrew Cagney <ac131313@redhat.com>
3715
3716 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3717 * osfsolib.c (solib_map_sections): Ditto.
3718 * irix5-nat.c (solib_map_sections): Ditto.
3719 * corelow.c (gdb_check_format): Ditto.
3720 * symfile.c (symfile_bfd_open): Ditto.
3721 * solib.c (solib_map_sections): Ditto.
3722 Fix PR gdb/354.
7e336ba1 3723
0f017ab9
AC
37242002-02-26 Andrew Cagney <ac131313@redhat.com>
3725
3726 * remote.c (_initialize_remote): By default, disable ``e'' and
3727 ``E'' step out-of-range packets.
3728
75738c29
AS
37292002-02-26 Andreas Schwab <schwab@suse.de>
3730
3731 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3732 m68k_linux_frame_saved_pc.
3733 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3734 in_sigtramp.
3735 (SIGCONTEXT_PC_OFFSET): Remove.
3736 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3737 m68k_linux_sigtramp_saved_pc): New functions.
3738 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3739 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3740 (UCONTEXT_PC_OFFSET): Define.
3741 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3742 non-RT and RT signal trampolines.
3743
7e8ed687
RE
37442002-02-26 Richard Earnshaw <rearnsha@arm.com>
3745
3746 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3747 (TARGET_NBPG, STACK_END_ADDR): Delete
3748 (VARIABLES_INSIDE_BLOCK): Delete.
3749
6972bc8b
AC
37502002-02-25 Andrew Cagney <ac131313@redhat.com>
3751
3752 * utils.c (perror_with_name): Make string parameter constant.
3753 (print_sys_errmsg): Ditto.
3754 (query): Ditto.
3755 * defs.h (perror_with_name): Update.
3756 (print_sys_errmsg): Update.
3757 (query): Update.
3758
aa32f823
DJ
37592002-02-25 Daniel Jacobowitz <drow@mvista.com>
3760
3761 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3762 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3763
19caaa45
PS
37642002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3765
3766 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3767 if it already matches the current architecture from the exec file.
3768 Include arch-utils.h for gdbarch_info_init prototype.
3769 * Makefile.in (rs6000-nat.o): Update dependencies.
3770
d951901f
EZ
37712002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
3772
3773 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3774 list of exported variables.
3775
7ea81414
DJ
37762002-02-24 Daniel Jacobowitz <drow@mvista.com>
3777
3778 * gdbserver/configure.srv: New file.
3779 * gdbserver/configure.in: Use configure.srv instead
3780 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
3781 from it.
3782 * gdbserver/configure: Regenerated.
3783 * gdbserver/terminal.h: New file.
3784 * gdbserver/Makefile.in: Update for configure changes. Remove
3785 more unneeded include paths.
3786
080fe24b
AC
37872002-02-24 Andrew Cagney <ac131313@redhat.com>
3788
3789 From wiz at danbala:
3790 * config/sparc/tm-sp64.h: Fix grammar and typos.
3791 Fix PR gdb/287.
3792
8605d56e
AC
37932002-02-24 Andrew Cagney <ac131313@redhat.com>
3794
3795 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
3796 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
3797 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3798 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
3799 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3800 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3801 * s390-tdep.c: Ditto.
92362027
AC
3802 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3803 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3804 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3805 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3806 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3807 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3808 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3809 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3810 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3811 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 3812 Fix PR gdb/378.
7e336ba1 3813
8ed32cc0
AC
38142002-02-23 Andrew Cagney <ac131313@redhat.com>
3815
a3007b6f
AC
3816 * lin-thread.c: Delete file.
3817 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3818 to gdb_proc_service.h.
3819 * configure: Re-generate.
3820
50a9e2f1
AC
3821 * ocd.c (ocd_open): Do not try to open the "ocd" device.
3822 * serial.c (serial_open): Delete check for "ocd".
3823 Fix PR gdb/349.
3824
8b6e7932
AC
3825 * Makefile.in (linux-thread.o): Delete target.
3826 * linux-thread.c: Delete file.
3827
d155c46b
AC
3828 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
3829 renamed SH files to be consistent.
3830
8ed32cc0
AC
3831 * symtab.c (sort_search_symbols): Use xfree.
3832
0e18d038
RE
38332002-02-23 Richard Earnshaw <rearnsha@arm.com>
3834
3835 * arm-linux-tdep.c (arm_linux_init_abi): Register
3836 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3837 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3838 definition with undef, since we don't want the sysvr4 definition.
3839 (SKIP_TRAMPOLINE_CODE): Likewise.
3840
27aac7ff
AC
38412002-02-23 Andrew Cagney <ac131313@redhat.com>
3842
3843 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3844
3845 * configure.in: (AC_CHECK_FUNCS) Added test for
3846 canonicalize_file_name Regenerated.
3847 * config.in, configure: Regenerated.
3848 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3849 defined use canonicalize_file_name.
7e336ba1 3850
65a6e0ee
MC
38512002-02-23 Michael Chastain <mec@shout.net>
3852
3853 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3854
47b95330
AC
38552002-02-23 Andrew Cagney <ac131313@redhat.com>
3856
3857 * README: Remove references to cygnus.com.
3858 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3859 dot com'' form. Remove references to cygnus.com and sourceware.
3860
696f451b
AC
38612002-02-23 Andrew Cagney <ac131313@redhat.com>
3862
3863 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3864 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3865 1003.1-2001 no longer allows "head -1".
3866 * gdb/Makefile.in (version.c): Likewise.
3867 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3868 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3869 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
3870
bbaca940
AC
38712002-02-23 Andrew Cagney <ac131313@redhat.com>
3872
3873 * cli/cli-decode.c (cmd_cfunc_eq): New function.
3874 * command.h (cmd_cfunc_eq): Declare.
3875 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3876
3877 * cli/cli-cmds.h (is_complete_command): Change parameter to a
3878 ``struct cmd_list_element *''.
3879 * cli/cli-cmds.c (is_complete_command): Update. Use
3880 cmd_cfunc_eq.
3881 * top.c (execute_command): Pass the command to
3882 is_complete_command.
3883 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3884
b8b8b047
AC
38852002-02-23 Andrew Cagney <ac131313@redhat.com>
3886
3887 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
3888 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3889 architecture defines.
3890 * s390-tdep.c (s390_gdbarch_init): Likewise.
3891
19d3fc80
RE
38922002-02-23 Richard Earnshaw <rearnsha@arm.com>
3893
3894 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3895 (arm_linux_push_arguments): Likewise.
3896 (arm_linux_init_abi): Register them. Also register linux-specific
3897 call_dummy_words.
3898 (find_minsym_and_objfile): Use strcmp, not STREQ.
3899 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3900 (arm_linux_call_dummy_words): Delete declaration.
3901 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3902 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3903 declarations.
3904 (LOWEST_PC): Delete.
3905
3ab13650
PS
39062002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3907
3908 * maint.c (print_section_info): Do not prepend `0x' to filepos
3909 output, it will be handled by local_hex_string_custom.
3910
19d3fc80 39112002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
3912
3913 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3914 (store_newfpe_double, store_newfpe_extended, store_fpregister)
3915 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3916
d85a5daf
JB
39172002-02-22 Jim Blandy <jimb@redhat.com>
3918
3919 Indicate that the bcache functions don't change the strings
3920 they're passed.
3921 * bcache.h (bcache, hash): Add `const' keywords to declarations.
3922 * bcache.c (bcache, hash): Add `const' keywords to definitions.
3923
eeb25b8a
PM
39242002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
3925
3926 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3927
6badb179
CF
39282002-02-21 Christopher Faylor <cgf@redhat.com>
3929
3930 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3931 find the complete path to a loaded DLL.
3932
e8717518
FF
39332002-02-21 Fred Fish <fnf@redhat.com>
3934
3935 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3936 that marks the end of the range of a function, enter a line number
3937 entry that has a line number of zero and a PC offset that matches
3938 the end of the function. This starts a range of PC's for which no
3939 line number information is known.
3940 * symtab.c (find_pc_sect_line): If our best fit is in a range of
3941 PC's for which no line number info is found (line number is zero)
3942 then we didn't find any valid line information.
3943 * symtab.h: Document use of zero line number entry.
3944
9abe5450
EZ
39452002-02-21 Elena Zannoni <ezannoni@redhat.com>
3946
3947 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3948 (have_ptrace_getvrregs): Define for run time checks.
3949 (gdb_vrregset_t): New type for Altivec register handling.
3950 (fetch_register, store_register): Fetch/store altivec register
3951 when needed.
3952 (fetch_altivec_register, store_altivec_register): New functions.
3953 (supply_vrregset, fill_vrregset): New functions.
3954 (fetch_altivec_registers, store_altivec_registers): New functions.
3955 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3956 registers as well.
3957
aaa38bb5
AJ
39582002-02-21 Jiri Smid <smid@suse.cz>
3959
3960 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3961
b34db576
RE
39622002-02-21 Richard Earnshaw <rearnsha@arm.com>
3963
3964 * Makefile.in (armnbsd-nat.o): Update dependencies.
3965 * armnbsd-nat.c (supply_gregset): New function. Common code to
3966 supply the integer register set.
3967 (supply_fparegset): New function. Similar for FPA registers.
3968 (fetch_regs, fetch_fp_regs): Use them.
3969 (fetch_core_registers): Likewise.
3970 (fetch_elfcore_registers): New function.
3971 (arm_netbsd_elfcore_fns): New core-file type specification.
3972 (_initialize_arm_netbsd_nat): Register it.
3973
3e56fc4b
RE
39742002-02-21 Richard Earnshaw <rearnsha@arm.com>
3975
3976 * armnbsd-nat.c: Include gdbcore.h.
3977 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3978 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3979 'void' to declaration, to shut up ARI.
3980 (fetch_core_registers): Make static. Rewrite using supply_register.
3981 (arm_netbsd_core_fns): New core-file type specification.
3982 (_initialize_arm_netbsd_nat): New function.
3983
097f6b0b
CF
39842002-02-21 Christopher Faylor <cgf@redhat.com>
3985
3986 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3987 value.
3988
c914e0cc
CF
39892002-02-20 Christopher Faylor <cgf@redhat.com>
3990
3991 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3992 fails.
3993
385fa495
DJ
39942002-02-20 Daniel Jacobowitz <drow@mvista.com>
3995
3996 * jv-exp.y (parse_number): Change type of implicit longs
3997 to builtin_type_uint64.
3998
e5f1222d
DJ
39992002-02-20 Daniel Jacobowitz <drow@mvista.com>
4000
4001 * gdbserver/linux-low.c (mywait): Change argument to waitpid
4002 to be an integer instead of a `union wait'.
4003
75c9abc6
DJ
40042002-02-20 Daniel Jacobowitz <drow@mvista.com>
4005
4006 * mips-linux-nat.c: Call the operating system GNU/Linux.
4007 * mips-linux-tdep.c: Likewise.
4008 * mips-tdep.c: Likewise.
4009
551792a5
DJ
40102002-02-20 Daniel Jacobowitz <drow@mvista.com>
4011
4012 Fix PR gdb/265.
4013 * jv-exp.y (parse_number): Handle 64-bit integers.
4014
ee6e2b82
DJ
40152002-02-20 Daniel Jacobowitz <drow@mvista.com>
4016
4017 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
4018 AC_STDC_HEADERS to AC_HEADER_STDC.
4019 * gdbserver/configure: Regenerated.
4020
a48442a0
RE
40212002-02-20 Richard Earnshaw <rearnsha@arm.com>
4022
4023 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
4024 is defined.
4025 * sparc-tdep.c (get_longjmp_target): Likewise.
4026
fe419ffc
RE
40272002-02-20 Richard Earnshaw <rearnsha@arm.com>
4028
4029 * News: Add news about ARM and Multi-arch. Mention the new target
4030 arm*-*-netbsd*.
4031
5832ed7e
JB
40322002-02-19 Jim Blandy <jimb@redhat.com>
4033
4034 * stabsread.c (error_type_complaint): Improve error message.
4035
84563040
DJ
40362002-02-19 Daniel Jacobowitz <drow@mvista.com>
4037
4038 * gdbserver/README: Update documentation.
4039 * gdbserver/configure.in: Update configury to match documentation.
4040 * gdbserver/Makefile.in: Likewise.
4041 * gdbserver/configure: Regenerated.
4042 * gdbserver/aclocal.m4: New file, generated by aclocal.
4043 * gdbserver/config.in: New file, generated by autoheader.
4044
375fd65b
RE
40452002-02-19 Richard Earnshaw <rearnsha@arm.com>
4046
4047 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
4048 armnbsd-nat.c.
4049
08216dd7
RE
40502002-02-19 Richard Earnshaw <rearnsha@arm.com>
4051
4052 * arm-tdep.h (enum arm_float_model): New enum.
4053 (struct gdbarch_tdep): Add fp_model.
4054 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
4055 up floating-point conversions until we know the floating-point model
4056 in use by the inferior. Don't complain about being unable to
4057 determine the ABI of the inferior when we don't have one.
4058 (arm_extract_return_value): Support different floating-point models.
4059 (arm_store_return_value): Likewise.
aaa38bb5 4060 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
4061 ARM_FLOAT_SOFT.
4062 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
4063
65d6d66a
PS
40642002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4065
4066 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
4067 of ``current_gdbarch''.
4068
47221191
RE
40692002-02-19 Richard Earnshaw <rearnsha@arm.com>
4070
4071 * armnbsd-nat.c : ANSIfy all function declarations.
4072 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
4073 (fetch_inferior_registers): Re-implement in terms of above.
4074 (store_register, store_regs, store_fp_register, store_fp_regs): New.
4075 (store_inferior_registers): Re-implement in terms of above.
4076
fdf39c9a
RE
40772002-02-19 Richard Earnshaw <rearnsha@arm.com>
4078
aaa38bb5 4079 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
4080 kernel.
4081 * arm-linux-tdep.c: Likewise.
4082 * config/arm/tm-linux.h: Likewise.
4083
93247f88
RE
40842002-02-19 Richard Earnshaw <rearnsha@arm.com>
4085
4086 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
4087 * config/arm/nbsd.mt (TM_FILE): Delete.
4088 * config/arm/tm-nbsd.h: Delete.
4089
d7b486e7
RE
40902002-02-19 Richard Earnshaw <rearnsha@arm.com>
4091
4092 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
4093 Initialize CALL_DUMMY_LENGTH.
4094
41d39a95
RE
40952002-02-19 Richard Earnshaw <rearnsha@arm.com>
4096
4097 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
4098 function.
4099 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 4100 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
4101 defines one thing and that is incorrect for this port.
4102 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
4103
e1195560
PM
41042002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4105
4106 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
4107
c1748f97
PM
41082002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4109
4110 * win32-nat.c (display_selector): New function. Displays information
4111 about the information returned by GetThreadSelectorEntry API function.
4112 (display_selectors): New function. Displays the infomation of
4113 the selector given as argument, or of CS, DS ans FS selectors
4114 if no argument is given.
4115 ( _initialize_inftarg): Add "w32" as info prefix command.
4116 Add "info w32 selector" as command calling display_selectors.
4117
e41e6bbf
PM
41182002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4119
4120 * i386-tdep.c (get_longjmp_target): Fix compilation failure
4121 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
4122 if not defined.
4123
0d3a9f48
RE
41242002-02-18 Richard Earnshaw <rearnsha@arm.com>
4125
4126 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
4127
3fb4b924
RE
41282002-02-18 Richard Earnshaw <rearnsha@arm.com>
4129
4130 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
4131 (arm_fix_call_dummy): Call it.
4132 (arm_call_dummy_breakpoint_offset): Delete.
4133 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
4134 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
4135
7f55af32
AC
41362002-02-18 Andrew Cagney <ac131313@redhat.com>
4137
4138 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
4139 Default to func_frame_chain_valid.
4140 * gdbarch.h, gdbarch.c: Re-generate.
4141 * frame.h (FRAME_CHAIN_VALID): Delete definition.
4142
05f13b9c
EZ
41432002-02-18 Elena Zannoni <ezannoni@redhat.com>
4144
4145 * ppc-linux-nat.c: Update copyright.
4146 (fetch_register, store_register): Add tid parameter, don't compute
4147 tid here.
4148 (fetch_ppc_registers, store_ppc_registers): Add tid
4149 parameter. Pass it along to callees.
4150 (fetch_inferior_registers, store_inferior_registers): Compute tid
4151 here, and pass it to calleed functions.
4152 (fill_gregset, supply_fpregset): Clean up formatting.
4153
d7afb4c9
RE
41542002-02-18 Richard Earnshaw <rearnsha@arm.com>
4155
4156 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
4157 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
4158
9df628e0
RE
41592002-02-18 Richard Earnshaw <rearnsha@arm.com>
4160
4161 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
4162 * gdbarch.c gdbarch.h: Regenerate.
4163 * breakpoint.c (create_longjmp_breakpoint): Always compile this
4164 function.
4165 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
4166 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
4167 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
4168
4169 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
4170 * arm-tdep.c (arm_get_longjmp_target): New function.
4171 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
4172 this to a positive value register arm_get_longjmp_target as the
4173 longjmp handler.
4174 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
4175 (arm_linux_init_abi): Set up longjmp description in tdep.
4176 * armnbsd-nat.c (get_longjmp_target): Delete.
4177 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
4178 description in tdep.
4179 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
4180 (get_longjmp_target): Delete declaration.
4181 (GET_LONGJMP_TARGET): Delete.
4182 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
4183 (GET_LONGJMP_TARGET): Delete.
4184
57bc8964
KB
41852002-02-17 Kevin Buettner <kevinb@redhat.com>
4186
4187 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
4188 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
4189 of ``current_gdbarch''.
4190
83d31a92
TT
41912002-02-17 Tom Tromey <tromey@redhat.com>
4192
4193 * cli/cli-cmds.c (compare_strings): New function.
4194 (complete_command): Only print each unique item once.
4195 * completer.h (complete_line): Declare.
4196 * completer.c (complete_line): New function.
4197 (line_completion_function): Use it.
4198
17ef5d92
AC
41992002-02-16 Andrew Cagney <ac131313@redhat.com>
4200
4201 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
4202 * gdbarch.h, gdbarch.c: Re-generate.
4203
491b8946
DJ
42042002-02-16 Daniel Jacobowitz <drow@mvista.com>
4205
4206 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
4207
42082002-02-16 Daniel Jacobowitz <drow@mvista.com>
4209
4210 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4211 * valops.c (value_arg_coerce): Don't take the address of a reference
4212 to convert an argument to a reference.
4213
dfe7f3ac
CF
42142002-02-15 Christopher Faylor <cgf@redhat.com>
4215
4216 * win32-nat.c (get_image_name): New function.
4217 (handle_load_dll): Use get_image_name function.
4218 (get_child_debug_event): Avoid registering debug events until possibly
4219 execed process is started.
4220 (child_create_inferior): Allow invocation via shell so that command
4221 line redirection, etc. works ok.
4222 (_initialize_inftarg): Add new command: "set shell" to control whether
4223 a shell is used to start a process.
4224
1d33e73a
DJ
42252002-02-15 Daniel Jacobowitz <drow@mvista.com>
4226
4227 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
4228 instead of find_register_by_number.
4229 (cannot_store_register): Likewise.
4230
48cd0caa
PM
42312002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4232
aaa38bb5 4233 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
4234 fprintf_unfiltered (gdb_stderr, ...).
4235
8656e7d8
DJ
42362002-02-15 Daniel Jacobowitz <drow@mvista.com>
4237
4238 * gdbserver/gdbserver.1: Document --attach.
4239
66e810cd
RE
42402002-02-15 Richard Earnshaw <rearnsha@arm.com>
4241
4242 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
4243 descriptions.
4244 * arm-tdep.c (arm_default_arm_le_breakpoint)
4245 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
4246 (arm_default_thumb_be_breakpoint): New. Initialize them from
4247 traditional breakpoint defines.
4248 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
4249 (arm_gdbarch_init): Initialize new breakpoint variables.
4250 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
4251 (arm_linux_init_abi): Initialize linux-specific breakpoint.
4252 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
4253 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
4254 code out to ...
4255 (arm_netbsd_init_abi_common): ... here; new function.
4256 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
4257 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
4258 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
4259 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
4260
97e03143
RE
42612002-02-15 Richard Earnshaw <rearnsha@arm.com>
4262
4263 * arm-tdep.h (enum arm_abi): New enum.
4264 (struct gdbarch_tdep): New structure.
4265 (LOWEST_PC): Provide a default.
4266 (arm_gdbarch_register_os_abi): Declare new function.
4267 * arm-tdep.c (arm_abi_names): New array.
4268 (process_note_abi_tag_sections): New function.
4269 (get_elfosabi): New function.
4270 (arm_gdbarch_register_os_abi): New function.
4271 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
4272 support for that ABI has been built in, then call the appropriate
4273 configuration routine. Use gdbarch_num_regs() to get the number
4274 of registers.
4275 (arm_dump_tdep): New function.
4276 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
4277 place-holder functions.
4278 (_initialize_arm_tdep): Register them.
4279 * config/arm/tm-arm.h (LOWEST_PC): Delete.
4280
4281 * armnbsd-tdep.c: New file.
4282 * Makefile.in (armnbsd-tdep.o): Add dependencies.
4283 * config/arm/nbsd.mt (TDEPFILES): Add it.
4284 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
4285
4286 * armnbsd-nat.c: Include regcache.h.
4287 * Makefile.in (armnbsd-nat.o): Update dependency list.
4288
4289 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
4290
ad68be46
DJ
42912002-02-14 Daniel Jacobowitz <drow@mvista.com>
4292
4293 * gdbserver/Makefile.in: Fix typos in target rules.
4294
003d6d1d
DJ
42952002-02-14 Daniel Jacobowitz <drow@mvista.com>
4296
aaa38bb5 4297 Fix part of PR gdb/267.
003d6d1d
DJ
4298 * linespec.c (find_methods): Handle constructors specially for now.
4299
6b230f1b
CV
43002002-02-14 Corinna Vinschen <vinschen@redhat.com>
4301
4302 * arm-tdep.c (arm_push_arguments): Eliminate special float type
4303 handling.
4304 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
4305 standard_coerce_float_to_double().
4306
1ea98d12
CF
43072002-02-14 Christopher Faylor <cgf@redhat.com>
4308
4309 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
4310 GDBINIT_FILENAME.
4311
dd47e6fd
EZ
43122002-02-14 Elena Zannoni <ezannoni@redhat.com>
4313
4314 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
4315 find_variant_by_name, because it confuses the multiarch
4316 framework. Return NULL if there isn't an architecture with the
4317 user supplied name, instead of forcing a different one without
4318 recording the change with the multiarch machinery.
4319 (find_variant_by_name): Delete.
4320
d7e39b9e
PS
43212002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4322
4323 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
4324 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
4325
76e42a4f
MH
43262002-02-13 Martin M. Hunt <hunt@redhat.com>
4327
aaa38bb5 4328 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
4329 print_frame_info_listing_hook, set current_source_symtab.
4330
0a30fbc4
DJ
43312002-02-14 Daniel Jacobowitz <drow@mvista.com>
4332
4333 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
4334 and remove unused $(INCLUDE_DIR).
4335 Add regcache.c to OBS.
4336 Add generated register protocol files to clean target.
4337 Update dependencies for new objects, obsolete old target code.
4338
4339 * gdbserver/linux-low.c: Remove all platform-specific code to
4340 new files. Remove various dead code. Update to use regcache
4341 functionality.
4342 * gdbserver/remote-utils.c (fromhex): Add return statement
4343 to quiet warning.
4344 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
4345 constant.
4346 (input_interrupt): Add integer parameter to match prototype
4347 of a signal handler.
4348 (outreg): Use register_data ().
4349 (prepare_resume_reply): Use gdbserver_expedite_regs.
4350 * gdbserver/server.c (main): Dynamically allocate own_buf because
4351 PBUFSIZ is no longer constant. Use registers_to_string () and
4352 registers_from_string ().
4353 * gdbserver/server.h: No longer include "defs.h". Add prototypes
4354 for error (), fatal (), and warning (). Update definition of
4355 PBUFSIZ to use regcache functionality. Add include guard.
4356 * gdbserver/utils.c (fatal): Add missing ``const''.
4357 (warning): New function.
4358
4359 * regformats/regdat.sh: Include "regcache.h" in generated files.
4360 Provide init_registers () function.
4361 * regformats/regdef.h: Add prototype for set_register_cache ().
4362 Add include guard.
4363
4364 * gdbserver/linux-arm-low.c: New file.
4365 * gdbserver/linux-i386-low.c: New file.
4366 * gdbserver/linux-ia64-low.c: New file.
4367 * gdbserver/linux-m68k-low.c: New file.
4368 * gdbserver/linux-mips-low.c: New file.
4369 * gdbserver/linux-ppc-low.c: New file.
4370 * gdbserver/linux-sh-low.c: New file.
4371
4372 * gdbserver/regcache.c: New file.
4373 * gdbserver/regcache.h: New file.
4374
4375 * gdbserver/low-linux.c: Removed obsolete file.
4376
4cc841d0
DJ
43772002-02-14 Daniel Jacobowitz <drow@mvista.com>
4378
4379 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
4380 * config/i386/linux.mt: Likewise.
4381 * config/ia64/linux.mt: Likewise.
4382 * config/m68k/linux.mh: Likewise.
4383 * config/powerpc/linux.mh: Likewise.
4384 * config/mips/linux.mt: Likewise.
4385
4386 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
4387
4388 * config/i386/i386lynx.mh: Mark gdbserver variables
4389 as (currently) obsolete for this target.
4390 * config/i386/nbsd.mt: Likewise.
4391 * config/i386/nbsdelf.mt: Likewise.
4392 * config/m32r/m32r.mt: Likewise.
4393 * config/m68k/m68klynx.mh: Likewise.
4394 * config/m68k/nbsd.mt: Likewise.
4395 * config/m68k/sun3os4.mh: Likewise.
4396 * config/mips/vr5000.mt: Likewise.
4397 * config/ns32k/nbsd.mt: Likewise.
4398 * config/pa/hppabsd.mh: Likewise.
4399 * config/pa/hppaosf.mh: Likewise.
4400 * config/powerpc/nbsd.mt: Likewise.
4401 * config/rs6000/rs6000lynx.mh: Likewise.
4402 * config/s390/s390.mt: Likewise.
4403 * config/s390/s390x.mt: Likewise.
4404 * config/sparc/sparclynx.mh: Likewise.
4405 * config/sparc/sun4os4.mh: Likewise.
4406 * config/i386/x86-64linux.mt: Likewise.
4407 * config/sparc/linux.mh: Likewise.
4408
a85f51e7
DJ
44092002-02-14 Daniel Jacobowitz <drow@mvista.com>
4410
4411 * configure.tgt: Configure gdbserver only for known working
4412 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
4413 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
4414 SUBDIRS if it is configured. Update comment for ${nativefile}.
4415 * configure: Regenerated.
4416
65554fef
MS
44172002-02-13 Michael Snyder <msnyder@redhat.com>
4418
670a52db
MS
4419 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
4420
6dbdc4a3
MS
4421 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
4422 (default_gcore_mach): Just return 0, work around a problem in bfd.
4423 (default_gcore_target): OK to return NULL if exec_bfd is null.
4424 (make_mem_sec): Use a cast, avoid a warning.
4425
4426 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 4427 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
4428 sizeof (host pointer) != sizeof (target pointer)).
4429 (procfs_make_note_section): Avoid overflow in psargs string.
4430
aaa38bb5 4431 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
4432 implementation return an error.
4433
44342002-02-13 Rodney Brown <rbrown64@csc.com.au>
4435
4436 * procfs.c (procfs_make_note_section): Provide a default definition
4437 (for alpha-dec-osf4.0f). Fix typos.
4438
1e4d76e7
EZ
44392002-02-13 Elena Zannoni <ezannoni@redhat.com>
4440
4441 * linux-proc.c: Add include of regcache.h.
4442 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4443
b6d1a1d5
AC
44442002-02-13 Andrew Cagney <ac131313@redhat.com>
4445
4446 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
4447 * memattr.c (create_mem_region): Disallow useless empty region.
4448 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 4449 non-overlapping.
b6d1a1d5 4450
6c6ea35e
MC
44512002-02-13 Michael Chastain <mec@shout.net>
4452
4453 * defs.h: Kill CONST_PTR.
4454 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4455 * c-lang.c (c_builtin_types): Likewise.
4456 * ch-lang.c (ch_builtin_types): Likewise.
4457 * f-lang.c (f_builtin_types): Likewise.
4458 * language.c (unknown_builtin_types): Likewise.
4459 * m2-lang.c (m2_builtin_types): Likewise.
4460 * p-lang.c (pascal_builtin_types): Likewise.
4461 * scm-lang.c (c_builtin_types): Likewise.
4462
3e0b0f48
KS
44632002-02-13 Keith Seitz <keiths@redhat.com>
4464
4465 * arm-tdep.h (arm_get_next_pc): Add declaration.
4466
67255d04
RE
44672002-02-13 Richard Earnshaw <rearnsha@arm.com>
4468
4469 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
4470 with other related struct-returning functions.
4471 (arm_extract_struct_value_address): New function.
4472 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
4473 initialize float_format, double_format and long_double_format as
4474 appropriate to the endianness of the target.
4475 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4476 (arm_use_struct_convention): Delete declaration.
4477 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4478
079777f6
KS
44792002-02-13 Keith Seitz <keiths@redhat.com>
4480
4481 * defs.h (core_addr_to_string_nz): New function.
4482
34588f23
MK
44832002-02-13 Mark Kettenis <kettenis@gnu.org>
4484
4485 Apply missing bits of 2002-01-15 patch.
4486 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4487 (fill_fpregset): Use i387_fill_fsave.
4488
49b563f9
KS
44892002-02-12 Keith Seitz <keiths@redhat.com>
4490
49b563f9
KS
4491 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4492 (core_addr_to_string_nz): New function.
4493
aeb98c60
RE
44942002-02-11 Richard Earnshaw <rearnsha@arm.com>
4495
4496 * arm-linux-nat.c: Really include arm-tdep.h.
4497 * config/arm/tm-linux.h (struct type, struct value): Declare.
4498
65554fef
MS
44992002-02-11 Michael Snyder <msnyder@redhat.com>
4500
4501 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4502 (gcore section): Ifdef for Solaris and Unixware only.
4503 (procfs_do_thread_registers): Unixware needs one lwpstatus
4504 per thread (not one prstatus or pstatus).
4505 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4506 not over all gdb threads. For unixware, call elfcore_write_pstatus
4507 once before iterating over threads.
4508
34e8f22d
RE
45092002-02-11 Richard Earnshaw <rearnsha@arm.com>
4510
4511 * arm-tdep.h: New file.
4512 * arm-tdep.c: Include arm-tdep.h.
4513 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4514 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4515 (arm_print_float_info, arm_register_type, convert_to_extended)
4516 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4517 (arm_extract_return_value, arm_register_name): Make static.
4518 (arm_software_single_step): Similarly. Fix types in declaration.
4519 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4520 (arm_store_return_value, arm_store_struct_return): New functions.
4521 (arm_gdbarch_init): Register the above functions. Also register
4522 call_dummy_start_offset, sizeof_call_dummy_words,
4523 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4524 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 4525 max_register_virtual_size, register_size. Set up
34e8f22d
RE
4526 prologue_cache.saved_regs here, rather than ...
4527 (_initialize_arm_tdep): ... here.
4528 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4529 declarations.
4530 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4531 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4532 (arm_print_float_info, arm_register_type, convert_to_extended)
4533 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4534 (arm_extract_return_value, arm_register_name): Delete declarations.
4535 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4536 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4537 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4538 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4539 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4540 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4541 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4542 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4543 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4544 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4545 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4546 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4547 interface.
4548 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4549 * remote-rdi.c remote-rdp.c: Likewise.
4550 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4551 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4552 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4553 definition.
4554
4555 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4556 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4557 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4558 from non-ARM_ prefixed definitions.
4559 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4560 all uses of above.
4561 * remote-rdi.c remote-rdp.c: Likewise.
4562 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4563
148754e5
RE
45642002-02-11 Richard Earnshaw <rearnsha@arm.com>
4565
4566 * arm-tdep.c (arm_frameless_function_invocation)
4567 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4568 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4569 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4570 (arm_pop_frame, arm_get_next_pc): Make static.
4571 (arm_gdbarch_init): Register above in gdbarch structure.
4572 (arm_read_fp): Renamed from arm_target_read_fp.
4573 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4574 * config/arm/tm-arm.h (arm_frameless_function_invocation)
4575 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4576 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4577 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4578 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4579 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
4580 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4581 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4582 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4583 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 4584
434d2d4f
DJ
45852002-02-10 Daniel Jacobowitz <drow@mvista.com>
4586
4587 * symtab.c (compare_search_syms): New function.
4588 (sort_search_symbols): New function.
4589 (search_symbols): Sort symbols after searching rather than
4590 before.
4591
55241689
AC
45922002-02-10 Andrew Cagney <ac131313@redhat.com>
4593
4594 * NEWS: Linux -> GNU/Linux.
4595
028c194b
AC
45962002-02-10 Andrew Cagney <ac131313@redhat.com>
4597
4598 * gdbarch.sh: For for level one methods, disallow a definition
4599 when partially multi-arched. Add comments explaining rationale.
4600 * gdbarch.h: Re-generate.
4601
6acf50cd
AC
46022002-02-10 Andrew Cagney <ac131313@redhat.com>
4603
4604 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4605 multi-arch partial.
aaa38bb5 4606
50248794
AC
46072002-02-10 Andrew Cagney <ac131313@redhat.com>
4608
4609 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
4610 field. Use diff -u.
4611 * gdbarch.c: Re-generate.
4612
c30e0066
AC
46132002-02-10 Andrew Cagney <ac131313@redhat.com>
4614
9b56c5f3 4615 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
4616 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4617 partial.
4618
6e6d6484
AC
46192002-02-10 Andrew Cagney <ac131313@redhat.com>
4620
4621 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4622 multi-arch partial.
4623 (PUSH_ARGUMENTS): Switch to using predefault.
4624 * gdbarch.c: Regenerate.
4625
c203844d
AC
46262002-02-10 Andrew Cagney <ac131313@redhat.com>
4627
4628 * valops.c (PUSH_ARGUMENTS): Delete definition.
4629 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4630 partial. Default to default_push_arguments.
4631 * gdbarch.h, gdbarch.c: Regenerate.
4632
b5a2688f
AC
46332002-02-09 Andrew Cagney <ac131313@redhat.com>
4634
4635 * defs.h (throw_exception): Rename return_to_top_level. Update
4636 comments.
4637 * utils.c (error_stream, internal_verror, quit): Ditto.
4638 * top.c (throw_exception, catcher): Ditto.
4639 * sparclet-rom.c (sparclet_load): Ditto.
4640 * remote.c (interrupt_query, minitelnet): Ditto.
4641 * remote-sds.c (interrupt_query): Ditto.
4642 * remote-mips.c (mips_error, mips_kill): Ditto.
4643 * ocd.c (interrupt_query): Ditto.
4644 * monitor.c (monitor_interrupt_query): Ditto.
4645 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4646 * target.h: Update comment.
aaa38bb5 4647
b5a2688f 4648 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 4649
2fa5c1e0
AC
46502002-02-09 Andrew Cagney <ac131313@redhat.com>
4651
4652 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4653 default_double_format.
4654 * gdbarch.h, gdbarch.c: Re-generate.
4655 * findvar.c (floatformat_unknown): Delete variable definition.
4656 * doublest.h (floatformat_unknown): Delete variable declaration.
4657
da966255
JB
46582002-02-09 Jim Blandy <jimb@redhat.com>
4659
4660 * stabsread.c (read_type): Add code to parse Sun's syntax for
4661 prototyped function types.
4662
123a4891
AC
46632002-02-09 Andrew Cagney <ac131313@redhat.com>
4664
4665 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4666 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4667
fb39c8f3
PS
46682002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4669
4670 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4671 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
4672 now _initialize_xcoffsolib gets called again and overrides the
4673 commands from solib.c in a native configuration.
4674
0b87a11d
MK
46752002-02-09 Mark Kettenis <kettenis@gnu.org>
4676
4677 * doublest.c (store_typed_floating): Don't try to return a value.
4678 Fixes PR gdb/290.
4679
bdc2fc72
JB
46802002-02-08 Jim Blandy <jimb@redhat.com>
4681
4682 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4683 is prototyped and has no arguments, print its argument list as
4684 `(void)'.
4685
da69bbcf
CD
46862002-02-08 Chris Demetriou <cgd@broadcom.com>
4687
4688 * MAINTAINERS (write-after-approval): Add myself.
4689 (paper-trail): I've escaped!
aaa38bb5 4690
b69571f5
CF
46912002-02-08 Christopher Faylor <cgf@redhat.com>
4692
4693 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4694 changes.
4695 (_initialize_check_for_gdb_ini): Ditto.
4696
f6871398
MH
46972002-02-08 Martin M. Hunt <hunt@redhat.com>
4698
4699 * win32-nat.c (cygwin_pid_to_str): Fix typo.
4700 xaprintf -> xasprintf.
4701
4e52d31c
PM
47022002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
4703
4704 * win32-nat.c: Remove use of printf and sprintf functions.
4705
39bbf761
RE
47062002-02-08 Richard Earnshaw <rearnsha@arm.com>
4707
4708 * arm-tdep.c (arm_frame_chain_valid): Make static.
4709 (arm_push_arguments): Likewise.
4710 (arm_gdbarch_init): New function.
4711 (_initialize_arm_tdep): Call it.
4712 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4713 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4714 (FRAME_CHAIN_VALID): Delete.
4715 (arm_frame_chain_valid): Delete declaration.
4716 (PUSH_ARGUMENTS): Delete.
4717 (arm_push_arguments): Delete declaration.
4718 (CALL_DUMMY_P): Delete.
4719
9c9532c9
CV
47202002-02-08 Andrew Cagney <ac131313@redhat.com>
4721 Corinna Vinschen <vinschen@redhat.com>
4722
4723 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4724 on builtin float types.
4725
4e8f7a8b
DJ
47262002-02-08 Daniel Jacobowitz <drow@mvista.com>
4727
4728 * utils.c: Include <curses.h> before "bfd.h".
4729 * tui/tui-hooks.c: Likewise.
4730 * tui/tui.c: Likewise.
4731 * tui/tuiCommand.c: Likewise.
4732 * tui/tuiData.c: Likewise.
4733 * tui/tuiDataWin.c: Likewise.
4734 * tui/tuiDisassem.c: Likewise.
4735 * tui/tuiGeneralWin.c: Likewise.
4736 * tui/tuiIO.c: Likewise.
4737 * tui/tuiLayout.c: Likewise.
4738 * tui/tuiRegs.c: Likewise.
4739 * tui/tuiSource.c: Likewise.
4740 * tui/tuiSourceWin.c: Likewise.
4741 * tui/tuiStack.c: Likewise.
4742 * tui/tuiWin.c: Likewise.
4743
cd4bffcf
EZ
47442002-02-07 Elena Zannoni <ezannoni@redhat.com>
4745
4746 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4747 to include space for pseudoregs as well. Update loops accordingly.
4748 (sh_fp_frame_init_saved_regs): Ditto.
4749 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4750
26806ce2
AC
47512002-02-07 Andrew Cagney <ac131313@redhat.com>
4752
4753 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4754 Add Richard Earnshaw to Arm maintainers.
4755
97fdab62
AC
47562002-02-07 Andrew Cagney <ac131313@redhat.com>
4757
a6b98203
AC
4758 * defs.h (warning_begin): Delete declaration.
4759
97fdab62
AC
4760 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4761 Delete macro.
4762
78b29b40
MS
47632002-02-07 Michael Snyder <msnyder@redhat.com>
4764
aaa38bb5 4765 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
4766 Logic bug, remove misplaced else.
4767
d8849953
KD
47682002-02-07 Klee Dienes <klee@apple.com>
4769
4770 * fork-inferior.c (fork_inferior): Add '!' to the list of
4771 characters that need to be quoted when building a string for the
4772 shell. Quote '!' specifically with a backslash, since CSH chokes
4773 when trying to evaluate "str!str".
aaa38bb5 4774
095778a0
NC
47752002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4776
4777 * rdi-share/host.h: Only provide a typedef for bool if it is not
4778 defined.
4779
1900040c
MS
47802002-02-04 Michael Snyder <msnyder@redhat.com>
4781
4782 * breakpoint.h (enum bptype): Add new overlay event bp type.
4783 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 4784
1900040c
MS
4785 * breakpoint.c (create_internal_breakpoint): New function.
4786 (internal_breakpoint_number): Moved into create_internal_breakpoint.
4787 (create_longjmp_breakpoint): Use create_internal_breakpoint.
4788 (create_thread_event_breakpoint): Ditto.
4789 (create_solib_event_breakpoint): Ditto.
4790 (create_overlay_event_breakpoint): New function.
4791 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4792 (update_breakpoints_after_exec): Delete and re-initialize
4793 overlay event breakpoints after an exec. Add FIXME comment
4794 about longjmp breakpoint.
4795 (print_it_typical): Ignore overlay event breakpoints.
4796 (print_one_breakpoint): Ditto.
4797 (mention): Ditto.
4798 (bpstat_what): Do not stop for overlay event breakpoints.
4799 (delete_breakpoint): Don't delete overlay event breakpoints.
4800 (breakpoint_re_set_one): Delete the overlay event breakpoint.
4801 (breakpoint_re_set): Re-create overlay event breakpoint.
4802
4803 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4804 (overlay_manual_command): Disable overlay breakpoints.
4805 (overlay_off_command): Disable overlay breakpoints.
4806
082fc60d
RE
48072002-02-06 Richard Earnshaw <rearnsha@arm.com>
4808
4809 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4810 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4811 to here from config/tm-arm.h.
4812 (coff_sym_is_thumb): Make static.
4813 (arm_elf_make_msymbol_special): New function.
4814 (arm_coff_make_msymbol_special): New function.
4815 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4816 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4817 (coff_sym_is_thumb): Delete declaration.
4818 (arm_elf_make_msymbol_special): Declare.
4819 (arm_coff_make_msymbol_special): Declare.
4820 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4821 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4822
039c5766
RE
48232002-02-06 Richard Earnshaw <rearnsha@arm.com>
4824
4825 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4826
48272002-02-06 Richard Earnshaw <rearnsha@arm.com>
4828
4829 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4830 * gdbarch.c gdbarch.h: Regenerate.
4831 * arch-utils.c (default_print_float_info): New function.
4832 * arch-utils.h (default_print_float_info): Prototype it.
4833 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4834 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4835 (PRINT_FLOAT_INFO): Document it.
4836
4837 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4838 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4839 (PRINT_FLOAT_INFO): Define.
4840
58fa08f0
PM
48412002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
4842
aaa38bb5 4843 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
4844 Add typecast to sprintf argument to suppress a warning.
4845
7393af7c
PM
48462002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
4847
58fa08f0 4848 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
4849 to allow easier handling of pass state.
4850 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4851 that gives exception name and address.
4852 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 4853 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 4854 exceptions added.
aaa38bb5
AJ
4855 (child_continue): Correctly report continue_status.
4856 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 4857 TARGET_SIGNAL_0 (new default value).
aaa38bb5 4858 (child_resume): consider sig argument passed to decide if
7393af7c
PM
4859 the exception should be passed to debuggee or not.
4860
6af4589c
MS
48612002-02-05 Michael Snyder <msnyder@redhat.com>
4862
4863 * regcache.c (fetch_register): Call target_fetch_register
4864 only if we don't call FETCH_PSEUDO_REGISTER.
4865 (store_register): Call target_store_register only if we
4866 don't call STORE_PSEUDO_REGISTER.
4867
a2cf933a
EZ
48682002-02-05 Elena Zannoni <ezannoni@redhat.com>
4869
4870 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4871 ELF_MAKE_MSYMBOL_SPECIAL.
4872 * gdbarch.c, gdbarch.h: Regenerate.
4873 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 4874 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
4875 * elfread.c (elf_symtab_read): Compile use of
4876 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4877 multiarched.
4878 * coffread.c (coff_symtab_read): Ditto, for
4879 COFF_MAKE_MSYMBOL_SPECIAL.
4880
6bb7be43
JB
48812002-02-05 Jim Blandy <jimb@redhat.com>
4882
4883 * solib-svr4.c (svr4_truncate_ptr): New function.
4884 (svr4_relocate_section_addresses): Do the address arithmetic with
4885 the appropriate truncation for target addresses, even when
4886 CORE_ADDR is larger than a target address.
4887
e18651ec
DJ
48882002-02-05 Daniel Jacobowitz <drow@mvista.com>
4889
4890 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4891 to (int *).
4892
6b2725be
DJ
48932002-02-05 Daniel Jacobowitz <drow@mvista.com>
4894
4895 * gdbserver/linux-low.c (kill_inferior): Remove commented out
4896 code.
4897
fca9e603
DJ
48982002-02-05 Daniel Jacobowitz <drow@mvista.com>
4899
4900 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4901
6c537a52
DJ
49022002-02-05 Daniel Jacobowitz <drow@mvista.com>
4903
4904 * gdbserver/linux-low.c: Remove unused include files.
4905
d844cde6
DJ
49062002-02-05 Daniel Jacobowitz <drow@mvista.com>
4907
4908 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4909 (read_inferior_memory): Use it.
4910 (write_inferior_memory): Likewise.
4911
d07c63e7
DJ
49122002-02-05 Daniel Jacobowitz <drow@mvista.com>
4913
4914 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4915 grubbing through sys_errlist.
4916
da6d8c04
DJ
49172002-02-05 Daniel Jacobowitz <drow@mvista.com>
4918
4919 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4920
5b421780
PM
49212002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4922 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4923
9f60d481
AC
49242002-02-04 Andrew Cagney <ac131313@redhat.com>
4925
4926 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4927 (do_sfunc, set_cmd_sfunc): New functions.
4928
4929 * command.h (struct cmd_list_element): Add field func.
4930 * cli/cli-decode.h (struct cmd_list_element): Ditto.
4931 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4932 * cli/cli-decode.h: Ditto.
4933
4934 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4935 (help_all, help_cmd_list): Ditto.
4936 (find_cmd, complete_on_cmdlist): Ditto.
4937 * top.c (execute_command): Ditto.
4938
4939 * cli/cli-setshow.c (do_setshow_command): Call func instead of
4940 function.sfunc.
4941
4942 * infcmd.c (notice_args_read): Fix function signature.
4943
4944 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4945 * cli/cli-decode.c (add_set_cmd): Ditto.
4946 * utils.c (initialize_utils): Ditto.
4947 * maint.c (_initialize_maint_cmds): Ditto.
4948 * infrun.c (_initialize_infrun): Ditto.
4949 * demangle.c (_initialize_demangler): Ditto.
4950 * remote.c (add_packet_config_cmd): Ditto.
4951 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4952 * cris-tdep.c (_initialize_cris_tdep): Ditto.
4953 * proc-api.c (_initialize_proc_api): Ditto.
4954 * kod.c (_initialize_kod): Ditto.
4955 * valprint.c (_initialize_valprint): Ditto.
4956 * top.c (init_main): Ditto.
4957 * infcmd.c (_initialize_infcmd): Ditto.
4958 * corefile.c (_initialize_core): Ditto.
4959 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4960 * arch-utils.c (initialize_current_architecture): Ditto.
4961 (_initialize_gdbarch_utils): Ditto.
4962 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4963
4964 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4965 * wince.c (_initialize_inftarg): Ditto.
4966 * symfile.c (_initialize_symfile): Ditto.
4967 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4968 * language.c (_initialize_language): Ditto.
4969 * arc-tdep.c (_initialize_arc_tdep): Ditto.
4970
f9ba0717
MS
49712002-02-04 Michael Snyder <msnyder@redhat.com>
4972
4973 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4974
0c74b2a7
DJ
49752002-02-04 Daniel Jacobowitz <drow@mvista.com>
4976
4977 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4978 Add rules for building the register data files.
4979
c638789f
DJ
49802002-02-04 Daniel Jacobowitz <drow@mvista.com>
4981
4982 * regformats/regdat.sh: Add braces to the definition of
4983 expedite_regs_${arch}.
4984
db253027
DJ
49852002-02-04 Daniel Jacobowitz <drow@mvista.com>
4986
4987 * regformats/regdef.h (struct reg): Add comment describing the
4988 requirements for offset and size fields.
4989
206be19c
AS
49902002-02-04 Andreas Schwab <schwab@suse.de>
4991
4992 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4993 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4994
181c1381
RE
49952002-02-04 Richard Earnshaw <rearnsha@arm.com>
4996
4997 * gdbarch.sh (copyright): Update years in generated header.
4998 (SMASH_TEXT_ADDRESS): Add rule.
db253027 4999 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
5000 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
5001 * dbxread.c: Likewise.
5002 * dwarfread.c: Likewise.
5003 * elfread.c: Likewise.
5004 * somread.c: Likewise.
5005
5006 * arm-tdep.c (arm_smash_text_address): New function.
5007 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
5008
fa4ba8da
PM
50092002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5010
5011 Add support for hardware watchpoints on win32 native.
aaa38bb5 5012 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 5013 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 5014 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
5015 of debug registers.
5016 (debug_registers_changed): New variable. Reflects when debug registers
5017 are changed and need to be written to inferior.
aaa38bb5 5018 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
5019 was set, used when new threads are created.
5020 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
5021 i386-nat code.
5022 (thread_rec): Set dr array if id is the thread of current_event .
5023 (child_continue, child_resume): Change the debug registers for all
5024 threads if debug_registers_changed.
5025 (child_add_thread): Change the debug registers if debug_registers_used.
5026 * config/i386/cygwin.mh: Add use of i386-nat.o file.
5027 Link nm.h to new nm-cygwin.h file.
5028 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
5029 of hardware registers.
5030
a73c86fb
AC
50312002-02-03 Andrew Cagney <ac131313@redhat.com>
5032
5033 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
5034 Restore behavour broken by 2002-01-20 Andrew Cagney
5035 <ac131313@redhat.com> IEEE_FLOAT removal.
5036
acf5ed49
DJ
50372002-02-03 Daniel Jacobowitz <drow@mvista.com>
5038
5039 * c-valprint.c (c_val_print): Pass a proper valaddr to
5040 cp_print_class_method.
5041 * valops.c (search_struct_method): If there is only one method
5042 and args is NULL, return that method.
5043
493d28d5
DJ
50442002-02-03 Daniel Jacobowitz <drow@mvista.com>
5045
5046 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
5047 accessing tag_name directly.
5048
7495dfdb
DJ
50492002-02-03 Daniel Jacobowitz <drow@mvista.com>
5050
5051 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
5052 of accessing tag_name directly.
5053
dd6bda65
DJ
50542002-02-03 Daniel Jacobowitz <drow@mvista.com>
5055
5056 PR gdb/280
5057 * gdbtypes.c (replace_type): New function.
5058 * gdbtypes.h (replace_type): Add prototype.
5059 * stabsread.c (read_type): Use replace_type.
5060
88fe217c
RE
50612002-02-03 Richard Earnshaw <rearnsha@arm.com>
5062
5063 * Makefile.in (memattr.o): Add missing dependencies rule.
5064
e5d66720
PS
50652002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5066
5067 * breakpoint.c (break_at_finish_command): Really export.
5068 (break_at_finish_at_depth_command): Ditto.
5069 (tbreak_at_finish_command): Ditto.
5070 * hppa-tdep.c: Include completer.h.
5071 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
5072 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
5073
fffee0be
AC
50742002-02-01 Andrew Cagney <ac131313@redhat.com>
5075
5076 * utils.c (do_write): New function.
5077 (error_stream): Rewrite combining the code from error_begin and
5078 verror.
5079 (verror): Rewrite using error_stream.
5080 (error_begin): Delete function.
5081
255e7dbf
AC
50822002-02-01 Andrew Cagney <ac131313@redhat.com>
5083
5084 * utils.c (error_begin): Make static.
5085 * defs.h (error_begin): Delete declaration.
5086
5087 * linespec.c (cplusplus_error): Replace cplusplus_hint.
5088 (decode_line_1): Use cplusplus_error instead of error_begin,
5089 cplusplus_hint and return_to_top_level.
5090 * coffread.c (coff_symfile_read): Use error instead of error_begin
5091 and return_to_top_level.
5092 * infrun.c (default_skip_permanent_breakpoint): Ditto.
5093
ddfe3c15
AC
50942002-02-01 Andrew Cagney <ac131313@redhat.com>
5095
5096 * language.h (type_error, range_error): Make string parameter
5097 constant.
5098 * language.c (warning_pre_print): Delete extern declaration.
5099 * dwarfread.c (warning_pre_print): Ditto.
5100 * language.c (type_error, range_error): Rewrite to use verror and
5101 vwarning instead of warning_begin.
5102
03ac34d5
MS
51032002-02-01 Michael Snyder <msnyder@redhat.com>
5104
261c4ca2
MS
5105 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
5106 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 5107
e00d1dc8
AC
51082002-02-01 Andrew Cagney <ac131313@redhat.com>
5109
5110 * command.h (NO_FUNCTION): Delete macro.
5111 * cli/cli-decode.h (NO_FUNCTION): Ditto.
5112 * top.c (execute_command): Replace NO_FUNCTION with NULL.
5113 * tracepoint.c (_initialize_tracepoint): Ditto.
5114 * cli/cli-decode.c (add_set_cmd): Ditto.
5115 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 5116
76b79d6e
DJ
51172002-02-01 Daniel Jacobowitz <drow@mvista.com>
5118
5119 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
5120 Update ``this'' pointer when calling virtual functions.
5121
799f9e91
MS
51222002-02-01 Michael Snyder <msnyder@redhat.com>
5123
c7bd442c 5124 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
5125 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
5126
3cf384d4
DJ
51272002-02-01 Daniel Jacobowitz <drow@mvista.com>
5128
5129 * regformats/reg-arm.dat: New file.
5130 * regformats/reg-i386.dat: New file.
5131 * regformats/reg-ia64.dat: New file.
5132 * regformats/reg-m68k.dat: New file.
5133 * regformats/reg-mips.dat: New file.
5134 * regformats/reg-ppc.dat: New file.
5135 * regformats/reg-sh.dat: New file.
5136 * regformats/regdef.h: New file.
5137 * regformats/regdat.sh: New file.
5138
0defa245
RE
51392002-02-01 Richard Earnshaw <reanrsha@arm.com>
5140
5141 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
5142 (arm_frame_args_address, arm_frame_locals_address): New functions.
5143 (arm_frame_num_args): New function.
5144 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
5145 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
5146 (FRMA_NUM_ARGS): Call arm_frame_num_args.
5147
405f26e6
MS
51482002-01-31 Michael Snyder <msnyder@redhat.com>
5149
502fd408
MS
5150 * breakpoint.c (break_at_finish_command): Export.
5151 (break_at_finish_at_depth_command): Export.
5152 (tbreak_at_finish_command): Export.
5153 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
5154 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
5155 "tbreak" commands, which are HPPA specific.
5156
7d35e135
MS
5157 * printcmd.c (disassemble_command): Remove an ancient
5158 artifact of an old merge.
5159
aaa38bb5 5160 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
5161 Define enum constant values for overlay mode.
5162 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
5163 (overlay_is_mapped, overlay_auto_command,
5164 overlay_manual_command): Ditto.
d874f1e2 5165
aaa38bb5
AJ
5166 * breakpoint.c (insert_breakpoints, remove_breakpoint,
5167 breakpoint_here_p, breakpoint_inserted_here_p,
5168 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
5169 describe_other_breakpoints, check_duplicates, clear_command):
5170 Coding standard fixes.
5171
8add0441 5172 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 5173 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
5174 code: check bfd SEC_READONLY flag for section.
5175
e351066e
AC
51762002-01-31 Andrew Cagney <ac131313@redhat.com>
5177
7d35e135 5178 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 5179
8a48e967
DJ
51802002-01-30 Daniel Jacobowitz <drow@mvista.com>
5181
5182 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
5183 data symbols, since we search based on textlow and texthigh.
5184 (find_pc_sect_symtab): Likewise.
5185
f5a96129
AC
51862002-01-30 Andrew Cagney <ac131313@redhat.com>
5187
5188 * defs.h (vwarning): Declare.
f5a96129
AC
5189 * utils.c (vwarning): New function.
5190 (warning): Call vwarning.
5191 (warning_begin): Delete function.
5192
5193 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
5194 the warning message.
5195 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
5196 warning_begin.
5197
cefd4ef5
MS
51982002-01-30 Michael Snyder <msnyder@redhat.com>
5199
1a703748
MS
5200 * NEWS: Mention "set trust-readonly-sections" command.
5201 Mention generate-core-file command.
cefd4ef5 5202
3a11626d
MS
52032002-01-15 Michael Snyder <msnyder@redhat.com>
5204
5205 * target.c: New command, "set trust-readonly-sections on".
5206 (do_xfer_memory): Honor the suggestion to trust readonly sections
5207 by reading them from the object file instead of from the target.
5208 (initialize_targets): Register command "set trust-readonly-sections".
5209
d1c7e53b
AC
52102002-01-29 Andrew Cagney <ac131313@redhat.com>
5211
5212 * parse.c (target_map_name_to_register): Simplify, search regs and
5213 pseudo-regs using a single loop.
5214
e2c9a72c
AC
52152002-01-30 Andrew Cagney <ac131313@redhat.com>
5216
5217 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
5218
69824b4e
MK
52192002-01-15 Rodney Brown <rbrown64@csc.com.au>
5220
5221 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
5222 * config/i386/i386v42mp.mh: Add i387-nat.o .
5223 * i386v4-nat.c: Include i387-nat.h.
5224 (supply_fpregset): Use i387_supply_fsave.
5225 (fill_fpregset): Use i387_fill_fsave.
5226
6eb69eab
RE
52272002-01-30 Richard Earnshaw <rearnsha@arm.com>
5228
5229 * arm-tdep.c (arm_call_dummy_words): Define.
5230 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
5231 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
5232 (CALL_DUMMY_WORDS): Define.
5233 (arm_call_dummy_words): Declare.
5234 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
5235 (arm_linux_call_dummy_words): Declare.
5236
9852326a
AS
52372002-01-30 Andreas Schwab <schwab@suse.de>
5238
5239 * m68klinux-nat.c: Fix last change to use regcache_collect
5240 instead of referencing registers[] directly.
5241
977a3030
AC
52422002-01-29 Andrew Cagney <ac131313@redhat.com>
5243
5244 * parse.c (target_map_name_to_register): Delete code wrapped in
5245 #ifdef REGISTER_NAME_ALIAS_HOOK.
5246
2076c72b
MS
52472002-01-28 Michael Snyder <msnyder@redhat.com>
5248
5249 * regcache.c (legacy_read_register_gen): Need to be able to
5250 read pseudo-register as well as real register.
5251 (legacy_write_register_gen): Ditto.
5252
8fcc723b
AC
52532002-01-28 Andrew Cagney <ac131313@redhat.com>
5254
5255 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5256 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
5257 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
5258 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
5259 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
5260 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
5261 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
5262 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
5263 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
5264 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5265 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
5266 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
5267 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
5268 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
5269 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
5270 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
5271 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
5272 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
5273 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
5274 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
5275
afe64c1a
AC
52762002-01-28 Andrew Cagney <ac131313@redhat.com>
5277
5278 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
5279 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
5280 (initialize_current_architecture): Update target_byte_order using
5281 information from BFD.
aaa38bb5 5282 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
5283 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
5284
75bc7ddf
AC
52852002-01-28 Andrew Cagney <ac131313@redhat.com>
5286
5287 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
5288 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
5289
5290 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
5291 #ifdef INVALID_FLOAT.
5292 * infcmd.c (do_registers_info): Ditto.
5293 * values.c (unpack_double): Ditto. Add comment.
5294
5295 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
5296 already commented out.
5297
0280a90a
AS
52982002-01-26 Andreas Schwab <schwab@suse.de>
5299
5300 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5301 * m68klinux-nat.c: Update ptrace interface for fetching/storing
5302 registers and add support for PTRACE_GETREGS.
5303
7072a954
AC
53042002-01-24 Andrew Cagney <ac131313@redhat.com>
5305
5306 GDB 5.1.1 released from 5.1 branch.
5307 * NEWS: Add 5.1.1 news.
5308 * README: Sync with 5.1 branch.
5309
86f902e0
FF
53102002-01-23 Fred Fish <fnf@redhat.com>
5311
5312 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
5313 stabstring on initial malloc. Reallocing will copy it for us,
5314 if necessary.
5315
8af51c36
EZ
53162002-01-23 Elena Zannoni <ezannoni@redhat.com>
5317
aaa38bb5 5318 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
5319 (HFILES_NO_SRCDIR): Remove hpread.h.
5320 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
5321 (hpread.o): Update dependencies.
5322 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
5323
5324 * hp-psymtab-read.c: Remove file.
5325 * hp-symtab-read.c: Remove file.
5326 * hpread.h: Remove file.
5327
5328 * hpread.c: Merge all contents of hp-psymtab-read.c,
5329 hp-symtab-read.c and hpread.h into this file, as it was prior to
5330 January 1999.
5331
5332 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 5333 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
5334 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
5335 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
5336
dc5cfeb6
EZ
53372002-01-23 Elena Zannoni <ezannoni@redhat.com>
5338
5339 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
5340 fill_gregset): Call gdbarch_tdep() just once, assign result to
5341 variable and use that, instead of calling the function several
5342 times.
5343
ea87b71b
AO
53442002-01-24 Alexandre Oliva <aoliva@redhat.com>
5345
5346 * configure.host: Accept sparcv9 as alias for sparc64.
5347 * configure.tgt: Likewise.
5348
13fc0c2f
KB
53492002-01-22 Kevin Buettner <kevinb@redhat.com>
5350
5351 * solib-aix5.c (build_so_list_from_mapfile)
5352 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
5353 arguments is not reversed.
5354 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
5355 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 5356
7bd872fe
EZ
53572002-01-22 Elena Zannoni <ezannoni@redhat.com>
5358
5359 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
5360 modified version of obsolete sh_fetch_pseudo_register.
5361 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
5362 (sh4_register_read): New function.
5363 (sh_pseudo_register_write): New function. Renamed and modified
5364 version of obsolete sh_store_pseudo_register.
5365 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
5366 (sh4_register_write): New function.
5367 (sh_gdbarch_init): Remove setting of gdbarch function
5368 fetch_pseudo_register and store_pseudo_register. Remove setting of
5369 register_convert_to_raw, register_convert_to_virtual,
5370 register_convertible.
5371 (sh_sh4_register_convertible): Delete. No longer needed. All is
5372 taken care by architecture specific functions
5373 register_read/register_write.
5374 (sh_sh4_register_convert_to_virtual): Make static.
5375 (sh_sh4_register_convert_to_raw): Ditto.
5376
069e84fd
AC
53772002-01-22 Andrew Cagney <ac131313@redhat.com>
5378
5379 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
5380 (floatformat_is_nan, floatformat_mantissa): Ditto.
5381
5382 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
5383 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
5384 builtin_type_ieee_double_little,
5385 builtin_type_ieee_double_littlebyte_bigword,
5386 builtin_type_m68881_ext, builtin_type_i960_ext,
5387 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
5388 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
5389 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
5390 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
5391
211a4f69
CV
53922002-01-22 Corinna Vinschen <vinschen@redhat.com>
5393
5394 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
5395 parameter. Set frameless flag if it exists and depended of
5396 whether the scanned function is frameless or not.
5397 (xstormy16_skip_prologue): If function is frameless, return
5398 result of xstormy16_scan_prologue().
5399 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
5400 call.
5401
f81353e4
EZ
54022002-01-21 Elena Zannoni <ezannoni@redhat.com>
5403
5404 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
5405 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
5406 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
5407 sh_sh4_register_byte, sh_sh4_register_raw_size,
5408 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
5409 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
5410 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
5411 sh_store_pseudo_register, sh_do_pseudo_register): Call
5412 gdbarch_tdep() just once, assign result to variable and use that,
5413 instead of calling the function several times.
5414
63c73a17
MK
54152002-01-20 Mark Kettenis <kettenis@gnu.org>
5416
5417 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
5418 macros instead of LAST_FPU_CTRL_REGNUM.
5419 (store_register): Likewise.
5420
39ad761d
JB
54212002-01-21 Jim Blandy <jimb@redhat.com>
5422
5423 * infcmd.c (run_command): Check that the `exec' target layer's BFD
5424 is up-to-date before running the program, not just when a program
5425 exits.
5426
3d74b771
FF
54272002-01-21 Fred Fish <fnf@redhat.com>
5428
5429 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
5430 when we have found all instructions we are looking for.
5431
966fbf70
RE
54322002-01-21 Richard Earnshaw <rearnsha@arm.com>
5433
5434 * arm-tdep.c (arm_register_name): New function.
5435 (arm_registers_names): Make static.
5436 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
5437 (arm_register_name): Declare.
5438 (REGISTER_NAME): Use it.
5439
c3b4394c
RE
54402002-01-21 Richard Earnshaw <rearnsha@arm.com>
5441 Kevin Buettner <kevinb@redhat.com>
5442
5443 Convert arm targets to new FRAME interface.
5444 * arm-tdep.c (struct frame_extra_info): Remove fsr.
5445 (arm_frame_find_save_regs): Delete.
5446 (arm_frame_init_saved_regs): New.
5447 (arm_init_extra_frame_info): Alloacte saved_regs as required.
5448 Allocate extra_info as required. Convert all uses of fsr.regs
5449 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5450 to use extra_info.
5451 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5452 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5453 (check_prologue_cache, save_prologue_cache): Likewise.
5454 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5455 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5456 (FRAME_FIND_SAVED_REGS): Delete.
5457 (arm_frame_find_saved_regs): Delete prototype.
5458 (arm_frame_init_saved_regs): New prototype.
5459 (FRAME_INIT_SAVED_REGS): Define.
5460
61d99182
AC
54612002-01-20 Andrew Cagney <ac131313@redhat.com>
5462
5463 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5464
6aaea291
AC
54652002-01-20 Andrew Cagney <ac131313@redhat.com>
5466
5467 From Jeff Law <law@redhat.com>:
5468 * infttrace.c: Include <sys/pstat.h>.
5469 (child_pid_to_exec_file): Revamp. Use pstat call to get the
5470 exec file if the ttrace equivalent fails.
5471
15f698d2
AC
54722002-01-20 Andrew Cagney <ac131313@redhat.com>
5473
5474 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5475 (closeLogFile): Ditto.
5476
f86ddd7c
MC
54772002-01-20 Michael Chastain <mec@shout.net>
5478
5479 * top.c (print_gdb_version): Bump copyright year to 2002.
5480
904507ce
AC
54812002-01-20 Andrew Cagney <ac131313@redhat.com>
5482
5483 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5484 Zannoni and Eli Zaretskii.
5485
d7f0b9ce
DJ
54862002-01-20 Daniel Jacobowitz <drow@mvista.com>
5487
5488 * buildsym.c: Update copyright years.
5489 * c-typeprint.c: Likewise.
5490 * dwarf2read.c: Likewise.
5491 * f-typeprint.c: Likewise.
5492 * gdbtypes.c: Likewise.
5493 * gdbtypes.h: Likewise.
5494 * hp-symtab-read.c: Likewise.
5495 * hpread.c: Likewise.
5496 * mdebugread.c: Likewise.
5497 * p-typeprint.c: Likewise.
5498
3fd3d7d2
AC
54992002-01-20 Andrew Cagney <ac131313@redhat.com>
5500
5501 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5502 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5503 byte-order selectable.
5504 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5505 * arch-utils.c: Ditto.
5506 (set_endian): Ditto.
5507 (set_endian_from_file): Ditto.
5508 * gdbserver/low-sim.c (create_inferior): Ditto.
5509 * gdbarch.sh: Ditto.
5510 * gdbarch.h: Re-generate.
aaa38bb5
AJ
5511 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5512 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5513 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5514 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5515 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5516 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5517 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
5518 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5519 macro definition.
5520 * config/mips/tm-wince.h: Remove #undef of macro
5521 TARGET_BYTE_ORDER_SELECTABLE.
5522 * config/sh/tm-wince.h: Ditto.
5523
b02dede2
DJ
55242002-01-20 Daniel Jacobowitz <drow@mvista.com>
5525
5526 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5527 member function fields. Add accessor macro
5528 TYPE_FN_FIELD_ARTIFICIAL.
5529 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5530 * c-typeprint.c (c_type_print_base): Skip artificial member
5531 functions.
5532
c3643761
DJ
55332002-01-20 Daniel Jacobowitz <drow@mvista.com>
5534
5535 * f-typeprint.c: Delete unused function f_type_print_args.
5536 * p-typeprint.c: Delete unused function pascal_type_print_args.
5537
8176bb6d
DJ
55382002-01-20 Daniel Jacobowitz <drow@mvista.com>
5539
5540 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5541 comment. Add ``artificial'' to ``union field_location''.
5542
5543 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5544
5545 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5546 * mdebugread.c (parse_symbol): Likewise.
5547 * stabsread.c (define_symbol): Likewise.
5548 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5549 initializing TYPE_FIELD_BITPOS to n (obsolete).
5550 (hpread_doc_function_type): Likewise.
5551 * hpread.c (hpread_function_type): Likewise.
5552
7fd60527
AC
55532002-01-20 Andrew Cagney <ac131313@redhat.com>
5554
5555 * configure.in (host_makefile_frag): Only require a host makefile
5556 fragment when a native build.
5557 * configure: Re-generate.
5558
c2f05ac9
AC
55592002-01-20 Andrew Cagney <ac131313@redhat.com>
5560
5561 * doublest.h (floatformat_from_type): Declare.
5562 * doublest.c (floatformat_from_type): New function.
5563 (convert_typed_floating): Use.
5564
5565 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5566 call to function floatformat_from_type.
5567
5568 * gdbarch.sh (IEEE_FLOAT): Delete.
5569 * gdbarch.h, gdbarch.c: Re-generate.
5570 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5571 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5572 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5573 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5574 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5575 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5576 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5577 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5578 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5579 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5580 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
5581 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5582
5583 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5584 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5585 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5586 * sh-tdep.c (sh_gdbarch_init): Ditto.
5587 * mips-tdep.c (mips_gdbarch_init): Ditto.
5588 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5589 * cris-tdep.c (cris_gdbarch_init): Ditto.
5590
abf22e64
AJ
55912002-01-20 Jiri Smid <smid@suse.cz>
5592
5593 * configure.host, configure.tgt: Support x86-64.
5594 * NEWS: Note new target x86-64.
5595
b7c4cbf8
AJ
5596 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5597 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5598 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5599 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5600 x86-64-linux-nat.o): Fix dependencies.
5601
82600034
AC
56022002-01-19 Andrew Cagney <ac131313@redhat.com>
5603
5604 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5605 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5606 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5607 * config/sparc/xm-sun4os4.h: Delete file.
5608 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 5609
bbe5c628
AC
56102002-01-19 Andrew Cagney <ac131313@redhat.com>
5611
5612 * config/sparc/sparclynx.mh (XM_FILE): Delete.
5613 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5614 * config/m68k/m68klynx.mh (XM_FILE): Delete.
5615 * config/i386/i386lynx.mh (XM_FILE): Delete.
5616 * config/rs6000/xm-rs6000ly.h: Delete file.
5617 * config/sparc/xm-sparclynx.h: Delete file.
5618 * config/m68k/xm-m68klynx.h: Delete file.
5619 * config/i386/xm-i386lynx.h: Delete file.
5620 * config/xm-lynx.h: Delete file.
5621 * config/djgpp/fnchange.lst: Update.
5622
f8453e34
JT
56232002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5624
5625 * alpha-tdep.c (alpha_register_byte): New function.
5626 (alpha_register_raw_size): Ditto.
5627 (alpha_register_virtual_size): Ditto.
5628 (alpha_skip_prologue_internal): Renamed from
5629 alpha_skip_prologue.
5630 (alpha_skip_prologue): New version that calls
5631 alpha_skip_prologue_internal.
5632 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5633 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5634 second argument from alpha_skip_prologue.
5635 (REGISTER_BYTE): Use alpha_register_byte.
5636 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5637 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5638 (FRAMELESS_FUNCTION_INVOCATION): Use
5639 generic_frameless_function_invocation_not.
5640 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5641 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5642
52d9e613
AC
56432002-01-19 Andrew Cagney <ac131313@redhat.com>
5644
5645 * config/mips/xm-news-mips.h: Delete file.
5646 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5647
5648 * config/m88k/xm-m88k.h: Delete file.
5649 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5650 * config/m88k/xm-delta88v4.h: Ditto.
5651 * config/m88k/xm-delta88.h: Ditto.
5652
5653 * config/alpha/xm-fbsd.h: Delete file.
5654 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5655
5656 * config/sparc/xm-sparc.h: Delete file.
5657 * Makefile.in (xm-sun4os4.h): Delete dependency.
5658 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5659 * config/sparc/xm-sun4os4.h: Ditto.
5660 * config/sparc/xm-linux.h: Ditto.
5661
5662 * config/i386/xm-windows.h: Delete file.
5663
2d1b2124
AC
56642002-01-19 Andrew Cagney <ac131313@redhat.com>
5665
5666 * utils.c: Include <sys/param.h> for MAXPATHLEN.
5667 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5668
ee1f65f0
JT
56692002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5670
5671 * alpha-tdep.c (alpha_call_dummy_words): New.
5672 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5673 (CALL_DUMMY_P): Define.
5674 (CALL_DUMMY_WORDS): Define.
5675 (SIZEOF_CALL_DUMMY_WORDS): Define.
5676
98081e55
PB
56772002-01-19 Per Bothner <per@bothner.com>
5678
5679 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
5680 isn't NULL, which can happen with some gcj-3.x-produced code.
5681
0d056799
JT
56822002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5683
5684 * alpha-tdep.c (alpha_register_virtual_type): New function.
5685 (alpha_init_frame_pc_first): Ditto.
5686 (alpha_fix_call_dummy): Ditto.
5687 (alpha_store_struct_return): Ditto.
5688 (alpha_extract_struct_value_address): Ditto.
5689 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5690 alpha_register_virtual_type.
5691 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5692 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5693 alpha_extract_struct_value_address.
5694 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5695 (INIT_FRAME_PC): Use init_frame_pc_noop.
5696 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5697
4604bcad
MK
56982002-01-19 Mark Kettenis <kettenis@gnu.org>
5699
5700 * i386gnu-nat.c: Include "i386-tdep.h".
5701 (fetch_fpregs): Simplify code dealing with uninitialized floating
5702 point states such that it doesn't require FP7_REGNUM.
5703
140f9984
JT
57042002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5705
abf22e64
AJ
5706 * alpha-tdep.c (frame_extra_info): New.
5707 (alpha_find_saved_regs): Make static. Use
140f9984
JT
5708 frame->extra_info.
5709 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
5710 (alpha_frame_saved_pc): Use frame->extra_info.
5711 (temp_saved_regs): Don't declare as struct frame_saved_regs.
5712 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
5713 (init_extra_frame_info): Rename to...
5714 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 5715 (alpha_print_extra_frame_info): New function.
140f9984
JT
5716 (alpha_frame_locals_address): Ditto.
5717 (alpha_frame_args_address): Ditto.
abf22e64 5718 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
5719 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5720 alpha_frame_args_address.
abf22e64 5721 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 5722 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
5723 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5724 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
5725 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5726 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5727
d734c450
JT
57282002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5729
5730 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5731 (alpha_cannot_fetch_register): Ditto.
5732 (alpha_cannot_store_register): Ditto.
5733 (alpha_register_convertible): Ditto.
5734 (alpha_use_struct_convention): Ditto.
5735 * config/alpha/tm-alpha.h: Update copyright years.
5736 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5737 (INNER_THAN): Use core_addr_lessthan.
5738 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5739 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5740 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5741 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5742 (FRAME_CHAIN): Remove unnecessary cast.
5743
b4ceaee6
AC
57442002-01-18 Andrew Cagney <ac131313@redhat.com>
5745
5746 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5747 obsolete.
5748
0a65a603
AC
57492002-01-18 Andrew Cagney <ac131313@redhat.com>
5750
5751 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
5752 * monitor.c, remote-array.c, remote-bug.c: Ditto.
5753 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5754 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5755 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5756 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5757 * x86-64-linux-nat.c: Ditto.
5758
636a6dfc
JT
57592002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5760
abf22e64 5761 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
5762 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5763 (REGISTER_NAME): Define.
5764
acceddb6
JT
57652002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5766
5767 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5768
ec32e4be
JT
57692002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5770
5771 * alpha-tdep.c: Update copyright years.
5772 (alpha_next_pc): New function.
5773 (alpha_software_single_step): Ditto.
5774 * config/alpha/tm-alpha.h: Add prototype for
5775 alpha_software_single_step.
5776
e771a871
JT
57772002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5778
5779 * alphabsd-nat.c: Update copyright years.
5780 (fill_gregset): Use regcache_collect.
5781 (fill_fpregset): Likewise.
5782 (fetch_inferior_registers): Only fetch integer registers
5783 if requested to do so.
5784 (store_inferior_registers): Only store integer registers
5785 if requested to do so.
5786
7708fa01
AC
57872002-01-17 Andrew Cagney <ac131313@redhat.com>
5788
5789 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5790 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5791 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5792 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5793 * config/alpha/fbsd.mh (XDEPFILES): Delete.
5794 * config/arm/linux.mh (XDEPFILES): Delete.
5795 * config/arm/nbsd.mh (XDEPFILES): Delete.
5796 * config/i386/i386dgux.mh (XDEPFILES): Delete.
5797 * config/i386/i386sol2.mh (XDEPFILES): Delete.
5798 * config/i386/i386m3.mh (XDEPFILES): Delete.
5799 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5800 * config/i386/i386gnu.mh (XDEPFILES): Delete.
5801 * config/i386/fbsd.mh (XDEPFILES): Delete.
5802 * config/i386/i386bsd.mh (XDEPFILES): Delete.
5803 * config/i386/i386sco5.mh (XDEPFILES): Delete.
5804 * config/i386/i386v4.mh (XDEPFILES): Delete.
5805 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5806 * config/i386/i386sco4.mh (XDEPFILES): Delete.
5807 * config/i386/i386aix.mh (XDEPFILES): Delete.
5808 * config/i386/go32.mh (XDEPFILES): Delete.
5809 * config/i386/cygwin.mh (XDEPFILES): Delete.
5810 * config/i386/i386lynx.mh (XDEPFILES): Delete.
5811 * config/i386/i386mach.mh (XDEPFILES): Delete.
5812 * config/i386/i386v32.mh (XDEPFILES): Delete.
5813 * config/i386/linux.mh (XDEPFILES): Delete.
5814 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5815 * config/i386/ncr3000.mh (XDEPFILES): Delete.
5816 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5817 * config/i386/i386sco.mh (XDEPFILES): Delete.
5818 * config/i386/i386v.mh (XDEPFILES): Delete.
5819 * config/i386/nbsd.mh (XDEPFILES): Delete.
5820 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5821 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5822 * config/i386/symmetry.mh (XDEPFILES): Delete.
5823 * config/i386/obsd.mh (XDEPFILES): Delete.
5824 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5825 * config/ia64/linux.mh (XDEPFILES): Delete.
5826 * config/ia64/aix.mh (XDEPFILES): Delete.
5827 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5828 * config/m68k/dpx2.mh (XDEPFILES): Delete.
5829 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5830 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5831 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5832 * config/m68k/linux.mh (XDEPFILES): Delete.
5833 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5834 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5835 * config/m68k/nbsd.mh (XDEPFILES): Delete.
5836 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5837 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5838 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5839 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5840 * config/m88k/delta88.mh (XDEPFILES): Delete.
5841 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5842 * config/m88k/m88k.mh (XDEPFILES): Delete.
5843 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5844 * config/mips/linux.mh (XDEPFILES): Delete.
5845 * config/mips/irix6.mh (XDEPFILES): Delete.
5846 * config/mips/irix5.mh (XDEPFILES): Delete.
5847 * config/mips/irix4.mh (XDEPFILES): Delete.
5848 * config/mips/irix3.mh (XDEPFILES): Delete.
5849 * config/mips/decstation.mh (XDEPFILES): Delete.
5850 * config/mips/mipsm3.mh (XDEPFILES): Delete.
5851 (NATDEPFILES): Move core-aout.o to here.
5852 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5853 * config/pa/hpux1020.mh (XDEPFILES): Delete.
5854 * config/pa/hppabsd.mh (XDEPFILES): Delete.
5855 * config/pa/hppahpux.mh (XDEPFILES): Delete.
5856 * config/pa/hpux11w.mh (XDEPFILES): Delete.
5857 * config/pa/hppaosf.mh (XDEPFILES): Delete.
5858 * config/pa/hpux11.mh (XDEPFILES): Delete.
5859 * config/powerpc/aix.mh (XDEPFILES): Delete.
5860 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5861 * config/powerpc/linux.mh (XDEPFILES): Delete.
5862 * config/romp/rtbsd.mh: Rename XDEPFILES.
5863 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5864 * config/rs6000/aix4.mh (XDEPFILES): Delete.
5865 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5866 * config/s390/s390.mh (XDEPFILES): Delete.
5867 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5868 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5869 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5870 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5871 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5872 * config/sparc/nbsd.mh (XDEPFILES): Delete.
5873 * config/sparc/linux.mh (XDEPFILES): Delete.
5874 * config/vax/vaxult.mh (XDEPFILES): Delete.
5875 * config/vax/vaxult2.mh (XDEPFILES): Delete.
5876 * Makefile.in (DEPFILES): Remove XDEPFILES.
5877
375fc983
AC
58782002-01-17 Andrew Cagney <ac131313@redhat.com>
5879
5880 * utils.c (internal_verror): Fix comments, default is yes not no.
5881 Update queries to match. Default to quit and dump core.
5882
8926118c
AC
58832002-01-17 Andrew Cagney <ac131313@redhat.com>
5884
5885 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
5886 copyright.
5887 * defs.h, event-top.c, gdbcmd.h: Ditto.
5888 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5889 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5890 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5891 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5892 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5893 * mi/mi-main.c:Ditto.
5894
5895 * stack.c, symfile.c: Update copyright.
5896
45b7b345
DJ
58972002-01-17 Daniel Jacobowitz <drow@mvista.com>
5898
db728ff7
DJ
5899 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5900 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5901 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5902 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 5903
db728ff7
DJ
59042002-01-17 Daniel Jacobowitz <drow@mvista.com>
5905
5906 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5907 * gdbserver/low-lynx.c (myattach): Likewise.
5908 * gdbserver/low-nbsd.c (myattach): Likewise.
5909 * gdbserver/low-sim.c (myattach): Likewise.
5910 * gdbserver/low-sparc.c (myattach): Likewise.
5911 * gdbserver/low-sun3.c (myattach): Likewise.
5912
5913 * gdbserver/low-linux.c (myattach): New function.
45b7b345 5914
db728ff7 5915 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
5916 (main): Handle "--attach".
5917
8de3c354
AC
59182002-01-16 Andrew Cagney <ac131313@redhat.com>
5919
5920 * MAINTAINERS (language support): Daniel Jacobwitz is C++
5921 maintainer.
5922
b0129042
DJ
59232002-01-15 Daniel Jacobowitz <drow@mvista.com>
5924
5925 * c-typeprint.c (is_type_conversion_operator): Add additional
5926 check for non-conversion operators.
5927
ba8679fb 59282002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
5929
5930 * linux-proc.c: Add "info proc" command, a la procfs.c.
5931 (read_mapping): New function, abstract and re-use code.
5932 (linux_find_memory_regions): Use new func read_mapping.
5933 (linux_info_proc_cmd): New function, implement "info proc".
5934 (_initialize_linux_proc): Add new command "info proc".
5935
e4f9b4d5
MS
59362002-01-15 Michael Snyder <msnyder@redhat.com>
5937
5938 * symfile.c (generic_load): Use bfd_map_over_sections method
5939 instead of manipulating bfd structure members directly.
5940 (add_section_size_callback): New function, bfd sections callback
5941 used by generic_load.
5942 (load_sections_callback): New function, bfd sections callback
5943 used by generic_load.
5944
08cf96df
EZ
59452002-01-15 Elena Zannoni <ezannoni@redhat.com>
5946
abf22e64 5947 [Based on work by Jim Blandy]
08cf96df
EZ
5948 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5949 (builtin_type_vec128): Export.
5950 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5951 types.
5952 (builtin_type_vec128): New builtin type for 128 bit vector
5953 registers.
5954 (build_gdbtypes): Initialize builtin_type_v16qi and
5955 builtin_type_v8hi. Create the vec128 register builtin type
5956 structure.
5957 (build_builtin_type_vec128): New function.
abf22e64 5958 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
5959 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5960 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5961 AltiVec register to new builtin type.
5962
d7242108
DJ
59632001-01-15 Daniel Jacobowitz <drow@mvista.com>
5964
5965 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5966 to make_cv_type.
5967
4ee3352d
AC
59682002-01-14 Andrew Cagney <ac131313@redhat.com>
5969
5970 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5971 CLEAN_UP_REGISTER_VALUE.
5972 * regcache.c (supply_register): Update only call.
5973
f015b2e7
AC
59742002-01-14 Andrew Cagney <ac131313@redhat.com>
5975
5976 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5977 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5978 a29k-*-vxworks* targets as obsolete.
5979
356ae49d
MS
59802002-01-14 Michael Snyder <msnyder@redhat.com>
5981
5982 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5983 until we can resolve portability issues.
5984 * gregset.h: Remove references to fpxregs.
5985 * gcore.c (gcore_command): Initialize note_sec to NULL.
5986
ade8f45e
AC
59872002-01-13 Andrew Cagney <ac131313@redhat.com>
5988
5989 * signals.c (target_signal_to_name): Rewrite. Only use
5990 signals[].name when in bounds and non-NULL.
abf22e64 5991
89c49e7a
AC
59922002-01-13 Andrew Cagney <ac131313@redhat.com>
5993
5994 From Petr Ledvina <ledvinap@kae.zcu.cz>:
5995 * signals.c (target_signal_to_name): Verify that SIG is within the
5996 bounds of the signals array.
5997
4daa9f9f
AC
59982002-01-13 Andrew Cagney <ac131313@redhat.com>
5999
6000 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
6001
ba4bbdcb
KS
60022002-01-13 Keith Seitz <keiths@redhat.com>
6003
6004 * stack.c (print_frame_info_base): Print the frame's pc
6005 only if when print_frame_info_listing_hook is not defined.
6006
575bbeb6
KS
60072002-01-13 Keith Seitz <keiths@redhat.com>
6008
6009 * varobj.c (varobj_set_value): Make sure that there were no
6010 errors evaluating the object before attempting to set its
6011 value.
6012 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
6013 so this offset adjustment is no longer necessary.
6014 (create_child): Don't set the error flag if the child is
6015 a CPLUS_FAKE_CHILD.
6016 (value_of_child): If value_fetch_lazy fails, return NULL
6017 so that callers will be notified that an error occurred.
6018 (c_value_of_variable): Delay check of variable's validity
6019 until later. We actually want all structs and unions to have
6020 the value "{...}".
6021 Do not return "???" for variables which could not be evaluated.
6022 This error condition must be returned to the caller so that it
6023 can get the error condition from gdb.
6024 (cplus_name_of_child): Adjust index for vptr before figuring
6025 out the name of the child.
6026 (cplus_value_of_child): If a child's (real) parent is not valid,
6027 don't even bother trying to give a value for it. Just return
6028 an error. Change all instances in this function.
6029 (cplus_type_of_child): If our parent is one of the "fake"
6030 parents, we need to get at the type of the real parent, and
6031 derive the child's true type using this information.
6032
b76898ab
AC
60332002-01-13 Andrew Cagney <ac131313@redhat.com>
6034
6035 From 2002-01-09 John Marshall <johnm@falch.net>:
6036 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
6037 sources.redhat.com, and tweak some related URLs which had
6038 suffered from linkrot.
6039
b6649e88
AC
60402002-01-13 Andrew Cagney <ac131313@redhat.com>
6041
6042 From Jeff law:
6043 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
6044 structures passed in registers.
6045
82cc5033
EZ
60462002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
6049 white space which prevented compilation. Reported by DSK
6050 <dsk@student.unsw.edu.au>.
6051
ba5f2f8a
MS
60522002-01-11 Michael Snyder <msnyder@redhat.com>
6053
fbd35540
MS
6054 * symfile.c (build_section_addr_info_from_section_tab):
6055 Use bfd access method instead of manipulating bfd directly.
6056 (syms_from_objfile): Ditto.
6057 (simple_overlay_update_1): Ditto.
6058 (simple_overlay_update): Ditto.
6059 (generic_load): Ditto.
6060 (overlay_unmapped_address): FIXME comment, bfd access methods.
6061 (sections_overlap): FIXME comment, bfd access methods.
6062 (pc_in_mapped_range): FIXME comment, bfd access methods.
6063 (pc_in_unmapped_range): FIXME comment, bfd access methods.
6064 (section_is_mapped): FIXME comment, bfd access methods.
6065 (section_is_overlay): FIXME comment, bfd access methods.
6066
ba5f2f8a
MS
6067 * symfile.c (generic_load): Whitespace and long line cleanups.
6068 Remove duplicate variable, change several local variables to
6069 more appropriate data types.
6070 (print_transfer_performance): Use %lu instead of %ld for ulongs.
6071
17df2af6
AC
60722002-01-12 Andrew Cagney <ac131313@redhat.com>
6073
6074 From Peter Schauer:
6075 * language.c (longest_local_hex_string_custom): Use phex_nz to
6076 convert NUM to a hex string.
6077
ec920329
EZ
60782002-01-12 Elena Zannoni <ezannoni@redhat.com>
6079
6080 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
6081 the function.
538a76d6 6082 Update Copyright year.
ec920329 6083
3abd2e01
AC
60842002-01-12 Andrew Cagney <ac131313@redhat.com>
6085
6086 * language.c (longest_raw_hex_string): Delete unused function.
6087
b21b22e0
PS
60882002-01-11 Petr Sorfa <petrs@caldera.com>
6089
6090 * MAINTAINERS (write-after-approval): Add myself.
6091 * dwarf2read.c (read_tag_string_type): Handling of
6092 DW_AT_byte_size.
6093 (read_tag_string_type): FORTRAN fix to prevent propagation of
6094 first string size.
6095 (set_cu_language): Handling of DW_LANG_Fortran95
6096
747fe712
RE
60972002-01-11 Richard Earnshaw <rearnsha@arm.com>
6098
6099 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
6100 GETPID(inferior_ptid).
6101 (store_inferior_registers): Likewise.
6102
f1bea926
JM
61032002-01-10 Jason Merrill <jason@redhat.com>
6104
6105 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
6106 Fix DW_OP_minus.
6107
ae940673
AC
61082002-01-10 Andrew Cagney <ac131313@redhat.com>
6109
6110 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
6111 and bfd/elf32-sh-nbsd.c.
6112
00546b04
MS
61132002-01-10 Michael Snyder <msnyder@redhat.com>
6114
352ed7b4
MS
6115 * NEWS: Mention --pid and corefile/proc-id behavior change.
6116
c18be923
MS
6117 * Makefile.in: Add rules for gcore.o and linux-proc.o.
6118 * gcore.c: Include cli/cli-decode.h instead of command.h.
6119
00546b04
MS
6120 * main.c (captured_main): Add new command line option "--pid".
6121 If the second command line argument (following the symbol-file)
6122 begins with a digit, try to attach to it before trying to open
6123 it as a corefile.
6124 (print_gdb_help): Document the "--pid" argument.
6125
db60ec62
EZ
61262002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
6127
6128 * completer.c (command_completer): New function.
6129
6130 * completer.h <command_completer>: Add prototype.
6131
6132 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
6133 completer for the "help" command.
6134
39c22d1a
JM
61352002-01-09 Jason Merrill <jason@redhat.com>
6136
6137 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
6138
c564377f
MS
61392002-01-09 Michael Snyder <msnyder@redhat.com>
6140
975aec09
MS
6141 * i386-linux-nat.c (fill_fpxregset): Make global.
6142 (store_fpxregset): Ditto.
6143
db4a10fa
MS
6144 * gregset.h (gdb_fpxregset_t): Define.
6145 (supply_fpxregset): Prototype.
6146 (fill_fpxregset): Prototype.
6147
c564377f
MS
6148 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
6149
c3d45d70
RE
61502002-01-09 Richard Earnshaw <rearnsha@arm.com>
6151
6152 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
6153 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
6154 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
6155
fcc87af1
AC
61562002-01-09 Andrew Cagney <ac131313@redhat.com>
6157
6158 * MAINTAINERS: Update target maintainer rules so that any
6159 Maintainer can approve a tested patch for a maintenance-only
6160 target.
6161
dd96c05b
RE
61622002-01-09 Richard Earnshaw <rearnsha@arm.com>
6163
d4297db9 6164 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 6165
d4297db9 6166 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
6167 IN_SIGTRAMP.
6168
145fdc6e
MS
61692002-01-08 Michael Snyder <msnyder@redhat.com>
6170
6171 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
6172 real name of the executable, rather than the /proc name.
6173
be4d1333
MS
61742002-01-03 Michael Snyder <msnyder@redhat.com>
6175
6176 Implement a "generate-core-file" command in gdb, save target state.
6177 * gcore.c: New file. Implement new command 'generate-core-file'.
6178 Save a corefile image of the current state of the inferior.
6179 * linux-proc.c: Add linux-specific code for saving corefiles.
6180 * target.h (struct target_ops): Add new target vectors for saving
6181 corefiles; to_find_memory_regions and to_make_corefile_notes.
6182 (target_find_memory_regions): New macro.
6183 (target_make_corefile_notes): New macro.
6184 * target.c (update_current_target): Inherit new target methods.
6185 (dummy_find_memory_regions): New place-holder method.
6186 (dummy_make_corefile_notes): New place-holder method.
6187 (init_dummy_target): Initialize new dummy target vectors.
6188 * exec.c (exec_set_find_memory_regions): New function.
6189 Allow the exec_ops vector for memory regions to be taken over.
6190 (exec_make_note_section): New function, target vector method.
6191 * defs.h (exec_set_find_memory_regions): Export prototype.
6192 * procfs.c (proc_find_memory_regions): New function, corefile method.
6193 (procfs_make_note_section): New function, corefile method.
6194 (init_procfs_ops): Set new target vector pointers.
6195 (find_memory_regions_callback): New function.
6196 (procfs_do_thread_registers): New function.
6197 (procfs_corefile_thread_callback): New function.
6198 * sol-thread.c (sol_find_memory_regions): New function.
6199 (sol_make_note_section): New function.
6200 (init_sol_thread_ops): Initialize new target vectors.
6201 * inftarg.c (inftarg_set_find_memory_regions): New function.
6202 Allow to_find_memory_regions vector to be taken over.
6203 (inftarg_set_make_corefile_notes): New function.
6204 Allow to_make_corefile_notes vector to be taken over.
6205 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
6206 interface layer if not target_has_execution (may be a corefile).
6207 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
6208 * config/sparc/sun4sol2.mh: Ditto.
6209 * config/alpha/alpha-linux.mh: Ditto.
6210 * config/arm/linux.mh: Ditto.
6211 * config/i386/x86-64linux.mh: Ditto.
6212 * config/ia64/linux.mh: Ditto.
6213 * config/m68k/linux.mh: Ditto.
6214 * config/mips/linux.mh: Ditto.
6215 * config/powerpc/linux.mh: Ditto.
6216 * config/sparc/linux.mh: Ditto.
6217
c6b92abd
MS
62182002-01-07 Michael Snyder <msnyder@redhat.com>
6219
6220 * arm-linux-nat.c: Remove references to regcache.c internal data
6221 (registers[] and register_valid[]).
6222
4b09dc8c
MS
62232002-01-07 Michael Snyder <msnyder@redhat.com>
6224
abf22e64
AJ
6225 * linux-proc.c: New file. Implement child_pid_to_exec_file,
6226 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
6227 symbol file and shlibs.
6228 * Makefile.in: Add rule for linux-proc.o.
6229 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
6230 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
6231 * config/arm/linux.mh: Ditto.
6232 * config/i386/linux.mh: Ditto.
6233 * config/i386/x86-64linux.mh: Ditto.
6234 * config/ia64/linux.mh: Ditto.
6235 * config/m68k/linux.mh: Ditto.
6236 * config/mips/linux.mh: Ditto.
6237 * config/powerpc/linux.mh: Ditto.
6238 * config/sparc/linux.mh: Ditto.
6239
c25b74ac
PM
62402002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
6241
6242 * win32-nat.c: Add i386-tdep.h dependency.
6243
94cd915f
MS
62442002-01-07 Michael Snyder <msnyder@redhat.com>
6245
c7cccb76
MS
6246 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
6247 instead of bfd_get_arch_size. Don't bail out just because
6248 there's no exec_bfd.
abf22e64 6249
34c0bd93
MS
6250 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
6251 * p-valprint.c (pascal_object_print_value): Ditto.
6252 * somread.c (som_symtab_read): Ditto.
6253 * symfile.c (simple_free_overlay_region_table): Ditto.
6254 * valops.c (value_assign): Ditto.
6255
21c1c920
MS
6256 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
6257 use tilde_expand and strerror for opening save-tracepoints file.
6258
5bbd998e
MS
6259 * thread-db.c (thread_db_new_objfile): Indendation fix.
6260
94cd915f
MS
6261 * infptrace.c (GDB_MAX_ALLOCA): New define.
6262 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 6263 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
6264 can be overridden with whatever value is appropriate to the host).
6265 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
6266 alloca to allocate potentially large buffer.
6267 * rs6000-nat.c (child_xfer_memory): Ditto.
6268 * symm-nat.c (child_xfer_memory): Ditto.
6269 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
6270
494e8a93
JSC
62712002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
6272
6273 From Nick Clifton <nickc@redhat.com>
6274 * d10v-tdep.c: Set STACK_START to 0x200bffe.
6275
d0e1d48e
MS
62762002-01-07 Michael Snyder <msnyder@redhat.com>
6277
abf22e64 6278 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
6279 Don't use exec_bfd if it's NULL.
6280
290b2c7a
MK
62812002-01-06 Mark Kettenis <kettenis@gnu.org>
6282
abf22e64 6283 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 6284
aef21287
AC
62852002-01-06 Andrew Cagney <ac131313@redhat.com>
6286
6287 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
6288 * gnu-nat.c: Ditto.
6289
30efa627
AC
62902002-01-06 Andrew Cagney <ac131313@redhat.com>
6291
6292 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
6293 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
6294 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
6295 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
6296 z8k-coff have not been multi-arched. Update z8k-coff build
6297 status.
6298
9b4ff276
AC
62992002-01-06 Andrew Cagney <ac131313@redhat.com>
6300
6301 * MAINTAINERS: Mark a29k target as obsolete.
6302 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
6303 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
6304 comments.
6305 * NEWS: Note that a29k targets are obsolete.
6306 * a29k-tdep.c: Mark as obsolete.
6307 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6308 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6309 a29k-*-vxworks* targets as obsolete.
6310 * remote-adapt.c: Obsolete.
6311 * remote-eb.c: Obsolete.
6312 * remote-mm.c: Obsolete.
6313 * remote-udi.c: Obsolete.
6314 * config/a29k/a29k-udi.mt: Obsolete.
6315 * config/a29k/a29k.mt: Obsolete.
6316 * config/a29k/tm-a29k.h: Obsolete.
6317 * config/a29k/tm-vx29k.h: Obsolete.
6318 * config/a29k/vx29k.mt: Obsolete.
6319
a9011d31
AC
63202002-01-05 Andrew Cagney <ac131313@redhat.com>
6321
6322 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
6323 with BFD_ENDIAN_BIG.
6324
9299404e
AC
63252002-01-05 Andrew Cagney <ac131313@redhat.com>
6326
6327 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
6328 * configure, config.in: Re-generate.
6329 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
6330 * defs.h: Do not include <endian.h>.
6331
7e89e357
JT
63322002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
6333
6334 * acconfig.h (HAVE_PT_GETXMMREGS): New.
6335 * config.in: Regenerate.
6336 * configure.in: Update copyright years.
6337 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
6338 * configure: Regenerate.
6339 * i386bsd-nat.c: Update copyright years.
6340 (fill_gregset): Use regcache_collect.
6341 (fetch_inferior_registers): Only fetch integer registers
6342 if requested to do so. Add support for XMM registers
6343 using PT_GETXMMREGS.
6344 (store_inferior_registers): Only store integer registers
6345 if requested to do so. Add support for XMM registers
6346 using PT_SETXMMREGS.
6347 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
6348 (store_inferior_registers): Remove.
6349 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
6350 (fetch_elfcore_registers): New function.
6351 (i386nbsd_elfcore_fns): New.
6352 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
6353 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
6354 i386bsd-nat.o.
6355 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6356 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
6357 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
6358 * config/i386/tm-nbsd.h: Update copyright years.
6359 (HAVE_SSE_REGS): Define.
6360 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
6361 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
6362 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
6363 (SIGCONTEXT_PC_OFFSET): Remove.
6364 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
6365
a752853e
AC
63662002-01-05 Andrew Cagney <ac131313@redhat.com>
6367
6368 * configure.tgt: Remove powerpc-*-macos* target.
6369 * config/m68k/xm-mpw.h: Delete file.
6370 * config/xm-mpw.h: Delete file.
6371 * ser-mac.c: Delete file.
6372 * mpw-make.sed: Delete file.
6373 * mpw-config.in: Delete file.
6374 * mac-xdep.c: Delete file.
6375 * mac-gdb.r: Delete file.
6376 * mac-defs.h: Delete file.
6377 * mac-nat.c: Delete file.
6378 * config/powerpc/macos.mh: Delete file.
6379 * config/powerpc/macos.mt: Delete file.
6380 * config/powerpc/nm-macos.h: Delete file.
6381 * config/powerpc/tm-macos.h: Delete file.
6382 * source.c (openp, open_source_file): Remove obsolete code.
6383 * top.c (gdb_readline): Ditto.
6384 * utils.c (query): Ditto.
6385 * event-top.c (display_gdb_prompt): Ditto.
6386 * Makefile.in (ser-mac.o): Delete obsolete target.
6387 * NEWS: Update.
6388
d7449b42
AC
63892002-01-04 Andrew Cagney <ac131313@redhat.com>
6390
6391 * defs.h (BIG_ENDIAN): Delete macro definition.
6392 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
6393 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
6394 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
6395 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6396 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
6397 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
6398 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
6399 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
6400 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
6401 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
6402 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
6403 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
6404 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6405 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6406 * gdbarch.c: Re-generate.
6407
356374e8
DJ
64082002-01-04 Daniel Jacobowitz <drow@mvista.com>
6409
6410 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
6411 for core files.
6412
a2b8f8f8
JT
64132002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6414
6415 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
6416
12466af9
AC
64172002-01-04 Andrew Cagney <ac131313@redhat.com>
6418
6419 * value.h (value_ptr): Delete typedef.
6420
3549ab40
JT
64212002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6422
6423 * i386nbsd-nat.c: Update copyright years.
6424 Include i386-tdep.h.
6425
fedbd091
EZ
64262002-01-04 Elena Zannoni <ezannoni@redhat.com>
6427
6428 * stabsread.c: Update copyright years.
6429
6430 From Debashis Mahata <debashis.mahata@wipro.com>:
6431 (read_struct_fields): Deal with Sun C compiler erroneous stab
6432 output for structs and unions.
fec8b34f 6433 Fix PR gdb/269.
fedbd091 6434
eb43544b
DJ
64352002-01-04 Daniel Jacobowitz <drow@mvista.com>
6436
6437 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
6438 prototype.
6439
1514d34e
DJ
64402002-01-04 Daniel Jacobowitz <drow@mvista.com>
6441
6442 * cp-abi.c: Fix whitespace.
6443 (baseclass_offset): New wrapper function.
6444 * cp-abi.h (baseclass_offset): Add prototype.
6445 (struct cp_abi_ops): Add baseclass_offset pointer.
6446
6447 * valops.c (vb_match): Move to...
6448 * gnu-v2-abi.c (vb_match): here.
6449 * valops.c (baseclass_offset): Move to...
6450 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6451
6452 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6453
6454 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6455 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6456 * hpacc-abi.c (init_hpacc_ops): Likewise.
6457
7f8c9282
DJ
64582002-01-04 Daniel Jacobowitz <drow@mvista.com>
6459
6460 * valops.c (find_overload_match): Accept obj as a
6461 reference parameter. Update it before returning.
6462 * value.h (find_overload_match): Update prototype.
6463 * eval.c (evaluate_subexp_standard): Pass object to
6464 find_overload_match by reference.
6465
f23631e4
AC
64662002-01-03 Andrew Cagney <ac131313@redhat.com>
6467
6468 * valarith.c: Replace value_ptr with struct value pointer. Remove
6469 register attribute from value declarations.
6470 * valops.c: Ditto.
6471 * value.h: Ditto.
6472 * scm-lang.c (scm_lookup_name): Ditto.
6473
79e10fab 64742002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 6475
79e10fab
AC
6476 Abstract the functionality of iterating over mapped memory
6477 regions into a general purpose iterator function.
abf22e64 6478 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
6479 iterator for memory sections.
6480 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6481 (solib_mappings_callback): New function, callback for above.
6482 (info_proc_mappings): Reimpliment using iterate_over_mappings.
6483 (info_mappings_callback): New function, callback for above.
6484
6485 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6486
c5ad026a
MK
64872002-01-01 Mark Kettenis <kettenis@gnu.org>
6488
d2a7c97a
MK
6489 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6490 * i386-tdep.c: Include "elf-bfd.h".
6491 (process_note_abi_tag_sections): New function.
6492 (i386_gdbarch_init): Add code to recognize various OS/ABI
6493 combinations.
6494
c5ad026a
MK
6495 * maint.c (_initialize_maint_cmds): Add missing \ in
6496 string-literal.
6497
a1a5b71e 6498For older changes see ChangeLog-2001
c906108c
SS
6499\f
6500Local Variables:
6501mode: change-log
6502left-margin: 8
6503fill-column: 74
6504version-control: never
6505End:
This page took 0.552768 seconds and 4 git commands to generate.