2002-08-19 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
88658117
AC
12002-08-19 Andrew Cagney <ac131313@redhat.com>
2
3 * mips-tdep.c (mips_xfer_register): New function.
4 (mips_n32n64_extract_return_value): Rewrite.
5 (mips_gdbarch_init): For N32 and N64, set extract_return_value
6 instead of deprecated_extract_return_value.
7
21283beb
EZ
82002-08-19 Elena Zannoni <ezannoni@redhat.com>
9
10 * rs6000-tdep.c (TDEP): Delete macro.
11 (branch_dest): Replace use of TDEP macro with its body.
12 (rs6000_pop_frame): Ditto.
13 (rs6000_push_arguments): Ditto.
14 (rs6000_skip_trampoline_code): Ditto.
15 (rs6000_frame_saved_pc): Ditto.
16 (rs6000_frame_chain): Ditto.
17 (rs6000_register_name): Ditto.
18 (rs6000_register_byte): Ditto.
19 (rs6000_register_raw_size): Ditto.
20 (rs6000_register_virtual_type): Ditto.
21 (rs6000_register_convertible): Ditto.
22 (rs6000_convert_from_func_ptr_addr): Ditto.
23
bf072999
DJ
242002-08-19 Daniel Jacobowitz <drow@mvista.com>
25
26 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
27 conditionally.
28 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
29 MIPS_LINUX_JB_ELEMENT_SIZE.
30 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
31 for MAX_REGISTER_RAW_SIZE arrays.
32 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
33 MIPS_LINUX_JB_ELEMENT_SIZE.
34
9b949a49
PM
352002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
36
37 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
38
6d3e79c6
AS
392002-08-19 Aidan Skinner <aidan@velvet.net>
40
41 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
42 ada-valprint.c ada-tasks.c.
43 (YYFILES): Add ada-exp.y.
44 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
45 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
46 (ada-exp.tab.o): New target.
47
06c0b04e
AC
482002-08-18 Andrew Cagney <ac131313@redhat.com>
49
50 * regcache.c (regcache_xfer_part): New function.
51 (regcache_raw_read_part): New function.
52 (regcache_raw_write_part): New function.
53 (regcache_cooked_read_part): New function.
54 (regcache_cooked_write_part): New function.
55 * regcache.h (regcache_raw_read_part): Declare.
56 (regcache_raw_write_part): Declare.
57 (regcache_cooked_read_part): Declare.
58 (regcache_cooked_write_part): Declare.
59
92d1e331
DJ
602002-08-18 Daniel Jacobowitz <drow@mvista.com>
61
62 * remote.c (remote_open_1): Add async_p.
63 (remote_async_open_1): Delete.
64 (open_remote_target): Delete.
65 (remote_open, extended_remote_open): Update calls to remote_open_1.
66 (remote_async_open, extended_remote_async_open): Call
67 remote_open_1 instead of remote_async_open_1.
68
247055de
MK
692002-08-19 Mark Kettenis <kettenis@gnu.org>
70
71 * blockframe.c: Fix a few coding standard violations.
72
641eda39
MK
732002-08-19 Mark Kettenis <kettenis@gnu.org>
74
0b717710
MK
75 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
76 here from ...
77 * config/i386/tm-i386sco5.h: ... here. File removed.
78 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
79
26d28e12 80 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
81 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
82 (TM_FILE): Set to tm-i386.h.
83 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
84 * config/i386/tm-i386v.h: Remove file.
85 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
86 instead of "i386/tm-i386v.h".
87 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
88 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
89 "i386/tm-i386v.h".
90 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
91 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
92 "i386/tm-i386.h".
93
d4e0bab4
MK
942002-08-18 Mark Kettenis <kettenis@gnu.org>
95
96 * config/i386/nm-i386v.h: Add protection against
97 multiple-inclusion.
98 (i386_register_u_addr): Remove prototype.
99 (register_u_addr): New prototype.
100 (REGISTER_U_ADDR): Redefine accordingly.
101 * i386v-nat.c: Improve several comments.
102 (i386_register_u_addr): Change signature and rename to
103 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
104 ubase variable.
105
46cac009
AC
1062002-08-18 Andrew Cagney <ac131313@redhat.com>
107
108 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
109 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
110 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
111 deprecated_extract_return_value.
112 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
113 rename mips_o32o64_push_arguments.
114 (mips_gdbarch_init): Update.
115 (mips_extract_return_value): Delete.
116 (mips_o32_extract_return_value): Clone mips_extract_return_value.
117 (mips_o64_extract_return_value): Clone mips_extract_return_value.
118 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
119 (mips_n32n64_extract_return_value): Clone
120 mips_extract_return_value.
121 (mips_store_return_value): Delete.
122 (mips_o32_store_return_value): Clone mips_store_return_value.
123 (mips_o64_store_return_value): Clone mips_store_return_value.
124 (mips_eabi_store_return_value): Clone mips_store_return_value.
125 (mips_n32n64_store_return_value): Clone mips_store_return_value.
126
d2e4a39e
AS
1272002-08-18 Aidan Skinner <aidan@velvet.net>
128
0c30c098
AS
129 * ada-lang.c: Use gdb_string.h instead of <string.h>.
130 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
131
1322002-08-18 Aidan Skinner <aidan@velvet.net>
133
134 * ada-lang.c: Run through gdb_indent.sh.
135 * ada-lang.h: Run through gdb_indent.sh.
136 * ada-tasks.c: Run through gdb_indent.sh.
137 * ada-typeprint.c: Run through gdb_indent.sh.
138 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 139
01fc4e33
AC
1402002-08-18 Andrew Cagney <ac131313@redhat.com>
141
142 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
143 ABI.
144
d8ee244c
MK
1452002-08-18 Mark Kettenis <kettenis@gnu.org>
146
c38d8261
MK
147 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
148
222db64c
MK
149 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
150 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
151
c2848c82
MK
152 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
153 write_register_gen instead of write_register_bytes.
154
d8ee244c
MK
155 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
156 i[3456]-*-osf1mk* configurations have been made obsolete.
157 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
158 i[3456]86-*-osf1mk* hosts obsolete.
159 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
160 targets obsolete.
161 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
162 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
163 config/i386/i386m3.mt, config/i386/nm-m3.h,
164 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
165 config/i386/i386mk.mh, config/i386/i386mk.mt,
166 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
167 obsolete.
168 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
169 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
170 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
171
61d8d407
AC
1722002-08-18 Andrew Cagney <ac131313@redhat.com>
173
174 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
175 (hppa_value_returned_from_stack): Declare.
176 (hppa_extract_return_value): Declare.
177 * config/pa/hppa.mt: New file.
178 * configure.tgt: Recognize hppa*-*-*.
179 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
180
0c52bd59
MK
1812002-08-18 Mark Kettenis <kettenis@gnu.org>
182
183 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
184 comment.
185
b5686e99
MK
1862002-08-17 Mark Kettenis <kettenis@gnu.org>
187
188 * top.c (gdb_rl_operate_and_get_next): Make sure
189 operate-and-get-next functions correctly even when the history
190 list is completely filled.
191
c1bab85b
AC
1922002-08-18 Andrew Cagney <ac131313@redhat.com>
193
194 * MAINTAINERS (Target Instruction Set Architectures): Rename
195 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
196 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
197 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
198 already listed under Host/Native.
199
200 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
201 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
202 mips*-*-*.
203
32089c7c
AC
2042002-08-17 Andrew Cagney <ac131313@redhat.com>
205
206 * config/ia64/ia64.mt: New file.
207 * config/alpha/alpha.mt: New file.
208 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
209 ia64-linux-gnu. Mention that ia64-elf is broken.
210 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
211
b4671f85
MK
2122002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
213
214 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
215 generic_func_frame_valid instead of func_frame_valid.
216
c8edd8b4
JB
2172002-08-16 Joel Brobecker <brobecker@gnat.com>
218
219 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
220 procfs appears to be broken when debugging on multi-processor
221 machines. So enable software single stepping in order to avoid
222 using the procfs interface to do next/step operations, using
223 internal breakpoints instead.
224
225 * infrun.c (handle_inferior_event): Readjust the stop_pc by
226 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
227 make this pc address equal to the value it would have if the
228 system stepping capability was used. Also set a new flag used
229 to ensure that we don't readjust the PC one more time later.
230
231 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
232 address by DECR_PC_AFTER_BREAK when software single step is
233 in use for this architecture, as this has already been taken
234 care of in handle_inferior_event().
235
238617f6
JB
2362002-08-16 Joel Brobecker <brobecker@gnat.com>
237
238 * infrun.c (handle_inferior_event): Minor reformatting, to make
239 a rather long condition expression easier to read.
240
541a7aac
AC
2412002-08-16 Andrew Cagney <ac131313@redhat.com>
242
243 * Makefile.in (gdbtk.o): Move to end of file.
244 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
245 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
246 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
247 (gdbtk-wrapper.o, gdbres.o): Ditto.
248
f92d4a7b
AC
2492002-08-16 Andrew Cagney <ac131313@redhat.com>
250
251 * Makefile.in (copying.o): Separate out compile rule.
252 (hpux-thread.o, procfs.o, signals.o): Ditto.
253 (v850ice.o, z8k-tdep.o): Ditto.
254 (tui-file.o): Move to TUI section.
255 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
256 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
257
1cce71eb
JB
2582002-08-16 Joel Brobecker <brobecker@gnat.com>
259
260 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
261 skip_trampoline_code, for better namespace-proofing.
262
263 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
264
0851f23d
JB
2652002-08-16 Joel Brobecker <brobecker@gnat.com>
266
267 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
268
f8d40ec8
JB
2692002-08-16 Joel Brobecker <brobecker@gnat.com>
270
271 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
272 signal, check whether we hit a breakpoint before checking for a
273 single step breakpoint. Otherwise, GDB fails to notice that a
274 breakpoint has been hit when stepping onto a breakpoint.
275
63d022e0
KS
2762002-08-16 Keith Seitz <keiths@redhat.com>
277
278 * gdb-events.sh (clear_gdb_event_hooks): New function.
279 * gdb-events.c: Regenerate.
280 * gdb-events.h: Regenerate.
281
6e31adb3
AC
2822002-08-16 Andrew Cagney <ac131313@redhat.com>
283
284 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
285 not_a_sw_breakpoint.
286 * breakpoint.h (bpstat_stop_status): Add parameter names.
287
c8189ed1
GS
2882002-08-16 Grace Sainsbury <graces@redhat.com>
289
290 * remote.c (remote_insert_hw_breakpoint)
291 (remote_remove_hw_breakpoint): Fix calculation of length field
292 for Z-packet.
293
d05285fa
MS
2942002-08-15 Michael Snyder <msnyder@redhat.com>
295
466d7106
MS
296 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
297 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
298 (supply_fpregset): Ditto.
299
d05285fa
MS
300 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
301 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
302 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 303 (TARGET_READ_SP): Delete.
bf1f5b4c 304 (DO_REGISTERS_INFO): Delete.
102182a9
MS
305 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
306 Delete.
307 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
308 from macros to functions.
bf1f5b4c 309
d05285fa
MS
310 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
311 (mips_register_convertible, mips_register_convert_to_virtual,
312 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
313 (mips_read_sp): New function.
314 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
315 (mips_do_registers_info): Make static.
316 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
317 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
318 (mips_register_convert_from_type, mips_register_convert_to_type):
319 New functions.
320 (mips_gdbarch_init): Set up function_start_offset,
321 register_virtual_size, pc_in_sigtramp.
d05285fa 322
e76f1f2e
AC
3232002-08-15 Andrew Cagney <ac131313@redhat.com>
324
325 * infcmd.c (vector_info): New function.
326 (_initialize_infcmd): Add command "info vector".
327 (print_vector_info): New function.
328
329 * gdbarch.sh (PRINT_VECTOR_INFO): New method
330 * gdbarch.h, gdbarch.c: Regenerate.
331
4782dc19
AC
3322002-08-15 Andrew Cagney <ac131313@redhat.com>
333
334 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
335 ``print_all''. Only print vector registers when ``print_all''.
336
23e3a7ac
AC
3372002-08-15 Andrew Cagney <ac131313@redhat.com>
338
8e186fd6
AC
339 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
340 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
341
23e3a7ac
AC
342 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
343 Add `args' parameter.
344 * gdbarch.h, gdbarch.c: Regenerate.
345
346 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
347
348 * infcmd.c (float_info): Call print_float_info.
349 (print_float_info): New function. By default, print the
350 floating-point registers.
351
352 * arch-utils.h (default_print_float_info): Delete declaration.
353 * arch-utils.c (default_print_float_info): Delete function.
354
e0ca2bb9
MK
3552002-08-16 Mark Kettenis <kettenis@gnu.org>
356
3f733acc
MK
357 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
358 out define.
359
7d8d2918
MK
360 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
361 FRAME.
362
1c7cc583
MK
363 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
364 * configure.host: Make i[3456]86-*-aix host obsolete.
365 * configure.tgt: Make i[3456]86-*-aix target obsolete.
366 * config/i386/i386aix.mh, config/i386/i386aix.mt,
367 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
368 config/i386/xm-i386aix.h: Make files obsolete.
369 * i386aix-nat.c: Make file obsolete.
370 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
371 (i386aix-nat.o): Make target obsolete.
372
e0ca2bb9
MK
373 * config/i386/nm-gnu.h: Removed.
374 * config/i386/nm-i386gnu.h: New file.
375 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
376 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
377 Moved here from ...
378 * config/i386/tm-i386gnu.h: ... here. Removed.
379 * config/i386/xm-i386gnu.h: Removed.
380 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
381 (NAT_FILE): Set to nm-i386gnu.h.
382 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
383 * i386-tdep.c: New file.
384 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
385 (i386gnu-tdep.o): Specify dependencies.
386
16057ec7 3872002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 388
6b99ee2e
MK
389 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
390 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
391 Adjust a few comments to reflect reality a bit closer.
392 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
393 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
394 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
395 target_insert_watchpoint, target_remove_watchpoint):
396 Move defines to ...
397 * config/i386/nm-i386sco5.h: ... here.
398 (kernel_u_size): Add prototype. Improve a few comments and add
399 protection against multiple inclusion.
400
d9a6f65c
MK
401 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
402 out define.
403
047eff6a
MK
404 * uw-thread.c (SP_ARG0): Define if not already defined.
405 * config/i386/tm-i386.h (SO_ARG0): Remove define.
406
dcdb1290
MK
407 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
408
5d2d0b2a
MK
409 * config/i386/tm-i386.h: Don't include "regcache.h".
410
61113f8b
MK
411 * i387-tdep.h (i387_print_float_info): New prototype.
412 * i387-tdep.c (print_i387_value, print_i387_ext,
413 print_i387_status_word, print_i387_control_word): Add `struct
414 ui_file *' argument and use it for output.
415 (i387_print_float_info): Renamed from i387_float_info. Add
416 `struct gdbarch *' and `struct ui_file *' arguments and use the
417 latter for output.
418 * i386-tdep.c: Include "i387-tdep.h".
419 (i386_gdbarch_init): Set print_float_info.
420 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
421 (FLOAT_INFO): Remove define.
422
46e0f506
MS
4232002-08-13 Michael Snyder <msnyder@redhat.com>
424
425 * mips-tdep.c (mips_push_arguments): Rename to
426 mips_eabi_push_arguments, and tune for EABI.
427 (MIPS_REGS_HAVE_HOME_P): Delete.
428 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
429 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
430 Delete references to mips_regs_have_home_p.
431
409268de
KS
4322002-08-14 Keith Seitz <keiths@redhat.com>
433
434 * Makefile.in (install-gdbtk): Create insight plugin directory.
435 Install plugins.tcl file.
436
ffc6a242
KS
4372002-08-14 Keith Seitz <keiths@redhat.com>
438
439 * configure.in: Move SUBDIRS to near top of the file so that
440 --enable options may add things to it.
441 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
442 * configure: Regenerate.
443
ebafbe83
MS
4442002-08-13 Michael Snyder <msnyder@redhat.com>
445
446 * mips-tdep.c (mips_o32o64_push_arguments): New function,
447 cloned from mips_push_arguments, tuned for o32/o64 ABI.
448 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
449
32f6f25d
AC
4502002-08-13 Andrew Cagney <ac131313@redhat.com>
451
452 * vax-tdep.c (vax_get_saved_register): Delete function.
453 (vax_gdbarch_init): Update.
454 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
455 (ns32k_gdbarch_init): Update.
456 * alpha-tdep.c (alpha_get_saved_register): Delete function.
457 (alpha_gdbarch_init): Update.
458
53826de9
AC
4592002-08-13 Andrew Cagney <cagney@redhat.com>
460
461 * regcache.c (init_regcache_descr): Overallocate the
462 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
463 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
464 nr_raw_registers.
465 (set_register_cached): Add range checking assertions. Use
466 current_regcache.
467
16057ec7 4682002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
469
470 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
471 numbers for MMX registers.
472
7b4c2dce
AC
4732002-08-13 Andrew Cagney <cagney@redhat.com>
474
475 * i386-tdep.c (i386_gdbarch_init): Use
476 generic_unwind_get_saved_register.
477
1e03ad20
KB
4782002-08-13 Kevin Buettner <kevinb@redhat.com>
479
480 * procfs.c (procfs_can_use_hw_breakpoint): New function.
481 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
482 target vector.
483 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
484 Delete. Add comment regarding this now-deleted target method.
485
548bcbec
SC
4862002-08-13 Stephane Carrez <stcarrez@nerim.fr>
487
488 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
489 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
490 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
491 real PC and the page number (if it's within the memory bank window).
492 (m68hc11_pseudo_register_write): Likewise when saving.
493 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
494 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
495 (m68hc11_register_raw_size): And use 32-bit for it.
496 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
497 16K memory bank is used by the prog; also use the virtual pc.
498
7df11f59
SC
4992002-08-13 Stephane Carrez <stcarrez@nerim.fr>
500
501 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
502 (m68hc11_gdbarch_init): Install it in gdbarch.
503 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
504 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
505 (MSYMBOL_SIZE): New for documentation.
506 (insn_return_kind): Enum to specify how a function returns.
507 (frame_extra_info): Cleanup and record the return mode.
508 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
509 register in address computation.
510 (m68hc11_get_return_insn): New to obtain the return instruction used
511 by the function.
512 (m68hc11_frame_init_saved_regs): Take into account the return
513 instruction used by the function for far and interrupt functions.
514 (m68hc11_init_extra_frame_info): Take into account page register.
515 (m68hc11_frame_args_address): Adjust according to the return mode.
516 (show_regs): Print page register only when it's used.
517
5706502a
SC
5182002-08-13 Stephane Carrez <stcarrez@nerim.fr>
519
520 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
521 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
522 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
523 registers.
524 (m68hc11_register_raw_size): Likewise.
525
28fc6740
AC
5262002-08-13 Andrew Cagney <cagney@redhat.com>
527
528 * i386-tdep.c (i386_register_name): Handle mmx registers.
529 (mmx_regnum_p): New function.
530 (i386_mmx_names): New array.
531 (mmx_num_regs): New variable.
532 (i386_pseudo_register_read): New function.
533 (i386_pseudo_register_write): New function.
534 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
535
536 * regcache.c (regcache_raw_read_unsigned): New function.
537 (regcache_raw_read_signed): New function.
538 * regcache.h (regcache_raw_read_unsigned): Declare.
539 (regcache_raw_read_signed): Declare.
540
a378f419
AC
5412002-08-13 Andrew Cagney <cagney@redhat.com>
542
543 * regcache.c (regcache_raw_read_as_address): Delete function.
544 (regcache_cooked_read_signed): New function.
545 (regcache_cooked_read_unsigned): New function.
546 * regcache.h (regcache_cooked_read_signed): Declare.
547 (regcache_cooked_read_unsigned): Declare.
548 (regcache_raw_read_as_address): Delete declaration.
549
550 * blockframe.c (generic_read_register_dummy): Use
551 regcache_cooked_read_unsigned.
552 * i386-tdep.c (i386_extract_struct_value_address): Use
553 regcache_cooked_read_unsigned.
554
81967506
SC
5552002-08-13 Stephane Carrez <stcarrez@nerim.fr>
556
557 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
558 double sizes according to ELF ABI flags.
559 (gdbarch_tdep): Record elf_flags.
560
ffe1f3ee
SC
5612002-08-13 Stephane Carrez <stcarrez@nerim.fr>
562
563 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
564 (m6812_prolog): They can appear in 68HC12 function prologue.
565 (m68hc11_frame_chain): Cleanup.
566
98216c5d
AC
5672002-08-12 Andrew Cagney <cagney@redhat.com>
568
569 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
570 declarations.
571 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
572 (i386_linux_register_raw_size): Delete function.
573 (i386_linux_init_abi): Update.
574 * i386-tdep.c (i386_register_raw_size): Delete function.
575 (i386_register_byte): Delete function.
576 (i386_gdbarch_init): Update.
577 (i386_register_size): Delete array.
578 (i386_register_offset): Delete array.
579
580 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
581 (REGISTER_RAW_SIZE): Delete macro.
582 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
583 (REGISTER_BYTE): Delete macro.
584
3b19021e
AS
5852002-08-11 Aidan Skinner <aidan@velvet.net>
586
587 * ada-lang.c (ada_lookup_partial_symbol)
588 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
589 prototype names so that grep ^func works properly.
590
591 * ada-lang.c (ada_array_element_type)
592 (ada_lookup_partial_symbol): Fix typos in parameter list.
593
594 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
595 Fix prototype names so that grep ^func works properly.
596
b063e7a2
AC
5972002-08-10 Andrew Cagney <cagney@redhat.com>
598 Elena Zannoni <ezannoni@redhat.com>
599 Martin M. Hunt <hunt@redhat.com>
600
601 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
602 (build_builtin_type_vec128i): Set the vector bit.
603 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
604 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
605 (build_builtin_type_vec64): New function.
606 (build_builtin_type_vec64i): New function.
607 (build_gdbtypes): Initialize builtin_type_vec64 and
608 builtin_type_vec64i.
609
a7e3c2ad
AC
6102002-08-09 Andrew Cagney <cagney@redhat.com>
611
612 * regcache.c (regcache_dump): Compare the register offset
613 with REGISTER_BYTE.
614 * arch-utils.c (generic_register_byte): New function.
615 * arch-utils.h (generic_register_byte): Declare.
616 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
617 * gdbarch.h, gdbarch.c: Regenerate.
618
af030b9a
AC
6192002-08-09 Andrew Cagney <cagney@redhat.com>
620
621 * regcache.c: Include "gdbcmd.h"
622 (_initialize_regcache): Add commands "maintenance print
623 registers", "maintenance print raw-registers" and "maintenance
624 print cooked-registers".
625 (enum regcache_dump_what): Define.
626 (dump_endian_bytes): New function.
627 (regcache_dump): New function.
628 (regcache_print): New function.
629 (maintenance_print_registers): New function.
630 (maintenance_print_raw_registers): New function.
631 (maintenance_print_cooked_registers): New function.
632 * Makefile.in (regcache.o): Update dependencies.
633
cb3d25d1
MS
6342002-08-09 Michael Snyder <msnyder@redhat.com>
635
636 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
637 (mips_push_arguments): Correct some comments. Use paddr_nz
638 for printing addresses in debug output. Replace static
639 allocation using MAX_REGISTER_RAW_SIZE with alloca.
640 (mips_n32n64_push_arguments): New function, cloned from
641 mips_push_arguments and tuned for the n32/n64 ABI.
642 (mips_push_register): Buffer needs dynamic allocation.
643 (mips_print_register): Ditto.
644 (do_gp_register_row): Ditto.
645 (mips_store_return_value): Ditto.
646 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
647
2163ab9d
DH
6482002-08-09 Don Howard <dhoward@redhat.com>
649
650 * memattr.c (mem_info_command): Print special case of upper bound
651 as max CORE_ADDR + 1.
652
b78bcb18
MS
6532002-08-08 Michael Snyder <msnyder@redhat.com>
654
655 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
656 returns structs by ref if they're too big to fit in two registers.
657
ffabd70d
KB
6582002-08-09 Kevin Buettner <kevinb@redhat.com>
659
660 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
661 saved regs value.
662 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
663 mips_find_saved_regs().
664 (mips_pop_frame): Likewise.
665
fbcdb4a3
KB
6662002-08-09 Kevin Buettner <kevinb@redhat.com>
667
668 * blockframe.c (frame_saved_regs_register_unwind): Revise
669 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
670 frames are in use.
671
3c3bea1c
GS
6722002-08-09 Grace Sainsbury <graces@redhat.com>
673
674 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
675 T-packets; the 'a' is not taken as a register number.
676 (remote_check_watch_resources, remote_stopped_by_watchpoint)
677 (remote_stopped_data_address): New functions; add to target
678 vector.
679 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
680 prototypes to match other implementations of this
681 function. replace integer argument with pointer -- the length
682 field in the Z-packet is the length of what is pointed to or 1 if
683 pointer is null. Add to target vector.
684 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
685 target vector.
686
687 From Mark Salter:
688 * remote.c (remote_wait): Add support to extract optional
689 watchpoint information from T-packet. Ignore unrecognized
690 optional info in T-packet.
691 (remote_async_wait): Ditto.
692
5d1d95de
CV
6932002-08-09 Corinna Vinschen <vinschen@redhat.com>
694
695 * cli/cli-dump.c: Change fopen modes to use binary open modes
696 as defined in include/fopen-bin.h throughout.
697
c86b5b38
MS
6982002-08-08 Michael Snyder <msnyder@redhat.com>
699
700 * mips-tdep.c: Minor whitespace and indentation clean-ups.
701
b30590dc
KB
7022002-08-08 Kevin Buettner <kevinb@redhat.com>
703
704 * doublest.c (store_floating): Avoid floatformat_from_doublest()
705 assertion failure by returning early after a warning.
706
498868ed
KB
7072002-08-08 Kevin Buettner <kevinb@redhat.com>
708
709 * mips-tdep.c (mips_find_saved_regs): Make static.
710 (mips_frame_init_saved_regs): New function.
711 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
712 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
713 (mips_find_saved_regs): Delete declaration.
714
b2dd6311
GS
7152002-08-08 Grace Sainsbury <graces@redhat.com>
716
3c3bea1c
GS
717 * remote.c (remote_wait, remote_async_wait): Change
718 thread_num from int to ULONGEST.
719 (unpack_varlen_hex): Change result parameter from
720 int * to ULONGEST *.
b2dd6311 721
ea47855f
AC
7222002-08-08 Andrew Cagney <ac131313@redhat.com>
723
724 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
725 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
726 powerpc*-*-*.
727 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
728
69db8bae
AC
7292002-08-08 Andrew Cagney <cagney@redhat.com>
730
731 * gcore.c (override_derive_stack_segment): Delete variable.
732 (preempt_derive_stack_segment): Delete function.
733 (derive_stack_segment): Delete function.
734 (default_derive_stack_segment): Renamed to derive_stack_segment.
735 (override_derive_heap_segment): Delete variable.
736 (preempt_derive_heap_segment): Delete function.
737 (derive_heap_segment): Delete function.
738 (default_derive_heap_segment): Rename to derive_heap_segment.
739
cb811fe7
MS
7402002-08-06 Michael Snyder <msnyder@redhat.com>
741
742 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
743 * mips-tdep.c (mips_EABI_use_struct_convention,
744 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
745 New functions. (mips_use_struct_convention): Delete.
746 (mips_gdbarch_init): set use_gdbarch_convention.
747
8b389c40
MS
7482002-08-06 Michael Snyder <msnyder@redhat.com>
749
750 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
751 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
752 mips_o32_reg_struct_has_addr): New functions.
753 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
754
5c27f28a
AC
7552002-08-07 Andrew Cagney <ac131313@redhat.com>
756
757 * regcache.c (pseudo_register): Delete function.
758 (fetch_register): Delete function.
759 (store_register): Delete function.
760 (regcache_raw_read, legacy_read_register_gen): Use
761 target_fetch_registers instead of fetch_register.
762 (legacy_write_register_gen, regcache_raw_write): Use
763 target_store_register instead of store_register.
764 (write_register_bytes): Ditto.
765
766 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
767 (STORE_PSEUDO_REGISTER): Delete.
768 * gdbarch.h, gdbarch.c: Regenerate.
769
5b331675
CV
7702002-08-06 Corinna Vinschen <vinschen@redhat.com>
771
772 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
773 write dump file binary.
774
6acdf5c7
MS
7752002-08-05 Michael Snyder <msnyder@redhat.com>
776
777 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
778 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
779 (mips_gdbarch_init): Set N32 target to be mips64.
780
b2f01c35
KB
7812002-08-06 Kevin Buettner <kevinb@redhat.com>
782
783 * frame.c (find_saved_register): Break out of loop once saved
784 register address is found. Don't mention sparc in loop comment
785 anymore.
786
63db5580
KB
7872002-08-06 Kevin Buettner <kevinb@redhat.com>
788
789 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
790 mips_default_saved_regsize to 8.
791
5e34e75e
AC
7922002-08-06 Andrew Cagney <ac131313@redhat.com>
793
794 * gcore.c: Do not include <sys/procfs.h>.
795 * Makefile.in (gcore.o): Update dependencies.
796
eb4c54a2
AC
7972002-08-06 Andrew Cagney <cagney@redhat.com>
798
799 * configure.tgt: Make arc-*-* obsolete.
800 * NEWS: Mention that arc-*-* has been identifed as obsolete.
801 * MAINTAINERS: Make arc-elf obsolete.
802 * arc-tdep.c: Make file obsolete.
803 * config/arc/arc.mt: Ditto.
804 * config/arc/tm-arc.h: Ditto.
805
ced15480
TR
8062002-08-05 Theodore A. Roth <troth@verinet.com>
807
c1bab85b 808 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 809
b4743822
AC
8102002-08-05 Andrew Cagney <ac131313@redhat.com>
811
812 * mcore-tdep.c (mcore_gdbarch_init): Use
813 generic_unwind_get_saved_register instead of
814 generic_get_saved_register.
815 * v850-tdep.c (v850_gdbarch_init): Ditto.
816 * frv-tdep.c (frv_gdbarch_init): Ditto.
817 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
818 * s390-tdep.c (s390_gdbarch_init): Ditto.
819 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
820 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
821 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
822
3956d554
JB
8232002-08-05 Joel Brobecker <brobecker@gnat.com>
824
825 * objfiles.h: Add missing #include "symfile.h"
826
827 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
828
8249c0d6
AC
8292002-08-04 Andrew Cagney <ac131313@redhat.com>
830
831 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
832 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
833 of FIELD_BITSIZE.
834
b9d14705
DJ
8352002-08-04 Daniel Jacobowitz <drow@mvista.com>
836
837 * NEWS: Cleanup and nitpick.
838
dd73b9bb
AC
8392002-08-03 Andrew Cagney <ac131313@redhat.com>
840
841 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
842
043a27f8
AC
8432002-08-03 Andrew Cagney <ac131313@redhat.com>
844
845 * Makefile.in (gdbtk-bp.o): Update dependencies.
846 (gdbtk-register.o): Ditto.
847 (gdbtk-varobj.o): Ditto.
848
46ce284d
AC
8492002-08-03 Andrew Cagney <cagney@redhat.com>
850
851 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
852 m68hc11_fetch_pseudo_register.
853 (m68hc11_pseudo_register_write): Replace
854 m68hc11_store_pseudo_register.
855 (m68hc11_gdbarch_init): Update.
856
b66d6d2e
AC
857Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
858
859 * gdbarch.sh: Include "gdb_string.h".
860 * gdbarch.c: Regenerate.
861
862 * regcache.c: Include "gdb_string.h".
863 * ax-general.c: Ditto.
864 * varobj.c: Ditto.
865 * std-regs.c: Ditto.
866 * fbsd-proc.c: Ditto.
867 * thread.c: Ditto.
868
869 * Makefile.in (regcache.o): Update dependencies.
870 (thread.o, gdbarch.o): Ditto.
871 (ax-general.o, gdbarch.o): Ditto.
872 (varobj.o, std-regs.o): Ditto.
873 (fbsd-proc.o): Specify dependencies.
874
29e1842b
AC
8752002-08-02 Andrew Cagney <cagney@redhat.com>
876
877 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
878 regnum.
879 (regcache_cooked_write): Ditto.
880
68365089
AC
8812002-08-02 Andrew Cagney <ac131313@redhat.com>
882
883 * regcache.c (regcache_cooked_read): New function.
884 (regcache_cooked_write): New function.
885 (read_register_gen): Rewrite using regcache_cooked_read.
886 (write_register_gen): Rewrite using regcache_cooked_write.
887
888 * regcache.h (regcache_cooked_read, regcache_cooked_write):
889 Declare.
890
d8124050
AC
8912002-08-02 Andrew Cagney <cagney@redhat.com>
892
893 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
894 Replace the architecture methods register_read and register_write.
895 * gdbarch.h, gdbarch.c: Regenerate.
896 * regcache.c (init_regcache_descr): Update.
897 (read_register_gen): Update.
898 (write_register_gen): Update.
899 (supply_register): Update comment.
900
901 * sh-tdep.c (sh_gdbarch_init): Update.
902 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
903 `regcache' and `gdbarch' parameters. Make `buffer' a void
904 pointer. Update code.
905 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
906 `regcache' and `gdbarch' parameters. Make `buffer' a constant
907 void pointer. Update code.
908 (sh64_register_write): Delete.
909 (sh4_register_read): Delete.
910 (sh64_register_read): Delete.
911 (sh4_register_write): Delete.
912 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
913 void pointer, `to' parameter a void pointer.
914 (sh_sh64_register_convert_to_raw): Ditto.
915
a6425924
KB
9162002-08-01 Kevin Buettner <kevinb@redhat.com>
917
918 * mips-tdep.c (mips_register_virtual_type): Use architecture
919 invariant return values.
920
ff5922b5
AC
9212002-08-01 Andrew Cagney <cagney@redhat.com>
922
923 * linux-proc.c: Include "gdb_string.h".
924 * Makefile.in (linux-proc.o): Update dependency list.
925
32a6503c
KB
9262002-08-01 Kevin Buettner <kevinb@redhat.com>
927
928 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
929 comment.
930
ccaa32c7
GS
9312002-08-01 Grace Sainsbury <graces@redhat.com>
932
933 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
934 to_insert_watchpoint, to_remove_watchpoint,
935 to_stopped_by_watchpoint, to_stopped_data_address,
936 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
937 target vecctor. Define their corresponding macros so they call
938 them.
939
940 * target.c: Add default and debug versions of for
941 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
942 to_insert_watchpoint, to_remove_watchpoint,
943 to_stopped_by_watchpoint, to_stopped_data_address,
944 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
945
78fde5f8
KB
9462002-08-01 Kevin Buettner <kevinb@redhat.com>
947
948 * mips-tdep.c (mips_register_virtual_type): New function.
949 (mips_gdbarch_init): Register mips_register_virtual_type()
950 with gdbarch machinery.
951 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
952 this file instead of tm-bigmips.h.
953 (MIPS_REGSIZE): Delete this macro.
954 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
955 multiarch version in mips-tdep.c will be found.
956
db034ac5
AC
9572002-08-01 Andrew Cagney <cagney@redhat.com>
958
959 * NEWS: Menion that CHILL has been made obsolete.
960
961 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
962 * gdbserver/Makefile.in: Ditto.
963 * stabsread.c (read_range_type): Ditto.
964 * gdbtypes.h: Ditto.
965 * language.c (binop_type_check): Ditto.
966 (binop_result_type): Ditto.
967 (integral_type): Ditto.
968 (character_type): Ditto.
969 (string_type): Ditto.
970 (boolean_type): Ditto.
971 (structured_type): Ditto.
972 (lang_bool_type): Ditto.
973 (binop_type_check): Ditto.
974 * language.h (_LANG_chill): Ditto.
975 * dwarfread.c (set_cu_language): Ditto.
976 * dwarfread.c (CHILL_PRODUCER): Ditto.
977 * dwarfread.c (handle_producer): Ditto.
978 * expression.h (enum exp_opcode): Ditto.
979 * eval.c: Ditto for comments.
980 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
981 * expprint.c (print_subexp): Ditto.
982 (print_subexp): Ditto.
983 * valops.c (value_cast): Ditto.
984 (search_struct_field): Ditto.
985 * value.h (COERCE_VARYING_ARRAY): Ditto.
986 * symfile.c (init_filename_language_table): Ditto.
987 (add_psymbol_with_dem_name_to_list): Ditto.
988 * valarith.c (value_binop): Ditto.
989 (value_neg): Ditto.
990 * valops.c (value_slice): Ditto.
991 * symtab.h (union language_specific): Ditto.
992 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
993 (SYMBOL_DEMANGLED_NAME): Ditto.
994 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
995 * defs.h (enum language): Ditto.
996 * symtab.c (got_symtab): Ditto.
997 * utils.c (fprintf_symbol_filtered): Ditto.
998
999 * ch-typeprint.c: Make file obsolete.
1000 * ch-valprint.c: Make file obsolete.
1001 * ch-lang.h: Make file obsolete.
1002 * ch-exp.c: Make file obsolete.
1003 * ch-lang.c: Make file obsolete.
1004
1005 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1006 CHILL_LIB.
1007 (TARGET_FLAGS_TO_PASS): Ditto.
1008 (CHILLFLAGS): Obsolete.
1009 (CHILL): Obsolete.
1010 (CHILL_FOR_TARGET): Obsolete.
1011 (CHILL_LIB): Obsolete.
1012 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1013 ch-valprint.c.
1014 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1015 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1016 ch-lang.o.
1017 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1018 targets.
1019
8aaf0b47
JB
10202002-07-31 Joel Brobecker <brobecker@gnat.com>
1021
1022 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1023 This does not change anything at the moment, but will be helpful
1024 later when full Ada support is integrated.
1025
f3a7b3a5
KB
10262002-07-31 Kevin Buettner <kevinb@redhat.com>
1027
1028 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1029 help message.
1030
fb850278
KB
10312002-07-31 Kevin Buettner <kevinb@redhat.com>
1032
1033 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1034 and save it in a local variable. Use variable in later test.
1035
e3bddbfa
KB
10362002-07-31 Kevin Buettner <kevinb@redhat.com>
1037
1038 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1039 test. (Thanks to Daniel Jacobowitz.)
1040
28d169de
KB
10412002-07-31 Kevin Buettner <kevinb@redhat.com>
1042
1043 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1044 (mips_abi_strings): Add "n64".
1045 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1046
7fe7e44e
KB
10472002-07-31 Kevin Buettner <kevinb@redhat.com>
1048
1049 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1050 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1051
c6caf090
KB
10522002-07-31 Kevin Buettner <kevinb@redhat.com>
1053
1054 * utils.c (host_pointer_to_address, address_to_host_pointer):
1055 Use gdb_assert() instead of explicit call to internal_error().
1056
c41669e0
KB
10572002-07-30 Kevin Buettner <kevinb@redhat.com>
1058
1059 * Makefile.in (rs6000-nat.o): Update dependencies.
1060
1061 From Nicholas Duffek:
1062 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1063 (aix-thread.o): New rule.
1064 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1065 * config/powerpc/aix432.mh: New file.
1066
2fda4977
DJ
10672002-07-30 Daniel Jacobowitz <drow@mvista.com>
1068
1069 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1070 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1071 (fetch_core_registers, ppc_linux_supply_gregset)
1072 (ppc_linux_supply_fpregset): New functions.
1073 (ppc_linux_regset_core_fns): New.
1074 (_initialize_ppc_linux_tdep): Call add_core_fns.
1075 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1076 and ppc_linux_supply_gregset.
1077 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1078 (supply_fpregset): Call ppc_linux_supply_fpregset.
1079 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1080 corelow.o.
1081 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1082
729051e6
DJ
10832002-07-30 Daniel Jacobowitz <drow@mvista.com>
1084
1085 * symtab.c (lookup_symbol): Demangle before lowercasing.
1086
5f8a3188
AC
10872002-07-30 Andrew Cagney <ac131313@redhat.com>
1088
1089 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1090 declaration.
1091 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1092 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1093 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1094 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1095 "gdb_string.h".
1096 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1097 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1098 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1099 (avr-tdep.o, mon960-rom.o): Ditto.
1100 (aout_stabs_gnu_h): Define.
1101 (symtab_h): Remove $(gdb_obstack_h).
1102
67f07146
JB
11032002-07-30 Jim Blandy <jimb@redhat.com>
1104
1105 Patch from David Carlton <carlton@math.stanford.edu>:
1106 * gdbinit.in: Move the `dir' commands that add GDB's own source
1107 directory to the search path to the end, so that the `gdb' source
1108 directory will be searched first.
1109
04ea0df1
AC
11102002-07-29 Andrew Cagney <ac131313@redhat.com>
1111
1112 * gdb_obstack.h: New file.
1113 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1114 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1115 * objfiles.h: Include "gdb_obstack.h".
1116 * Makefile.in (gdb_obstack_h): Define.
1117 (symtab_h): Add $(gdb_obstack_h).
1118 (objfiles_h): Add $(gdb_obstack_h).
1119
1120 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1121 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1122 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1123 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1124 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1125 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1126 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1127 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1128
1129 * Makefile.in (bcache.o): Update dependencies.
1130 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1131 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1132 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1133 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1134 (stabsread.o, symfile.o, symmisc.o): Ditto.
1135 (symtab.o, typeprint.o, macroexp.o): Ditto.
1136 (macrotab.o, mdebugread.o): Ditto.
1137 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1138 (coff_ecoff_h, aout_aout64_h): Define.
1139 (aout_stabs_gnu_h, libaout_h): Define.
1140
d138e37a
AC
11412002-07-29 Andrew Cagney <cagney@redhat.com>
1142
1143 * regcache.c (struct regcache_descr): Rename nr_registers to
1144 nr_cooked_registers. Revise comments describing the structure
1145 member fields.
1146 (init_regcache_descr): Update.
1147 (init_legacy_regcache_descr): Update.
1148 (read_register_gen, write_register_gen): When a cooked register in
1149 the raw register range, directly access the value from the raw
1150 register cache.
1151
460e6ec3
AC
11522002-07-29 Andrew Cagney <ac131313@redhat.com>
1153
1154 * z8k-tdep.c: Do not include "obstack.h".
1155 * h8300-tdep.c, h8500-tdep.c: Ditto.
1156 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1157 * valprint.c, v850-tdep.c: Ditto.
1158 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1159 * mn10200-tdep.c: Ditto.
1160
1161 * Makefile.in (z8k-tdep.o): Update dependencies.
1162 (m68hc11-tdep.o, valprint.o): Ditto.
1163 (v850-tdep.o, d10v-tdep.o): Ditto.
1164 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1165 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1166 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1167 (sh_opc_h, gdb_sim_sh_h): Define.
1168 (elf_sh_h, elf_bfd_h): Define.
1169 (opcode_m68hc11_h): Define.
1170 (OPCODES_SRC, OPCODES_DIR): define.
1171 (OPCODES): Use $(OPCODES_DIR).
1172 (gdb_sim_d10v_h): Rename sim_d10v_h.
1173 (gdb_sim_arm_h): Rename sim_arm_h.
1174
790c9cf0
KB
11752002-07-26 Kevin Buettner <kevinb@redhat.com>
1176
1177 * utils.c (host_pointer_to_address, address_to_host_pointer):
1178 Change internal_error() message to indicate function responsible
1179 for the error.
1180
9647fa49
KB
11812002-07-26 Kevin Buettner <kevinb@redhat.com>
1182
1183 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1184 calls to local_hex_string_custom().
1185
dabbe2c0
KB
11862002-07-26 Kevin Buettner <kevinb@redhat.com>
1187
1188 * irix5-nat.c: Move IRIX shared library support from here...
1189 * solib-irix.c: ...to here. Revised substantially to work with
1190 generic solib framework.
1191
b96d0a4e
KB
1192 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1193 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1194 * mips-irix-tdep.c: New file.
1195
313fb2f6
KB
1196 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1197 (mips-irix-tdep.o, solib-irix.o): New rules.
1198 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1199 solib-irix.o.
1200 * config/mips/irix6.mt (TDEPFILES): Likewise.
1201 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1202
ab2eaf26
KB
12032002-07-26 Kevin Buettner <kevinb@redhat.com>
1204
177e4768 1205 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
1206 disabled (via ``#if 0'') includes.
1207
7244546a
KB
12082002-07-26 Kevin Buettner <kevinb@redhat.com>
1209
1210 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1211 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1212 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1213 Add support for the fpscr register.
1214 * rs6000-nat.c (regmap, fetch_inferior_registers)
1215 (store_inferior_registers, fetch_core_registers): Likewise.
1216
dd7be90a
KB
12172002-07-26 Kevin Buettner <kevinb@redhat.com>
1218
1219 * rs6000-nat.c (language.h): Include.
1220 (special_regs): Delete this array.
1221 (regmap): New function.
1222 (fetch_register, store_register): Use regmap() to map gdb
1223 register numbers to ptrace register numbers. Also, use
1224 outputs from regmap() to make decisions regarding type of
1225 ptrace() call to make. In particular, don't compare against
1226 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1227 (fetch_inferior_registers, store_inferior_registers): Where
1228 possible, obtain register numbers from tdep struct. Don't
1229 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1230 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1231 (LAST_UISA_SP_REGNUM): Delete.
1232
11bf77db
KB
12332002-07-25 Kevin Buettner <kevinb@redhat.com>
1234
1235 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
1236 (fetch_registers, store_register, fetch_core_registers): Don't
1237 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
1238 regcache_collect() as appropriate.
1239 (find_toc_address): Format hex address with local_hex_string().
1240
06afebeb
AC
12412002-07-25 Andrew Cagney <ac131313@redhat.com>
1242
1243 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1244 bfd/elf32-frv.c.
1245
8c554d79
TT
12462002-07-24 Tom Tromey <tromey@redhat.com>
1247
1248 * jv-exp.y: Marked all strings with _().
1249 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1250 internal_error.
1251 (MethodInvocation, CastExpression, parse_number, yyerror,
1252 java_type_from_name, push_expression_name, yylex): Typo fixes.
1253
e4c242d9
DJ
12542002-07-24 Daniel Jacobowitz <drow@mvista.com>
1255
1256 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1257 (tee_file_flush, tee_file_write, tee_file_fputs)
1258 (tee_file_isatty): New.
1259 * ui-file.h (tee_file_new): Add prototype.
1260
ebf56fd3
AS
12612002-07-24 Aidan Skinner <aidan@velvet.net>
1262
1263 * ada-lang.c: Change k&r style function definitions to prototyped
1264 form.
1265 * ada-typeprint.c: Change k&r style function definitions to prototyped
1266 form.
1267 * ada-valprint.c: Change k&r style function definitions to prototyped
1268 form.
1269
7fb623f7
AC
12702002-07-24 Andrew Cagney <cagney@redhat.com>
1271
1272 * README: Remove reference to remote-bug.
1273 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1274 remote-bug.c.
1275 (m88k-nat.o): Delete rule.
1276 (m88k-tdep.o): Delete rule.
1277 (remote-bug.o): Delete rule.
1278 * MAINTAINERS: Mark as obsolete.
1279 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1280 * m88k-tdep.c: Make file obsolete.
1281 * config/m88k/m88k.mh: Ditto.
1282 * config/m88k/delta88v4.mh: Ditto.
1283 * config/m88k/delta88v4.mt: Ditto.
1284 * config/m88k/delta88.mt: Ditto.
1285 * config/m88k/delta88.mh: Ditto.
1286 * remote-bug.c: Ditto.
1287 * config/m88k/tm-delta88.h: Ditto.
1288 * config/m88k/nm-delta88v4.h: Ditto.
1289 * config/m88k/xm-delta88.h: Ditto.
1290 * config/m88k/xm-dgux.h: Ditto.
1291 * config/m88k/tm-m88k.h: Ditto.
1292 * config/m88k/nm-m88k.h: Ditto.
1293 * config/m88k/tm-delta88v4.h: Ditto.
1294 * m88k-nat.c: Ditto.
1295 * cxux-nat.c: Ditto.
1296 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1297 and m88*-*-* obsolete.
1298 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1299 m88*-*-* obsolete.
1300
37611a2b
AC
13012002-07-24 Andrew Cagney <cagney@redhat.com>
1302
1303 * findvar.c (extract_unsigned_integer): Make `addr' parameter
1304 constant. Same for local pointer variables.
1305 (extract_signed_integer): Ditto.
1306 * defs.h (extract_unsigned_integer): Update.
1307 (extract_signed_integer): Update.
1308
18ff0538
KB
13092002-07-24 Kevin Buettner <kevinb@redhat.com>
1310
1311 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
1312 * gdbserver/configure: Regenerate.
1313 * gdbserver/config.in: Regenerate.
1314
1aaa5f99
AC
13152002-07-24 Andrew Cagney <cagney@redhat.com>
1316
1317 * regcache.c (regcache_raw_write): Change buf parameter to a
1318 constant void pointer.
1319 (regcache_raw_read): Change buf parameter to a void pointer.
1320 (legacy_write_register_gen): Change myaddr parameter a constant
1321 void pointer.
1322 (supply_register): Change val parameter to a const void pointer.
1323 * regcache.h (regcache_raw_write): Update declaration.
1324 (regcache_raw_read): Update declaration.
1325 (supply_register): Update declaration.
1326
b4f5539f
TT
13272002-07-24 Tom Tromey <tromey@redhat.com>
1328
1329 * defs.h (gdb_readline_wrapper): Declare.
1330 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1331 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1332 * top.c (gdb_readline_wrapper): New function.
1333 (command_line_input): Use it.
1334
0818c12a
AC
13352002-07-24 Andrew Cagney <cagney@redhat.com>
1336
1337 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1338 regcache_read and regcache_write.
1339 (regcache_raw_read_as_address): Replace regcache_read_as_address.
1340 * regcache.c: Update.
1341 * sh-tdep.c (sh64_push_arguments): Update comment.
1342 (sh_pseudo_register_read): Update.
1343 (sh_pseudo_register_write): Update.
1344 (sh4_register_read): Update.
1345 (sh4_register_write): Update.
1346 (sh64_pseudo_register_read): Update.
1347 (sh64_pseudo_register_write): Update.
1348 (sh64_register_read): Update.
1349 (sh64_register_write): Update.
1350 * i386-tdep.c (i386_extract_return_value): Update.
1351 (i386_extract_struct_value_address): Update.
1352 (i386_extract_return_value): Update.
1353 * blockframe.c (generic_read_register_dummy): Update.
1354 (generic_call_dummy_register_unwind): Update
1355 * infrun.c (write_inferior_status_register): Update.
1356
f7321c06
JB
13572002-07-23 Jim Blandy <jimb@redhat.com>
1358
1359 * parser-defs.h (expression_context_pc): Make this extern.
1360 (Thanks to Michael Snyder.)
1361
2037aebb
AC
13622002-07-23 Andrew Cagney <ac131313@redhat.com>
1363
1364 GDB 5.2.1 released from 5.2 branch.
1365 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1366 * README: Update to mention 5.2.1.
1367
66504d44
MS
13682002-07-23 Mark Salter <msalter@redhat.com>
1369
1370 * remote.c (remote_read_bytes): Fix check for error.
1371
27bae383
KB
13722002-07-22 Kevin Buettner <kevinb@redhat.com>
1373
1374 * aix-thread.c (language.h): Include.
1375 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1376 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1377 Print newlines at end of debug messages.
1378 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1379 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1380
13812002-07-22 Kevin Buettner <kevinb@redhat.com>
1382
1383 * aix-thread.c (ppc-tdep.h): Include.
1384 (special_register_p): New function.
1385 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1386 (store_regs_user_thread): Use register number information from
1387 gdbarch_tdep struct instead of hardcoded offsets relative to
1388 FIRST_UISA_SP_REGNUM.
1389 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1390 special_register_p() instead of using FPLAST_REGNUM and
1391 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1392 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1393 will be MQ's register number.
1394
13952002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
1396
1397 * aix-thread.c (ops): Rename to aix_thread_ops.
1398 (base_ops): Rename to base_target.
1399 (ops_attach): Rename to aix_thread_attach.
1400 (ops_detach): Rename to aix_thread_detach.
1401 (ops_resume): Rename to aix_thread_detach.
1402 (ops_wait): Rename to aix_thread_wait.
1403 (ops_kill): Rename to aix_thread_kill.
1404 (init_ops): Rename to init_aix_thread_ops.
1405 (ops_fetch_register): Rename to aix_thread_fetch_register.
1406 (ops_store_register): Rename to aix_thread_store_register.
1407 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1408 (ops_thread_alive): Rename to aix_thread_thread_alive.
1409 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1410 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1411 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1412 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1413 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1414 (store_regs_lib): Rename to store_regs_user_thread.
1415 (store_regs_kern): Rename to store_regs_kernel_thread.
1416
27bae383 14172002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
1418
1419 * aix-thread.c (ops_prepare_to_store): Eliminate.
1420 (init_ops): Don't initialize ops.prepare_to_store.
1421 (store_regs_kern): Pre-fetch register buffers from child,
1422 because some registers may not be in the cache. Copy
1423 regs from register cache only if they are cached.
1424 (store_regs_lib): Copy regs from register cache only
1425 if they are cached.
1426 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1427 fill_gprs64): Ditto.
1428
61c5da0b
KB
14292002-07-22 Kevin Buettner <kevinb@redhat.com>
1430
1431 * aix-thread.c (gdb_assert.h): Include.
1432 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1433 register sizes (from register cache) match size of buffer holding
1434 register data.
1435 (fill_sprs32): Change parameter types to match those in the ptrace()
1436 buffer.
1437 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1438 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1439
14402002-07-22 Michael Snyder <msnyder@redhat.com>
1441
1442 * aix-thread.c (supply_sprs64): Cosmetic change.
1443 (supply_sprs32): Cosmetic change.
1444 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1445 (fill_sprs64): Use regcache_collect instead of read_register.
1446 (store_regs_lib): Use regcache_collect instead of
1447 read_register. Use fill_sprs32 instead of fill_sprs64,
1448 if debugging a 32-bit architecture.
1449 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1450 out of the register cache, instead of passing a pointer into
1451 the register cache directly to ptrace. Use regcache_collect
1452 insteaad of read_register.
1453 (ops_prepare_to_store): Use target_read_registers instead
1454 of read_register_bytes.
1455
36479eb1
AS
14562002-07-20 Aidan Skinner <aidan@velvet.net>
1457
1458 * MAINTAINERS: Add self under write after approval.
1459
80ae6ee2
AS
14602002-07-20 Aidan Skinner <aidan@velvet.net>
1461
1462 * ada-tasks.c: Change k&r style function definitions to prototyped
1463 form.
1464
8a8ab2b9
AC
14652002-07-19 Andrew Cagney <ac131313@redhat.com>
1466
1467 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1468 * x86-64-tdep.c: Include "objfiles.h".
1469 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1470 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1471
fb16b900
ML
14722002-07-17 Michal Ludvig <michal@suse.cz>
1473
1474 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1475 (update_context): Initialise cfa variable.
1476
0fe7bf7b
MS
14772002-07-17 Michael Snyder <msnyder@redhat.com>
1478
1479 * aix-thread.c: Shorten some long lines.
1480 Bring comments into line with code spec.
1481
488f131b
JB
14822002-07-18 Joel Brobecker <brobecker@gnat.com>
1483
1484 * infrun.c: Re-indent using gdb_indent.sh.
1485
46c415d2
JB
14862002-07-18 Joel Brobecker <brobecker@gnat.com>
1487
1488 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1489 Leave the indentation temporarily untouched, to minimize the diffs.
1490
cdecafbe
EZ
14912002-07-18 Elena Zannoni <ezannoni@redhat.com>
1492
1493 * stabsread.c: Make os9k sections of the code obsolete,
1494 for real this time.
1495 * stabsread.h: Make os9k sections of the code obsolete.
1496
7b6aa020
ML
14972002-07-18 Michal Ludvig <mludvig@suse.cz>
1498
09ec9b38
ML
1499 * linux-low.c (regsets_store_inferior_registers): Add free()
1500 at the end of a loop to prevent memory leak.
1501 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1502 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
1503 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1504 line a comment.
4894ac5d 1505 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 1506
233282cd
JB
15072002-07-17 Jim Blandy <jimb@redhat.com>
1508
1509 * macrocmd.c (info_macro_command): Remove newline from error
1510 message.
1511
7b6aa020 15122002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
1513
1514 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1515 (sh_gdbarch_init): Use it for sh-dsp.
1516
f7ef9339
KB
15172002-07-16 Kevin Buettner <kevinb@redhat.com>
1518
1519 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1520 64-bit DWARF2 format.
1521
8dd72958
JB
15222002-07-16 Joel Brobecker <brobecker@gnat.com>
1523
1524 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1525 <sys/proc.h> when not available.
1526
a99a9e1b
AC
15272002-07-16 Andrew Cagney <ac131313@redhat.com>
1528
1529 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1530 * stabsread.c: Make os9k sections of the code obsolete.
1531 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1532 * config/i386/i386os9k.mt: Make file obsolete.
1533 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1534 (COMMON_OBS): Remove os9kread.o
1535 (SFILES): Remove os9kread.c.
1536 (os9kread.o, remote-os9k.o): Make target obsolete.
1537 * remote-os9k.c: Make file obsolete.
1538 * os9kread.c: Make file obsolete.
1539 * Makefile.in
1540
7a3085c1
AC
15412002-07-16 Andrew Cagney <ac131313@redhat.com>
1542
1543 * NEWS: Mention that the FR30 has been made obsolete.
1544 * fr30-tdep.c: Make file obsolete.
1545 * config/fr30/tm-fr30.h: Ditto.
1546 * config/fr30/fr30.mt: Ditto.
1547 * configure.tgt: Make fr30-*-elf obsolete.
1548 * MAINTAINERS: Make fr30-elf obsolete.
1549
28a93f5a
PM
15502002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
1551
1552 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1553 found is not inside a section.
1554
be006b8b
KB
15552002-07-15 Kevin Buettner <kevinb@redhat.com>
1556
1557 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1558 strerror().
1559 (pdc_realloc): Use xrealloc() instead of realloc().
1560
14fa3751
KB
15612002-07-15 Kevin Buettner <kevinb@redhat.com>
1562
1563 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1564 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1565 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1566 macros.
1567
42cc437f
KB
15682002-07-15 Kevin Buettner <kevinb@redhat.com>
1569
1570 * aix-thread.c (ptrace_check): Eliminate goto.
1571 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1572 problem.
1573
8e2c28d4
KB
15742002-07-15 Kevin Buettner <kevinb@redhat.com>
1575
1576 * aix-thread.c (gdbcmd.h): Include.
1577 (DEBUG, DBG, DBG2, dbg): Eliminate.
1578 (debug_aix_thread): New static global.
1579 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1580 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1581 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1582 invocations to DBG and DBG2 macros to test against
1583 ``debug_aix_thread'' and call fprintf_unfiltered().
1584 (_initialize_aix_thread): Add new command "set debug aix-thread".
1585
30413464
AC
15862002-07-15 Andrew Cagney <ac131313@redhat.com>
1587
1588 From Gerhard Tonn <TON@de.ibm.com>:
1589 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1590 instead of supply_register.
1591
7c43edc1
AC
15922002-07-15 Andrew Cagney <ac131313@redhat.com>
1593
1594 * dwarf2cfi.c: Include "gdb_assert.h".
1595 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1596 non-NULL.
1597 (update_context): Do not use __func__. Add missing ``break''.
1598 (update_context): Do not use __func__.
1599
9364a0ef
EZ
16002002-07-15 Elena Zannoni <ezannoni@redhat.com>
1601
1602 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1603 and its setting. Set gdbarch instruction printing functions
1604 directly. For non-rs6000 case use new function
1605 gdb_print_insn_powerpc.
1606 (gdb_print_insn_powerpc): New function.
1607
3fbeef0b
AC
16082002-07-13 Andrew Cagney <ac131313@redhat.com>
1609
92eb23c5 1610 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
1611 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1612 * configure.tgt: Mark d30v-*-* as obsolete.
1613 * d30v-tdep.c: Mark file as obsolete.
1614 * config/d30v/d30v.mt: Ditto.
1615 * config/d30v/tm-d30v.h: Ditto.
1616
aacb1f0a
AS
16172002-07-13 Aidan Skinner <aidan@velvet.net>
1618
1619 * ada-tasks.c (add_task_entry): replace calls to
1620 malloc() with xmalloc
1621 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1622
1623 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1624 ada_finish_decode_line_1, all_sals_for_line
1625 ada_breakpoint_rewrite): replace calls to free() with xfree()
1626
c11d79f2
KB
16272002-07-12 Kevin Buettner <kevinb@redhat.com>
1628
1629 From Nicholas Duffek (with minor changes by Martin Hunt,
1630 Louis Hamilton, and Kevin Buettner):
1631 * aix-thread.c: New file.
1632
8e19ed76
PS
16332002-07-12 Petr Sorfa <petrs@caldera.com>
1634
1635 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1636 complaint for invalid attribute class or form.
1637 (read_func_scope): DW_AT_frame_base
1638 better handling of DW_AT_block*.
1639 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1640 better handling of DW_AT_block*.
1641 (read_common_block): DW_AT_location
1642 better handling of DW_AT_block*.
1643 (read_partial_die): DW_AT_location better handling
1644 of DW_AT_block*.
1645 (new_symbol): DW_AT_external better handling of
1646 DW_AT_block*. Proper initialization of variable
1647 "addr".
1648 (attr_form_is_block): New function that returns true
1649 if the attribute's form is of DW_FORM_block*.
1650
295401f7
DJ
16512002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1652
1653 * valops.c (find_method_list): Remove comment about
1654 removed STATIC_MEMFUNCP argument.
1655 (value_find_oload_method_list): Likewise.
1656
e42dc924
KB
16572002-07-12 Kevin Buettner <kevinb@redhat.com>
1658
1659 From Nicholas Duffek:
1660 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1661 target_new_objfile_hook.
1662
6904b546
KB
16632002-07-12 Kevin Buettner <kevinb@redhat.com>
1664
1665 From Nicholas Duffek:
1666 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1667 csect.
1668
53fe9346
AC
16692002-07-12 Andrew Cagney <cagney@redhat.com>
1670
1671 * MAINTAINERS: Mention --enable-sim-build-warnings.
1672 (m68hc11-elf): Disable sim build warnings.
1673 (m32r-elf): Mark as broken obsolete candidate.
1674 (x86_64-linux-gnu): Mark as buildable with -Werror.
1675 (arm-elf): Change -w to ``,'' which enables warnings but not
1676 -Werror.
1677
af5f3db6
AC
16782002-07-12 Andrew Cagney <ac131313@redhat.com>
1679
1680 * bcache.h: Update copyright.
1681 (struct bstring, struct bcache): Move definition to "bcache.c".
1682 Replaced by opaque declaration.
1683 (bcache_xfree): Replace free_bcache.
1684 (bcache_xmalloc, bcache_memory_used): Declare.
1685
1686 * bcache.c: Update copyright.
1687 (struct bstring, struct bcache): Moved to here from "bcache.h".
1688 Update comments.
1689 (bcache_xmalloc, bcache_memory_used): New functions.
1690 (bcache_xfree): Replace function free_bcache.
1691
1692 * Makefile.in (objfiles.o): Add $(bcache_h).
1693 (objfiles_h): Remove $(bcache_h).
1694 (symfile.o): Add $(bcache_h).
1695
1696 * symmisc.c: Update copyright.
1697 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1698 (print_objfile_statistics): Use bcache_memory_used.
1699
1700 * symfile.c: Include "bcache.h".
1701 (reread_symbols): Use bcache_xfree.
1702 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1703 (add_psymbol_to_list): Pass psymbol_cache by value.
1704 (add_psymbol_with_dem_name_to_list): Ditto.
1705
1706 * objfiles.h: Update copyright.
1707 (struct bcache): Declare opaque. Do not include "bcache.h".
1708 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1709 bcache'' pointers.
1710 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1711
1712 * objfiles.c: Include "bcache.h". Update copyright.
1713 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1714 macro_cache.
1715 (free_objfile): Use bcache_xfree.
1716
444199e7
GS
17172002-07-11 Grace Sainsbury <graces@redhat.com>
1718
1719 * monitor.c (monitor_fetch_register): Make name a constant.
1720 (monitor_store_register): Same.
1721
261397f8
DJ
17222002-07-11 Daniel Jacobowitz <drow@mvista.com>
1723
1724 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1725 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1726 (finish_block) For non-function blocks, hash the symbol table. For
1727 function blocks, mark the symbol table as unhashed.
1728 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1729 (msymbol_hash_iw): Likewise.
1730 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1731 value.
1732 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1733 (lookup_minimal_symbol): Likewise for both.
1734 * symtab.h (struct block): Add `hashtable' flag. Comment the
1735 hashtable.
1736 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1737 (ALL_BLOCK_SYMBOLS): Update.
1738 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1739 (struct symbol): Add `hash_next' pointer.
1740 * symtab.c (lookup_block_symbol): Search using the hash table when
1741 possible.
1742 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1743 (search_symbols, find_addr_symbol): Likewise.
1744
1745 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1746 (read_dst_symtab): Likewise.
1747 * jv-lang.c (get_java_class_symtab): Likewise.
1748 * mdebugread.c: Include "gdb_assert.h".
1749 (shrink_block): Assert that the block being modified is not hashed.
1750 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1751 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1752 symbols.
1753 (dump_symtab): Recognize hashed blocks.
1754 * printcmd.c (print_frame_args): Assert that function blocks do not
1755 have hashed symbol tables.
1756 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1757 (fill_in_ada_prototype, debug_print_block): Likewise.
1758 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1759
6f0eaa01
CV
17602002-07-11 Corinna Vinschen <vinschen@redhat.com>
1761
1762 * stack.c (print_frame): Use result of frame_address_in_block()
1763 instead of fi->pc when evaluating symbols.
1764 (backtrace_command_1): Ditto.
1765
a208b0cb
AC
17662002-07-11 Andrew Cagney <cagney@redhat.com>
1767
1768 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1769 Make static.
1770
1771 * arm-tdep.c (arm_register_name): Make return type constant.
1772
a6b6b089
AC
17732002-07-10 Andrew Cagney <ac131313@redhat.com>
1774
5ae5f592
AC
1775 * win32-nat.c (has_detach_ability): Convert to strict ISO C
1776 prototype.
1777 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1778 * s390-tdep.c (s390_fp_regnum): Ditto.
1779 (s390_read_fp): Ditto.
1780 (s390_pop_frame): Ditto.
1781 (_initialize_s390_tdep): Ditto.
1782 * remote.c (get_remote_state): Ditto.
1783 * procfs.c (mappingflags): Ditto.
1784 * memattr.c (_initialize_mem): Ditto.
1785 * mcore-tdep.c (mcore_pop_frame): Ditto.
1786 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1787 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1788 * language.c (set_case_str): Ditto.
1789 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1790 * frv-tdep.c (new_variant): Ditto.
1791 (frv_stopped_data_address): Ditto.
1792 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1793 (context_alloc): Ditto.
1794 (frame_state_alloc): Ditto.
1795 (unwind_tmp_obstack_init): Ditto.
1796 (unwind_tmp_obstack_free): Ditto.
1797 (cfi_read_fp): Ditto.
1798 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1799 (cris_pop_frame): Ditto.
1800 * c-lang.c (scanning_macro_expansion): Ditto.
1801 (finished_macro_expansion): Ditto.
1802 (c_preprocess_and_parse): Ditto.
1803 * gdbarch.sh: Ditto.
1804 * gdbarch.h, gdbarch.c: Regenerate.
1805 * config/mn10200/tm-mn10200.h: Adjust indentation.
1806 * target.c: Adjust indentation.
1807 * symtab.h: Adjust indentation.
1808 * stabsread.h: Adjust indentation.
1809 * remote-es.c: Adjust indentation.
1810 * os9kread.c: Adjust indentation.
1811
18122002-07-10 Andrew Cagney <ac131313@redhat.com>
1813
a6b6b089
AC
1814 * wince.c (_initialize_wince): Rename _initialize_inftarg.
1815 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1816
a1789893
GS
18172002-07-10 Grace Sainsbury <graces@redhat.com>
1818
1819 * NEWS: Mention m68k, mcore multi-arching.
1820 * MAINTAINERS: Change status of m68k, mcore to reflect
1821 multi-arching.
1822
02f0d45d
DJ
18232002-07-10 Daniel Jacobowitz <drow@mvista.com>
1824
1825 * valops.c (find_overload_match): Free oload_syms.
1826
f15f768e
JB
18272002-07-09 Joel Brobecker <brobecker@gnat.com>
1828
1829 Define HAVE_SYS_PROC_H if sys/proc.h exists
1830 * configure.in: Add check for sys/proc.h
1831 * config.in: Regenerate.
1832 * configure: Regenerate.
1833
902a7139
GS
18342002-07-09 Grace Sainsbury <graces@redhat.com>
1835
1836 * config/m68k/tm-m68k.h: Remove macros wrapped in
1837 #if !GDB_MULTI_ARCH.
1838
82e0fd98
DB
18392002-07-09 David O'Brien <obrien@FreeBSD.org>
1840
1841 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
1842 (perror_with_name, remote_close, remote_open, expect, play): Static.
1843
a534e424
AC
18442002-07-08 Andrew Cagney <ac131313@redhat.com>
1845
1846 * config.in, configure: Regenerate.
1847
9b94f7bf
MK
18482002-07-08 Mark Kettenis <kettenis@gnu.org>
1849
1850 * dwarf2cfi.c: Include "gcore.h".
1851 (execute_stack_op): Fix implementation of the
1852 DW_OP_deref and DW_OP_deref_size operators by letting do their
1853 lookup in the target.
1854
1d34db41
MK
18552002-07-07 Mark Kettenis <kettenis@gnu.org>
1856
1857 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
1858 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
1859 tdep->sc_sp_offset.
1860
79d5b63a
DJ
18612002-07-05 Daniel Jacobowitz <drow@mvista.com>
1862
1863 Fix PR gdb/595, gdb/602
1864 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
1865 Don't call value_cast, just read the vtable pointer; update comments
1866 to match.
1867
3bb912e8
GS
18682002-07-05 Grace Sainsbury <graces@redhat.com>
1869
1870 * config/mcore/tm-mcore.h: Remove file.
1871 * config/mcore/mcore.mt: Remove definition of TM_FILE
1872 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
1873
ca39387d
MK
18742002-07-05 Mark Kettenis <kettenis@gnu.org>
1875
1876 * i386bsd-tdep.c: Include "gdb_string.h".
1877
efdc1108
GS
18782002-07-04 Grace Sainsbury <graces@redhat.com>
1879
1880 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
1881 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
1882 mcore-tdep.
1883 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
1884 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
1885 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
1886 (RETVAL_REGNUM): Move macros from tm-mcore.h
1887 (mcore_reg_struct_has_addr): New function.
1888 (mcore_gdbarch_init): Added initializations for the macros removed
1889 from tm-mcore.h.
1890
bb21884d
MK
18912002-07-04 Mark Kettenis <kettenis@gnu.org>
1892
1893 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
1894 traditonal string branding within the ELF header.
1895
228c6d41
DJ
18962002-07-04 Daniel Jacobowitz <drow@mvista.com>
1897
1898 * symtab.c (remove_params): New function.
1899 (make_symbol_overload_list): Use it instead of cplus_demangle.
1900 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
1901
2404952e
MK
19022002-07-04 Mark Kettenis <kettenis@gnu.org>
1903
e5e4acad
MK
1904 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
1905
baadce09
MK
1906 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
1907 New variables.
1908 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
1909 and tdep->sigtramp_end.
1910 * i386obsd-nat.c: New file.
1911 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
1912
2404952e
MK
1913 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
1914 Don't call get_current_frame().
1915
9b4f1ba7
PM
19162002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
1917
1918 * i386-nat.c (child_post_startup_inferior): New function
1919 calling i386_cleanup_dregs if
1920 I386_USE_GENERIC_WATCHPOINTS is defined.
1921 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
1922 conditional to acknowledge that i386-nat.c has its
1923 own child_post_startup_inferior function.
1924
c0d1d883
MK
19252002-07-04 Mark Kettenis <kettenis@gnu.org>
1926
00f8375e
MK
1927 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
1928 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
1929 instead of MAX_REGISTER_RAW_SIZE.
1930 (i386_extract_return_value, i386_extract_struct_value_address):
1931 Convert to use regcache.
1932 (i386_gdbarch_init): Set max_register_raw_size and
1933 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
1934 Set extract_return_value and extract_struct_value_address instead
1935 of their deprecated variants.
1936
c0d1d883
MK
1937 Convert i386 target to generic dummy frames.
1938 * i386-tdep.c: Include "symfile.h".
1939 (i386_frameless_signal_p): Consider a function to be frameless if
1940 the pc points at the first instruction of the function.
1941 (i386_frame_chain): Handle (generic) call dummies.
1942 (i386_frame_saved_pc): Likewise.
1943 (i386_frame_init_saved_regs): Remove code dealing with call
1944 dummies on the stack.
1945 (i386_push_dummy_frame): Removed.
1946 (i386_call_dummy_words): Removed.
1947 (i386_fix_call_dummy): Removed.
1948 (i386_push_return_address): New function.
1949 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
1950 parameter, and don't call get_current_frame.
1951 (i386_pop_frame): New function.
1952 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
1953 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
1954 entry_point_address, set call_dummy_breakpoint_offset to 0, set
1955 call_dummy_length to 0, set call_dummy_words to NULL, set
1956 sizeof_call_dummy_words to 0, set fix_call_dummy to
1957 generic_fix_call_dummy, set pc_in_call_dummy to
1958 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
1959 generic_push_dummy_frame, set push_return_address to
1960 i386_push_return_address and set frame_chain_valid to
1961 generic_file_frame_chain_valid.
1962
638c1580
ML
19632002-07-04 Michal Ludvig <mludvig@suse.cz>
1964
1965 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
1966 byte offsets instead of an array of indexes.
1967 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
1968
049ee0e4
AC
19692002-07-03 Andrew Cagney <ac131313@redhat.com>
1970
1971 * gdbarch.sh (struct regcache): Add opaque declaration.
1972 (EXTRACT_RETURN_VALUE): New architecture method.
1973 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
1974 * gdbarch.h, gdbarch.c: Regenerate.
1975 * arch-utils.c (legacy_extract_return_value): New function.
1976 * arch-utils.h (legacy_extract_return_value): Declare.
1977 * values.c (value_being_returned): Re-enable code handling
1978 EXTRACT_STRUCT_VALUE_ADDRESS. Move
1979 deprecated_grub_regcache_for_registers call to block handling
1980 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1981 (EXTRACT_RETURN_VALUE): Do not define.
1982
4e0d9804
GS
19832002-07-03 Grace Sainsbury <graces@redhat.com>
1984
1985 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
1986 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
1987 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
1988 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
1989 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
1990 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
1991 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1992 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
1993 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
1994 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
1995 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
1996 argument so the function fits the prototype in the architecture
1997 vector.
1998 (mcore_pop_frame): Remove argument so the function fits the
1999 prototype. Use get_current_frame instead of the argument.
2000 (mcore_push_arguments): Change type of struct_return so the
2001 function can be used in the architecture vector.
2002 (mcore_store_struct_return): Add.
2003 (mcore_frame_init_saved_regs): Add.
2004 (mcore_gdbarch_init): Add function calls to replace the macros
2005 removed from tm-mcore.h
2006
36160dc4
AC
20072002-07-03 Andrew Cagney <ac131313@redhat.com>
2008
2009 * infcmd.c (print_return_value): Remove compatibility code calling
2010 deprecated_grub_regcache_for_registers.
2011
2012 * values.c: Include "regcache.h".
2013 (value_being_returned): Update. Use
2014 deprecated_grub_regcache_for_registers to extract the register
2015 buffer address.
2016 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2017 ``struct regcache''.
2018 * Makefile.in (values.o): Add dependency on $(regcache_h).
2019
2020 * inferior.h (run_stack_dummy): Change type of second parameter to
2021 a ``struct regcache''.
2022 * valops.c (hand_function_call): Change type of retbuf to ``struct
2023 regcache''. Allocate using regcache_xmalloc, clean using
2024 make_cleanup_regcache_xfree.
2025 * infcmd.c (run_stack_dummy): Update. Use
2026 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2027
2028 * regcache.c (do_regcache_xfree): New function.
2029 (make_cleanup_regcache_xfree): New function.
2030 * regcache.h (make_cleanup_regcache_xfree): Declare.
2031
e64d9b3d
MH
20322002-07-03 Martin M. Hunt <hunt@redhat.com>
2033
4dd79c29
MH
2034 * event-top.c (command_line_handler): Don't read past
2035 beginning of buffer.
e64d9b3d 2036
4dd79c29
MH
20372002-07-03 Martin M. Hunt <hunt@redhat.com>
2038
e64d9b3d
MH
2039 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2040 struct frame_id.
2041 (varobj_create): Store frame_id for root.
2042 (varobj_gen_name): Use xasprintf.
2043 (varobj_update): Save and restore frame using get_frame_id() and
2044 frame_find_by_id().
2045 (create_child): Use xasprintf.
2046 (new_root_variable): Initialize frame_id.
2047 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2048 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2049 to prevent memory leak.
2050
26e6c56a
AC
20512002-07-03 Andrew Cagney <ac131313@redhat.com>
2052
2053 * valops.c (hand_function_call): Move declaration of retbuf to
2054 start of function, allocate using malloc, add a cleanup but before
2055 the inf_status cleanup, cleanup the buffer. Rename local variable
2056 old_chain to inf_status_cleanup.
2057
f436dd25
MH
20582002-07-03 Martin M. Hunt <hunt@redhat.com>
2059
2060 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2061
2062 * cli/cli-decode.c (cmd_func_p): New function.
2063 (cmd_func): New function.
2064
2065 * command.h: Add cmd_func() and cmd_func_p().
2066
4cfe2084
GS
20672002-07-03 Grace Sainsbury <graces@redhat.com>
2068
2069 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2070 (REGISTER_SIZE): Remove.
2071 (MAX_REGISTER_RAW_SIZE): Remove.
2072 (REGISTER_VIRTUAL_TYPE): Remove.
2073 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2074 (REGISTER_NAME): Remove.
2075 (USE_GENERIC_DUMMY_FRAMES): Remove.
2076 (CALL_DUMMY): Remove.
2077 (CALL_DUMMY_START_OFFSET): Remove.
2078 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2079 (CALL_DUMMY_LOCATION): Remove.
2080 (FIX_CALL_DUMMY): Remove.
2081 (CALL_DUMMY_ADDRESS): Remove.
2082 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2083 (SAVE_DUMMY_FRAME_TOS): Remove.
2084 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2085 (mcore_register_virtual_type): New function.
2086 (mcore_register_byte): New function.
2087 (mcore_register_size): New function.
2088 (mcore_register_name): New function.
2089 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2090 macros removed from tm-mcore.h.
2091 (mcore_dump_tdep): Add.
2092 (_initialize_mcore_tdep): Add gdbarch_register call.
2093
4fd667e9
MK
20942002-07-03 Mark Kettenis <kettenis@gnu.org>
2095
2096 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2097 frameless_look_for_prologue, such that we actually call this
2098 function.
2099
42f99ac2
JB
21002002-07-02 Joel Brobecker <brobecker@gnat.com>
2101
2102 * frame.h (frame_address_in_block): New function.
2103
2104 * blockframe.c (frame_address_in_block): New function extracted
2105 from get_frame_block().
2106 (get_frame_block): Use frame_address_in_block().
2107 (block_innermost_frame): Use frame_address_in_block() to match
2108 the frame pc address against the block boundaries rather than
2109 the frame pc directly. This prevents a failure when a frame pc
2110 is actually a return-address pointing immediately after the end
2111 of the given block.
2112
103a1597 21132002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
2114
2115 * MAINTAINERS: Add self under write after approval.
2116
21172002-07-02 Grace Sainsbury <graces@redhat.com>
2118
103a1597
GS
2119 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2120 used in architecture vector. The default is
2121 m68k_local_breakpoint_from_pc.
2122 (m68k_local_breakpoint_from_pc): Add.
2123 (enum): Add register numbers from tm-m68k.h.
2124 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2125 vector.
2126 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2127 GDB_MULTI_ARCH_PARTIAL.
2128 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2129 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2130 m68k-tdep.c.
2131 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2132 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2133 to enum in m68k-tdep.c
2134
7a5a0534
JB
21352002-07-02 Joel Brobecker <brobecker@gnat.com>
2136
2137 * solib-osf.c (open_map): Compute the list of shared libraries
2138 loaded by the inferior, rather than the list of libraries loaded
2139 by GDB itself. Otherwise, GDB ends up reading the symbols from
2140 the wrong shared libraries...
2141
6f558d74
MK
21422002-07-02 Mark Kettenis <kettenis@gnu.org>
2143
b7d15bf7
MK
2144 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2145 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2146 macros.
2147 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2148 Remove functions.
2149 (FRAMELESS_SIGNAL): Remove function.
2150 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2151 i386_linux_saved_pc_after_call): Removed.
2152 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2153 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2154 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2155
6bff26de
MK
2156 * i386-tdep.c (i386_frameless_signal_p): New function.
2157 (i386_frame_chain): Deal with frameless signals.
2158 (i386_sigtramp_saved_sp): New function.
2159 (i386_frame_saved_pc): Deal with frameless signals.
2160 (i386_saved_pc_after_call): Make sure the correct value is
2161 returned just after entry into a sigtramp.
2162 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2163 i386fbsd4_sc_sp_offset): New variables.
2164 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2165 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2166 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2167 similiar to what we already did for sc_pc_offset.
2168 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2169 tdep->sc_sp_offset.
2170
6f558d74
MK
2171 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2172
145564b7
ML
21732002-07-02 Michal Ludvig <mludvig@suse.cz>
2174
2175 * config/i386/tm-x86-64linux.h: New.
2176 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2177 definitions.
2178 * config/i386/nm-x86-64.h: Rename to ...
2179 * config/i386/nm-x86-64linux.h: ... this one.
2180 * config/i386/x86-64linux.mh: Reflect the above change.
2181
3a1e71e3
MK
21822002-07-01 Mark Kettenis <kettenis@gnu.org>
2183
21d0e8a4
MK
2184 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2185 with sigcontext_addr. Add sc_sp_offset.
2186 (i386bsd_sigtramp_saved_pc): Remove prototype.
2187 (i386bsd_sicontext_addr): Add prototype.
2188 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2189 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2190 (i386_svr4_sigtramp_saved_pc): Removed.
2191 (i386_svr4_sigcontext_addr): New function.
2192 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2193 Initialize tdep->sigcontext_addr instead. Initialize
2194 tdep->sc_pc_offset and tdep->sc_sp_offset.
2195 (i386_gdbarch_init): Likewise.
2196 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2197 any more.
2198 (i386bsd_sigtramp_saved_pc): Remove function.
2199 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2200 Initialize tdep->sigcontext_addr instead. Initialize
2201 tdep->sc_pc_offset.
2202 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2203 of tdep->sigtramp_saved_pc.
2204 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2205 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2206 instead.
2207
3a1e71e3
MK
2208 * i386-tdep.c (i386_frameless_function_invocation,
2209 i386_frame_num_args, i386_frame_init_saved_regs,
2210 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2211 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2212 i386_extract_return_value, i386_store_return_value,
2213 i386_extract_struct_value_address, i386_register_virtual_type,
2214 i386_register_convertible, i386_register_convert_to_virtual,
2215 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2216 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2217 static.
2218
52e9098c
MK
22192002-07-01 Mark Kettenis <kettenis@gnu.org>
2220
77b13a25
MK
2221 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2222
52e9098c
MK
2223 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2224 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2225 this macro. Include "value.h".
2226
1b372fff
AS
22272002-06-30 Aidan Skinner <aidan@velvet.net>
2228
2229 * ada-exp.tab.c: remove as it's a generated file
2230 * ada-lex.c: remove as it's a generated file
2231
9c5045b5
MK
22322002-06-30 Mark Kettenis <kettenis@gnu.org>
2233
4a93c5bb
MK
2234 * config/i386/tm-i386.h (struct frame_info, struct
2235 frame_saved_regs, struct value, struct type): Remove forward
2236 declarations.
2237
322d4fe0
MK
2238 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2239 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2240 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2241 (FILL_FPXREGSET): Define.
2242
fdd8263d
MK
2243 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2244
482e577b
MK
2245 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2246 i[3456]86-*-netbsd* case.
2247 * config/i386/tm-obsd.h: Removed.
2248 * config/i386/obsd.mt: Removed.
2249 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2250 core-aout.o.
2251 (MH_CFLAGS): Add -DYYDEBUG=0.
2252
6916549a
MK
2253 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2254 i386nbsd_sc_pc_offset on OpenBSD too.
2255
9c5045b5
MK
2256 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2257 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2258 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2259 define.
2260 * i386bsd-tdep.c: Include "arch-utils.h".
2261 (i386bsd_aout_in_solib_call_trampoline): New function.
2262 (i386bsd_init_abi): Set in_solib_call_trampoline to
2263 i386bsd_aout_in_solib_call_trampoline.
2264 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2265 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2266
aa84d1bb
AC
22672002-06-28 Andrew Cagney <ac131313@redhat.com>
2268
2269 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2270 (struct obstack, struct bcache): Add opaque declarations.
2271 * Makefile.in (macrotab_h): Update
2272
b4d83933
AC
22732002-06-28 Andrew Cagney <ac131313@redhat.com>
2274
2275 * blockframe.c (generic_find_dummy_frame): Change return type to
2276 ``struct regcache''.
2277 (struct dummy_frame): Replace field ``registers'' with regcache, a
2278 struct regcache object.
2279 (generic_find_dummy_frame): Update.
2280 (generic_push_dummy_frame): Update. Use regcache_xfree,
2281 regcache_xmalloc and regcache_cpy.
2282 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2283 regcache_xfree.
2284 (deprecated_generic_find_dummy_frame): Update.
2285 (generic_read_register_dummy): Update. Use
2286 regcache_read_as_address.
2287 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2288 (generic_get_saved_register): Update. Use regcache_read.
2289
08c0b5bc
AC
22902002-06-28 Andrew Cagney <ac131313@redhat.com>
2291
2292 * Makefile.in (objfiles_h): Add $(bcache_h).
2293 * objfiles.h: Include "bcache.h".
2294
2295 * Makefile.in (symtab_h): Remove $(bcache_h).
2296 * symtab.h: Do not include "bcache.h".
2297
1f89801a
AC
22982002-06-28 Andrew Cagney <ac131313@redhat.com>
2299
2300 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2301 generic_func_frame_chain_valid.
2302
b9644b58
DB
23032002-06-28 David O'Brien <obrien@FreeBSD.org>
2304
2305 * config/i386/nm-fbsd.h: Include <sys/param.h>.
2306 * config/i386/tm-fbsd.h: Likewise.
2307
dd486634
AC
23082002-06-28 Andrew Cagney <ac131313@redhat.com>
2309
2310 * rs6000-tdep.c (rs6000_gdbarch_init): Use
2311 generic_unwind_get_saved_register.
2312
0b434a00
AC
23132002-06-27 Andrew Cagney <ac131313@redhat.com>
2314
2315 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2316 * regcache.c (supply_register): Add missing argument to
2317 register_buffer call.
2318
f30e5a77
AC
23192002-06-27 Andrew Cagney <ac131313@redhat.com>
2320
2321 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
2322 Solaris /bin/grep does not not like it. From Peter Schauer.
2323
9f064c95
TT
23242002-06-26 Tom Tromey <tromey@redhat.com>
2325
2326 * command.h (add_setshow_cmd): Declare.
2327 (add_setshow_cmd_full): Declare.
2328 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
2329 returns void. Use add_setshow_cmd_full.
2330 (add_setshow_cmd_full): New function.
2331 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2332 (add_setshow_boolean_cmd): Likewise.
2333
099c7589
JT
23342002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2335
2336 * config/vax/tm-vax.h: Protect from multiple inclusion.
2337 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2338 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2339 * config/vax/tm-vaxbsd.h: ...here. New file.
2340 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2341
1d049c5e
JT
23422002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2343
2344 * config/vax/tm-vax.h (BREAKPOINT): Remove.
2345 (BELIEVE_PCC_PROMOTION): Remove.
2346 (AP_REGNUM): Move to...
2347 * config/vax/nm-vax.h: ...here.
2348 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2349 (vax_breakpoint_from_pc): New function.
2350 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2351 and gdbarch_believe_pcc_promotion.
2352
4791e091
JT
23532002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2354
2355 * Makefile.in (vax_tdep_h): Define.
2356 (vax-tdep.o): Use $(vax_tdep_h).
2357 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2358 (vax_dump_tdep): New function.
2359 (_initialize_vax_tdep): Register vax_dump_tdep.
2360 * vax-tdep.h: Include osabi.h.
2361 (struct gdbarch_tdep): New.
2362
da130f98
AC
23632002-06-26 Andrew Cagney <cagney@redhat.com>
2364
2365 * frame.h (deprecated_generic_find_dummy_frame): Rename
2366 generic_find_dummy_frame.
2367 * blockframe.c (generic_find_dummy_frame): Make static.
2368 (deprecated_generic_find_dummy_frame): New function.
2369 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2370 generic_find_dummy_frame with deprecated_find_dummy_frame.
2371 (sh64_nofp_frame_init_saved_regs): Ditto.
2372 (sh_fp_frame_init_saved_regs): Ditto.
2373 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2374 (s390_frame_chain): Ditto.
2375 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2376
6300c360
GS
23772002-06-26 Grace Sainsbury <graces@redhat.com>
2378
2379 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2380 gdbarch vector are at the top.
2381 (NUM_REGS): Remove.
2382 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2383 (FRAME_ARGS_ADDRESS): Remove.
2384 (FRAME_LOCALS_ADDRESS): Remove.
2385 (FRAME_NUM_ARGS): Remove.
2386 (FRAME_ARGS_SKIP): Remove.
2387 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2388 (m68k_gdbarch_init): Add gdbarch initializations for macros
2389 undefined in tm-m68k.h
2390
1c617db8
GS
23912002-06-26 Grace Sainsbury <graces@redhat.com>
2392
2393 * monitor.h: Add the function regname to monitor_ops
2394 structure. This way NUM_REGS does not have to be a constant.
2395 * monitor.c (monitor_fetch_register): Added support for regname
2396 function. The function is called if the array regnames is NULL.
2397 (monitor_store_register): Same.
da130f98
AC
2398 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2399 regnames array.
1c617db8
GS
2400 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2401 cpu32bug_cmds.regname to point to new function.
2402 * abug-rom.c (abug_regname): Same as above.
2403 (init_abug_cmds): Same.
2404 * dbug-rom.c (dbug_regname): Same as above.
2405 (init_dbug_cmds): Same.
2406 * remote-est.c (est_regname): Same.
2407 (init_est_cmds): Same.
2408 * rom68k-rom.c (rom68k_regname): Same.
2409 (init_rom68k_cmds): Same.
2410
ea9365bb
TT
24112002-06-25 Tom Tromey <tromey@redhat.com>
2412
2413 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2414
72cec141
AC
24152002-06-25 Andrew Cagney <cagney@redhat.com>
2416
2417 * infrun.c (stop_registers): Change variable's type to ``struct
2418 regcache'''.
2419 (xmalloc_inferior_status): Delete function.
2420 (free_inferior_status): Delete function.
2421 (normal_stop): Use regcache_cpy.
2422 (struct inferior_status): Change type of fields ``stop_registers''
2423 and ``registers'' to ``struct regcache''.
2424 (write_inferior_status_register): Use regcache_write.
2425 (save_inferior_status): Instead of calling
2426 xmalloc_inferior_status, allocate the inf_status buffer directly.
2427 Use regcache_dup_no_passthrough and regcache_dup to save the
2428 buffers.
2429 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2430 Replace the stop_registers regcache instead of overriding it. Use
2431 regcache_xfree. Instead of calling free_inferior_status, xfree
2432 the buffer directly.
2433 (discard_inferior_status): Use regcache_xfree. Instead of calling
2434 free_inferior_status, xfree the buffer directly.
2435 (build_infrun): Use regcache_xmalloc.
2436 (_initialize_infrun): Delete redundant call to build_infrun.
2437
2438 * Makefile.in (infcmd.o): Add $(regcache_h).
2439
2440 * infcmd.c: Include "regcache.h".
2441 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2442 obtain the address of `stop_registers' register buffer.
2443 (print_return_value): Ditto.
2444
2445 * inferior.h (struct regcache): Add opaque declaration.
2446 (stop_registers): Change variable's declared type to ``struct
2447 regcache''.
2448
defc6f8c
TT
24492002-06-24 Tom Tromey <tromey@redhat.com>
2450
c0e624e7
TT
2451 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2452 * target.c (initialize_targets): Fixed typo in
2453 trust-readonly-sections `show' documentation.
2454
defc6f8c
TT
2455 * main.c: Marked all strings with _().
2456
2b236d82
DH
24572002-06-24 Don Howard <dhoward@redhat.com>
2458
2459 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2460 that means max CORE_ADDR+1.
2461 (lookup_mem_region): Ditto.
2462 (mem_info_command): Ditto.
2463
942dc0e9
GS
24642002-06-24 Grace Sainsbury <graces@redhat.com>
2465
2466 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2467 (REGISTER_BYTES_OK): Remove.
2468 (REGISTER_BYTES): Remove.
2469 (STORE_STRUCT_RETURN): Remove.
2470 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2471 (STORE_RETURN_VALUE): Remove.
2472 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2473 (FRAME_CHAIN): Remove.
2474 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2475 (FRAME_SAVED_PC): Remove.
2476 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2477 (m68k_store_struct_return): Add.
2478 (m68k_deprecated_extract_return_value): Add.
2479 (m68k_deprecated_extract_struct_value_address): Add.
2480 (m68k_store_return_value): Add.
2481 (m68k_frame_chain): Add.
2482 (m68k_frameless_function_invocation): Add.
2483 (m68k_frame_saved_pc): Add.
2484 (m68k_gdbarch_init): added set_gdbarch calls for new
2485 functions and deleted macros.
2486
03c30d4d
TT
24872002-06-23 Tom Tromey <tromey@redhat.com>
2488
2489 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2490 (ALLDEPFILES): Likewise.
2491 (udiheaders): Removed.
2492 (udip2soc.o): Likewise.
2493 (udi2go32.o): Likewise.
2494 (udr.o): Likewise.
2495 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2496
37e71372
AC
24972002-06-22 Andrew Cagney <ac131313@redhat.com>
2498
06a6ac57
AC
2499 * infrun.c (_initialize_infrun): Delete unnecessary call to
2500 build_infrun.
2501
37e71372
AC
2502 * regcache.h: Update comments describing the regcache_cpy family
2503 of functions.
2504 (regcache_save, regcache_restore): Delete declaration.
2505 (regcache_save_no_passthrough): Delete declaration.
2506 (regcache_restore_no_passthrough): Delete declaration.
2507 * regcache.c (regcache_save): Delete function.
2508 (regcache_save_no_passthrough): Delete function.
2509 (regcache_restore): Delete function.
2510 (regcache_restore_no_passthrough): Delete function.
2511
78f6d055
AC
25122002-06-21 Andrew Cagney <ac131313@redhat.com>
2513
2514 * config/m68k/tm-m68k.h: Fix typo.
2515 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2516 (m68k_frame_init_saved_regs): Declare.
2517
78b119cb
JB
25182002-06-21 Jim Blandy <jimb@redhat.com>
2519
2520 Remove some vestiges of Harris 88k support.
2521 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2522 register numbering quirk.
2523 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2524 odd symbols occurring in Harris 88k ELF targets.
2525
0fbb3da7
TT
25262002-06-21 Tom Tromey <tromey@redhat.com>
2527
2528 * gdb_locale.h: New file.
2529 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2530 (defs_h): Added gdb_locale.h.
2531 * configure, config.in: Rebuilt.
2532 * configure.in (PACKAGE): Define.
2533 * defs.h: Include gdb_locale.h.
2534 * main.c (captured_main): Call setlocale, bindtextdomain,
2535 textdomain.
2536
456f8b9d
DB
25372002-06-21 Dave Brolley <brolley@redhat.com>
2538
2539 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2540 * config/frv/frv.mt: New file.
2541 * config/frv/tm-frv.h: New file.
2542 * configure.tgt: Support frv-*-*.
2543 * Makefile.in (frv-tdep.o): New target.
2544 * frv-tdep.c: New file.
2545 * NEWS: Mention frv.
2546
cdd463f9
DB
25472002-06-21 Dave Brolley <brolley@redhat.com>
2548
2549 * MAINTAINERS: Add self to "Write After Approval" list.
2550
5d3ed2e3
GS
25512002-06-21 Grace Sainsbury <graces@redhat.com>
2552
2553 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2554 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2555 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2556 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2557 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2558
2559 * m68k-tdep.c: Include arch-utils.h
2560 (m68k_register_raw_size): Add.
2561 (m68k_register_virtual_size): Add.
2562 (m68k_register_virtual_type): Add.
2563 (m68k_register_name): Add.
2564 (m68k_stack_align): Add.
2565 (m68k_register_byte): Add.
2566 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2567 tm-m68k.h.
2568
7f8e7424
GS
25692002-06-21 Grace Sainsbury <graces@redhat.com>
2570
a2c6a6d5 2571 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
2572 m68k_find_saved_regs.
2573 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 2574 references to it with frame->saved_regs.
7f8e7424
GS
2575 (m68k_gdbarch_init): Added function calls to initialize the
2576 gdbarch structure.
a2c6a6d5
GS
2577 (m68k_fix_call_dummy): Add.
2578 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2579 (CALL_DUMMY): Remove.
2580 (CALL_DUMMY_LENGTH): Remove.
2581 (CALL_DUMMY_START_OFFSET): Remove.
2582 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2583 (FIX_CALL_DUMMY): Remove.
2584 (PUSH_DUMMY_FRAME): Remove.
2585 (POP_FRAME): Remove.
7f8e7424 2586
f461f5cf
PM
25872002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
2588
2589 * parse.c (parse_fprintf): New function used to avoid calls to
2590 fprintf in bison parser generated debug code.
2591 * parser-defs.h: Declaration of new parse_fprintf function.
2592 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2593 Set YYDEBUG to 1 by default.
2594 Set YYFPRINTF as parse_fprintf.
2595
7f0c12ed
ML
25962002-06-21 Michal Ludvig <mludvig@suse.cz>
2597
2598 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2599 encoding anymore.
2600 (pointer_encoding, enum ptr_encoding): New.
2601 (execute_cfa_program): Take care about pointer encoding.
2602 (dwarf2_build_frame_info): Only call parse_frame_info for
2603 .debug_frame and .eh_frame.
2604 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2605 fixed augmentation handling, added relative addressing,
2606 ignore duplicate FDEs. Added comments.
19d833a2 2607 * dwarf2cfi.c: Reindented.
7f0c12ed 2608
87c4a039
EZ
26092002-06-20 Elena Zannoni <ezannoni@redhat.com>
2610
2611 * event-top.c (command_handler): Don't use space_at_cmd_start
2612 unless there is sbrk() on the host. Assign time and space data
2613 to union fields of the appropriate length.
2614
1cf877ad
ML
26152002-06-20 Michal Ludvig <mludvig@suse.cz>
2616
2617 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2618 x86_64_register_name. Return type changed to 'const char *'.
2619 (x86_64_register_name2nr): Rename to x86_64_register_number.
2620 (x86_64_gdbarch_init): Update to reflect the change.
2621 * x86-64-tdep.h: Ditto.
2622 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2623 (supply_fpregset): Ditto.
2624
3fadccb3
AC
26252002-06-19 Andrew Cagney <cagney@redhat.com>
2626
2627 * regcache.h: Update copyright.
2628 (struct regcache, struct gdbarch): Add opaque declarations.
2629 (current_regcache): Declare global variable.
2630 (regcache_read, regcache_write): Add gdbarch parameter.
2631 (regcache_save, regcache_save_no_passthrough)
2632 (regcache_restore, regcache_restore_no_passthrough)
2633 (regcache_dup, regcache_dup_no_passthrough)
2634 (regcache_cpy, regcache_cpy_no_passthrough)
2635 (deprecated_grub_regcache_for_registers)
2636 (deprecated_grub_regcache_for_register_valid)
2637 (regcache_valid_p): Add function declarations.
2638
2639 * regcache.c: Update copyright.
2640 (regcache_descr_handle): New global variable.
2641 (struct regcache_descr): Define.
2642 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2643 (regcache_descr, xfree_regcache_descr): New functions.
2644 (struct regcache): Define.
2645 (regcache_xmalloc, regcache_xfree): New functions.
2646 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2647 (regcache_dup, regcache_dup_no_passthrough): New functions.
2648 (regcache_valid_p, regcache_read_as_address): New functions.
2649 (deprecated_grub_regcache_for_registers): New function.
2650 (deprecated_grub_regcache_for_register_valid): New function.
2651 (current_regcache): New global variable.
2652 (register_buffer): Add regcache parameter. Update calls.
2653 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2654 (read_register_gen, write_register_gen): Update register_buffer
2655 call. Test for legacy_p instead of gdbarch_register_read_p or
2656 gdbarch_register_write_p.
2657 (regcache_collect): Update register_buffer call.
2658 (build_regcache): Rewrite. Use deprecated grub functions.
2659 (regcache_save, regcache_save_no_passthrough): New functions.
2660 (regcache_restore, regcache_restore_no_passthrough): New
2661 functions.
2662 (_initialize_regcache): Create the regcache_data_handle. Swap
2663 current_regcache global variable.
2664
2665 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2666 parameter to regcache_read and regcache_write calls.
2667 (sh4_register_read): Ditto.
2668 (sh64_pseudo_register_read): Ditto.
2669 (sh64_register_read): Ditto.
2670 (sh_pseudo_register_write): Ditto.
2671 (sh4_register_write): Ditto.
2672 (sh64_pseudo_register_write): Ditto.
2673 (sh64_register_write): Ditto.
2674
2675 * defs.h (XCALLOC): Define.
2676
152d9db6
GS
26772002-06-19 Grace Sainsbury <graces@redhat.com>
2678
2679 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2680 * m68k-tdep.c (m68k_gdbarch_init): Added.
2681 (m68k_dump_tdep): Added.
2682
170911c7
DJ
26832002-06-19 Daniel Jacobowitz <drow@mvista.com>
2684
2685 * ada-lang.c (fill_in_ada_prototype): Update comment.
2686
2e4ebe70
DJ
26872002-06-19 Daniel Jacobowitz <drow@mvista.com>
2688
2689 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2690 MIPS_ABI_LAST.
2691 (mips_abi_string, mips_abi_strings): New.
2692 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2693 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2694 tdep->mips_abi_string. Honor mips_abi_string. Default to
2695 O32 if no ABI is found.
2696 (mips_dump_tdep): Use mips_abi_strings.
2697 (mips_abi_update): New function.
2698 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2699 ``set mips abi'' and ``show mips abi''. Check the size of
2700 mips_abi_strings.
2701
16775908
AC
27022002-06-19 Andrew Cagney <cagney@redhat.com>
2703
2704 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2705 constant.
2706
5051bfa4 27072002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 2708
5051bfa4
JB
2709 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2710 current frame using only the first stack size adjustment. All
2711 subsequent size adjustments are not considered to be part of
2712 the "static" part of the current frame.
2713 Compute the address of the saved registers relative to the
2714 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2715 in use in this frame.
2716
56468235
DH
27172002-06-18 Don Howard <dhoward@redhat.com>
2718
2719 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2720 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
2721 suggesting this solution.
2722
0b624158
AC
27232002-06-18 Andrew Cagney <ac131313@redhat.com>
2724
2725 * config/romp/xm-rtbsd.h: Delete file.
2726 * config/romp/rtbsd.mh: Delete file.
2727
221ea385
KS
27282002-06-18 Keith Seitz <keiths@redhat.com>
2729
2730 * breakpoint.c (condition_command): Post breakpoint_modify
2731 when a condition is added to an existing breakpoint.
2732 (commands_command): Likewise for commands.
2733 (set_ignore_count): Likewise for ignore counts.
2734 If no tty, do not simply return, still need to send event
2735 notification.
2736 (ignore_command): Only print a newline if the command came
2737 from a tty.
2738 Don't call breakpoints_changed, since this is now properly
2739 handled by set_ignore_count.
2740
5402eed1
AC
27412002-06-18 Andrew Cagney <cagney@redhat.com>
2742
2743 * MAINTAINERS: Note that cris-elf target can be compiled with
2744 -Werror.
2745 * cris-tdep.c (cris_register_name): Make return type constant.
2746 (cris_breakpoint_from_pc): Ditto.
2747
cc22880b
ML
27482002-06-18 Michal Ludvig <mludvig@suse.cz>
2749
2750 * frame.h (struct frame_info): Change type of context to
2751 'struct context'.
2752
fa88f677
AC
27532002-06-17 Andrew Cagney <cagney@redhat.com>
2754
2755 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2756 pointer.
2757 * gdbarch.h, gdbarch.c: Regenerate.
2758 * config/mips/tm-mips.h (mips_register_name): Update.
2759 * i386-tdep.h (i386_register_name): Update.
2760 * mips-tdep.c (mips_register_name): Update
2761 * alpha-tdep.c (alpha_register_name): Update.
2762 * arch-utils.c (legacy_register_name): Update.
2763 * arch-utils.h (legacy_register_name): Update.
2764 * avr-tdep.c (avr_register_name): Update.
2765 * ia64-tdep.c (ia64_register_name): Update.
2766 * i386-tdep.c (i386_register_name): Update.
2767 * sparc-tdep.c (sparc32_register_name): Update.
2768 (sparc64_register_name): Update.
2769 (sparclite_register_name): Update.
2770 (sparclet_register_name): Update.
2771 * sh-tdep.c (sh_generic_register_name): Update.
2772 (sh_sh_register_name): Update.
2773 (sh_sh3_register_name): Update.
2774 (sh_sh3e_register_name): Update.
2775 (sh_sh_dsp_register_name): Update.
2776 (sh_sh3_dsp_register_name): Update.
2777 (sh_sh4_register_name): Update.
2778 (sh_sh64_register_name): Update.
2779 * s390-tdep.c (s390_register_name): Update.
2780 * rs6000-tdep.c (rs6000_register_name): Update.
2781 * ns32k-tdep.c (ns32k_register_name_32082): Update.
2782 (ns32k_register_name_32382): Update.
2783 * d10v-tdep.c (d10v_ts2_register_name): Update.
2784 (d10v_ts3_register_name): Update.
2785 * xstormy16-tdep.c (xstormy16_register_name): Update.
2786 * vax-tdep.c (vax_register_name): Update.
2787 * v850-tdep.c (v850_register_name): Update.
2788 * m68hc11-tdep.c (m68hc11_register_name): Update.
2789 * mn10300-tdep.c (mn10300_generic_register_name): Update.
2790 (am33_register_name): Update.
2791
ea1e7ef6
GS
27922002-06-17 Grace Sainsbury <graces@redhat.com>
2793
2794 * m68k-tdep.c: Reindented.
2795
9b02dd1b
AC
27962002-06-17 Andrew Cagney <ac131313@redhat.com>
2797
2798 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2799 list of predefined types.
2800
8758dec1
MK
28012002-06-16 Mark Kettenis <kettenis@gnu.org>
2802
b6197528
MK
2803 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2804 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2805 REGISTER_CONVERT_TO_RAW): Remove defines.
2806 (i386_register_virtual_type, i386_register_convertible,
2807 i386_register_convert_to_virtual, i386_register_convert_to_raw):
2808 Remove prototypes.
2809 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2810 macros mentioned above.
2811
82b47e62
MK
2812 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2813 (i386lynx_saved_pc_after_call): Remove prototype.
2814 * i386ly-tdep.c: Include "i386-tdep.h".
2815 (i386lynx_saved_pc_after_call): Make static. Use
2816 read_memory_nobpt instead of read_memory. Use
2817 read_memory_unsigned_integer instead of read_memory_integer.
2818 (i386lynx_init_abi): New function.
2819 (i386lynx_coff_osabi_sniffer): New function.
2820 (_initialize_i386bsd_tdep): New function.
2821
8758dec1
MK
2822 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
2823 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
2824 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
2825 (i386_fix_call_dummy): Remove prototype.
2826 * i386-tdep.c (i386_call_dummy_words): New variable.
2827 (i386_gdbarch_init): Adjust for removal of the
2828 macros mentioned above.
2829
e9e68a56
AC
28302002-06-15 Andrew Cagney <ac131313@redhat.com>
2831
2832 * command.h (add_setshow_auto_boolean_cmd): Replace
2833 add_set_auto_boolean_cmd.
2834 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
2835 add_set_auto_boolean_cmd.
2836 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
2837 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
2838 mask-address'' command.
2839 (show_mask_address): Add cmd parameter.
2840 * remote.c (add_packet_config_cmd): Update. Change type of
2841 set_func and show_func to cmd_sfunc_ftype.
2842 (_initialize_remote): Update `set remote Z-packet'
2843 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
2844 (show_remote_protocol_e_packet_cmd): Ditto.
2845 (show_remote_protocol_E_packet_cmd): Ditto.
2846 (show_remote_protocol_P_packet_cmd): Ditto.
2847 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
2848 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
2849 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
2850 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
2851 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
2852 (show_remote_protocol_Z_packet_cmd): Ditto.
2853 (show_remote_protocol_binary_download_cmd): Ditto.
2854 (show_remote_cmd): Pass NULL to all of above.
2855
fc08ec52
MK
28562002-06-15 Mark Kettenis <kettenis@gnu.org>
2857
2858 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
2859 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
2860 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
2861 POP_FRAME): Remove defines.
2862 (i386_push_arguments, i386_store_struct_return,
2863 i386_extract_return_value, i386_store_return_value,
2864 i386_extract_struct_value_address, i386_push_dummy_frame,
2865 i386_pop_frame): Renove prototypes.
2866 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2867 macros mentioned above.
2868
e707bbc2
AC
28692002-06-15 Andrew Cagney <ac131313@redhat.com>
2870
2871 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
2872 add_set_boolean_cmd.
2873 (add_setshow_cmd): New function.
2874 * command.h (add_setshow_boolean_cmd): Replace
2875 add_set_boolean_cmd.
2876 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
2877 and ``set rdiromatzero''.
2878 * maint.c (_initialize_maint_cmds): Update commented out code.
2879 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
2880 * target.c (initialize_targets): Update `set
2881 trust-readonly-sections'.
2882 * remote.c (_initialize_remote): Update `set remotebreak'.
2883
42fdc8df
MK
28842002-06-15 Mark Kettenis <kettenis@gnu.org>
2885
93924b6b
MK
2886 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
2887 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
2888 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
2889 fit into multi-arch framework.
2890 (i386_breakpoint_from_pc): New function.
2891 (i386_gdbarch_init): Adjust for removal of the macros mentioned
2892 above.
2893
42fdc8df
MK
2894 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
2895 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
2896 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
2897 (i386_frameless_function_invocation, i386_frame_num_args,
2898 i386_frame_init_saved_regs): Remove prototypes.
2899 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2900 macros mentioned above.
2901
9773a94b
AC
29022002-06-15 Andrew Cagney <ac131313@redhat.com>
2903
2904 * cli/cli-decode.c (set_cmd_cfunc): Update.
2905 (set_cmd_sfunc): Update.
2906 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
2907 (set_cmd_sfunc, set_cmd_cfunc): Update.
2908 * cli/cli-decode.h: Update.
2909
6e157172
MK
29102002-06-15 Mark Kettenis <kettenis@gnu.org>
2911
2912 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
2913 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
2914
7f19b9a2
AC
29152002-06-15 Andrew Cagney <ac131313@redhat.com>
2916
2917 * defs.h (auto_boolean): Declare enum.
2918 * command.h (cmd_auto_boolean): Delete enum.
2919 * mips-tdep.c (mask_address_var): Update.
2920 (mips_mask_address_p): Update.
2921 (show_mask_address): Update.
2922 * remote.c (struct packet_config): Update.
2923 (update_packet_config): Update.
2924 (show_packet_config_cmd): Update.
2925 (packet_ok): Update.
2926 (add_packet_config_cmd): Update.
2927 (_initialize_remote):
2928 * command.h: Update.
2929 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
2930 (do_setshow_command): Update.
2931 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
2932 * cli/cli-decode.h: Update.
2933
1cf88de5
MK
29342002-06-15 Mark Kettenis <kettenis@gnu.org>
2935
22ba8cf2
MK
2936 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
2937 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
2938 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
2939 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
2940 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
2941 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
2942
762c5349
MK
2943 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
2944 list of DJGPP COFF targets.
2945
091198bb
MK
2946 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
2947 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
2948 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
2949 (FP0_REGNUM): Remove define.
2950 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
2951 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
2952 (i386_register_virtual_size): Remove protoype.
2953 * i386-tdep.c (i386_register_virtual_size): Removed.
2954 (i386_extract_return_value, i386_store_return_value): Use
2955 FP0_REGNUM instead of NUM_FREGS to determine whether the
2956 floating-point registers are available.
2957 (i386_gdbarch_init): Tweak FIXME about FPU registers.
2958 Adjust for removal of macros mentioned above.
2959
29602002-06-15 Mark Kettenis <kettenis@gnu.org>
2961
fcc9bf01
MK
2962 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
2963 comments.
2964 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
2965 Remove prototypes.
2966 (supply_gregset, fill_gregset): Remove use of register keyword and
2967 remove declaration for regmap. Use I386_NUM_GREGS instead of
2968 NUM_REGS and NUM_FREGS.
2969 (FPREGSET_FSAVE_OFFSET): Remove.
2970 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
2971 NUM_FREGS to determine whether the floating-point registers are
2972 available.
2973
65e78234
MK
2974 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
2975 gnu_store_registers): Replace usage of NUM_GREGS with
2976 I386_NUM_GREGS.
2977
98df6387
MK
2978 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
2979 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
2980 usage of NUM_GREGS with I386_NUM_GREGS.
2981
099a9414
MK
2982 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
2983
57976e88
MK
2984 * i386bsd-nat.c: Include "i386-tdep.h".
2985 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
2986 I386_NUM_GREGS.
2987
b335f4a6
MK
2988 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
2989 and associated comment. They no longer make any sense, since we
2990 don't use this file anymore on Linux.
2991
1cf88de5
MK
2992 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
2993 * i386-tdep.c (i386_register_offset, i386_register_size): Use
2994 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
2995 elements in these arrays.
2996 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
2997 MAX_NUM_REGS.
2998
daa66587
MK
29992002-06-15 Mark Kettenis <kettenis@gnu.org>
3000
3001 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3002 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3003
26e9b323
AC
30042002-06-14 Andrew Cagney <cagney@redhat.com>
3005
3006 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3007 EXTRACT_RETURN_VALUE.
3008 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3009 EXTRACT_STRUCT_VALUE_ADDRESS.
3010 * gdbarch.h, gdbarch.c: Regenerate.
3011
3012 * values.c (value_being_returned): Handle
3013 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3014 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3015
3016 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3017 * arm-tdep.c (arm_gdbarch_init): Update.
3018 * avr-tdep.c (avr_gdbarch_init): Update.
3019 * cris-tdep.c (cris_gdbarch_init): Update.
3020 * d10v-tdep.c (d10v_gdbarch_init): Update.
3021 * ia64-tdep.c (ia64_gdbarch_init): Update.
3022 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3023 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3024 * s390-tdep.c (s390_gdbarch_init): Update.
3025 * sh-tdep.c (sh_gdbarch_init): Update.
3026 * s390-tdep.c (s390_gdbarch_init): Update.
3027 * sparc-tdep.c (sparc_gdbarch_init): Update.
3028 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3029 * v850-tdep.c (v850_gdbarch_init): Update.
3030 * vax-tdep.c (vax_gdbarch_init): Update.
3031 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3032 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3033
3034 * config/arc/tm-arc.h: Update.
3035 * config/d30v/tm-d30v.h: Update.
3036 * config/fr30/tm-fr30.h: Update.
3037 * config/h8300/tm-h8300.h: Update.
3038 * config/h8500/tm-h8500.h: Update.
3039 * config/i386/tm-i386.h: Update.
3040 * config/i386/tm-ptx.h: Update.
3041 * config/i386/tm-symmetry.h: Update.
3042 * config/i960/tm-i960.h: Update.
3043 * config/m32r/tm-m32r.h: Update.
3044 * config/m68k/tm-delta68.h: Update.
3045 * config/m68k/tm-linux.h: Update.
3046 * config/m68k/tm-m68k.h: Update.
3047 * config/m88k/tm-m88k.h: Update.
3048 * config/mcore/tm-mcore.h: Update.
3049 * config/mips/tm-mips.h: Update.
3050 * config/mn10200/tm-mn10200.h: Update.
3051 * config/pa/tm-hppa.h: Update.
3052 * config/pa/tm-hppa64.h: Update.
3053 * config/sparc/tm-sp64.h: Update.
3054 * config/sparc/tm-sparc.h: Update.
3055 * config/sparc/tm-sparclet.h: Update.
3056 * config/z8k/tm-z8k.h: Update.
3057
5179e78f
AC
30582002-06-14 Andrew Cagney <cagney@redhat.com>
3059
3060 * Makefile.in (i386_linux_tdep_h): Define.
3061 (i386_tdep_h, i387_tdep_h): Define.
3062 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3063 $(i386_tdep_h) and $(i387_tdep_h).
3064 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3065
8201327c
MK
30662002-06-14 Mark Kettenis <kettenis@gnu.org>
3067
edf393ac
MK
3068 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3069 Already covered by the default.
3070
896fb97d
MK
3071 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3072 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3073 (i386_gdbarch_init): Initialize long_double_format and long_double
3074 bit.
3075
8201327c
MK
3076 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3077 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3078 Move these to ...
3079 * config/i386/i386sol2.mh: ... here.
3080 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3081 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3082 (SIGCONTEXT_PC_OFFSET): Remove define.
3083 (IN_SIGTRAMP): Remove define.
3084 * i386-sol2-tdep.c: New file.
3085
3086 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3087 * config/i386/tm-i386nw.h: Removed.
3088
3089 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3090 USE_STRUCT_CONVENTION): Remove defines.
3091 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3092 (get_longjmp_target): Remove prototype.
3093 (IN_SIGTRAMP): Remove define.
3094 (i386bsd_in_sigtramp): Remove prototype.
3095 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3096 function. Update comment accordingly
3097 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3098 (FRAME_SAVED_PC): Remove define.
3099 (i386bsd_frame_saved_pc): Remove prototype.
3100 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3101 GET_LONGJMP_TARGET): Remove defines.
3102 (get_longjmp_target): Remove prototype.
3103 (IN_SIGTRAMP): Remove define.
3104 (i386bsd_in_sigtramp): Remove prototype.
3105 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3106 function. Update comment accordingly
3107 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3108 (FRAME_SAVED_PC): Remove define.
3109 (i386bsd_frame_saved_pc): Remove prototype.
3110 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3111 Remove prototype.
3112 (USE_STRUCT_CONVENTION): Remove prototype.
3113 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3114 declaration.
3115 (_initialize_i386bsd_nat): Revise logic to determine some
3116 constants at compile time when compiling a native GDB. Warn if
3117 things don't match up with what we expect.
3118 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3119 Remove variables.
3120 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3121 to use date stored in `struct gdbarch_tdep'.
3122 (i386bsd_sigcontext_offset): Remove varaible.
3123 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3124 stored in `struct gdbarch_tdep'.
3125 (i386bsd_frame_saved_pc): Make static.
3126 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3127 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3128 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3129 i386fbsd4_sc_pc_offset): New variables.
3130 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3131 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3132 functions.
3133 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3134 functions.
3135 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3136 Modify the value of i386fbsd_sigtramp_start and
3137 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3138 i386fbsd_sigtramp_end.
3139 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3140 function.
3141
3142 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3143 define to i386-linux-tdep.h.
3144 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3145 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3146 defines.
3147 (i386_linux_register_name, i386_linux_register_byte,
3148 i386_linux_register_raw_size): Remove prototypes.
3149 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3150 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3151 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3152 TARGET_WRITE_PC): Remove defines.
3153 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3154 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3155 i386_linux_write_pc): Remove prototypes.
3156 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3157 (get_longjmp_target): Remove prototype.
3158 * i386-linux-tdep.h: New file.
3159 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3160 * i386-linux-tdep.c: Include "i386-tdep.h" and
3161 "i386-linux-tdep.h".
3162 (i386_linux_register_name, i386_linux_register_byte,
3163 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3164 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3165 Make static.
3166 (i386_linux_init_abi): New function.
3167 (_initialize_i386_linux_tdep): New function.
3168
3169 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3170 (i386_saved_pc_after_call): Remove prototype.
3171 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3172 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3173 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3174 (i386_register_name, i386_stab_reg_to_regnum,
3175 i386_dwarf_reg_to_regnum): Remove prototypes.
3176 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3177 SIZEOF_SSE_REGS): Remove defines.
3178 (REGISTER_BYTES): Remove define.
3179 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3180 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3181 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3182 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3183 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3184 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3185 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3186 (get_longjmp_target): Remove prototype.
3187 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3188 (sigtramp_saved_pc): Remove define.
3189 (i386v4_sigtramp_saved_pc): Remove prototype.
3190 * config/i386/tm-go32.h (FRAME_CHAIN,
3191 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3192 (i386go32_frame_saved_pc): Remove prototype.
3193 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3194 (get_longjmp_target): Remove prototype.
3195 * i386-tdep.h: Include "osabi.h".
3196 (enum i386_abi): Removed.
3197 (enum struct_return): New enum.
3198 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3199 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3200 sc_pc_offset members.
3201 (i386_gdbarch_register_os_abi): Remove prototype.
3202 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3203 I386_SSE_NUM_REGS): New defines.
3204 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3205 I386_SSE_SIZEOF_REGS): New defines.
3206 (i386_register_name, i386_register_byte, i386_register_raw_size):
3207 New prototypes.
3208 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3209 (i386bsd_sigtramp_saved_pc): New prototype.
3210 * i386-tdep.c: Don't include "elf-bfd.h".
3211 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3212 i386_frame_chain, i386_saved_pc_after_call): Make static.
3213 (i386_frame_saved_pc): Rewrite to call architecture dependent
3214 function to deal with signal handlers. Make static.
3215 (i386go32_frame_saved_pc): Removed.
3216 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3217 Removed.
3218 (i386_get_longjmp_target): New function.
3219 (default_struct_convention, pcc_struct_convention,
3220 reg_struct_convention, valid_conventions, struct_convention): New
3221 variables.
3222 (i386_use_struct_convention): New function.
3223 (i386v4_sigtramp_saved_pc): Renamed to
3224 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3225 (i386_pc_in_sigtramp): New function.
3226 (i386_abi_names): Removed.
3227 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3228 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3229 Removed.
3230 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3231 i386_gdbarch_register_os_abi): Removed.
3232 (struct i386_abi_handler): Removed.
3233 (i386_abi_handler_list): Removed.
3234 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3235 functions.
3236 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3237 i386_nw_init_abi): New functions.
3238 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3239 Use set_gdbarch_xxx() calls instead of relying on macros for a
3240 number of calls.
3241 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3242 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3243 Register the various architecture variants defined in this file.
3244
ad2f7632
DJ
32452002-06-14 Daniel Jacobowitz <drow@mvista.com>
3246
3247 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3248 (struct main_type): Remove arg_types member. Update comments for
3249 struct field.
3250 (TYPE_ARG_TYPES): Remove.
3251 (TYPE_FN_FIELD_ARGS): Update.
3252 (smash_to_method_type): Update prototype.
3253
3254 * c-typeprint.c (cp_type_print_method_args): Take method type
3255 instead of argument list. Use new argument layout. Simplify.
3256 (c_type_print_args): Use new argument layout. Simplify.
3257 (c_type_print_base): Update call to cp_type_print_method_args.
3258 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3259 argument; use die->type instead. Update call to
3260 smash_to_method_type.
3261 (read_structure_scope): Update call to dwarf2_add_member_fn.
3262 * gdbtypes.c (allocate_stub_method): Update comment.
3263 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3264 Use new argument layout.
3265 (check_stub_method): Use new argument layout. Don't count
3266 void as an argument.
3267 (print_arg_types): Update comments. Use new argument layout.
3268 (recursive_dump_type): Don't print arg_types member.
3269 * hpread.c (hpread_read_struct_type): Use new argument layout.
3270 (fixup_class_method_type): Likewise.
3271 (hpread_type_lookup): Likewise.
3272 * stabsread.c (read_type): Update calls to read_args and
3273 smash_to_method_type.
3274 (read_args): Use new argument layout. Simplify.
3275 * valops.c (typecmp): Use new argument layout. Update parameters
3276 and comments. Simplify.
3277 (hand_function_call): Use new argument layout.
3278 (search_struct_method): Update call to typecmp.
3279 (find_overload_match): Use new argument layout.
3280
6da02953
DJ
32812002-06-13 Daniel Jacobowitz <drow@mvista.com>
3282
3283 * NEWS: Mention multithreaded debug support for gdbserver.
3284
519b2366
DJ
32852002-06-13 Daniel Jacobowitz <drow@mvista.com>
3286
3287 * MAINTAINERS: Mention NEWS.
3288
a7f48742
DJ
32892002-06-13 Daniel Jacobowitz <drow@mvista.com>
3290
3291 * gdbserver/regcache.c: Add comment.
3292
6c0d6680
DJ
32932002-06-13 Daniel Jacobowitz <drow@mvista.com>
3294
3295 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3296 (struct mips_objfile_private, compare_pdr_entries): New.
3297 (non_heuristic_proc_desc): Read the ".pdr" section if it
3298 is present.
3299
6529d2dd
AC
33002002-06-12 Andrew Cagney <ac131313@redhat.com>
3301
3302 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3303 (arm_debug): New static variable.
3304 (_initialize_arm_tdep): Add ``set debug arm'' command.
3305
26216b98
AC
33062002-06-12 Andrew Cagney <ac131313@redhat.com>
3307
3308 * Makefile.in (sim_arm_h): Define.
3309 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3310 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3311 (arm_register_sim_regno): New function, map an internal REGNUM
3312 onto a simulator register number.
3313 (arm_gdbarch_init): Set register_sim_regno.
3314
814b3ba0
AH
33152002-06-09 Aldy Hernandez <aldyh@redhat.com>
3316
3317 * MAINTAINERS: Add self.
3318
475b0867
JB
33192002-06-11 Jim Blandy <jimb@redhat.com>
3320
919d772c
JB
3321 * source.c (source_info): Mention whether the symtab has
3322 information about preprocessor macros.
3323
475b0867
JB
3324 Call the command `info macro', not `show macro'.
3325 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3326 Fix error message.
3327 (_initialize_macrocmd): Register `info_macro_command' in
3328 `infolist', not `showlist'.
3329
9e364162
DJ
33302002-06-11 Daniel Jacobowitz <drow@mvista.com>
3331
3332 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3333 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3334 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3335 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3336 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
3337 unconditionally.
3338 (set_mipsfpu_single_command, set_mipsfpu_double_command)
3339 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3340 (_initialize_mips_tdep): Remove dead code.
3341 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3342 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3343 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3344 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3345 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3346 MIPS_LAST_FP_ARG_REGNUM): Remove.
3347
33482002-06-11 Daniel Jacobowitz <drow@mvista.com>
3349
3350 * gdbserver/thread-db.c: New file.
3351 * gdbserver/proc-service.c: New file.
3352 * gdbserver/acinclude.m4: New file.
3353 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3354 proc-service.o, and thread-db.o.
3355 (linux-low.o): Add USE_THREAD_DB.
3356 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3357 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3358 * gdbserver/aclocal.m4: Regenerated.
3359 * gdbserver/config.in: Regenerated.
3360 * gdbserver/configure: Regenerated.
3361 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3362 thread_db.h, and linux/elf.h headrs.
3363 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3364 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
3365 Check for -lthread_db and thread support.
3366 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3367 PowerPC, and SuperH.
3368 * gdbserver/i387-fp.c: Constify arguments.
3369 * gdbserver/i387-fp.h: Likewise.
3370 * gdbserver/inferiors.c: (struct thread_info): Renamed from
3371 `struct inferior_info'. Remove PID member. Use generic inferior
3372 list header. All uses updated.
3373 (inferiors, signal_pid): Removed.
3374 (all_threads): New variable.
3375 (get_thread): Define.
3376 (add_inferior_to_list): New function.
3377 (for_each_inferior): New function.
3378 (change_inferior_id): New function.
3379 (add_inferior): Removed.
3380 (remove_inferior): New function.
3381 (add_thread): New function.
3382 (free_one_thread): New function.
3383 (remove_thread): New function.
3384 (clear_inferiors): Use for_each_inferior and free_one_thread.
3385 (find_inferior): New function.
3386 (find_inferior_id): New function.
3387 (inferior_target_data): Update argument type.
3388 (set_inferior_target_data): Likewise.
3389 (inferior_regcache_data): Likewise.
3390 (set_inferior_regcache_data): Likewise.
3391 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3392 (all_processes, stopping_threads, using_thrads)
3393 (struct pending_signals, debug_threads, pid_of): New.
3394 (inferior_pid): Replace with macro.
3395 (struct inferior_linux_data): Remove.
3396 (get_stop_pc, add_process): New functions.
3397 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3398 Use add_process and add_thread.
3399 (linux_attach_lwp): New function, based on old linux_attach. Use
3400 add_process and add_thread. Set stop_expected for new threads.
3401 (linux_attach): New function.
3402 (linux_kill_one_process): New function.
3403 (linux_kill): Kill all LWPs.
3404 (linux_thread_alive): Use find_inferior_id.
3405 (check_removed_breakpoints, status_pending_p): New functions.
3406 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3407 Update. Use WNOHANG. Wait for cloned processes also. Update process
3408 struct for the found process.
3409 (linux_wait_for_event): New function.
3410 (linux_wait): Use it. Support LWPs.
3411 (send_sigstop, wait_for_sigstop, stop_all_processes)
3412 (linux_resume_one_process, linux_continue_one_process): New functions.
3413 (linux_resume): Support LWPs.
3414 (REGISTER_RAW_SIZE): Remove.
3415 (fetch_register): Use register_size instead. Call supply_register.
3416 (usr_store_inferior_registers): Likewise. Call collect_register.
3417 Fix recursive case.
3418 (regsets_fetch_inferior_registers): Improve error message.
3419 (regsets_store_inferior_registers): Add debugging.
3420 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3421 (unstopped_p, linux_signal_pid): New functions.
3422 (linux_target_ops): Add linux_signal_pid.
3423 (linux_init_signals): New function.
3424 (initialize_low): Call it. Initialize using_threads.
3425 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3426 flag.
3427 (get_regcache): Fetch registers lazily. Add fetch argument
3428 and update all callers.
3429 (regcache_invalidate_one, regcache_invalidate): New
3430 functions.
3431 (new_register_cache): Renamed from create_register_cache.
3432 Return the new regcache.
3433 (free_register_cache): Change argument to a void *.
3434 (registers_to_string, registers_from_string): Call get_regcache
3435 with fetch flag set.
3436 (register_data): Make static. Pass fetch flag to get_regcache.
3437 (supply_register): Call get_regcache with fetch flag clear.
3438 (collect_register): Call get_regcache with fetch flag set.
3439 (collect_register_as_string): New function.
3440 * gdbserver/regcache.h: Update.
3441 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3442 stderr.
3443 Handle input interrupts while waiting for an ACK.
3444 (input_interrupt): Use signal_pid method.
3445 (getpkt): Flush after debug output and use stderr.
3446 (outreg): Use collect_register_as_string.
3447 (new_thread_notify, dead_thread_notify): New functions.
3448 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3449 and general_thread.
3450 (look_up_one_symbol): Flush after debug output.
3451 * gdbserver/server.c (step_thread, server_waiting): New variables.
3452 (start_inferior): Don't use signal_pid. Update call to mywait.
3453 (attach_inferior): Update call to mywait.
3454 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3455 (main): Don't fetch/store registers explicitly. Use
3456 set_desired_inferior. Support proposed ``Hs'' packet. Update
3457 calls to mywait.
3458 * gdbserver/server.h: Update.
3459 (struct inferior_list, struct_inferior_list_entry): New.
3460 * gdbserver/target.c (set_desired_inferior): New.
3461 (write_inferior_memory): Constify.
3462 (mywait): New function.
3463 * gdbserver/target.h: Update.
3464 (struct target_ops): New signal_pid method.
3465 (mywait): Removed macro, added prototype.
3466
3467 * gdbserver/linux-low.h (regset_func): Removed.
3468 (regset_fill_func, regset_store_func): New.
3469 (enum regset_type): New.
3470 (struct regset_info): Add type field. Use new operation types.
3471 (struct linux_target_ops): stop_pc renamed to get_pc.
3472 Add decr_pc_after_break and breakpoint_at.
3473 (get_process, get_thread_proess, get_process_thread)
3474 (strut process_info, all_processes, linux_attach_lwp)
3475 (thread_db_init): New.
3476
3477 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3478 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3479 (the_low_target): Add new members.
3480 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3481 (i386_store_fpxregset): Constify.
3482 (target_regsets): Add new kind identifier.
3483 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3484 (i386_set_pc): Add debugging.
3485 (i386_breakpoint_at): New function.
3486 (the_low_target): Add new members.
3487 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3488 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3489 (mips_breakpoint_at): New.
3490 (the_low_target): Add new members.
3491 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3492 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3493 (the_low_target): Add new members.
3494 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3495 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3496 (the_low_target): Add new members.
3497 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3498 identifier.
3499
23aa4c72
ML
35002002-06-11 Michal Ludvig <mludvig@suse.cz>
3501
3502 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3503 (unwind_tmp_obstack_free, parse_frame_info)
3504 (update_context, cfi_read_fp, cfi_write_fp)
3505 (cfi_frame_chain, cfi_init_extra_frame_info)
3506 (cfi_virtual_frame_pointer): Use the above function.
264d1763 3507 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 3508
70eb15a4
CV
35092002-06-11 Corinna Vinschen <vinschen@redhat.com>
3510
3511 * v850-tdep.c (v850_type_is_scalar): New function.
3512 (v850_use_struct_convention): Match current gcc implementation
3513 as close as possible.
3514 (v850_push_arguments): Fix stack_offset handling. Don't write
3515 struct_addr into register. This is done by v850_store_struct_return.
3516 (v850_extract_return_value): Care for structs.
3517 (v850_store_return_value): Ditto.
3518 (v850_store_struct_return): Actually write address.
3519
482a4d06
ML
35202002-06-11 Michal Ludvig <mludvig@suse.cz>
3521
3522 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3523 without debug information too.
3524
d855c300
AC
35252002-06-10 Andrew Cagney <ac131313@redhat.com>
3526
3527 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3528 Make multi-arch pure.
3529 * gdbarch.h, gdbarch.c: Re-generate.
3530 * arm-tdep.c (arm_print_float_info): Update.
3531 * arch-utils.h (default_print_float_info): Update.
3532 * arch-utils.c (default_print_float_info): Update.
3533 * infcmd.c (float_info): Update call.
3534
dd12a101
AC
35352002-06-10 Andrew Cagney <ac131313@redhat.com>
3536
3537 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3538 the front of the initialize list.
3539
101dcfbe
AC
35402002-06-10 Andrew Cagney <ac131313@redhat.com>
3541
3542 * infrun.c (struct inferior_status): Replace fields
3543 selected_frame_address and selected_level with field
3544 selected_frame_id.
3545 (save_inferior_status): Update. Use get_frame_id.
3546 (struct restore_selected_frame_args): Delete.
3547 (restore_selected_frame): Update. Use frame_find_by_id.
3548 (restore_inferior_status): Update.
3549
3550 * breakpoint.h (struct breakpoint): Change type of
3551 watchpoint_frame to frame_id.
3552 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3553 call to get_current_frame.
3554 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3555 get_current_frame.
3556 (watchpoint_check): Use frame_find_by_id.
3557
3558 * frame.h (record_selected_frame): Delete declaration.
3559 * stack.c (record_selected_frame): Delete function.
3560
3561 * frame.h (struct frame_id): Define.
3562 (get_frame_id): Declare.
3563 (frame_find_by_id): Declare.
3564 * frame.c (frame_find_by_id): New function.
3565 (get_frame_id): New function.
3566
304270b6
AV
35672002-06-10 Andrey Volkov <avolkov@transas.com>
3568
3569 * ser-e7kpc.c: Fix duplicated define and call of
3570 _initialize_ser_e7000pc
3571
2f2cf184
DJ
35722002-06-09 Daniel Jacobowitz <drow@mvista.com>
3573
3574 * signals/signals.c (target_signal_from_host): Fix #ifdef
3575 SIGRTMIN case.
3576 (do_target_signal_to_host): Likewise.
3577
caaa3122
DJ
35782002-06-09 Daniel Jacobowitz <drow@mvista.com>
3579
3580 * mips-tdep.c (mips_find_abi_section): New function.
3581 (mips_gdbarch_init): Call it.
3582
6ac5df3a
MK
35832002-06-09 Mark Kettenis <kettenis@gnu.org>
3584
3585 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3586 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3587 after Andrew's 2002-06-08 gdbarch change.
3588
82ea117a
MK
35892002-06-09 Mark Kettenis <kettenis@gnu.org>
3590
3591 * i386-linux-nat.c (suppy_gregset): Don't supply
3592 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3593 register cache.
3594 (fill_gregset): Don't fetch it under the same circumstances.
3595
3c25f8c7
AC
35962002-06-09 Andrew Cagney <cagney@redhat.com>
3597
3598 * Makefile.in (callback_h): Define.
3599 (remote_sim_h): Update path to remote-sim.h.
3600 (remote-rdp.o): Add $(callback_h).
3601 (remote-sim.o): Use $(callback_h).
3602 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3603 * remote-rdp.c: Include "gdb/callback.h".
3604
1029b7fa
MK
36052002-06-09 Mark Kettenis <kettenis@gnu.org>
3606
3607 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3608 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3609
616675d3
AC
36102002-06-08 Andrew Cagney <ac131313@redhat.com>
3611
a3efda28
AC
3612 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3613 * rdi-share/serpardr.c: Ditto.
3614 * rdi-share/unixcomm.c: Ditto.
3615 * rdi-share/serdrv.c: Ditto.
3616 * rdi-share/hostchan.h: Ditto.
3617 * rdi-share/hostchan.c: Ditto.
3618 * rdi-share/host.h: Ditto.
3619 * rdi-share/devsw.c: Ditto.
3620
c5f10366
AC
3621 * objfiles.h: Change type of obj_private to void pointer.
3622 * pa64solib.c: Update copyright. Don't include "assert.h", use
3623 strcmp instead of STREQ, use LONGEST, do not use PTR
3624 * somsolib.c: Ditto.
3625
616675d3
AC
3626 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3627 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3628 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3629
e4b415d9
AC
36302002-06-08 Andrew Cagney <ac131313@redhat.com>
3631
3632 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3633 (default_get_saved_register): Delete function.
3634 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3635 generic_unwind_get_saved_register.
3636 * gdbarch.h, gdbarch.c: Re-generate.
3637
ca0d0b52
AC
36382002-06-08 Andrew Cagney <ac131313@redhat.com>
3639
3640 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3641 generic_func_frame_chain_valid.
3642 * gdbarch.h, gdbarch.c: Re-generate.
3643 * blockframe.c (generic_func_frame_chain_valid): Only check
3644 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3645 passing FP to PC_IN_CALL_DUMMY.
3646 Fix PR gdb/360.
3647
76860b5f
AC
36482002-06-08 Andrew Cagney <ac131313@redhat.com>
3649
3650 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3651 (register_gdbarch_data): Initialize init_p.
3652 (gdbarch_data): Initialize data pointer using the init function.
3653 (init_gdbarch_data): Delete function.
3654 (gdbarch_update_p): Update.
3655 (initialize_non_multiarch): Update.
3656 (struct gdbarch): Add field initialized_p.
3657 * gdbarch.h, gdbarch.c: Re-generate.
3658
8dda9770
ML
36592002-06-07 Michal Ludvig <mludvig@suse.cz>
3660
3661 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3662 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3663 better do the things actually here.
3664 * x86-64-tdep.c (x86_64_register_name2nr): New.
3665 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3666 (x86_64_gdbarch_init): Respect the above change.
3667 * x86-64-tdep.h (x86_64_register_name2nr)
3668 (x86_64_register_nr2name): Add prototypes.
3669 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3670
3d79a47c
MS
36712002-06-06 Michael Snyder <msnyder@redhat.com>
3672
7bd91a28
MS
3673 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3674 Delete extra braces and re-indent.
3675 (d10v_store_return_value): Char return values
3d79a47c
MS
3676 must be shifted over by one byte in R0.
3677 (d10v_extract_return_value): Delete extra braces, re-indent.
3678
095a4c96
EZ
36792002-06-06 Elena Zannoni <ezannoni@redhat.com>
3680
3681 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3682 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3683 (d10v_integer_to_address): Rewrite.
3684 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3685 the d10v specific functions which take care of converting to the
3686 correct space.
3687
e8a77ca4
EZ
36882002-06-06 Elena Zannoni <ezannoni@redhat.com>
3689
3690 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3691 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3692
4f2e4a4f
AC
36932002-06-02 Andrew Cagney <ac131313@redhat.com>
3694
3695 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3696 includes.
3697 * config/tm-linux.h: Ditto.
3698 * config/alpha/tm-alphalinux.h: Ditto.
3699 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3700 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3701 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3702 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3703 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3704 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3705 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3706 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3707 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3708 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3709 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3710 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3711 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3712 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3713 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3714 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3715 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3716 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3717 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3718 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3719 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3720 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3721 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3722 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3723 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3724 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3725 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3726 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3727 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3728 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3729 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3730 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3731 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3732 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3733 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3734 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3735 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3736
ae2ab2ce
AS
37372002-05-04 Aidan Skinner <aidan@velvet.net>
3738
3739 * ada-exp.tab.c: New file
3740 * ada-exp.y: New file
3741 * ada-lang.c: New file
3742 * ada-lang.h: New file
3743 * ada-lex.c: New file
3744 * ada-lex.l: New file
3745 * ada-tasks.c: New file
3746 * ada-typeprint.c: New file
3747 * ada-valprint.c: New file
3748
0ddd0135
JT
37492002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3750
3751 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3752 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3753
750fbacc
JT
37542002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3755
3756 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3757 insetead of ppc-linux-tdep.o.
3758 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3759 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3760
df94e18a
AC
37612002-06-02 Andrew Cagney <ac131313@redhat.com>
3762
3763 2002-05-07 Christian Groessler <chris@groessler.org>
3764 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3765 bit register contents for little endian hosts.
3766
1a38ab75
AC
37672002-06-01 Andrew Cagney <ac131313@redhat.com>
3768
3769 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3770 any maintainer.
3771
8b1632ac
AC
37722002-06-01 Andrew Cagney <ac131313@redhat.com>
3773
3774 * gdbarch.h: Regenerate.
3775
627054c8
AC
37762002-06-01 Andrew Cagney <ac131313@redhat.com>
3777
3778 * MAINTAINERS: Add everyone to write-after-approval list.
3779
4f460812
AC
37802002-06-01 Andrew Cagney <ac131313@redhat.com>
3781
3782 * stack.c (frame_info): Use frame_register_unwind instead of
3783 saved_regs. Mention when the SP is on the stack or in a register.
3784
3785 * frame.h (frame_register_unwind_ftype): Define. Document.
3786 (struct frame_info): Add field register_unwind and
3787 register_unwind_cache.
3788 (frame_register_unwind): Declare.
3789 (generic_unwind_get_saved_register): Declare.
3790
3791 * frame.c (frame_register_unwind): New function.
3792 (generic_unwind_get_saved_register): New function.
3793
3794 * blockframe.c (generic_call_dummy_register_unwind): New function.
3795 (frame_saved_regs_register_unwind): New function.
3796 (set_unwind_by_pc): New function.
3797 (create_new_frame): New function.
3798 (get_prev_frame): New function.
3799
de888f76
AC
38002002-05-30 Andrew Cagney <ac131313@redhat.com>
3801
3802 * a29k-share/: Delete directory.
3803 * remote-vx29k.c: Delete file.
3804
2f2c3626
JT
38052002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3806
3807 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3808 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3809
9ce5c36a
JT
38102002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3811
3812 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3813 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3814 (sparc64nbsd-nat.o)
3815 (sparcnbsd-nat.o)
3816 (sparcnbsd-tdep.o): New dependency lists.
3817 * NEWS: Note new UltraSPARC NetBSD native configuration.
3818 * configure.host (sparc64-*-netbsd*): New host.
3819 * configure.tgt (sparc-*-netbsdelf*)
3820 (sparc-*-netbsd*): Set gdb_target to nbsd.
3821 (sparc64-*-netbsd*): New target.
3822 * sparc64nbsd-nat.c: New file.
3823 * sparcnbsd-nat.c: New file.
3824 * sparcnbsd-tdep.c: New file.
3825 * sparcnbsd-tdep.h: New file.
3826 * config/sparc/nbsd.mt: New file.
3827 * config/sparc/nbsd64.mh: New file.
3828 * config/sparc/nbsd64.mt: New file.
3829 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
3830 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3831 (HOST_IPC): Remove.
3832 * config/sparc/nbsdaout.mt: Remove.
3833 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
3834 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3835 (HOST_IPC): Remove.
3836 * config/sparc/nbsdelf.mt: Remove.
3837 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
3838 sparc-nat.c compatiblity defines.
3839 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
3840 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
3841 * config/sparc/tm-nbsd64.h: New file.
3842 * config/sparc/tm-nbsdaout.h: Remove.
3843 * config/sparc/xm-nbsd.h: Remove.
3844
ef3cf062
JT
38452002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3846
3847 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
3848 * sparc-tdep.c: Include osabi.h.
3849 (gdbarch_tdep): Add osabi member.
3850 (_initialize_sparc_tdep): Use gdbarch_register.
3851 (sparc_gdbarch_init): Use generic OS ABI framework.
3852 (sparc_dump_tdep): New function.
3853
ee8ff470
KB
38542002-05-30 Kevin Buettner <kevinb@redhat.com>
3855
3856 * corefile.c (do_captured_read_memory_integer): Return non-zero
3857 result.
3858 (safe_read_memory_integer): Copy result of memory read when
3859 status is non-zero. Also, add comments.
3860
7b112f9c
JT
38612002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
3862
3863 * Makefile.in (ppc_tdep_h): Define.
3864 (ppc-linux-nat.o)
3865 (ppc-linux-tdep.o)
3866 (rs6000-tdep.o): Use $(ppc_tdep_h).
3867 (ppc-sysv-tdep.o)
3868 (ppcnbsd-nat.o)
3869 (ppcnbsd-tdep.o): New dependency lists.
3870 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
3871 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
3872 (ppc_linux_init_abi): New functions.
7b112f9c
JT
3873 (ppc_sysv_abi_broken_use_struct_convention)
3874 (ppc_sysv_abi_use_struct_convention)
3875 (ppc_sysv_abi_push_arguments): Move to...
3876 * ppc-sysv-tdep.c: ...here.
3877 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
3878 * rs6000-tdep.c (process_note_abi_tag_sections)
3879 (get_elfosabi): Remove.
3880 (rs6000_gdbarch_init): Use generic OS ABI framework.
3881 (rs6000_dump_tdep): New function.
3882 (_initialize_rs6000_tdep): Use gdbarch_register.
3883 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
3884 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3885 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
3886 of ppc-linux-tdep.o.
3887 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
3888 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
3889 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
3890 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
3891 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
3892 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
3893
480dd42a
JB
38942002-05-29 Jim Blandy <jimb@redhat.com>
3895
3896 * macroscope.c (default_macro_scope): Put `void' in empty argument
3897 list.
3898
4182591f
AC
38992002-05-29 Andrew Cagney <ac131313@redhat.com>
3900
3901 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
3902 * arch-utils.c: Include "sim-regno.h".
3903 * gdbarch.sh: Don't include "sim-regno.h".
3904 * gdbarch.h, gdbarch.c: Regenerate.
3905 * sim-regno.h (legacy_register_sim_regno): Move declaration from
3906 here.
3907 * arch-utils.h (legacy_register_sim_regno): To here.
3908 * remote-sim.c (legacy_register_sim_regno): Move function from
3909 here.
3910 * arch-utils.c (legacy_register_sim_regno): To here.
3911
8238d0bf
AC
39122002-05-28 Andrew Cagney <ac131313@redhat.com>
3913
3914 * sim-regno.h: New file.
3915 * Makefile.in (sim_regno_h): Define.
3916 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
3917 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
3918 (legacy_register_sim_regno): New function.
3919 (one2one_register_sim_regno): New function.
3920 (gdbsim_fetch_register): Rewrite.
3921 (gdbsim_store_register): Only store a register when
3922 REGISTER_SIM_REGNO is valid.
3923 * d10v-tdep.c: Include "sim-regno.h".
3924 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
3925 (d10v_ts3_register_sim_regno): Ditto.
3926 * gdbarch.sh: Include "sim-regno.h".
3927 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
3928 * gdbarch.h, gdbarch.c: Regenerate.
3929 * arch-utils.h (default_register_sim_regno): Delete declaration.
3930 * arch-utils.c (default_register_sim_regno): Delete function.
3931
485721b1
JT
39322002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
3933
3934 * ppcnbsd-nat.c: Rewrite.
3935 * ppcnbsd-tdep.c: New file.
3936 * ppcnbsd-tdep.h: New file.
3937 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
3938 solib.o, and solib-svr4.o.
3939 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
3940 nbsd-tdep.o, and corelow.o.
3941
697f244d
AC
39422002-05-28 Andrew Cagney <ac131313@redhat.com>
3943
3944 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
3945 `tr' and `sed'. Mention that `broken' targets are not expected to
3946 build.
3947
f08caad1 39482002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
3949
3950 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
3951 Let PC point right after the prologue before looking up symbols.
3952
3139facc
MH
39532002-05-27 Martin M. Hunt <hunt@redhat.com>
3954
3955 * i386-tdep.c (i386_register_virtual_type): Return
3956 builtin_type_vec128i for SSE registers.
3957
3958 * gdbtypes.h (builtin_type_vec128i): Declare.
3959
3960 * gdbtypes.c (build_builtin_type_vec128i): New function.
3961 (builtin_type_v2_double, builtin_type_v4_int64): New types.
3962 (builtin_type_vec128i): New type for SSE2 128-bit registers.
3963 (build_gdbtypes): Initialize new builtin vector types.
3964 (_initialize_gdbtypes): Register new vector types with gdbarch.
3965
6e3ba3b8
JT
39662002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3967
3968 * MAINTAINERS: ns32k is not longer an obsolete candidate,
3969 since it has been multi-arch'd.
3970 * NEWS: Note that ns32k-*-* is now partial multi-arch.
3971 Move Alpha and VAX multi-arch news entries to same section
3972 as other multi-arch news.
3973
93d5585d
JT
39742002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3975
3976 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
3977 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
3978 static. Rename some register numbers to put them in ns32k-tdep
3979 private namespace.
3980 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
3981 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
3982 functions.
3983 (_initialize_ns32k_tdep): Use gdbarch_register.
3984 * ns32k-tdep.h: New file.
3985 * ns32knbsd-tdep.c: New file.
3986 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
3987 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
3988 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
3989 REGISTER_BYTES, REGISTER_BYTE): Remove.
3990 * config/ns32k/tm-ns32k.h: New file.
3991 * config/ns32k/tm-umax.h: Remove.
3992
efb2c70e
JT
39932002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3994
3995 * ns32k-tdep.c (ns32k_saved_pc_after_call,
3996 ns32k_store_struct_return, ns32k_extract_return_value,
3997 ns32k_store_return_value, ns32k_extract_struct_value_address): New
3998 functions.
3999 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4000 ns32k_saved_pc_after_call.
4001 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4002 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4003 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4004 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4005 ns32k_extract_struct_value_address.
4006
7bcc927b
JT
40072002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4008
4009 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4010 ns32k_fix_call_dummy): New.
4011 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4012 ns32k_call_dummy_words.
4013 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4014 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4015 CALL_DUMMY_NARGS): Remove.
4016 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4017
78f9d765
JT
40182002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4019
4020 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4021 ns32k_frame_saved_pc, ns32k_frame_args_address,
4022 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4023 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4024 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4025 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4026 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4027 (BREAKPOINT): Remove..
4028 (FRAME_CHAIN): Define as ns32k_frame_chain.
4029 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4030 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4031 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4032 (FRAME_FIND_SAVED_REGS): Remove.
4033 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4034 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4035 (POP_FRAME): Define as ns32k_pop_frame.
4036
f2c762e0
JT
40372002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4038
4039 * ns32k-tdep.c (ns32k_register_byte_32082,
4040 ns32k_register_byte_32382, ns32k_register_raw_size,
4041 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4042 functions.
4043 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4044 ns32k_register_byte_32382.
4045 * config/ns32k/tm-umax.h: Update copyright years.
4046 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4047 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4048 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4049 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4050 (ns32k_get_enter_addr): Fix prototype.
4051
af137673
JT
40522002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4053
4054 * ns32k-tdep.c: Update copyright years.
4055 (ns32k_register_name_32082): New function.
4056 (ns32k_register_name_32382): Ditto.
4057 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4058 (REGISTER_NAME): Define as ns32k_register_name_32382.
4059 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4060 (REGISTER_NAME): Define as ns32k_register_name_32082.
4061
a8bc7b56
JB
40622002-05-24 Jim Blandy <jimb@redhat.com>
4063
4064 * dwarf2read.c (free_line_header): Use xfree, not free.
4065
83a45910
JT
40662002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4067
4068 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4069 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4070
0db71247
AC
40712002-05-23 Andrew Cagney <ac131313@redhat.com>
4072
4073 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4074
b9e5e4dd
AC
40752002-05-23 Andrew Cagney <ac131313@redhat.com>
4076
4077 From Ross Alexander at NEC Europe:
4078 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4079
de530e84
MS
40802002-05-23 Michael Snyder <msnyder@redhat.com>
4081
4082 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4083 for input, rather than parse_and_eval_address.
4084
b91b96f4
AC
40852002-05-23 Andrew Cagney <ac131313@redhat.com>
4086
4087 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4088 * Makefile.in (sim_d10v_h): Update definition.
4089
8b279e7a
AC
40902002-05-24 Andrew Cagney <cagney@redhat.com>
4091
4092 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4093 change `2002-05-22 Michael Snyder' below.
4094 (d10v_push_arguments): Ditto.
4095 (d10v_extract_return_value): Ditto.
4096
0a3d0425
JB
40972002-05-23 Jim Blandy <jimb@redhat.com>
4098
4099 * macrotab.c (check_for_redefinition): Don't complain if the new
4100 definition is the same as the previous one. Take more arguments
4101 to allow the comparison.
4102 (macro_define_object, macro_define_function): Pass more arguments
4103 to check_for_redefinition.
4104
78eac43e
MS
41052002-05-22 Michael Snyder <msnyder@redhat.com>
4106
4107 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4108 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4109 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4110 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4111 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4112 Add a temp variable to save a call (and a memory read).
4113 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4114 if possible (so that PC_IN_CALL_DUMMY will work).
4115
9bc1edb8
CV
41162002-05-22 Corinna Vinschen <vinschen@redhat.com>
4117
4118 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4119
005ef3d2
ML
41202002-05-22 Michal Ludvig <mludvig@suse.cz>
4121
4122 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4123 fde->cie_ptr.
4124 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4125 (dwarf2_build_frame_info): Add offset to fde->initial_location
4126 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
4127 (execute_stack_op): Change type of 'result' from ULONGEST to
4128 CORE_ADDR.
005ef3d2 4129
fcf4f891
JT
41302002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4131
4132 * config/alpha/tm-nbsd.h: Include solib.h.
4133
cfef91e4
JT
41342002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4135
4136 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4137 assumptions about the host's byte order.
4138
9964235a
JT
41392002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4140
4141 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4142 to dependency list.
4143 * alphanbsd-tdep.c: Include solib-svr4.h.
4144 * shnbsd-tdep.c: Ditto.
4145
9eeef8ef
JT
41462002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4147
4148 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4149 nbsd-tdep.h to dependency list.
4150 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4151 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4152 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4153 nbsdaout.mh and nbsdelf.mh consistently.
4154 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4155 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4156 nbsdaout.mt and nbsdelf.mh consistently.
4157 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4158 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4159 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4160 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4161 a.out shared library stuff from here...
4162 * config/nm-nbsdaout.h: ...to here.
4163 * config/tm-nbsd.h: Remove.
4164 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4165 * config/arm/nbsd.mh: Remove.
4166 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4167 nbsd-tdep.o.
4168 * config/arm/nbsdaout.mh: New file.
4169 * config/arm/nbsdelf.mh: New file.
4170 * config/arm/nm-nbsdaout.h: New file.
4171 * config/i386/nbsd.mh: Remove.
4172 * config/i386/nbsd.mt: Remove.
4173 * config/i386/nbsdaout.mh: New file.
4174 * config/i386/nbsdaout.mt: New file.
4175 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4176 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4177 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4178 i386_register_u_addr): Remove.
4179 * config/i386/nm-nbsdaout.h: New file.
4180 * config/i386/nm-nbsdelf.h: Remove.
4181 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4182 (USE_STRUCT_CONVENTION): Remove.
4183 * config/i386/tm-nbsdaout.h: New file.
4184 * config/i386/tm-nbsdelf.h: Remove.
4185 * config/m68k/nbsd.mh: Remove.
4186 * config/m68k/nbsd.mt: Remove.
4187 * config/m68k/nbsdaout.mh: New file.
4188 * config/m68k/nbsdaout.mt: New file.
4189 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4190 * config/m68k/nm-nbsdaout.h: New file.
4191 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4192 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4193 * config/ns32k/nbsd.mh: Remove.
4194 * config/ns32k/nbsd.mt: Remove.
4195 * config/ns32k/nbsdaout.mh: New file.
4196 * config/ns32k/nbsdaout.mt: New file.
4197 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4198 * config/ns32k/nm-nbsdaout.h: New file.
4199 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4200 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4201 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4202 (SVR4_SHARED_LIBS): Remove.
4203 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4204 * config/sparc/nbsd.mh: Remove.
4205 * config/sparc/nbsd.mt: Remove.
4206 * config/sparc/nbsdaout.mh: New file.
4207 * config/sparc/nbsdaout.mt: New file.
4208 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4209 * config/sparc/nbsdelf.mt: New file.
4210 * config/sparc/nm-nbsdaout.h: New file.
4211 * config/sparc/nm-nbsdelf.h: Remove.
4212 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4213 * config/sparc/tm-nbsdaout.h: New file.
4214
257ce470
JT
42152002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4216
4217 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4218 mipsnbsd-tdep.c
4219 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4220
76a6d5fe
JT
42212002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4222
4223 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4224 shnbsd-nat.c.
4225 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4226
45888261
JT
42272002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4228
4229 * NEWS: Note new MIPS NetBSD native configuration.
4230 * configure.host (mips*-*-netbsd*): New host.
4231 * configure.tgt (mips*-*-netbsd*): New target.
4232 * mipsnbsd-nat.c: New file.
4233 * mipsnbsd-tdep.c: New file.
4234 * mipsnbsd-tdep.h: New file.
4235 * config/mips/nbsd.mh: New file.
4236 * config/mips/nbsd.mt: New file.
4237 * config/mips/nm-nbsd.h: New file.
4238 * config/mips/tm-nbsd.h: New file.
4239
70f80edf
JT
42402002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4241
4242 * Makefile.in (SFILES): Add osabi.c.
4243 (COMMON_OBS): Add osabi.o.
4244 (osabi.o): New dependency list.
4245 * osabi.c: New file.
4246 * osabi.h: New file.
4247 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4248
4249 * Makefile.in (alpha_tdep_h): Define and use instead of
4250 alpha-tdep.h.
4251 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4252 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4253 Remove.
4254 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4255 * alpha-tdep.h: Include osabi.h.
4256 (alpha_abi): Remove.
4257 (gdbarch_tdep): Use generic OS ABI framework.
4258 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4259 gdbarch_register_osabi.
4260 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4261 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4262 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4263
4264 * Makefile.in (sh_tdep_h): Add osabi.h.
4265 * sh-tdep.h (sh_osabi): Remove.
4266 (gdbarch_tdep): Use generic OS ABI framework.
4267 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4268 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4269 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4270 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4271
4272 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4273 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4274 gdbarch_register_osabi.
4275 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4276 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4277 (get_elfosabi): Rename to...
4278 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4279 ABI framework support routines.
4280 (arm_gdbarch_init): Use generic OS ABI framework.
4281 (arm_dump_tdep): Likewise.
4282 (_initialize_arm_tdep): Likewise.
4283 * arm-tdep.h: Include osabi.h.
4284 (arm_abi): Remove.
4285 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4286 osabi member.
4287 (arm_gdbarch_register_os_abi): Remove prototype.
4288 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4289 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4290
4291 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4292 * mips-tdep.c: Include osabi.h.
4293 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4294 OS ABI framework.
4295
d194345b
KH
42962002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4297
4298 * h8300-tdep.c: Fix formatting.
4299
70c6b0d1
EZ
43002002-05-20 Elena Zannoni <ezannoni@redhat.com>
4301
4302 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4303 printing vector registers.
4304
165b8e33
AC
43052002-05-19 Andrew Cagney <ac131313@redhat.com>
4306
4307 From Fernando Nasser:
4308 * remote.c (remote_async_open_1): Re-throw the exception when the
4309 connection fails.
4310 (remote_cisco_open): Ditto.
4311 (remote_open_1): Ditto.
4312
36918e70
AC
43132002-05-19 Andrew Cagney <ac131313@redhat.com>
4314
4315 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4316 (remote_start_remote): Add uiout parameter. Pass through to
4317 remote_start_remote_dummy.
4318 (remote_open_1): Use catch_exception instead of catch_errors.
4319 (remote_async_open_1): Ditto.
4320 (remote_cisco_open): Ditto.
4321
ae44c0c4
AC
43222002-05-19 Andrew Cagney <ac131313@redhat.com>
4323
4324 * remote.c (remote_start_remote): Replace PTR with void pointer.
4325 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4326 static.
4327
8efe637d
AC
43282002-05-18 Andrew Cagney <ac131313@redhat.com>
4329
4330 * gdb_indent.sh: Allow the script to be run in the sim directory.
4331
2f1b5984
MK
43322002-05-18 Mark Kettenis <kettenis@gnu.org>
4333
f0f625e2
MK
4334 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4335 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4336
2f1b5984
MK
4337 * corelow.c (core_open): Only call set_gdbarch_from_file if
4338 exec_bfd is NULL.
4339
fc974602
AV
43402002-05-17 Andrey Volkov <avolkov@transas.com>
4341
4342 * h8300-tdep.c: Add support of EXR register
4343 * config/h8300/tm-h8300.h: Ditto.
4344
906709f4
AV
43452002-05-17 Andrey Volkov <avolkov@transas.com>
4346
4347 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4348
6e591d68
AV
43492002-05-17 Andrey Volkov <avolkov@transas.com>
4350
4351 * h8300-tdep.c: Change literal regnums to REGNO.
4352
84f0252a
JB
43532002-05-17 Jim Blandy <jimb@redhat.com>
4354
e0e9281e
JB
4355 * NEWS: Note addition of macro support.
4356
84f0252a
JB
4357 Expand preprocessor macros in C expressions.
4358 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4359 (scan_macro_expansion, scanning_macro_expansion,
4360 finished_macro_expansion): New function declarations.
4361 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4362 variable declarations.
4363 * parser-defs.h (expression_context_pc): New declaration.
4364 * parse.c (expression_context_pc): New variable.
4365 (parse_exp_1): Set expression_context_pc, as well as
4366 expression_context_block.
4367 * c-exp.y (yylex): If we're not already reading the result of a
4368 macro expansion, try to macro-expand the next token. When we're
4369 done scanning a macro expansion, switch back to the mainline text.
4370 Commas and `if's in a macro's expansion don't terminate the input.
4371 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4372 (macro_original_text, macro_expanded_text,
4373 expression_macro_lookup_func, expression_macro_lookup_baton): New
4374 variables.
4375 (scan_macro_expansion, scanning_macro_expansion,
4376 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4377 c_preprocess_and_parse): New functions.
4378 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4379 c_preprocess_and_parse, instead of c_parse.
4380 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4381 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4382
1c509ca8
JR
4383Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4384
4385 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4386 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4387 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4388
2250ee0c
CV
43892002-05-17 Corinna Vinschen <vinschen@redhat.com>
4390
4391 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4392
ab3b8126
JT
43932002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4394
4395 * Makefile.in (sh_tdep_h): Define and use.
4396 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4397 register enum): Move to...
4398 * * sh-tdep.h: ...here.
4399 * sh-tdep.c: Include sh-tdep.h.
4400 * sh3-rom.c: Likewise.
4401 * shnbsd-tdep.c: Likewise.
4402
ed9d4749
MS
44032002-05-16 Michael Snyder <msnyder@redhat.com>
4404
4405 * arm-tdep.c: Spelling fix in comment.
4406
2e276125
JB
44072002-05-16 Jim Blandy <jimb@redhat.com>
4408
6821892e
JB
4409 Add commands for manually expanding macros and showing their
4410 definitions.
4411 * macrocmd.c, macroscope.c, macroscope.h: New files.
4412 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4413 (macroscope_h): New variable.
4414 (HFILES_NO_SRCDIR): Add macroscope.h.
4415 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4416 (macroscope.o, macrocmd.o): New rules.
4417
2e276125
JB
4418 Teach the Dwarf 2 reader to read macro information.
4419 * dwarf2read.c: #include "macrotab.h".
4420 (dwarf_macinfo_buffer): New variable.
4421 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4422 dwarf_macinfo_size.
4423 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4424 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4425 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4426 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4427 dwarf2_macro_spaces_in_definition): New complaints.
4428 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4429 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4430 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4431 the partial symbol table.
4432 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4433 from what's recorded in the partial symbol table.
4434 (read_file_scope): If the compilation unit has a
4435 `DW_AT_macro_info' attribute, read its macro information.
4436 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4437
2f53fe6c
DJ
44382002-05-16 Daniel Jacobowitz <drow@mvista.com>
4439
4440 Fix PR gdb/546
4441 * ser-tcp.c: Don't include <netinet/udp.h>.
4442
2be99286
SC
44432002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4444
4445 * MAINTAINERS: Update my email address.
4446
c9af212b 44472002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
4448
4449 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4450 include file of the same name.
4451
bf5f1a52
CV
44522002-05-16 Corinna Vinschen <vinschen@redhat.com>
4453
4454 * configure.tgt: Mark v850 as multi-arched.
4455 * config/v850/tm-v850.h: Remove file.
4456 * config/v850/v850.mt: Eliminate TM_FILE.
4457
435e042a
CV
44582002-05-16 Corinna Vinschen <vinschen@redhat.com>
4459
4460 * v850-tdep.c: Full multi-arch.
4461 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4462 Define GDB_MULTI_ARCH to 2.
4463
9819c6c8
PM
44642002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4465
4466 * p-exp.y (current_type): New static variable.
4467 Carries the type of the expression at the position that is parsed.
4468 (push_current_type, pop_current_type): Two new functions. Used
4469 to store/restore current_type in expression on specific tokens.
c9af212b
RE
4470 (search_field): New static variable. Set to one after parsing a point
4471 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
4472 (FIELDNAME): New token. After a point only a token belonging to
4473 current_type type definition is allowed.
4474 (all over token rules): reset and change current_type according
4475 to rules.
4476 (exp '[' rule): insert implicit array index field if
4477 exp is a pascal string type.
4478
3a06899a
CV
44792002-05-16 Corinna Vinschen <vinschen@redhat.com>
4480
4481 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4482 frame info. Use frame_info's saved_regs instead of matching member
4483 in extra_frame_info throughout.
4484 (v850_frame_init_saved_regs): New function.
4485 (v850_init_extra_frame_info): Move most functionality into
4486 v850_frame_init_saved_regs().
4487 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4488 (v850_frame_find_saved_regs): Remove declaration.
4489 (FRAME_FIND_SAVED_REGS): Remove definition.
4490 (v850_frame_init_saved_regs): Add declaration.
4491 (FRAME_INIT_SAVED_REGS): Add definition.
4492
6ed14b0e
CV
44932002-05-16 Corinna Vinschen <vinschen@redhat.com>
4494
4495 * v850-tdep.c: Begin multi-arch'ing v850.
4496 (v850_target_architecture_hook): Remove function.
4497 (v850_gdbarch_init): New function. Add code previously in
4498 v850_target_architecture_hook().
4499 (_initialize_v850_tdep): Don't set target_architecture_hook.
4500 Call register_gdbarch_init() instead.
4501
42725910
DJ
45022002-05-16 Daniel Jacobowitz <drow@mvista.com>
4503
4504 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4505 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4506 (fixup_class_method_type): Likewise.
4507
0bc68c49
DJ
45082002-05-15 Daniel Jacobowitz <drow@mvista.com>
4509
4510 From Martin Pool <mbp@samba.org>:
4511 * gdbserver/server.c (gdbserver_usage): New function.
4512 (main): Call it.
4513
99d9066e
JB
45142002-05-15 Jim Blandy <jimb@redhat.com>
4515
4516 Add macro structures to GDB's symbol tables. Nobody puts anything
4517 in them yet.
4518 * symtab.h (struct symtab): New member: `macro_table'.
4519 * buildsym.h (pending_macros): New global variable.
4520 * buildsym.c: #include "macrotab.h".
4521 (buildsym_init): Initialize `pending_macros'.
4522 (end_symtab): If we found macro information while reading a CU's
4523 debugging info, do build a symtab structure for it. Make the
4524 symtab point to the macro information, and clear the
4525 `pending_macros' pointer which held it while we were reading the
4526 debug info.
4527 (really_free_pendings): Free any pending macro table.
4528 * objfiles.h (struct objfile): New member: `macro_cache'.
4529 * objfiles.c (allocate_objfile): Set allocate and free functions
4530 for the macro cache's objstack.
4531 (free_objfile): Empty the macro cache's obstack.
4532 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4533 set new allocate and free functions for it.
4534 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4535 free functions for the macro cache's objstack. (Why is this
4536 function building its own objfile?)
4537 * symmisc.c (print_objfile_statistics): Print statistics on the
4538 macro bcache.
4539 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4540
c899585b
RE
45412002-05-15 Richard Earnshaw <rearnsha@arm.com>
4542
4543 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4544 (REGISTER_U_ADDR): Delete definition.
4545 (arm_register_u_addr): Delete declaration.
4546
a6cdd8c5
RE
45472002-05-15 Richard Earnshaw <rearnsha@arm.com>
4548
4549 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4550 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4551
fd3a5ca1
DJ
45522002-05-14 Daniel Jacobowitz <drow@mvista.com>
4553
4554 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4555 stop_at -> stop_pc.
4556
c97dcfc7
AC
45572002-05-14 Andrew Cagney <ac131313@redhat.com>
4558
4559 * regcache.c (register_valid): Revise comments refering to "Not
4560 available" and "unavailable".
4561 * frame.c (frame_register_read): Ditto.
4562 * findvar.c (value_of_register): Ditto.
4563
93021b7d
AC
45642002-05-15 Andrew Cagney <cagney@redhat.com>
4565
4566 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4567 (remote-sim.o): Update dependencies.
4568 (d10v-tdep.o): Specify dependencies.
4569 (sim_d10v_h): Define.
4570
a86bc61c
JB
45712002-05-14 Jim Blandy <jimb@redhat.com>
4572
4573 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4574 * macrotab.c (macro_lookup_inclusion, find_definition,
4575 new_macro_table): Same.
4576
4577 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4578 not `! strcmp ()'. This is a dubious improvement.
4579 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4580
4581 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4582 although it's not necessary, to avoid a warning.
4583
2fdde8f8
DJ
45842002-05-14 Daniel Jacobowitz <drow@mvista.com>
4585
4586 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4587 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4588 TYPE_INSTANCE_FLAGS.
4589 (struct main_type): New.
4590 (struct type): Move most members to struct main_type. Change
4591 cv_type and as_type to new type_chain member. Add instance_flags.
4592 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4593 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4594 (finish_cv_type): Remove prototype.
4595 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4596 Set TYPE_CHAIN.
4597 (alloc_type_instance): New function.
4598 (smash_type): New function.
4599 (make_pointer_type, make_reference_type, make_function_type)
4600 (smash_to_member_type, smash_to_method_type): Call smash_type.
4601 (make_qualified_type): New function.
4602 (make_type_with_address_space): Call make_qualified_type.
4603 (make_cv_type): Likewise.
4604 (finish_cv_type): Remove unnecessary function.
4605 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4606 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4607 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4608 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4609 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4610 * hpread.c (hpread_read_struct_type): Likewise.
4611 * stabsread.c (read_struct_type): Likewise.
4612
843fedf4
EZ
46132002-05-14 Elena Zannoni <ezannoni@redhat.com>
4614
4615 * configure.tgt: Add a catch all sh* target, for cases like
4616 sh[2,3,4]-elf and sh-hms.
4617
05a6c72c
KS
46182002-05-14 Keith Seitz <keiths@redhat.com>
4619
4620 * event-loop.c (create_file_handler): Don't do anything but
4621 update data when we are given a fd which we are already
4622 monitoring.
4623
5d085aaf
ML
46242002-05-14 Michal Ludvig <mludvig@suse.cz>
4625
4626 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4627 (update_context): Use __func__ in warnings.
4628
9db8d71f
DJ
46292002-05-14 Daniel Jacobowitz <drow@mvista.com>
4630
4631 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4632 and tcp_close to net_open and net_close.
4633 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4634 using UDP if requested. Don't try to disable Nagle on UDP
4635 sockets.
4636 * remote.c (remote_serial_open): New function. Warn about UDP.
4637 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4638
5dbc6baa
EZ
46392002-05-13 Elena Zannoni <ezannoni@redhat.com>
4640
4641 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4642
cc3023f7
EZ
46432002-05-13 Elena Zannoni <ezannoni@redhat.com>
4644
4645 * configure.tgt: Remove sh-hms target.
4646 * MAINTAINERS: Don't list sh-hms as a separate target.
4647
ec2bcbe7
JB
46482002-05-13 Jim Blandy <jimb@redhat.com>
4649
4650 Add first preprocessor macro-expansion files.
4651 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4652 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4653 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4654 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4655 (COMMON_OBS): Add macrotab.o, macroexp.o.
4656 (macroexp.o, macrotab.o): New rules.
4657
6d531722
AC
46582002-05-13 Andrew Cagney <ac131313@redhat.com>
4659
4660 * config/m88k/tm-m88k.h: Update copyright.
4661 (m88k_target_write_pc): Declare
4662 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4663 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4664 (SHIFT_INST_REGS): Update definition.
4665 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4666 using old definition of TARGET_WRITE_PC.
4667 * regcache.c (generic_target_write_pc): Delete code handling
4668 NNPC_REGNUM.
4669 * gdbarch.sh (NNPC_REGNUM): Delete.
4670 * gdbarch.h, gdbarch.c: Regenerate.
4671
3e3f2739
RE
46722002-05-13 Richard Earnshaw <rearnsha@arm.com>
4673
4674 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4675 builtin reg number.
4676
0004e5a2
DJ
46772002-05-13 Daniel Jacobowitz <drow@mvista.com>
4678
4679 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4680 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4681 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4682 access macros.
4683 * c-typeprint.c (cp_type_print_method_args): Likewise.
4684 (c_type_print_args): Likewise.
4685 * d10v-tdep.c (d10v_push_arguments): Likewise.
4686 (d10v_extract_return_value): Likewise.
4687 * expprint.c (print_subexp): Likewise.
4688 * gdbtypes.c (lookup_primitive_typename): Likewise.
4689 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4690 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4691 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4692 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4693 (TYPE_VECTOR): Likewise.
4694 * hpread.c (hpread_read_struct_type)
4695 (fix_static_member_physnames, fixup_class_method_type)
4696 (hpread_type_lookup): Likewise.
4697 * mdebugread.c (parse_symbol, parse_type): Likewise.
4698 * p-lang.c (is_pascal_string_type): Likewise.
4699 * valops.c (hand_function_call): Likewise.
4700 * x86-64-tdep.c (classify_argument): Likewise.
4701
4702 * hpread.c (hpread_read_function_type)
4703 (hpread_read_doc_function_type): Call replace_type.
4704 * dstread.c (create_new_type): Delete.
4705 (decode_dst_structure, process_dst_function): Call alloc_type.
4706 Use type access macros.
4707
dff95cc7
MK
47082002-05-12 Mark Kettenis <kettenis@gnu.org>
4709
4710 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4711 the're not supported by the current architecture.
4712 (i387_fill_fxsave): Likewise.
4713
bbcd32ad
FF
47142002-05-12 Fred Fish <fnf@redhat.com>
4715
4716 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4717 sect_index_xxx members to index the first slot in section_offsets
4718 if all of the section_offsets are zero.
4719
89cf4787
MK
47202002-05-12 Mark Kettenis <kettenis@gnu.org>
4721
4722 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4723 checked in with last change.
4724
1f77ffc5
MK
47252002-05-12 Mark Kettenis <kettenis@gnu.org>
4726
4727 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4728 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4729 config.sub.
4730
89b8b4a9
DJ
47312002-05-12 Daniel Jacobowitz <drow@mvista.com>
4732
4733 * Makefile.in: Update dependencies.
4734
14a5e767
AC
47352002-05-11 Andrew Cagney <ac131313@redhat.com>
4736
4737 * language.c (local_hex_string_custom): Simplify. Do not depend
4738 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4739
4740 * memattr.c (mem_info_command): Replace calls to
4741 longest_local_hex_string and longest_local_hex_string_custom.
4742 * buildsym.c (make_blockvector): Ditto.
4743 * solib.c (info_sharedlibrary_command): Ditto.
4744 * tracepoint.c (tracepoints_info): Ditto.
4745 * symtab.c (print_msymbol_info): Ditto.
4746
4747 * language.c (local_hex_string): Delete.
4748 (local_hex_string_custom): Delete.
4749 (longest_local_hex_string): Rename to local_hex_string.
4750 (longest_local_hex_string_custom): Rename to
4751 local_hex_string_custom.
4752 * language.h (local_hex_string): Change parameter type to LONGEST.
4753 (local_hex_string_custom): Ditto.
4754 (longest_local_hex_string): Delete declaration.
4755 (longest_local_hex_string_custom): Ditto.
4756
4757 * solib.c: Update copyright.
4758 * memattr.c: Update copyright.
4759
13d01224
AC
47602002-05-11 Andrew Cagney <ac131313@redhat.com>
4761
4762 * arch-utils.h (legacy_register_to_value): Declare.
4763 (legacy_value_to_register): Declare.
4764 (legacy_convert_register_p): Declare.
4765 * arch-utils.c (legacy_register_to_value): New function.
4766 (legacy_value_to_register): New function.
4767 (legacy_convert_register_p): New function.
4768
4769 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4770 (VALUE_TO_REGISTER): Define.
4771 (CONVERT_REGISTER_P): Define.
4772 * gdbarch.h, gdbarch.c: Regenerate.
4773
4774 * valops.c (value_assign): Use CONVERT_REGISTER_P and
4775 VALUE_TO_REGISTER.
4776 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4777 CONVERT_REGISTER_P.
4778
4a1970e4
DJ
47792005-05-11 Daniel Jacobowitz <drow@mvista.com>
4780 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4781
4782 * Makefile.in: Update dependencies for valops.c.
4783 * valops.c: Include "gdb_assert.h".
4784 (typecmp): Skip THIS parameter to methods.
4785 (find_method_list): Remove static_memfuncp argument,
4786 update callers. Check for stub methods.
4787 (find_value_oload_method_list): Don't set *static_memfuncp.
4788 (find_overload_match): Don't check for stub methods. Assert
4789 that methods are not stubbed. Handle static methods.
4790 (value_find_oload_method_list): Remove static_memfuncp argument.
4791 * gdbtypes.c (check_stub_method): Do not add THIS pointer
4792 to the argument list for static stub methods.
4793 * value.h (value_find_oload_method_list): Update prototype.
4794
b2e75d78
AC
47952002-05-11 Andrew Cagney <ac131313@redhat.com>
4796
4797 * arch-utils.h (generic_register_size): Declare.
4798 (generic_register_raw_size, generic_register_virtual_size): Delete
4799 declarations.
4800 * arch-utils.c (generic_register_raw_size): Delete.
4801 (generic_register_size): New function.
4802 (generic_register_virtual_size): Delete.
4803
4804 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4805 default generic_register_size.
4806 * gdbarch.h, gdbarch.c: Re-generate.
4807
4808 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4809 register_virtual_size.
4810 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4811 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4812
451fbdda
AC
48132002-05-11 Andrew Cagney <ac131313@redhat.com>
4814
4815 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4816 * gdbarch.h, gdbarch.c: Regenerate.
4817 * gnu-v3-abi.c: Update copyright.
4818 (vtable_address_point_offset): Update.
4819 (gnuv3_rtti_type): Update.
4820 (gnuv3_baseclass_offset): Update.
4821 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
4822 (init_fetch_link_map_offsets): Update.
4823 * remote.c (get_remote_state): Update.
4824
6d2f5cea
DJ
48252002-05-11 Daniel Jacobowitz <drow@mvista.com>
4826
4827 * TODO: Remove value_headof/value_from_vtable_info comment.
4828 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
4829 * values.c (value_headof, value_from_vtable_info): Delete.
4830 * value.h (value_from_vtable_info): Delete prototype.
4831
d2324da4
AC
48322002-05-11 Andrew Cagney <ac131313@redhat.com>
4833
4834 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
4835 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
4836 $(gdb_regex_h).
4837 (gdb_assert_h): Define.
4838 (gdb_wait_h): Define.
4839 (gdb_regex_h): Define.
4840
5c717440
DJ
48412002-05-11 Daniel Jacobowitz <drow@mvista.com>
4842
4843 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4844 * linespec.c (find_methods): Handle GCC 3.x template constructors.
4845
6c7861b3
JT
48462002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4847
4848 * nbsd-tdep.c: Fix comment.
4849
ea5bc2a6
JT
48502002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4851
4852 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
4853 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
4854 (nbsd-tdep.o): New dependency list.
4855 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
4856 nbsd-tdep.h.
4857 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
4858 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
4859 * nbsd-tdep.c: New file.
4860 * nbsd-tdep.h: New file.
4861 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
4862 nbsd-tdep.h.
4863 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
4864 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4865 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
4866 * config/sh/nbsd.mt (TDEPFILES): Ditto.
4867
b28da865
JT
48682002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4869
4870 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
4871 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
4872 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
4873 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
4874 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
4875 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
4876
4b8ff1fa
JT
48772002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4878
4879 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
4880 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4881 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
4882 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
4883 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
4884 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
4885 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
4886
dfe6eb1f
JT
48872002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4888
4889 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
4890 fetch_elfcore_registers to...
4891 * i386nbsd-tdep.c: ...here.
4892 (i386nbsd_use_struct_convention): Rename to...
4893 (i386nbsd_aout_use_struct_convention): ...this.
4894 (i386nbsd_supply_reg): New function.
4895 (i386nbsd_fill_reg): New function.
4896 (fetch_core_registers): Use i386nbsd_supply_reg.
4897 (fetch_elfcore_registers): Likewise.
4898 (_initialize_i386nbsd_tdep): New function.
4899 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
4900 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4901 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
4902 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
4903 (i386nbsd_aout_use_struct_convention): ...this.
4904
20cb8cda
JT
49052002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4906
4907 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
4908 (store_inferior_registers): Use shnbsd_fill_reg.
4909 * shnbsd-tdep.c (sh_nbsd_supply_registers,
4910 sh_nbsd_supply_register): Collapse into...
4911 (shnbsd_supply_reg): ...this.
4912 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
4913 (shnbsd_fill_reg): ...this.
4914 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
4915 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
4916 (fetch_core_registers): Use shnbsd_supply_reg.
4917 (fetch_elfcore_registers): Use shnbsd_supply_reg.
4918 (sh_nbsd_core_fns): Rename to...
4919 (shnbsd_core_fns): ...this.
4920 (sh_nbsd_elfcore_fns): Rename to...
4921 (shnbsd_elfcore_fns): ...this.
4922 (sh_nbsd_init_abi): Rename to...
4923 (shnbsd_init_abi): ...this.
4924 (_initialize_sh_nbsd_tdep): Rename to...
4925 (_initialize_shnbsd_tdep): ...this.
4926 * shnbsd-tdep.h (sh_nbsd_supply_registers,
4927 sh_nbsd_supply_register, sh_nbsd_fill_registers,
4928 sh_nbsd_fill_register): Remove prototypes.
4929 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
4930
e750d25e
JT
49312002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4932
4933 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
4934 (i387-nat.o): Delete dependency list.
4935 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
4936 (x86-64-linux-nat.o): Likewise.
4937 * i387-nat.c: Delete file, moving contents to...
4938 * i387-tdep.c: ...here.
4939 * i387-nat.h: Rename...
4940 * i387-tdep.h: ...to this.
4941 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
4942 * i386-linux-nat.c: Likewise.
4943 * i386bsd-nat.c: Likewise.
4944 * i386gnu-nat.c: Likewise.
4945 * i386nbsd-nat.c: Likewise.
4946 * i386v4-nat.c: Likewise.
4947 * x86-64-linux-nat.c: Likewise.
4948 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
4949 * config/i386/go32.mh (NATDEPFILES): Likewise.
4950 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
4951 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
4952 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
4953 * config/i386/linux.mh (NATDEPFILES): Likewise.
4954 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
4955 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4956 * config/i386/obsd.mh (NATDEPFILES): Likewise.
4957 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4958
1aee598a
JT
49592002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4960
4961 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
4962 (alphanbsd-nat.o): Remove dependency list.
4963 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
4964 * alphanbsd-nat.c: Delete. Contents moved to...
4965 * alphanbsd-tdep.c: ...here.
4966 (_initialize_alphanbsd_tdep): Register core functions.
4967 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
4968
12bcb0fe
JT
49692002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4970
4971 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
4972 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
4973 (alphanbsd-nat.o): Likewise.
4974 (alphabsd-tdep.o): New dependency list.
4975 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
4976 (fill_gregset): Use alphabsd_fill_reg.
4977 (supply_fpregset): Use alphabsd_supply_fpreg.
4978 (fill_fpregset): Use alphabsd_fill_fpreg.
4979 (fetch_inferior_registers): Use struct reg and struct fpreg
4980 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
4981 and alphabsd_supply_fpreg.
4982 (store_inferior_registers): Use struct reg and struct fpreg
4983 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
4984 and alphabsd_fill_fpreg.
4985 * alphabsd-tdep.c: New file.
4986 * alphabsd-tdep.h: New file.
4987 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
4988 (fetch_elfcore_registers): Use alphabsd_supply_reg and
4989 alphabsd_supply_fpreg.
4990 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
4991 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
4992
361d1df0
EC
49932002-05-11 Eric Christopher <echristo@redhat.com>
4994
4995 * mips-tdep.c (mips_double_register_type): Fix thinko.
4996 (mips_single_register_type): Ditto.
4997 * MAINTAINERS: Add self.
4998
92dd7cee
MK
49992002-05-11 Mark Kettenis <kettenis@gnu.org>
5000
5001 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5002 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5003 right thing on architectures with different endianness and/or
5004 integer sizes.
5005
e27da16d
JT
50062002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5007
5008 From Christian Limpach <chris@Pin.LU>
5009 * configure.in: Change sed expression which comments out
5010 NATDEPFILES to also comment out continuation lines.
5011 * configure: Regenerate.
5012
ddde02bd
EZ
50132002-05-10 Elena Zannoni <ezannoni@redhat.com>
5014
5015 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5016 big patch.
5017
1c922164
EZ
50182002-05-10 Elena Zannoni <ezannoni@redhat.com>
5019
5020 * sh-tdep.c: Include correct file.
5021
283150cd
EZ
50222002-05-10 Elena Zannoni <ezannoni@redhat.com>
5023
5024 New support for sh64-elf (sh5) target.
5025
5026 * configure.tgt: For sh64-elf target, default to sh-elf.
5027
5028 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5029 (struct gdbarch_tdep): Add new fields for new registers and ABI
5030 info.
361d1df0 5031
283150cd
EZ
5032 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5033 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5034 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5035 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5036 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5037 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5038 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5039 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5040 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5041 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5042 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5043 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5044 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5045 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5046 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5047 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5048 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5049 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5050 sign_extend, sh64_nofp_frame_init_saved_regs,
5051 sh64_init_extra_frame_info, sh64_get_saved_register,
5052 sh64_extract_struct_value_address, sh64_pop_frame,
5053 sh64_push_arguments, sh64_extract_return_value,
5054 sh64_store_return_value, sh64_show_media_regs,
5055 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5056 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5057 sh_sh64_register_virtual_type,
5058 sh_sh64_register_convert_to_virtual,
5059 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5060 sh64_register_read, sh64_pseudo_register_write,
5061 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5062 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5063 sh64_do_pseudo_register, sh_compact_do_registers_info,
5064 sh64_do_registers_info, sh_gdbarch_init): New functions.
5065
3117ed25
EZ
50662002-05-10 Elena Zannoni <ezannoni@redhat.com>
5067
5068 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5069
2654e6d4
DJ
50702002-05-10 Daniel Jacobowitz <drow@mvista.com>
5071
5072 * linespec.c (decode_line_1): Check for a double quote after
5073 a filename correctly.
5074
9ab3e532
JB
50752002-05-10 Jim Blandy <jimb@redhat.com>
5076
5077 Properly track the size of the current objfile's .debug_line section.
5078 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5079 (DWARF_LINE_SIZE): New macro.
5080 (dwarf2_build_psymtabs_hard): Record the line section's size in
5081 the partial symbol table.
5082 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5083 symbol table.
5084
126fa72d
PS
50852002-05-10 Petr Sorfa <petrs@caldera.com>
5086
5087 * ia64-tdep.c: Handle breakpoints on L instruction type
5088 in MLX instruction bundle by moving the breakpoint to
5089 the third slot (X instruction type) as L holds only data.
5090
1f077a3e
KB
50912002-05-10 Kevin Buettner <kevinb@redhat.com>
5092
5093 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5094 (process_one_symbol): Complain about discarding local symbols
5095 due to a misplaced N_LBRAC entry.
5096
8120c9d5 50972002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
5098
5099 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
5100 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5101 decrease the depth we are at, in the case of templates.
361d1df0 5102
67b2c998
DJ
51032002-05-09 Daniel Jacobowitz <drow@mvista.com>
5104
5105 * mips-tdep.c (mips_float_register_type): New function.
5106 (mips_double_register_type): New function.
5107 (mips_print_register): Use them.
5108 (do_fp_register_row): Likewise.
5109
fd326606
DJ
51102002-05-09 Daniel Jacobowitz <drow@mvista.com>
5111
6609d9af 5112 * signals/signals.c (signals): Remove conditional compilation around
fd326606 5113 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 5114 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 5115
bef35864
MS
51162002-05-09 Michael Snyder <msnyder@redhat.com>
5117
5118 * remote-rdp.c (remote_rdp_can_run): Remove.
5119
c55a3f73
TT
51202002-05-09 Tom Tromey <tromey@redhat.com>
5121
5122 * jv-valprint.c (java_val_print): Handle `char' as a special case
5123 of TYPE_CODE_INT.
5124
b8d5e71d
MS
51252002-05-09 Michael Snyder <msnyder@redhat.com>
5126
5127 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5128 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 5129 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 5130 str r(0123),[sp,#nn].
361d1df0 5131 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
5132 order-independent by placing it in a loop.
5133
e2cd42dd
MS
51342002-05-06 Michael Snyder <msnyder@redhat.com>
5135
5136 * stabsread.c (read_type): Add recognition for new attribute:
5137 "@V;" means that an array type is actually a vector.
5138 This is analogous to the vector flag that's been added to dwarf2.
5139
3ce1502b
MK
51402002-05-09 Mark Kettenis <kettenis@gnu.org>
5141
5142 * i386-tdep.h (i386_abi): New enum.
5143 (struct gdbarch_tdep): Replace os_ident member with abi.
5144 (i386_gdbarch_register_os_abi): New prototype.
5145 * i386-tdep.c (i386_abi_names): New array.
5146 (process_note_abi_tag_sections): Removed.
5147 (process_note_sections): New function.
5148 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5149 (struct i386_abi_handler): New struct.
5150 (i386_abi_handler_list): New variable.
5151 (i386_gdbarch_register_os_abi): New function.
5152 (i386_gdbarch_init): Adapt for the changes given above.
5153
084c156a
DJ
51542002-05-08 Daniel Jacobowitz <drow@mvista.com>
5155
5156 * gregset.h: Say "GNU/Linux".
5157
6599f021
EZ
51582002-05-08 Elena Zannoni <ezannoni@redhat.com>
5159
5160 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5161 (build_gdbtypes): Build builtin_type_v2_float.
5162 (_initialize_gdbtypes): Register new builtin type.
5163
40af4b0c
AC
51642002-05-08 Andrew Cagney <ac131313@redhat.com>
5165
5166 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5167 (clear_gdbarch_swap): New function.
5168 (initialize_non_multiarch): Call.
5169 (gdbarch_update_p): Before calling init(), swap out and clear the
5170 existing architecture.
5171 * gdbarch.c: Regenerate.
5172
4fe84f46
JT
51732002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5174
5175 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5176 alphanbsd-tdep.c.
5177
4015edd1
JT
51782002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5179
5180 * sh-nbsd-nat.c: Rename to...
5181 * shnbsd-nat.c: ...this.
5182 * sh-nbsd-tdep.c: Rename to...
5183 * shnbsd-tdep.c: ...this.
5184 * sh-nbsd-tdep.h: Rename to...
5185 * shnbsd-tdep.h: ...this.
5186 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5187 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5188
0e2bd219
RE
51892002-05-08 Richard Earnshaw <rearnsha@arm.com>
5190
5191 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5192 concatenation for command help messages.
5193
13a38d45
JT
51942002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5195
5196 * NEWS: Note new sh*-*-netbsdelf* configuration.
5197 * configure.host: Set gdb_host_cpu to sh for all sh*.
5198 (sh*-*-netbsdelf*): New host.
5199 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5200 (sh*-*-netbsdelf*): New target.
5201 * sh-nbsd-nat.c: New file.
5202 * sh-nbsd-tdep.c: New file.
5203 * sh-nbsd-tdep.h: New file.
5204 * config/sh/nbsd.mh: New file.
5205 * config/sh/nbsd.mt: New file.
5206 * config/sh/nm-nbsd.h: New file.
5207 * config/sh/tm-nbsd.h: New file.
5208
d658f924
JT
52092002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5210
5211 * sh-tdep.c (sh_osabi_names): Declare.
5212 (process_note_abi_tag_sections): New function.
5213 (get_elfosabi): Ditto.
5214 (sh_gdbarch_register_os_abi): Ditto.
5215 (sh_dump_tdep): Ditto.
5216 _initialize_sh_tdep): Use gdbarch_register to register
5217 sh_gdbarch_init and sh_dump_tdep.
5218 * config/sh/tm-sh.h (sh_osabi): Declare.
5219 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5220
848cfffb
AC
52212002-05-07 Andrew Cagney <ac131313@redhat.com>
5222
5223 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5224 (thumb_scan_prologue): Ditto.
5225 (arm_find_callers_reg): Ditto.
5226 (arm_frame_chain): Ditto.
5227 (arm_init_extra_frame_info): Ditto.
5228 (arm_frame_saved_pc): Ditto.
5229 (arm_pop_frame): Ditto.
5230 (arm_push_return_address): New function.
5231 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5232 call_dummy_location, call_dummy_breakpoint_offset_p,
5233 call_dummy_breakpoint_offset, call_dummy_p,
5234 call_dummy_stack_adjust_p, call_dummy_words,
5235 sizeof_call_dummy_words, call_dummy_start_offset,
5236 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5237 call_dummy_address, push_return_address and push_dummy_frame for
5238 generic dummy frames.
5239
e7d717c0
JT
52402002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5241
5242 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5243 size computation for alloca.
5244 (sh_fp_frame_init_saved_regs): Likewise.
5245
7bbcf283
RE
52462002-05-07 Richard Earnshaw <rearnsha@arm.com>
5247
5248 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5249 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 5250 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
5251 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5252 * remote-rdp.c (remote_rdp_fetch_register): Use
5253 ARM_MAX_REGISTER_RAW_SIZE.
5254 (remote_rdp_store_register): Likewise.
5255
4657573b
ML
52562002-05-07 Michal Ludvig <mludvig@suse.cz>
5257
361d1df0 5258 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
5259 added default labels to switch {} statements.
5260 * x86-64-tdep.c: Ditto.
5261 * x86-64-linux-nat.c: Ditto.
5262
010f3b2f
JT
52632002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5264
5265 * solib.h: Protect against multiple inclusion.
5266
debd256d
JB
52672002-05-06 Jim Blandy <jimb@redhat.com>
5268
9ab3e532
JB
5269 Add first preprocessor macro-expansion files.
5270 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5271 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5272 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5273 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5274 (COMMON_OBS): Add macrotab.o, macroexp.o.
5275 (macroexp.o, macrotab.o): New rules.
5276
debd256d
JB
5277 Separate the job of reading the line number info statement program
5278 header (...expialidocious) out into its own function.
5279 * dwarf2read.c (struct line_head, struct filenames, struct
5280 directories): Replace with...
5281 (struct line_header): New structure, containing the full
5282 contents of the statement program header, including the
5283 include directory and file name tables.
5284 (read_file_scope): If we have line number info, instead of just
5285 calling dwarf_decode_lines to do all the work, call
5286 dwarf_decode_line_header first to get a `struct line_header'
5287 containing the data in the statement program header, and then
5288 pass that to dwarf_decode_lines, which will pick up where that
5289 left off. Be sure to clean up the `struct line_header' object.
5290 (dwarf_decode_line_header, free_line_header, add_include_dir,
5291 add_file_name): New functions.
5292 (dwarf_decode_lines): Move all the code to read the statement
5293 program header into dwarf_decode_line_header. Take the line
5294 header it built as the first argument, instead of the offset to
5295 the compilation unit's line number info. Use the new `struct
5296 line_header' type instead of the old structures. No need to do
5297 cleanups here now, since we don't allocate anything.
5298 (dwarf2_statement_list_fits_in_line_number_section,
5299 dwarf2_line_header_too_long): New complaints.
5300
ac3aafc7
EZ
53012002-05-06 Elena Zannoni <ezannoni@redhat.com>
5302
5303 * gdbtypes.c (init_vector_type): New function.
5304 (build_builtin_type_vec128): Simplify the representation of SIMD
5305 registers.
5306 (build_gdbtypes): Initialize new builtin vector types.
5307 (_initialize_gdbtypes): Register new vector types with gdbarch.
5308 (builtin_type_v4_float, builtin_type_v4_int32,
5309 builtin_type_v8_int16, builtin_type_v16_int8,
5310 builtin_type_v2_int32, builtin_type_v4_int16,
5311 builtin_type_v8_int8): New (renamed) SIMD types.
5312
13e49980
MK
53132002-05-06 Mark Kettenis <kettenis@gnu.org>
5314
5315 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5316 (i387_fill_fxsave): Likewise.
5317
997b20b8
AO
53182002-05-05 Alexandre Oliva <aoliva@redhat.com>
5319
5320 * alpha-tdep.c (alpha_extract_return_value): Don't use
5321 non-constant array size in prototype.
5322
535c96ce
AC
53232002-05-04 Andrew Cagney <ac131313@redhat.com>
5324
5325 From Brian Taylor <briant at model dot com>:
5326 * ui-out.c (ui_out_field_core_addr): Use the function
5327 longest_local_hex_string_custom'to format addresses > 32 bits
5328 wide.
5329
5330 * ui-out.c (ui_out_field_core_addr): Update comment.
5331
bedfa57b
AC
53322002-05-04 Andrew Cagney <ac131313@redhat.com>
5333
5334 * stack.c (select_and_print_frame): Make static. Delete the
5335 parameter `level'.
5336 (func_command): Update call.
5337 (select_frame_command): Delete code computing the frame level.
5338 * frame.h (select_and_print_frame): Delete declaration.
5339
f621c63e
AC
53402002-05-04 Andrew Cagney <ac131313@redhat.com>
5341
5342 * sparc-tdep.c (sparc_get_saved_register): Comment why
5343 get_prev_frame call is safe.
5344
0f7d239c
AC
53452002-05-04 Andrew Cagney <ac131313@redhat.com>
5346
5347 * frame.h (select_frame): Delete level parameter.
5348 * stack.c (select_frame): Update. Use frame_relative_level to
5349 obtain the frame's level.
5350 (select_and_print_frame): Update call.
5351 (select_frame_command): Ditto.
5352 (up_silently_base): Ditto.
5353 (down_silently_base): Ditto.
5354 * ocd.c (ocd_start_remote): Ditto.
5355 * remote-rdp.c (remote_rdp_open): Ditto.
5356 * remote-mips.c (mips_initialize): Ditto.
5357 (common_open): Ditto.
5358 * remote-e7000.c (e7000_start_remote): Ditto.
5359 * m3-nat.c (select_thread): Ditto.
5360 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5361 (child_get_current_exception_event): Ditto.
5362 * varobj.c (varobj_create): Ditto.
5363 (varobj_update): Ditto.
5364 (c_value_of_root): Ditto.
5365 * tracepoint.c (finish_tfind_command): Ditto.
5366 * corelow.c (core_open): Ditto.
5367 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5368 * thread.c (info_threads_command): Ditto.
5369 (switch_to_thread): Ditto.
5370 * infrun.c (normal_stop): Ditto.
5371 (restore_selected_frame): Ditto.
5372 (restore_inferior_status): Ditto.
5373 * breakpoint.c (insert_breakpoints): Ditto.
5374 (watchpoint_check): Ditto.
5375 (bpstat_stop_status): Ditto.
5376 (do_enable_breakpoint): Ditto.
5377 * blockframe.c (flush_cached_frames): Ditto.
5378 (reinit_frame_cache): Ditto.
5379
71d6c7b1
AC
53802002-05-04 Andrew Cagney <ac131313@redhat.com>
5381
5382 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5383 maintainer.
5384
cda6c68a
JB
53852002-05-04 Jim Blandy <jimb@redhat.com>
5386
5387 * gdbtypes.c (replace_type): Doc fix.
5388
5c1c87f0
AC
53892002-05-04 Andrew Cagney <ac131313@redhat.com>
5390
5391 * valprint.c (strcat_longest): Delete commented out function.
5392 Update copyright.
5393
cd9bfe15
AC
53942002-05-04 Andrew Cagney <ac131313@redhat.com>
5395
5396 * MAINTAINERS: Mark a29k as deleted.
5397 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5398 Move new configurations to the top.
5399 * configure.tgt: Remove a29k.
5400 * config/a29k/tm-vx29k.h: Delete.
5401 * config/a29k/vx29k.mt: Delete.
5402 * config/a29k/tm-a29k.h: Delete.
5403 * config/a29k/a29k-udi.mt: Delete.
5404 * config/a29k/a29k.mt: Delete.
5405 * a29k-tdep.c: Delete.
5406 * remote-udi.c: Delete.
5407 * remote-mm.c: Delete.
5408 * remote-eb.c: Delete.
5409 * remote-adapt.c: Delete.
5410 * Makefile.in: Remove obsolete code.
5411 * gdbserver/Makefile.in: Ditto.
5412 * config/s390/s390x.mt: Ditto.
5413 * config/s390/s390.mt: Ditto.
5414 * config/sparc/sparclynx.mh: Ditto.
5415 * config/sparc/linux.mh: Ditto.
5416 * config/pa/hppaosf.mh: Ditto.
5417 * config/pa/hppabsd.mh: Ditto.
5418 * config/ns32k/nbsd.mt: Ditto.
5419 * config/mips/vr5000.mt: Ditto.
5420 * config/m68k/sun3os4.mh: Ditto.
5421 * config/m68k/nbsd.mt: Ditto.
5422 * config/m68k/m68klynx.mh: Ditto.
5423 * config/m32r/m32r.mt: Ditto.
5424 * config/i386/x86-64linux.mt: Ditto.
5425 * config/i386/nbsdelf.mt: Ditto.
5426 * config/i386/nbsd.mt: Ditto.
5427 * config/i386/i386lynx.mh: Ditto.
5428
bf0c5130
AC
54292002-05-04 Andrew Cagney <ac131313@redhat.com>
5430
5431 * target.c (debug_print_register): New function. Handle oversize
5432 registers.
5433 (debug_to_fetch_registers): Call.
5434 (debug_to_store_registers): Call.
5435
2ae1c2d2
JB
54362002-05-03 Jim Blandy <jimb@redhat.com>
5437
13a393b0
JB
5438 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5439 (read_type): Doc fix.
5440 * gdbtypes.c (replace_type): Doc fix.
5441
2ae1c2d2
JB
5442 * stabsread.c (multiply_defined_struct): New complaint.
5443 (read_struct_type): If the type we were passed isn't empty, or
5444 incomplete, don't read the new struct type into it; complain,
5445 and return the original type unchanged. Take a new `type_code'
5446 argument, which is the type code for the new type.
5447 (read_type): Rather than storing the type's type code here, pass
5448 it as an argument to read_struct_type, and let that take care of
5449 storing it. That way, we don't overwrite the original type code,
5450 so read_struct_type can use it to decide whether we're overwriting
5451 something we shouldn't.
5452 (complain_about_struct_wipeout): New function.
5453
8de9bdc4
AC
54542002-05-03 Andrew Cagney <ac131313@redhat.com>
5455
5456 * gdbarch.sh: Assert that gdbarch is non-NULL.
5457 * gdbarch.c: Regenerate.
5458
f773fdbb
JM
54592002-05-03 Jason Merrill <jason@redhat.com>
5460
5461 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5462 and return NULL.
5463
0e04a514
ML
54642002-05-03 Michal Ludvig <mludvig@suse.cz>
5465
5466 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5467 (x86_64_dwarf2gdb_regno_map_length),
5468 (x86_64_dwarf2_reg_to_regnum): Added.
5469 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5470 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5471 (_initialize_x86_64_tdep): Synced with the change above.
5472 (x86_64_skip_prologue): Reformulated message.
5473
065432a8
PM
54742002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5475
5476 * f-exp.y: Also use new prev_lexptr variable
5477 to improve error reporting. Based on Michael Snyder
5478 2002-04-24 dated patch to c-exp.y.
5479 * jv-exp.y: Likewise.
5480 * m2-exp.y: Likewise.
5481
a3162708
EZ
54822002-05-02 Elena Zannoni <ezannoni@redhat.com>
5483
5484 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5485 we are dealing with vectors.
5486
03620c38
PM
54872002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5488
5489 * config/m68k/tm-nbsd.h: Obvious fix,
5490 correct machine name.
5491
6604db2e
PM
54922002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5493
5494 * p-typeprint.c (pascal_type_print_base): Add support
5495 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5496
0906b739
PM
54972002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5498
5499 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5500 for fondamental pascal 'char' type.
5501
e2625b33
PM
55022002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5503
5504 * p-lang.h (is_pascal_string_type): Declaration changed,
5505 new sixth argument of type char ** added.
361d1df0 5506 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
5507 changed. Args length_pos, length_size, string_pos, char_size
5508 can now be NULL. New argument arrayname set to the field
5509 name of the char array. Return value set to char array
5510 field index plus one.
361d1df0 5511 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
5512 is_pascal_string_type function.
5513
cf17c188
AC
55142002-05-02 Andrew Cagney <cagney@redhat.com>
5515
5516 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5517 <cagney@redhat.com> change.
5518 * gdbarch.c: Regenerate.
5519
52bca491
AC
55202002-05-02 Andrew Cagney <cagney@redhat.com>
5521
5522 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5523 before probing for a new one. Detect errorenous gdbarch_init
5524 functions.
5525 * gdbarch.c: Regenerate.
5526
d5e72505
AC
55272002-05-01 Andrew Cagney <cagney@redhat.com>
5528
5529 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5530 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5531 * config/v850/tm-v850.h: Ditto. Update copyright.
5532
af566d9f
AC
55332002-04-30 Andrew Cagney <ac131313@redhat.com>
5534
5535 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5536 current_gdbarch.
5537
880d85fa
MS
55382002-04-30 Michael Snyder <msnyder@redhat.com>
5539
94c30b78
MS
5540 * arm-tdep.c: Whitespace clean-ups.
5541 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
5542 should have been removed as part of 4/24 change.
5543
6f5987a6
KB
55442002-04-30 Kevin Buettner <kevinb@redhat.com>
5545
5546 * rs6000-tdep.c: Added comment describing how fpscr register
5547 numbers were chosen.
5548
1a113c93
MS
55492002-04-30 Michael Snyder <msnyder@redhat.com>
5550
5551 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5552
9a6f53fe
EZ
55532002-04-29 Elena Zannoni <ezannoni@redhat.com>
5554
5555 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5556 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5557 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5558
11ed25ac
KB
55592002-04-29 Kevin Buettner <kevinb@redhat.com>
5560
5561 From Louis Hamilton <hamilton@redhat.com>:
5562 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5563 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5564 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5565 not bfd-private xcoff data, to determine wordsize.
5566 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5567
ae232405
AC
55682002-04-29 Andrew Cagney <ac131313@redhat.com>
5569
5570 GDB 5.2 released from 5.2 branch.
5571
91fd20f7
ML
55722002-04-29 Michal Ludvig <mludvig@suse.cz>
5573
5574 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5575 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5576 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 5577
2dc5091b
EZ
55782002-04-29 Elena Zannoni <ezannoni@redhat.com>
5579
5580 * rs6000-tdep.c (rs6000_extract_return_value,
5581 rs6000_store_return_value): Handle returning vectors.
5582 (rs6000_gdbarch_init): Use
5583 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5584 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5585 New function.
5586 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5587 vectors.
5588 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5589 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 5590
2b9848d8
PM
55912002-04-24 Pierre Muller <ics.u-strasbg.fr>
5592
5593 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 5594 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
5595 with fprintf_unfiltered (gdb_stderr,...).
5596
f8d17dc5
PM
55972002-04-24 Pierre Muller <ics.u-strasbg.fr>
5598
5599 * remote-array.c (printf_monitor, write_monitor,
361d1df0 5600 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
5601 Replace fprintf (stderr,...
5602 with fprintf_unfiltered (gdb_stderr,....
5603 * remote-es.c: Likewise.
5604 * remote-os9k.c: Likewise.
5605 * remote-st.c: Likewise.
5606
2f2f1ad1
AS
56072002-04-28 Andreas Schwab <schwab@suse.de>
5608
5609 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5610 linux-proc.o and gcore.o.
5611
b6779aa2
AC
56122002-04-26 Michal Ludvig <mludvig@suse.cz>
5613
5614 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5615 code without frame pointers.
5616
7e57f5f4
AC
56172002-04-26 Andrew Cagney <ac131313@redhat.com>
5618
5619 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5620 ON_STACK is needed.
5621
2ceb85d0
BE
56222002-04-26 Ben Elliston <bje@redhat.com>
5623
5624 * target.c (do_xfer_memory): Correct reference to the new option
5625 "trust-readonly-sections".
5626
f5f8a009
EZ
56272002-04-26 Elena Zannoni <ezannoni@redhat.com>
5628
5629 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5630 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5631 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5632 vectors.
5633 (read_array_type): Record the fact that this array type is really a
5634 vector (i.e. are passed in by value).
5635
5868c862
JT
56362002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5637
5638 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5639 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5640 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5641 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5642 * alpha-linux-tdep.c: Include frame.h.
5643 (alpha_linux_sigcontext_addr): New function.
5644 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5645 alpha_linux_sigcontext_addr.
5646 * alpha-osf1-tdep.c: Include gdbcore.h.
5647 (alpha_osf1_sigcontext_addr): New function.
5648 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5649 alpha_osf1_sigcontext_addr.
5650 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5651 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5652
bfb01f37
AC
56532002-04-26 Andrew Cagney <ac131313@redhat.com>
5654
361d1df0 5655 * stack.c (selected_frame_level):
bfb01f37
AC
5656 (select_frame): Do not set selected_frame_level.
5657 * frame.h (selected_frame_level): Delete declaration.
5658
15813d3f
AC
56592002-04-26 Andrew Cagney <ac131313@redhat.com>
5660
5661 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5662 convert_from_func_ptr-addr when AIX / PowerOpen.
5663
6096c27a
AC
56642002-04-25 Andrew Cagney <ac131313@redhat.com>
5665
5666 * valops.c (hand_function_call): Call
5667 generic_save_call_dummy_addr.
5668 * frame.h (generic_save_call_dummy_addr): Declare.
5669 * blockframe.c (struct dummy_frame): Add fields call_lo and
5670 call_hi.
5671 (generic_find_dummy_frame): Check for PC in range call_lo to
5672 call_hi instead of entry_point_address.
5673 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5674 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5675 (generic_save_call_dummy_addr): New function.
5676
f510d44e
DM
56772002-04-24 David S. Miller <davem@redhat.com>
5678
5679 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5680 sparc_skip_prologue.
5681 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5682 information to find prologue when possible.
5683 (sparc_prologue_frameless_p): Call examine_prologue directly.
5684 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5685 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5686 second argument.
5687 (SKIP_PROLOGUE): Likewise.
5688
15d72a92
JT
56892002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5690
5691 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5692 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5693 indicate that the condition it was testing is always true.
5694 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5695 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5696 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5697
accc6d1f
JT
56982002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5699
5700 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5701 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5702 tdep->jb_pc and tdep->jb_elt_size.
5703 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5704 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5705 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5706 * alpha-nat.c (get_longjmp_target): Remove.
5707 (JB_ELEMENT_SIZE): Ditto.
5708 (JB_PC): Ditto.
5709 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5710 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5711 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5712 to alpha_get_longjmp_target.
5713 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5714 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5715 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5716
1bfdc549
AC
57172002-04-25 Andrew Cagney <ac131313@redhat.com>
5718
5719 * README: Update to GDB 5.2.
5720
1bd316f0
AC
57212002-04-25 Andrew Cagney <ac131313@redhat.com>
5722
5723 * gdbarch.sh (LC_ALL): Set to `c'.
5724
2e5ff58c
TR
57252002-04-25 Theodore A. Roth <troth@verinet.com>
5726
5727 * avr-tdep.c: Ran through gdb_indent.sh.
5728
e33ce519
TR
57292002-04-25 Theodore A. Roth <troth@verinet.com>
5730
5731 * MAINTAINERS: Add myself as AVR maintainer.
5732 * NEWS: Note new target avr.
5733
8818c391
TR
57342002-04-25 Theodore A. Roth <troth@verinet.com>
5735
5736 * Makefile.in: Add support for AVR target.
5737 * configure.tgt: Add support for AVR target.
5738 * avr-tdep.c: New file
5739 * config/avr/avr.mt: New file.
5740
79509c2d
TR
57412002-04-25 Theodore A. Roth <troth@verinet.com>
5742
5743 * MAINTAINERS: Add myself to write-after-approval.
5744
dac8068e
PM
57452002-04-24 Pierre Muller <ics.u-strasbg.fr>
5746
5747 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5748 with fprintf_unfiltered (gdb_stderr,....
5749
25bf3106
PM
57502002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5751
5752 Fix PR gdb/508.
5753 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5754
24467a86
PM
57552002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5756
5757 * p-exp.y: Also use new prev_lexptr variable
5758 to improve error reporting. Based on Michael Snyder
5759 2002-04-24 dated patch to c-exp.y.
5760
95b80706
JT
57612002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5762
5763 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5764 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5765 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5766 to 0.
5767 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5768 and struct value.
5769 (FUNCTION_START_OFFSET): Remove.
5770 (BREAKPOINT): Ditto.
5771
e90cc612
JT
57722002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5773
5774 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5775 * NEWS: Ditto.
5776
6c72f9f9
JT
57772002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5778
5779 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5780 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5781 alpha_linux_pc_in_sigtramp.
5782 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5783 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5784 alpha_osf1_pc_in_sigtramp.
5785 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5786 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5787 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5788 alphafbsd_pc_in_sigtramp.
5789 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5790 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5791 alphanbsd_pc_in_sigtramp.
5792 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5793 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5794
5e4f3379
JT
57952002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5796
5797 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5798
da8ca43d
JT
57992002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5800
5801 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5802 alphanbsd-tdep.c.
5803 (alphanbsd-nat.o): New dependency list.
5804 (alphanbsd-tdep.o): Ditto.
5805 * NEWS: Note new native NetBSD/alpha configuration.
5806 * alphanbsd-nat.c: New file.
5807 * alphanbsd-tdep.c: Ditto.
5808 * configure.host (alpha*-*-netbsd*): New host.
5809 * configure.tgt (alpha*-*-netbsd*): New target.
5810 * config/alpha/nbsd.mh: New file.
5811 * config/alpha/nbsd.mt: Ditto.
5812 * config/alpha/nm-nbsd.h: Ditto.
5813 * config/alpha/tm-nbsd.h: Ditto.
5814
36a6271d
JT
58152002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5816
5817 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
5818 (alpha-osf1-tdep.o): New dependency list.
5819 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
5820 and skip_sigtramp_frame members.
5821 * alpha-linux-tdep.c: Include gdbcore.h.
5822 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
5823 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
5824 * alpha-osf1-tdep.c: New file.
5825 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
5826 alpha-osf1-dep.c.
5827 (alpha_frame_past_sigtramp_frame): New function.
5828 (alpha_dynamic_sigtramp_offset): Ditto.
5829 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
5830 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
5831 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
5832 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
5833 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
5834 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
5835 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
5836 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
5837 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
5838 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
5839 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
5840 to find_solib_trampoline_target.
5841 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
5842 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
5843 (SKIP_TRAMPOLINE_CODE): Remove.
5844 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5845 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5846 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5847 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5848 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
5849 (PROC_SIGTRAMP_MAGIC): Ditto.
5850 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5851 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5852 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5853 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5854 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5855
2f4bc57b
JT
58562002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5857
5858 * NEWS: Note that Alpha targets are now multi-arch.
5859
665132f9
MS
58602002-04-24 Michael Snyder <msnyder@redhat.com>
5861
5862 * parser-defs.h (prev_lexptr): New external variable.
5863 * parse.c (parse_exp_1): Set prev_lexptr to null before
5864 calling the language-specific parser.
5865 * c-exp.y (yylex): Set prev_lexptr to start of current token.
5866 (yyerror): Use prev_lexptr in error reporting.
5867
32872fa7
DJ
58682002-04-24 Daniel Jacobowitz <drow@mvista.com>
5869
5870 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
5871 * gregset.h: If FILL_FPXREGSET is defined, provide
5872 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
5873 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
5874 is defined, call fill_fpxregset.
5875
57e76fac
MS
58762002-04-24 Roland McGrath <roland@frob.com>
5877
5878 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
5879 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
5880 (supply_gregset, supply_fpregset): New functions.
5881
5882 * gnu-nat.c (gnu_find_memory_regions): New function.
5883 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
5884 (gnu_xfer_memory): Add a cast.
5885
f43845b3
MS
58862002-04-24 Michael Snyder <msnyder@redhat.com>
5887
361d1df0 5888 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
5889 loop. Add handling for "str lr, [sp, #-4]!" and for saves
5890 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 5891 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
5892 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
5893 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
5894
a0abec03
AC
5895Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
5896
5897 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
5898 NUM_PSEUDO_REGS can be used.
5899
d7bd68ca
AC
59002002-04-24 Andrew Cagney <ac131313@redhat.com>
5901
5902 * arch-utils.h: Update copyright.
5903
5904 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
5905 * gdbarch.h, gdbarch.c: Re-generate.
5906
5907 * inferior.h (IN_SIGTRAMP): Delete definition.
5908 * arch-utils.c (legacy_pc_in_sigtramp): New function.
5909 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
5910
5911 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
5912 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
5913 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
5914 (find_proc_framesize): Ditto.
5915 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
5916 (alpha_init_extra_frame_info): Ditto.
5917 * infrun.c (handle_inferior_event): Ditto.
5918 (handle_inferior_event): Ditto.
5919 (check_sigtramp2): Ditto.
5920 * blockframe.c (create_new_frame): Ditto.
5921 (get_prev_frame): Ditto.
5922 * ppc-linux-tdep.c: Update comments.
5923 * i386-linux-tdep.c: Update comments.
5924 * breakpoint.c (bpstat_what): Update comment.
5925
d06f167a
ML
59262002-04-24 Michal Ludvig <mludvig@suse.cz>
5927
5928 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
361d1df0 5929 (regsets_store_inferior_registers): Removed cast to int from
d06f167a
ML
5930 ptrace() calls.
5931 * gdbserver/regcache.h: Added declaration of struct inferior_info.
5932
4867e41e
DM
59332002-04-24 David S. Miller <davem@redhat.com>
5934
21d83aa5
DM
5935 * i960-tdep.c (register_in_window_p): New function.
5936 (i960_find_saved_register): Use it instead of
5937 REGISTER_IN_WINDOW_P.
5938 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
5939
4867e41e
DM
5940 * symtab.h (find_stab_function_addr): Kill extern.
5941 * minsyms.c (find_stab_function_addr): Remove from here...
5942 * dbxread.c: ... to here, and mark it static.
5943
69cdf6a2
DM
59442002-04-20 David S. Miller <davem@redhat.com>
5945
5946 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
5947 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
5948
5a595886
DM
59492002-04-21 David S. Miller <davem@redhat.com>
5950
5951 * remote-vxsparc.c (vx_read_register): Fix typo, we want
5952 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
5953 (vx_write_register): Likewise.
5954
1da1a192
JB
59552002-04-23 J. Brobecker <brobecker@gnat.com>
5956
5957 * source.c (is_regular_file): New function.
5958 (openp): Check wether file to open is a regular file
5959 to avoid opening directories.
5960
baa6f10b
JT
59612002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5962
5963 * findvar.c (extract_signed_integer): Cast printf argument
5964 to suppress format warning.
5965 (extract_unsigned_integer): Likewise.
5966 * infcmd.c (registers_info): Likewise.
5967 * top.c (get_prompt_1): Likewise.
5968 * valops.c (value_assign): Likewise.
5969 * valprint.c (print_decimal): Likewise.
5970
b2c4da81
L
59712002-04-22 H.J. Lu (hjl@gnu.org)
5972
5973 * c-exp.y (typebase): Support
361d1df0 5974
b2c4da81
L
5975 [long|long long|short] [signed|unsigned] [int|]
5976
5977 and
5978
5979 signed [long|long long|short] int
5980
f267bd6a
JT
59812002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5982
5983 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
5984 and vax-tdep.h.
5985 * vax-tdep.h: New file.
5986 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
5987 Make several routines static.
5988 (vax_get_saved_register): New function.
5989 (vax_gdbarch_init): New function.
5990 (_initialize_vax_tdep): Register vax_gdbarch_init.
5991 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
5992 Remove macros now under the control of gdbarch.
5993
da3c6d4a
MS
59942002-04-22 Michael Snyder <msnyder@redhat.com>
5995
11d3b27d
MS
5996 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
5997 Some whitespace and coding standards tweaks.
da3c6d4a 5998
a33f7558
JT
59992002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6000
6001 * vax-tdep.c: Include regcache.h.
6002 (vax_call_dummy_words): New.
6003 (sizeof_vax_call_dummy_words): New.
6004 (vax_fix_call_dummy): New function.
6005 (vax_saved_pc_after_call): Ditto.
6006 * config/vax/tm-vax.h: Don't include regcache.h.
6007 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6008 (CALL_DUMMY): Remove.
6009 (CALL_DUMMY_WORDS): Define.
6010 (SIZEOF_CALL_DUMMY_WORDS): Define.
6011 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6012
47a73475
MS
60132002-04-18 Michael Snyder <msnyder@redhat.com>
6014
6015 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6016
52efde73
JT
60172002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6018
6019 * vax-tdep.c (vax_frame_chain): New function.
6020 (vax_push_dummy_frame): Ditto.
6021 (vax_pop_frame): Ditto.
6022 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6023 (FRAMELESS_FUNCTION_INVOCATION): Use
6024 generic_frameless_function_invocation_not.
6025 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6026 (POP_FRAME): Use vax_pop_frame.
6027
ea74468c
JT
60282002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6029
6030 * vax-tdep.c (vax_store_struct_return): New function.
6031 (vax_extract_return_value): Ditto.
6032 (vax_store_return_value): Ditto.
6033 (vax_extract_struct_value_address): Ditto.
6034 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6035 vax_store_struct_return.
6036 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6037 (STORE_RETURN_VALUE): Use vax_store_return_value.
6038 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6039
5516aa92
JT
60402002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6041
6042 * vax-tdep.c (vax_frame_saved_pc): New function.
6043 (vax_frame_args_address_correct): Ditto.
6044 (vax_frame_args_address): Ditto.
6045 (vax_frame_locals_address): Ditto.
6046 (vax_frame_num_args): Move code to be in proximity to
6047 other frame-related functions.
6048 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6049 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6050 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6051 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6052 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6053
36af0b35
L
60542002-04-22 H.J. Lu (hjl@gnu.org)
6055
6056 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6057 includedir.
6058
ab62c900
JT
60592002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6060
6061 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6062 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6063 (FRAME_INIT_SAVED_REGS): New macro.
6064
7232b100
JT
60652002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6066
6067 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6068
b70d2aee
JT
60692002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6070
6071 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6072 where needed.
6073 (fetch_osf_core_registers): Likewise.
6074 (supply_gregset): Likewise.
6075
a0e8a2d1 60762002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 6077
a0e8a2d1
JB
6078 * symfile.h (get_section_index): Define.
6079 * symfile.c (get_section_index): New function.
6080 * mdebugread.c (SC_IS_SBSS): New macro.
6081 (SC_IS_BSS): Return true for the scBss storage class only, as
6082 the scSBss storage class refers to the .sbss section.
6083 (parse_partial_symbols): Discard the symbols which associated
6084 section does not exist.
6085 Make sure to use the .sbss section index for symbols which
6086 storage class is scBss, rather than using the .bss section index.
6087
51eb8b08
JT
60882002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6089
6090 * vax-tdep.c: Update copyright years.
6091 (vax_register_name): New function.
6092 (vax_register_byte): Ditto.
6093 (vax_register_raw_size): Ditto.
6094 (vax_register_virtual_size): Ditto.
6095 (vax_register_virtual_type): Ditto.
6096 * config/vax/tm-vax.h: Update copyright years.
6097 (REGISTER_NAMES): Remove.
6098 (REGISTER_NAME): Define.
6099 (REGISTER_BYTE): Use vax_register_byte.
6100 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6101 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6102 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6103
6cc1c0a8
AC
61042002-04-21 Andrew Cagney <ac131313@redhat.com>
6105
6106 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6107 declaration
6108 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6109
9319a2fe
DM
61102002-04-21 David S. Miller <davem@redhat.com>
6111
6112 * arch-utils.c (generic_prologue_frameless_p): Kill
6113 SKIP_PROLOGUE_FRAMELESS_P code.
6114 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6115 references.
6116 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6117 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6118 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6119 references.
6120 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6121 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6122 (sparc_gdbarch_init): Pass it to
6123 set_gdbarch_prologue_frameless_p.
a0e8a2d1 6124
e9ed6d01
JT
61252002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6126
6127 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6128 (alphabsd-nat.o): New dependency list.
6129
36012033
JT
61302002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6131
6132 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6133 alphafbsd-tdep.c.
6134 (alpha-linux-tdep.o): New dependency list.
6135 (alphafbsd-tdep.o): Likewise.
6136
3379287a
JT
61372002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6138
6139 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6140 to here...
6141 * alpha-tdep.c: ...from here.
6142 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6143
4bcbd6cb
JT
61442002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6145
6146 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6147 prototype from here...
6148 * alpha-tdep.h: ...to here.
6149
b31da25e
AC
61502002-04-21 Andrew Cagney <ac131313@redhat.com>
6151
6152 * frame.h (selected_frame_level): Document as deprecated.
6153 (frame_relative_level): Declare.
6154 * stack.c (frame_relative_level): New function.
6155 (selected_frame_level): Document as deprecated.
6156 (select_frame): Do not set the selected_frame_level.
6157
6158 * stack.c (frame_info, record_selected_frame): Update.
6159 (frame_command, current_frame_command): Update.
6160 (up_silently_base, up_command, down_silently_base): Update.
6161 (down_command): Update.
6162 * inflow.c (kill_command): Update.
6163 * tracepoint.c (finish_tfind_command): Update.
6164 * corelow.c (core_open): Update.
6165 * thread.c (info_threads_command): Update.
6166 (do_captured_thread_select): Update.
6167 * infcmd.c (finish_command): Update.
6168 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6169
9c1d6fe5
JT
61702002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6171
6172 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6173
ab89facf
AC
61742002-04-21 Andrew Cagney <ac131313@redhat.com>
6175
6176 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6177 type const.
6178
82a4efa1
JT
61792002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6180
6181 * alphafbsd-tdep.c: Update copyright years. Include
6182 alpha-tdep.h.
6183 (alphafbsd_use_struct_convention): Make static.
6184 (alphafbsd_init_abi): New function.
6185 (_initialize_alphafbsd_tdep): New function.
6186 * config/alpha/tm-fbsd.h: Update copyright years.
6187 (USE_STRUCT_CONVENTION): Remove.
6188
44dffaac
JT
61892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6190
6191 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6192 an Alpha ABI variant.
6193 (alpha_abi_handler_list): Declare.
6194 (alpha_gdbarch_register_os_abi): New function.
6195 (alpha_gdbarch_init): Give registered ABI variant handlers a
6196 chance to tweak the gdbarch once we have set up defaults.
6197 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6198
65585be4
JT
61992002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6200
6201 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6202 to standard_coerce_float_to_double.
6203 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6204
d9b023cc
JT
62052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6206
6207 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6208 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6209 from gdbarch_tdep rather than a constant.
6210 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6211 the default text address for all Alpha Unix ABIs.
6212 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6213 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6214
dc129d82
JT
62152002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6216
6217 * alpha-tdep.h: New file. Includes several Alpha target constants
6218 taken from...
6219 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6220 let gdbarch deal with.
6221 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6222 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6223 to dependency list.
6224 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6225 Alpha target register names.
6226 * alphabsd-nat.c: Likewise.
6227 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6228 Alpha target register names. Make serveral routines static.
6229 (alpha_get_saved_register): New function.
6230 (alpha_abi_names): New.
6231 (process_note_abi_tag_sections): New function.
6232 (get_elfosabi): New function.
6233 (alpha_gdbarch_init): New function.
6234 (alpha_dump_tdep): New function.
6235 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6236
d49d1e0a
AC
62372002-04-21 Andrew Cagney <ac131313@redhat.com>
6238
6239 * frame.c (find_saved_register): Delete #ifdef
6240 HAVE_REGISTER_WINDOWS code.
6241 * config/sparc/tm-sparc.h: Update comments.
6242 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6243
92e8c9ed
AC
62442002-04-21 Andrew Cagney <ac131313@redhat.com>
6245
6246 * i960-tdep.c (i960_find_saved_register): New function.
6247 (i960_get_saved_register): New function.
6248 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6249 (i960_get_saved_register): Declare.
6250 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6251
e1925118
DM
62522002-04-20 David S. Miller <davem@redhat.com>
6253
6254 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6255
29673b29
AC
62562002-04-20 Andrew Cagney <ac131313@redhat.com>
6257
6258 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6259 instead of NUM_PSEUDO_REGS.
6260
6c86dcd5
DM
62612002-04-20 David S. Miller <davem@redhat.com>
6262
6263 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6264 GDB_MULTI_ARCH_PARTIAL
6265 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6266 define, let tm-sp64.h do it.
6267
aa40ec90
JT
62682002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6269
6270 * frame.c (find_saved_register): Avoid a NULL pointer
6271 dereference and actually walk the frame list.
6272
0f79675b
AC
62732002-04-20 Andrew Cagney <ac131313@redhat.com>
6274
6275 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6276 sorted in most most-recent-used order. Document.
6277 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6278
c04a1aa8
DJ
62792002-04-20 Daniel Jacobowitz <drow@mvista.com>
6280
6281 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
6282 (add_inferior): Call create_register_cache.
6283 (clear_inferiors): Call free_register_cache.
6284 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6285 * gdbserver/regcache.c (struct inferior_regcache_data): New.
6286 (registers): Remove.
6287 (get_regcache): New function.
6288 (create_register_cache, free_register_cache): New functions.
6289 (set_register_cache): Don't initialize the register cache here.
6290 (registers_to_string, registers_from_string, register_data): Call
6291 get_regcache.
6292 * gdbserver/regcache.h: Add prototypes.
6293 * gdbserver/server.h: Likewise.
6294
611cb4a5
DJ
62952002-04-20 Daniel Jacobowitz <drow@mvista.com>
6296
6297 * gdbserver/mem-break.c: New file.
6298 * gdbserver/mem-break.h: New file.
6299 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
6300 dependencies.
6301 * gdbserver/inferiors.c (struct inferior_info): Add target_data
6302 member.
6303 (clear_inferiors): Free target_data member if set.
6304 (inferior_target_data, set_inferior_target_data): New functions.
6305 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6306 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6307 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
6308 (struct inferior_linux_data): New.
6309 (linux_create_inferior): Use set_inferior_target_data.
6310 (linux_attach): Likewise. Call add_inferior.
6311 (linux_wait_for_one_inferior): New function.
6312 (linux_wait): Call it.
6313 (linux_write_memory): Add const.
6314 (initialize_low): Call set_breakpoint_data.
6315 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
6316 handling members.
6317 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
6318 call.
6319 * gdbserver/server.h: Include mem-break.h. Update inferior.c
6320 prototypes.
6321 * gdbserver/target.c (read_inferior_memory)
6322 (write_inferior_memory): New functions.
6323 * gdbserver/target.h (read_inferior_memory)
6324 (write_inferior_memory): Change macros to prototypes.
6325 (struct target_ops): Update comments. Add const to write_memory
6326 definition.
6327
f91305dd 63282002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
6329
6330 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6331 instead of ->prev.
6332 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6333 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6334 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6335 instead of ->prev.
6336
73d322b1
EZ
63372002-04-19 Elena Zannoni <ezannoni@redhat.com>
6338
6339 Fix PR gdb/471.
6340 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6341 (build_builtin_type_vec128): Ditto.
6342 (append_composite_type_field): Fix calculation of type length in
6343 union case.
6344
ccd9a834
EZ
63452002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6346
6347 * config/djgpp/README: Update.
6348
6349 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6350 compiler warnings.
6351
a57f9e49
JT
63522002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6353
6354 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6355 (alpha_setup_arbitrary_frame): ...to this.
6356 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6357 for alpha_setup_arbitrary_frame.
6358
f4f9705a
AC
63592002-04-18 Andrew Cagney <cagney@redhat.com>
6360
6361 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6362 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6363
f4f9705a
AC
6364 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6365 * target.h (memory_breakpoint_from_pc): Update declaration.
6366 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6367
6368 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6369 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6370 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6371 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6372 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6373 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6374 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6375 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6376 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6377 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6378 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6379 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6380
6381 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6382 const pointer.
6383 * monitor.c (monitor_insert_breakpoint): Ditto.
6384 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6385
6386 * config/mcore/tm-mcore.h: Update copyright.
6387 * mem-break.c: Ditto.
6388 * xstormy16-tdep.c: Ditto.
6389
29f319b8
PM
63902002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6391
6392 * p-exp.y: Add precedence rule for '^' token.
6393 This removes the shift/reduce conflicts.
6394 Remove the comment concerning these shift/reduce conflicts.
6395
ebeac11a
EZ
63962002-04-18 Elena Zannoni <ezannoni@redhat.com>
6397
6398 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6399 (registers_powerpc_nofp): New register set for processors
6400 without floating point unit.
6401
27c31547
DM
64022002-04-18 David S. Miller <davem@redhat.com>
6403
6404 * MAINTAINERS: Add myself to write-after-approval.
6405
47a73475
MS
64062002-04-17 Michael Snyder <msnyder@redhat.com>
6407
6408 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6409
953836b2
AC
64102002-04-17 Andrew Cagney <ac131313@redhat.com>
6411
6412 * rs6000-tdep.c (frame_initial_stack_address): Use
6413 frame_register_read to read the alloca_reg.
6414
8b0d4340
AC
64152002-04-17 Andrew Cagney <ac131313@redhat.com>
6416
6417 * frame.c (find_saved_register): Find saved registers in the next
6418 not prev frame.
6419 Fix PR gdb/365.
6420
d8864532
AC
64212002-04-17 Andrew Cagney <ac131313@redhat.com>
6422
6423 * gdbarch.sh (LANG): Set to ``c''.
6424
36cc83a3 64252002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 6426
36cc83a3 6427 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 6428
2f4150cc 64292002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
6430
6431 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6432 Update copyright.
6433
628703c6 6434 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 6435 Also fix PR gdb/391.
361d1df0 6436
56157b4a
AC
64372002-04-14 Andrew Cagney <ac131313@redhat.com>
6438
6439 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6440 * aclocal.m4, configure: Re-generate.
6441 Fix PR gdb/391.
361d1df0 6442
6d1e3329
EZ
64432002-04-14 Elena Zannoni <ezannoni@redhat.com>
6444
6445 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6446 instead of tm_print_insn.
6447
cb06fa07
EZ
64482002-04-14 Elena Zannoni <ezannoni@redhat.com>
6449
6450 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6451
f208ba17
AC
64522002-04-14 Andrew Cagney <ac131313@redhat.com>
6453
6454 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6455 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6456 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6457
20f01a46
DH
64582002-04-12 Don Howard <dhoward@redhat.com>
6459
6460 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6461 max_user_call_depth.
6462 (init_cmd_lists): Initialize the new value;
6463 * cli/cli-script.c (execute_user_command): Limit the call depth of
6464 user defined commands. This avoids a core-dump when user commands
6465 are infinitly recursive.
6466
a88376a3
KB
64672002-04-12 Kevin Buettner <kevinb@redhat.com>
6468
6469 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6470 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6471 from tdep struct instead of DEFAULT_LR_SAVE.
6472 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6473 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6474 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6475
f2172603
MS
64762002-04-12 Michael Snyder <msnyder@redhat.com>
6477
694f61fb 6478 * Remote.c: Spelling fix.
20fe79c8
MS
6479 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6480 If no symbol found for "sbrk", try "_sbrk".
6481 (make_output_phdrs): Use bfd_section_name.
6482 (gcore_copy_callback): Use bfd_section_name.
62995fc4 6483 * eval.c: Indentation fix-ups.
169a7369
MS
6484 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6485 in case it gets applied to an address that is already
6486 in the instruction space.
de74f71f
MS
6487 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6488 * symfile.c: Fix indentation, long lines.
f2172603
MS
6489 * source.c: White space fix-up.
6490
cda5a58a
AC
64912002-04-12 Andrew Cagney <cagney@redhat.com>
6492
6493 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6494 * frame.c (frame_register_read): New function. Return non-zero on
6495 success.
6496 (read_relative_register_raw_bytes_for_frame): Delete.
6497 (read_relative_register_raw_bytes): Delete.
6498 * frame.h (frame_register_read): Declare.
6499 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6500 * sh-tdep.c: Ditto.
6501 * infcmd.c (do_registers_info): Ditto.
6502 * hppa-tdep.c: Ditto.
6503 * rs6000-tdep.c: Ditto.
6504 * h8500-tdep.c: Ditto.
6505 * mips-tdep.c: Ditto.
6506 * h8300-tdep.c: Ditto.
6507 * z8k-tdep.c: Ditto.
6508
2ea5f656
KB
65092002-04-12 Kevin Buettner <kevinb@redhat.com>
6510
6511 From Jimi X <jimix@watson.ibm.com>:
6512 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6513 64-bit SysV ABI.
6514
27b15785
KB
65152002-04-12 Kevin Buettner <kevinb@redhat.com>
6516
6517 From Jimi X <jimix@watson.ibm.com>:
6518 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6519 bfd info.
6520
5d57ee30
KB
65212002-04-12 Kevin Buettner <kevinb@redhat.com>
6522
6523 From Jimi X <jimix@watson.ibm.com>:
6524 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6525 register sets for these processor variants.
6526
bc1e36ca
DJ
65272002-04-11 Daniel Jacobowitz <drow@mvista.com>
6528
6529 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6530 registers which are allowed to fail to store.
6531 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6532 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6533 (ppc_cannot_store_register): FPSCR may not be storable.
6534 * regformats/reg-ppc.dat: Support FPSCR.
6535
e3f36dbd
KB
65362002-04-11 Kevin Buettner <kevinb@redhat.com>
6537
6538 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6539 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6540 Add fpscr as an invalid/unfetchable register.
6541 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6542 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6543 (fill_fpregset): Add support for register fpscr.
6544 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6545 (fill_gregset): Account for the fact that register ``mq'' might
6546 not exist.
6547 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6548 (registers_power): Add fpscr to register set at slot 71.
6549 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6550 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6551
943c9c25
MS
65522002-04-11 Michael Snyder <msnyder@redhat.com>
6553
6554 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6555 * configure: Regenerate.
6556 * config.in: Regenerate.
6557 * acconfig.h: Add define for _SYSCALL32.
6558 * core-sol2.c: Remove #define _SYSCALL32.
6559 * solib-legacy.c: Remove #define _SYSCALL32.
6560
d8c0a2e7
AC
65612002-04-10 Andrew Cagney <ac131313@redhat.com>
6562
6563 * stack.c (select_frame): Cleanup internal error message, do not
6564 use %p.
6565
7cc19214
AC
65662002-04-10 Andrew Cagney <ac131313@redhat.com>
6567
6568 * stack.c (select_frame): Check that selected_frame and the
6569 specified level are as expected.
6570 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6571 Update copyright.
6572 * frame.h (struct frame_info): Add field `level'. Update
6573 copyright.
6574 Work-in-progress PR gdb/464.
6575
67a2b77e
AC
65762002-04-10 Andrew Cagney <ac131313@redhat.com>
6577
6578 * maint.c (maint_print_section_info): Rename print_section_info.
6579 (print_bfd_section_info, print_objfile_section_info): Update.
6580 * inferior.h (struct gdbarch): Add opaque declaration.
6581 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6582 * gdbarch.h: Regenerate.
6583
8cfda98c
ML
65842002-04-10 Michal Ludvig <mludvig@suse.cz>
6585
6586 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6587 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6588 (kernel_u_size): Added.
6589 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6590 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6591
ca439ad2 65922002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 6593
ca439ad2
JI
6594 * valarith.c (find_size_for_pointer_math): New function, either returns
6595 the size for a pointer's target, returns 1 for void *, or errors for
6596 incomplete types.
6597 (value_add, value_sub): use find_size_for_pointer_math.
6598
2f2893d9
DJ
65992002-04-09 Daniel Jacobowitz <drow@mvista.com>
6600
6601 * linux-low.c (linux_look_up_symbols): New hook.
6602 (linux_target_ops): Add linux_look_up_symbols.
6603 * remote-utils.c (decode_address): New function.
6604 (look_up_one_symbol): New function.
6605 * server.c (handle_query): Call target look_up_symbols hook.
6606 * server.h (look_up_one_symbol): Add prototype.
6607 * target.h (struct target_ops): Add look_up_symbols hook.
6608
2ec06d2e
DJ
66092002-04-09 Daniel Jacobowitz <drow@mvista.com>
6610
d64b8841
DJ
6611 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6612 * ChangeLog: Correct paths in last ChangeLog entry.
6613
66142002-04-09 Daniel Jacobowitz <drow@mvista.com>
6615
6616 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
6617 (struct linux_target_ops): New.
6618 (extern the_low_target): New.
d64b8841 6619 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
6620 (register_addr): Use the_low_target explicitly.
6621 (fetch_register): Likewise.
6622 (usr_fetch_inferior_registers): Likewise.
6623 (usr_store_inferior_registers): Likewise.
d64b8841 6624 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
6625 (arm_num_regs): Define.
6626 (arm_regmap): Renamed from regmap, made static.
6627 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6628 made static.
6629 (arm_cannot_store_register): Renamed from cannot_store_register,
6630 made static.
6631 (the_low_target): New.
d64b8841 6632 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
6633 (i386_num_regs): Define.
6634 (i386_regmap): Renamed from regmap, made static.
6635 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6636 made static.
6637 (i386_cannot_store_register): Renamed from cannot_store_register,
6638 made static.
6639 (the_low_target): New.
d64b8841 6640 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
6641 (ia64_num_regs): Define.
6642 (ia64_regmap): Renamed from regmap, made static.
6643 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6644 made static.
6645 (ia64_cannot_store_register): Renamed from cannot_store_register,
6646 made static.
6647 (the_low_target): New.
d64b8841 6648 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
6649 (m68k_num_regs): Define.
6650 (m68k_regmap): Renamed from regmap, made static.
6651 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6652 made static.
6653 (m68k_cannot_store_register): Renamed from cannot_store_register,
6654 made static.
6655 (the_low_target): New.
d64b8841 6656 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
6657 (mips_num_regs): Define.
6658 (mips_regmap): Renamed from regmap, made static.
6659 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6660 made static.
6661 (mips_cannot_store_register): Renamed from cannot_store_register,
6662 made static.
6663 (the_low_target): New.
d64b8841 6664 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
6665 (ppc_num_regs): Define.
6666 (ppc_regmap): Renamed from regmap, made static.
6667 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6668 made static.
6669 (ppc_cannot_store_register): Renamed from cannot_store_register,
6670 made static.
6671 (the_low_target): New.
d64b8841 6672 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
6673 (s390_num_regs): Define.
6674 (s390_regmap): Renamed from regmap, made static.
6675 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6676 made static.
6677 (s390_cannot_store_register): Renamed from cannot_store_register,
6678 made static.
6679 (the_low_target): New.
d64b8841 6680 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
6681 (sh_num_regs): Define.
6682 (sh_regmap): Renamed from regmap, made static.
6683 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6684 made static.
6685 (sh_cannot_store_register): Renamed from cannot_store_register,
6686 made static.
6687 (the_low_target): New.
d64b8841 6688 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
6689 (the_low_target): New.
6690
96cb11df
AC
66912002-04-09 Andrew Cagney <ac131313@redhat.com>
6692
6693 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6694 override FP_REGNUM with frame->fp. Update copyright.
6695 * parse.c (num_std_regs, std_regs): Delete.
6696 (target_map_name_to_register): Do not search std_regs. Update
6697 function description.
6698 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6699 declarations. Update copyright.
6700 Fix PR gdb/251.
361d1df0 6701
c3a3ccc7
DJ
67022002-04-09 Daniel Jacobowitz <drow@mvista.com>
6703
6704 * gdbserver/Makefile.in: Add stamp-h target.
6705 * gdbserver/configure.in: Create stamp-h.
6706 * gdbserver/configure: Regenerated.
6707
ce3a066d
DJ
67082002-04-09 Daniel Jacobowitz <drow@mvista.com>
6709
6710 * gdbserver/inferiors.c: New file.
6711 * gdbserver/target.c: New file.
6712 * gdbserver/target.h: New file.
6713 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6714 dependencies.
6715 * gdbserver/linux-low.c (inferior_pid): New static variable,
6716 moved from server.c.
6717 (linux_create_inferior): Renamed from create_inferior.
6718 Call add_inferior. Return 0 on success instead of a PID.
6719 (linux_attach): Renamed from myattach.
6720 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6721 (linux_thread_alive): Renamed from mythread_alive.
6722 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6723 child dies.
6724 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6725 (regsets_store_inferior_registers): Correct error message.
6726 Add missing ``return 0''.
6727 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6728 (linux_store_registers): Renamed from store_inferior_registers.
6729 (linux_read_memory): Renamed from read_inferior_memory.
6730 (linux_write_memory): Renamed from write_inferior_memory.
6731 (linux_target_ops): New structure.
6732 (initialize_low): Call set_target_ops ().
6733 * gdbserver/remote-utils.c (unhexify): New function.
6734 (hexify): New function.
6735 (input_interrupt): Send signals to ``signal_pid''.
6736 * gdbserver/server.c (inferior_pid): Remove.
6737 (start_inferior): Update create_inferior call.
6738 (attach_inferior): Call add_inferior.
6739 (handle_query): New function.
6740 (main): Call handle_query for `q' packets.
6741 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6742 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6743
0729219d
DJ
67442002-04-09 Daniel Jacobowitz <drow@mvista.com>
6745
6746 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6747 dependencies.
6748 * gdbserver/configure.in: Check for <string.h>
6749 * gdbserver/configure: Regenerate.
6750 * gdbserver/config.in: Regenerate.
6751 * gdbserver/gdbreplay.c: Include needed system headers.
6752 (remote_open): Remove strchr prototype.
6753 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6754 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6755 (supply_register_by_name): Likewise.
6756 (collect_register): Change buf argument to void *.
6757 (collect_register_by_name): Likewise.
6758 * gdbserver/regcache.h: Add missing prototypes.
6759 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6760 * gdbserver/server.c (handle_query): New function.
6761 (attached): New static variable, moved out of main.
6762 (main): Quiet longjmp clobber warnings.
6763 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6764 * gdbserver/utils.c (error): Remove NORETURN.
6765 (fatal): Likewise.
6766
97658e92
DJ
67672002-04-09 Daniel Jacobowitz <drow@mvista.com>
6768
6769 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6770 after the last symbol in a block.
6771
6044e3eb
PM
67722002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6773
6774 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6775 is non zero as a found symbol.
6776
0406ec40
AC
67772002-04-08 Andrew Cagney <ac131313@redhat.com>
6778
6779 * findvar.c: Include "builtin-regs.h".
6780 (value_of_register): Call value_of_builtin_reg when applicable.
6781 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6782 (target_map_name_to_register): Call
6783 builtin_reg_map_name_to_regnum.
6784 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6785 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6786 (builtin_regs_h): Define.
6787 (builtin-regs.o): New target.
6788 (findvar.o): Add $(builtin_regs_h).
6789 * builtin-regs.c, builtin-regs.h: New files.
6790 * std-regs.c: New file.
6791 Partial fix for PR gdb/251.
6792
56a6dfb9
KB
67932002-04-08 Kevin Buettner <kevinb@redhat.com>
6794
6795 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6796 it's no longer required.
6797
3a808432
AC
67982002-04-08 Andrew Cagney <ac131313@redhat.com>
6799
6800 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6801
7c40d541
KB
68022002-04-08 Kevin Buettner <kevinb@redhat.com>
6803
6804 From Jimi X <jimix@watson.ibm.com>:
6805 * rs6000-tdep.c (rs6000_software_single_step): Use
6806 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6807 and size. Use target_insert_breakpoint() and
6808 target_remove_breakpoint() to insert and remove breakpoints
6809 instead of explicit memory reads and writes.
6810
cc9836a8
KB
68112002-04-08 Kevin Buettner <kevinb@redhat.com>
6812
6813 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6814 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6815 ELF_OBJECT_FORMAT ifdef.
6816
7495d1dc
KB
68172002-04-08 Kevin Buettner <kevinb@redhat.com>
6818
6819 From Jimi X <jimix@watson.ibm.com>:
6820 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6821
4288e836
KB
68222002-04-08 Kevin Buettner <kevinb@redhat.com>
6823
6824 From Jimi X <jimix@watson.ibm.com>:
6825 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6826 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6827
a4e4e501
MK
68282002-04-07 Mark Kettenis <kettenis@gnu.org>
6829
6830 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6831 s/asprintf/xasprintf/.
6832 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
6833
006defba
AC
68342002-04-07 Andrew Cagney <ac131313@redhat.com>
6835
6836 I believe Jeff Law denies responsability for this one:
6837 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
6838 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
6839 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
6840 Work-around for PR gdb/366.
6841
7aa83cac
EZ
68422002-04-07 Elena Zannoni <ezannoni@redhat.com>
6843
6844 * remote-e7000.c (write_small, e7000_read_inferior_memory,
6845 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
6846 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
6847
cf1fcca1
EZ
68482002-04-07 Elena Zannoni <ezannoni@redhat.com>
6849
6850 * sh-tdep.c (sh_fp_frame_init_saved_regs,
6851 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
6852 information.
6853
3f289e6f
AC
68542002-04-07 Andrew Cagney <ac131313@redhat.com>
6855
6856 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
6857 maintainer.
6858
129188f6
AC
68592002-04-07 Andrew Cagney <ac131313@redhat.com>
6860
6861 * README (Reporting Bugs in GDB): Document the bug web page as the
6862 prefered way of submitting bugs.
6863 Fix PR gdb/402.
6864
1200cd6e
AC
68652002-04-06 Andrew Cagney <ac131313@redhat.com>
6866
6867 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
6868 -1. Update comment.
6869 * gdbarch.h, gdbarch.c: Re-generate.
6870
2853c33c
AS
68712002-04-07 Andreas Schwab <schwab@suse.de>
6872
6873 * m68klinux-nat.c (fill_fpregset): Properly pass address of
6874 buffer to regcache_collect.
6875
c2169756
AC
68762002-04-06 Andrew Cagney <ac131313@redhat.com>
6877
6878 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
6879 * gdbarch.c, gdbarch.h: Re-generate.
6880
25f1b008
AC
68812002-04-06 Andrew Cagney <ac131313@redhat.com>
6882
6883 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
6884 declaration. Fix -Werror.
6885
59263426
DJ
68862002-04-05 Daniel Jacobowitz <drow@mvista.com>
6887
6888 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
6889 * gdbarch.c: Regenerate.
6890
f5db4da3
MS
68912002-04-05 Michael Snyder <msnyder@redhat.com>
6892
80f8a6eb
MS
6893 * breakpoint.c (clear_command): Rewrite middle section to
6894 combine two loops with identical control conditions.
6895 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
6896 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
6897
ad3dcc5c
L
68982002-04-05 H.J. Lu (hjl@gnu.org)
6899
6900 * solib-svr4.c (bkpt_names): Add "__start".
6901
f32e7a74
AC
69022002-04-04 Andrew Cagney <ac131313@redhat.com>
6903
6904 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
6905 as test for 64 bit target.
6906
8227c0ff
AC
69072002-04-05 Andrew Cagney <ac131313@redhat.com>
6908
6909 * h8500-tdep.c (h8500_write_fp): Delete function.
6910 * dwarf2cfi.c (cfi_write_fp): Document as not used.
6911 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
6912 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
6913 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
6914 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
6915 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
6916 (s390_write_fp):
6917 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
6918 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
6919 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
6920 (d10v_write_fp): Delete function.
6921 * inferior.h (write_fp, generic_target_write_fp): Delete
6922 declarations.
6923 * regcache.c (generic_target_write_fp): Delete function.
6924 (write_fp): Delete function.
6925 * gdbarch.sh (TARGET_WRITE_FP): Delete.
6926 * gdbarch.h, gdbarch.c: Regenerate.
6927 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
6928 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
6929 (sparc64_write_fp): Delete declaration.
6930 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
6931 (h8500_write_fp): Delete declaration.
6932
2757dd86
AC
69332002-04-04 Andrew Cagney <ac131313@redhat.com>
6934
6935 * sparc-tdep.c (sparc64_write_fp): Delete.
6936 (sparc_push_dummy_frame): Replace write_fp call with code to store
6937 the FP directly.
6938 (sparc_gdbarch_init): Do not initialize write_fp.
6939
c69255e1
KB
69402002-04-05 Kevin Buettner <kevinb@redhat.com>
6941
6942 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
6943 clause.
6944
ae767bfb
JB
69452002-03-29 Jim Blandy <jimb@redhat.com>
6946
6947 * stack.c (get_selected_block): Add new argument `addr_in_block',
6948 used to return the exact code address we used to select the block,
6949 not just the block.
6950 * blockframe.c (get_frame_block, get_current_block): Same.
6951 * frame.h (get_frame_block, get_current_block,
6952 get_selected_block): Update declarations.
6953 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
6954 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
6955
84d2ac95
MS
69562002-04-05 Michael Snyder <msnyder@redhat.com>
6957
6958 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
6959 warning message.
6960
596aa3bf
JB
69612002-04-05 J. Brobecker <brobecker@gnat.com>
6962
6963 * utils.c (xfullpath): New function.
6964 * defs.h (xfullpath): Add declaration.
6965 * source.c (openp): Use xfullpath in place of gdb_realpath to
6966 avoid resolving the basename part of filenames when the
6967 associated file is a symbolic link. This fixes a potential
6968 inconsistency between the filenames known to GDB and the
6969 filenames it prints in the annotations.
6970 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
6971 to be able to match a filename with either the real filename, or
6972 the name of any symbolic link to this file.
6973 (lookup_partial_symtab): Ditto.
6974
c02f5703
MS
69752002-04-04 Michael Snyder <msnyder@redhat.com>
6976
6977 * breakpoint.c: Add support for hardware breakpoints in overlays.
6978 (overlay_events_enabled): New state variable.
6979 (insert_breakpoints): Use overlay_events_enabled to decide
6980 whether to attempt to set a breakpoint at the overlay load addr.
6981 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6982 (remove_breakpoint): Use overlay_events_enabled to decide
6983 whether breakpoints need to be removed from overlay load addr.
6984 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6985 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 6986 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
6987 disable_overlay_breakpoints): Update overlay_events_enabled.
6988
5fb290d7
DJ
69892002-04-04 Daniel Jacobowitz <drow@mvista.com>
6990
6991 * dwarf2read.c (struct function_range): New.
6992 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
6993 (check_cu_functions): New.
6994 (read_file_scope): Initialize global function lists.
6995 Call dwarf_decode_line after processing children.
6996 (read_func_scope): Add to global function list.
6997 (dwarf_decode_lines): Call check_cu_functions everywhere
6998 record_line is called. Call record_line with a linenumber
6999 of 0 to mark sequence ends.
7000
7b3fabf0
ML
70012002-04-04 Michal Ludvig <mludvig@suse.cz>
7002
361d1df0 7003 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
7004 change sync with glibc.
7005
bce58c09
JB
70062002-04-03 Jim Blandy <jimb@redhat.com>
7007
7008 * configure.in: Call AC_C_INLINE.
7009 * configure: Regenerated.
361d1df0 7010
2fccf04a
DJ
70112002-04-01 Daniel Jacobowitz <drow@mvista.com>
7012
7013 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7014 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7015
2d1bfe2e
MK
70162002-03-31 Mark Kettenis <kettenis@gnu.org>
7017
a5941fbf
MK
7018 * NEWS: Mention gcore support on FreeBSD/i386.
7019
a90cd31d
MK
7020 * fbsd-proc.c: New file.
7021 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7022 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7023
2d1bfe2e
MK
7024 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7025 while statement.
7026
9eb6e5a1
JB
70272002-03-29 Jim Blandy <jimb@redhat.com>
7028
7029 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7030 unescaped newlines in string literals, but newer ones don't. So
7031 escape them.
7032
f02df580
MS
70332002-03-26 Michael Snyder <msnyder@redhat.com>
7034 Andrew Cagney <cagney@redhat.com>
7035
361d1df0 7036 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
7037 restore file to memory.
7038 * cli/cli-dump.h: New file.
7039 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 7040 * NEWS: Mention new commands.
f02df580 7041
109f874e
MS
70422002-03-28 Michael Snyder <msnyder@redhat.com>
7043
7044 * symfile.c (symbol_file_add): Move test for null symbols to later.
7045
520f6ade
AC
70462002-03-27 Andrew Cagney <ac131313@redhat.com>
7047
7048 From veksler at il.ibm.com:
7049 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7050 the xstrduped original path.
7051 Fix PR gdb/417.
7052
d4654627
MS
70532002-03-27 Michael Snyder <msnyder@redhat.com>
7054
7055 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7056 * infcmd.c (_initialize_infcmd): Ditto.
7057 * language.c (_initialize_language): Ditto.
7058 * symfile.c (_initialize_symfile): Ditto.
7059 * top.c (_init_main): Ditto.
7060 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7061
6be8bc0c
EZ
70622002-03-27 Elena Zannoni <ezannoni@redhat.com>
7063
7064 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7065 vector registers handling.
7066 (skip_prologue): Handle new AltiVec instructions. Fill in new
7067 fields of frame data.
7068 (frame_get_saved_regs): Fill in information for AltiVec registers.
7069
12af6855
JB
70702002-03-27 Jim Blandy <jimb@redhat.com>
7071
7072 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7073 a function; leave this macro here to invoke that function.
7074 (symbol_init_mangled_name): Declaration for that function.
7075 * symtab.c (symbol_init_mangled_name): New function.
7076
dc672865
AC
70772002-03-27 Andrew Cagney <ac131313@redhat.com>
7078
7079 * valarith.c: Replace strerror with safe_strerror.
7080 * tracepoint.c: Ditto.
7081 * lin-lwp.c: Ditto.
7082 * go32-nat.c: Ditto.
7083 * inflow.c: Ditto.
7084 * gnu-nat.c: Ditto.
7085
d96429cd
AS
70862002-03-27 Andreas Schwab <schwab@suse.de>
7087
7088 * event-top.c (command_line_handler): Remove useless if.
7089
7e336ba1
AJ
70902002-03-27 Andreas Jaeger <aj@suse.de>
7091
7092 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7093 comment.
7094
de220d0f
ML
70952002-03-27 Michal Ludvig <mludvig@suse.cz>
7096
7097 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7098 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7099 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7100 (x86_64_linux_dr_get_status, supply_gregset),
7101 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7102 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7103 (x86_64_register_info_table): Add.
7104 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7105 (x86_64_register_raw_size, x86_64_register_virtual_type),
7106 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7107 general x86_64_register_info_table.
7108 (i386_gdbarch_init): gdbarch_register_bytes is now set
7109 dynamicaly during initialization.
7110 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7111 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 7112
0e98d0a7
DJ
71132002-03-27 Daniel Jacobowitz <drow@mvista.com>
7114
7115 * gdbserver/server.c (main): Call target_signal_to_host_p
7116 and target_signal_to_host on signals received from the remote.
7117 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7118 target_signal_from_host on signals sent to the remote.
7119 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7120 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7121
3130066b
DJ
71222002-03-27 Daniel Jacobowitz <drow@mvista.com>
7123
7124 * signals/signals.c: Include "server.h" in gdbserver build.
7125 (target_signal_from_name): Don't use STREQ.
7126 (_initialize_signals): Likewise. Don't include function in
7127 gdbserver build.
7128
9aedf4f4
DJ
71292002-03-27 Daniel Jacobowitz <drow@mvista.com>
7130
7131 * signals.c: Moved to...
7132 * signals/signals.c: Here.
7e336ba1 7133 * Makefile (signals.o): Update.
9aedf4f4 7134
3fa41cdb
JL
71352002-03-26 Jeff Law (law@redhat.com)
7136
7137 * somread.c (som_symtab_read): Remove some commented out code and
7138 updated related comments. Do not set the minimal symbol table to
7139 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7140 in a dynamic executable.
7141 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7142 where we are unable to find the minimal symbol for the given
7143 PC value.
7144
ee677e8d
MS
71452002-03-25 Jeff Law (law@redhat.com)
7146
7147 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7148
e76e1718
ML
71492002-03-25 Michal Ludvig <mludvig@suse.cz>
7150
7151 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7152
18a642a1
AC
71532002-03-23 Andrew Cagney <ac131313@redhat.com>
7154
7155 * command.h: Update copyright.
7156 (struct cmd_list_element): Replace definition with opaque
7157 declaration.
7158 (enum cmd_types): Document that it will eventually be moved to
7159 cli/cli-decode.h
7160 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7161 (MALLOCED_REPLACEMENT): Delete macro.
7162 * Makefile.in (cli_decode_h): Add $(command_h).
7163 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 7164 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
7165 * completer.c: Include "cli/cli-decode.h".
7166 * maint.c: Include "cli/cli-decode.h".
7167 * cli/cli-decode.h: Include "command.h".
7168 (enum command_class): Delete.
7169 (enum cmd_types): Comment out.
7170 (enum cmd_auto_boolean): Delete.
7171 (enum var_types): Delete.
7172
b2875cc0
AC
71732002-03-23 Andrew Cagney <ac131313@redhat.com>
7174
7175 * cli/cli-decode.c: Include "gdb_assert.h".
7176 (add_set_or_show_cmd): New static function.
7177 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7178 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7179 all fields, such as func, from the set command.
7180
3b45974e
AC
71812002-03-23 Andrew Cagney <ac131313@redhat.com>
7182
7183 * MAINTAINERS (sh-elf): Change warning flag to -w.
7184
823ca731
AC
71852002-03-23 Andrew Cagney <cagney@redhat.com>
7186
7187 * defs.h (error): Add printf format attribute.
7188 * thread-db.c (thread_from_lwp): Fix error format string.
7189 * stack.c (parse_frame_specification): Ditto.
7190 * cli/cli-decode.c (undef_cmd_error): Ditto.
7191 * scm-lang.c (scm_lookup_name): Ditto.
7192 * tracepoint.c (trace_error): Ditto.
7193 * remote-utils.c (usage): Ditto.
7194 * remote.c (compare_sections_command): Ditto.
7195 Fix PR gdb/328.
7196
0e101458
AC
71972002-03-22 Andrew Cagney <ac131313@redhat.com>
7198
7199 * gdbtypes.c (append_composite_type_field): New function.
7200 (init_composite_type): New function.
7201 * gdbtypes.h (append_composite_type_field): Declare.
7202 (init_composite_type): Ditto.
7203
8e0662df
EZ
72042002-03-22 Elena Zannoni <ezannoni@redhat.com>
7205
7206 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 7207 function.
8e0662df
EZ
7208 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7209 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7210 structure returning convention for SYSV ABI case, but not
7211 for GNU/Linux, FreeBSD, or NetBSD.
7212
3121eff0
DJ
72132002-03-22 Daniel Jacobowitz <drow@mvista.com>
7214
7215 * symtab.h (lookup_block_symbol): Add mangled_name argument
7216 to prototype.
7217
7218 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7219 with new mangled_name argument.
7220 * linespec.c (decode_line_1): Likewise.
7221 * valops (value_of_this): Likewise.
7222 * symtab.c (lookup_transparent_type): Likewise.
7223 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7224 (lookup_symbol): If we are given a mangled name, pass it down
7225 to lookup_symbol_aux.
7226 (lookup_block_symbol): If we are given a mangled name to check
7227 against, only return symbols which match it.
7228
349b409f
CF
72292002-03-22 Christopher Faylor <cgf@redhat.com>
7230
7231 * win32-nat.c (child_create_inferior): Check for proper shell to use
7232 here, in case the user changes it on the fly.
7233 (_initialize_inftarg): Remove shell path considerations.
7234
2a873819
EZ
72352002-03-21 Elena Zannoni <ezannoni@redhat.com>
7236
7237 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7238 for gdbarch_max_register_raw_size and max_register_virtual_size.
7239 Adjust copyright year.
7240
a1b9830c
DJ
72412002-03-21 Daniel Jacobowitz <drow@mvista.com>
7242
7243 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7244 in a function to cover the entire beginning of the function
7245 as well if it does not already.
7246
8b5790f2
TR
72472002-03-21 Tom Rix <trix@redhat.com>
7248
7249 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7250 (rs6000_ptrace64): Renamed from ptrace64.
7251
bdbe5747
MH
72522002-03-20 Martin M. Hunt <hunt@redhat.com>
7253
7254 * gdbserver/remote-utils.c (remote_open): Don't call
7255 getprotobyname, we're all using TCP here so just use
7256 IPPROTO_TCP.
7e336ba1 7257 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
7258
72592002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 7260
bdbe5747
MH
7261 * regcache.c (_initialize_regcache): No need to call
7262 build_regcache() at this time; it gets called whenever
7263 the gdbarch changes.
7264
7781cd62
DB
72652002-03-20 David O'Brien <obrien@FreeBSD.org>
7266
7267 * sparc-nat.c: Include sys/param.h where possible.
7268
f65ca430
DJ
72692002-03-20 Daniel Jacobowitz <drow@mvista.com>
7270
7271 Fix PR gdb/422.
7272 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7273 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7274 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7275 complex types.
7276 * stabsread.c (rs6000_builtin_type): Likewise.
7277 (read_sun_floating_type): Likewise.
7278
0c867556
PS
72792002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7280
7281 * stabsread.c (read_member_functions): Remove skip code for duplicate
7282 constructor/destructor methods. Use standard parsing for these
7283 methods and just do not chain them to the list of methods after
7284 parsing.
7285
12b9c64f
AO
72862002-03-19 Alexandre Oliva <aoliva@redhat.com>
7287
7288 * coffread.c: Remove redundant static declarations. Replace
7289 occurrences of `PTR' with `void *'.
7290 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7291 * top.h (quit_cover): Likewise.
7292 * defs.h (catch_errors): Likewise.
7293
349c5d5f
AC
72942002-03-18 Andrew Cagney <ac131313@redhat.com>
7295
7296 * defs.h (XMALLOC): Define.
7297 * gdb-events.sh (XMALLOC): Delete macro.
7298 * gdb-events.c, gdb-events.h: Regenerate.
7299 * gdbarch.sh (XMALLOC): Delete macro.
7300 * gdbarch.c: Regenerate.
7301 * serial.c (XMALLOC): Delete macro.
7302 * ui-file.c (XMALLOC): Ditto.
7303 * ser-unix.h (XMALLOC): Ditto.
7304 * sh-tdep.c (XMALLOC): Ditto.
7305 * ui-out.c (XMALLOC): Ditto.
7306 * utils.c (XMALLOC): Ditto.
7307 * i386-tdep.c (XMALLOC): Ditto.
7308 * gdb-events.c (XMALLOC): Ditto.
7309 * d10v-tdep.c (XMALLOC): Ditto.
7310 * cli-out.c (XMALLOC): Ditto.
7311
7312 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7313 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7314 * ui-file.c, ui-out.c: Ditto.
7315
7d0766f3
AC
73162002-03-18 Andrew Cagney <ac131313@redhat.com>
7317
7318 * command.h (struct cmd_list_element): Add field context.
7319 (set_cmd_context, get_cmd_context): Declare.
7320 * cli/cli-decode.h: Ditto.
7321 * cli/cli-decode.c (get_cmd_context): New function.
7322 (set_cmd_context): New function.
7323 (add_cmd): Initialize context.
7324 Part of fixing PR gdb/145 and PR gdb/146.
7325
5913bcb0
AC
73262002-03-17 Andrew Cagney <ac131313@redhat.com>
7327
1868c04e
AC
7328 * cli/cli-decode.c (cmd_type): New function.
7329 * command.h (cmd_type): Declare.
7330 * infrun.c (set_schedlock_func): Call function cmd_type.
7331 * kod.c (kod_set_os): Call cmd_type.
7332 * cris-tdep.c (cris_version_update): Use function cmd_type.
7333 (cris_mode_update, cris_abi_update): Ditto.
7334
5913bcb0
AC
7335 * command.h: (execute_cmd_post_hook): Declare.
7336 (execute_cmd_pre_hook): Declare.
7337 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7338 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7339 functions. Execute pre/post hook while ensuring that afterwords
7340 hook_in is cleared.
7341 * top.c (execute_command): Use execute_cmd_post_hook, and
7342 execute_cmd_pre_hook to execute pre/post commands.
7343 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7344 hook_stop_stub.
7345 (hook_stop_stub): Call execute_cmd_pre_hook.
7346
b51450c9
AC
73472002-03-17 Andrew Cagney <ac131313@redhat.com>
7348
7349 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7350 set'' and this leads to a core dump. Move xstrdup of
7351 operating_system to after check that it is not NULL.
7352
f66c9f11
AC
73532002-03-17 Andrew Cagney <ac131313@redhat.com>
7354
8e694ecf
AC
7355 * kod.c (kod_set_os): Remove unnecessary check that
7356 ``command->type'' is set_cmd.
7357
f66c9f11
AC
7358 * valprint.c (set_input_radix): Use input_radix.
7359 (set_output_radix): Use output_radix.
7360 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7361 isn't reverted.
7362
9d01611c
AC
73632002-03-16 Andrew Cagney <ac131313@redhat.com>
7364
7365 * value.h (struct value): Delete field ``substring_addr''. Change
7366 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
7367 force_core_addr_align and force_pointer_aligh.
7368
7369 * value.h (struct value): Fix typo in above change.
9d01611c 7370
4156bb53
PS
73712002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7372
7373 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7374 to fix internal_error from ``maintenance print architecture''.
7375
0e5e3ea6
PS
73762002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7377
7378 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7379 for gcc versions after gcc-2.8.1.
7380
9b013045
PS
73812002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7382
7383 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7384 for method resolution. Restore adjustment of ``this'' pointer after
7385 calling value_struct_elt, which was accidentally removed during the
7386 HP merge.
7387
376c9600
AC
73882002-03-15 Andrew Cagney <ac131313@redhat.com>
7389
7390 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7391 value_of_register.
7392 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7393 get_saved_register.
7394 * value.h (value_of_register): Update.
7395
a4db0f07
RH
73962002-03-14 Richard Henderson <rth@redhat.com>
7397
7398 * configure.in: Detect declaration for canonicalize_file_name.
7399 * utils.c (canonicalize_file_name): Declare, if needed.
7400 (gdb_realpath): Prefer realpath if available and usable.
7401 * config.in, configure: Rebuild.
7402
96383835
RH
74032002-03-14 Richard Henderson <rth@redhat.com>
7404
7405 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7406 a constant array bound.
7407
7408 * MAINTAINERS: Add myself to write-after-approval.
7409
75245b24
MS
74102002-03-14 Michael Snyder <msnyder@redhat.com>
7411
7412 * symfile.c (syms_from_objfile): Return immediately if no syms.
7413 (symbol_file_add): Return immediately if no syms.
7414 (find_sym_fns): Return immediately if no syms.
7415
e641a1ca
ML
74162002-03-13 Michal Ludvig <mludvig@suse.cz>
7417
7418 * gdbserver/remote-util.c (remote_open): Print remote-side's
7419 IP address when remote debugging over the network.
7e336ba1 7420
df08bfec
DB
74212002-03-12 David O'Brien <obrien@FreeBSD.org>
7422
7423 * config/sparc/fbsd.mh: Fix copyright.
7424 * config/sparc/fbsd.mt: Likewise.
7425
9a57864f
RE
74262002-03-11 Richard Earnshaw <rearnsha@arm.com>
7427
7428 * MAINTAINERS: Fix typo in name of gdb warnings option.
7429 (x86-64): Fix formating so that this can be parsed by awk.
7430
dd7bf85e
DJ
74312002-03-10 Daniel Jacobowitz <drow@mvista.com>
7432
7433 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7434 * defs.h: Include "gdb/signals.h".
7435 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7436
33a0a2ac
ML
74372002-03-10 Michal Ludvig <mludvig@suse.cz>
7438
7439 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 7440 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
7441 from x86-64-tdep.h
7442
dd824b04
DJ
74432002-03-10 Daniel Jacobowitz <drow@mvista.com>
7444 Don Howard <dhoward@redhat.com>
7445
7446 * mips-tdep.c (ST0_FR): Define.
7447 (mips2_fp_compat): New function, temporarily disabled.
7448 (mips_read_fp_register_single): New function.
7449 (mips_read_fp_register_double): New function.
7450 (mips_print_register): Use them.
7451 (do_fp_register_row): Likewise.
7452
6a41ff59
AC
74532002-03-09 Andrew Cagney <ac131313@redhat.com>
7454
7455 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7456 approval''.
7457
4ea09c10
PS
74582002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7459
7460 * stabsread.c (read_member_functions): Fix is_stub test for
7461 static member functions, improve comment.
7462
6ccc741d
RE
74632002-03-07 Richard Earnshaw <rearnsha@arm.com>
7464
7465 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7466 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7467 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7468 commands that set boolean values.
7469 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7470 (arm_rdi_resume): Always initialize PC.
7471 (arm_rdi_open): Don't use rslt as a boolean.
7472 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7473 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7474 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7475 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7476
438013df
AO
74772002-03-06 Alexandre Oliva <aoliva@redhat.com>
7478
7479 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7480 * configure: Rebuilt.
7481
70ed8774
SC
74822002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7483
7484 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7485 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7486
5ba2abeb
AC
74872002-03-06 Andrew Cagney <ac131313@redhat.com>
7488
7489 * cli/cli-decode.c (set_cmd_completer): New function.
7490 * command.h (set_cmd_completer): Declare.
7491 * cli/cli-decode.h (set_cmd_completer): Ditto.
7492
7493 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7494 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7495 * win32-nat.c (_initialize_inftarg): Ditto.
7496 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7497 * proc-api.c (_initialize_proc_api): Ditto.
7498 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7499 * source.c (_initialize_source): Ditto.
7500 * exec.c (_initialize_exec): Ditto.
7501 * solib.c (_initialize_solib): Ditto.
7502 * top.c (init_main): Ditto.
7503 * tracepoint.c (_initialize_tracepoint): Ditto.
7504 * symfile.c (_initialize_symfile): Ditto.
7505 * printcmd.c (_initialize_printcmd): Ditto.
7506 * infcmd.c (_initialize_infcmd): Ditto.
7507 * corefile.c (_initialize_core): Ditto.
7508
f779ca99
AC
75092002-03-05 Andrew Cagney <ac131313@redhat.com>
7510
7511 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7512
01a3934b
AC
75132002-03-05 Andrew Cagney <ac131313@redhat.com>
7514
7515 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7516
37057839
AC
75172002-03-05 Andrew Cagney <ac131313@redhat.com>
7518
7519 * NEWS: Update headings, 5.2 has branched.
7520
c6ecbae5
DJ
75212002-03-04 Daniel Jacobowitz <drow@mvista.com>
7522
7523 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7524 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7525 (register_addr, REGISTER_RAW_SIZE): Likewise.
7526 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7527 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7528
e9f30c21
ML
75292002-03-03 Michal Ludvig <mludvig@suse.cz>
7530
7531 * MAINTAINERS (x86-64): Add myself.
7532 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7533 changed value_ptr -> struct value *
7534
54394ac3
DB
75352002-03-01 David O'Brien <obrien@FreeBSD.org>
7536
7537 * configure.host (sparc64-*-freebsd): Add.
7538 * configure.tgt: Likewise.
7539 * config/sparc/fbsd.mh: New file.
7540 * config/sparc/fbsd.mt: Likewise.
7541 * config/sparc/nm-fbsd.h: Likewise.
7542 * config/sparc/tm-fbsd.h: Likewise.
7543
bfe95955
DJ
75442002-03-01 Daniel Jacobowitz <drow@mvista.com>
7545
7546 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7547 regformats/reg-s390x.dat.
7548
f33c6cbf
AC
75492002-03-01 Andrew Cagney <ac131313@redhat.com>
7550
7551 * utils.c: Add FIXME explaining true/false problem.
7552
5ecaa7dd
AC
75532002-02-28 Andrew Cagney <ac131313@redhat.com>
7554
7555 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7556
2a251cc2
MC
75572002-02-28 Michael Chastain <mec@shout.net>
7558
7559 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7560
6a8031a3 75612002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
7562
7563 * gdbserver/linux-s390-low.c: New file.
7564 * regformats/reg-s390.dat: New file.
7565 * regformats/reg-s390x.dat: New file.
7566 * gdbserver/configure.srv: Add S/390.
7567 * gdbserver/Makefile.in: Add S/390.
7568 * configure.tgt: Enable gdbserver for S/390.
7569
ac469903
EZ
75702002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7571
7572 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7573 first line of the doc string for "info dos", except at the end of
7574 the sentence, since the short help stops at the first period.
7575
985cb1a3
JM
75762002-02-28 Jason Merrill <jason@redhat.com>
7577
7578 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7579
c570663e
FF
75802002-02-27 Fred Fish <fnf@redhat.com>
7581
7582 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7583 comment (dumy -> dummy).
7584
43630227
PS
75852002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7586
7587 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7588
b84911e8
RB
75892002-02-27 Rodney Brown <rbrown64@csc.com.au>
7590
7591 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7592
58caa3dc
DJ
75932002-02-27 Daniel Jacobowitz <drow@mvista.com>
7594
7595 * gdbserver/acconfig.h: New file.
7596 * gdbserver/i387-fp.c: New file.
7597 * gdbserver/i387-fp.h: New file.
7598 * gdbserver/linux-x86-64.c: New file.
7599 * regformats/reg-x86-64.dat: New file.
7600 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7601 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7602 * gdbserver/configure.in: Add support for regsets.
7603 * gdbserver/config.in: Regenerate.
7604 * gdbserver/configure: Regenerate.
7605 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7606 * gdbserver/linux-low.h: New file.
7607 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7608 for regsets.
7609 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7610 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7611 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7612 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7613 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7614 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7615 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7616 "i387-fp.h". Add PTRACE_GETREGS and friends.
7617 * gdbserver/regcache.c (supply_register): New function.
7618 (supply_register_by_name): New function.
7619 (collect_register): New function.
7620 (collect_register_by_name): New function.
7621
93652174
DJ
76222002-02-27 Daniel Jacobowitz <drow@mvista.com>
7623
7624 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7625 (config.status): Add configure.srv dependency.
7626 (server_h): Add config.h dependency.
7627
a02e4a61
DJ
76282002-02-27 Daniel Jacobowitz <drow@mvista.com>
7629
7630 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7631 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7632 * gdbserver/configure.srv: Change i386-*-linux* to use
7633 reg-i386-linux.o.
7634
ce0eebec
AC
76352002-02-26 Andrew Cagney <ac131313@redhat.com>
7636
7637 * x86-64-tdep.c: Re-indent. Update copyright date.
7638
82dbc5f7
AC
76392002-02-26 Andrew Cagney <ac131313@redhat.com>
7640
7641 From Michal Ludvig <mludvig@suse.cz>:
7642 * x86-64-tdep.c (value.h): Delete.
7643 (gdb_assert.h): Include.
7644 (x86_64_register_convert_to_virtual,
7645 x86_64_register_convert_to_raw ): Add check which lets only
7646 floating-point values to be converted.
7647 (value_push): Delete.
7648 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7649 (i386_gdbarch_init): Number of register_bytes fixed.
7650
e4621584
AC
76512002-02-26 Andrew Cagney <ac131313@redhat.com>
7652
7653 * MAINTAINERS: Add x86-64 target.
7654
81a9a963
AC
76552002-02-26 Andrew Cagney <ac131313@redhat.com>
7656
7657 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7658 * osfsolib.c (solib_map_sections): Ditto.
7659 * irix5-nat.c (solib_map_sections): Ditto.
7660 * corelow.c (gdb_check_format): Ditto.
7661 * symfile.c (symfile_bfd_open): Ditto.
7662 * solib.c (solib_map_sections): Ditto.
7663 Fix PR gdb/354.
7e336ba1 7664
0f017ab9
AC
76652002-02-26 Andrew Cagney <ac131313@redhat.com>
7666
7667 * remote.c (_initialize_remote): By default, disable ``e'' and
7668 ``E'' step out-of-range packets.
7669
75738c29
AS
76702002-02-26 Andreas Schwab <schwab@suse.de>
7671
7672 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7673 m68k_linux_frame_saved_pc.
7674 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7675 in_sigtramp.
7676 (SIGCONTEXT_PC_OFFSET): Remove.
7677 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7678 m68k_linux_sigtramp_saved_pc): New functions.
7679 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7680 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7681 (UCONTEXT_PC_OFFSET): Define.
7682 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7683 non-RT and RT signal trampolines.
7684
7e8ed687
RE
76852002-02-26 Richard Earnshaw <rearnsha@arm.com>
7686
7687 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7688 (TARGET_NBPG, STACK_END_ADDR): Delete
7689 (VARIABLES_INSIDE_BLOCK): Delete.
7690
6972bc8b
AC
76912002-02-25 Andrew Cagney <ac131313@redhat.com>
7692
7693 * utils.c (perror_with_name): Make string parameter constant.
7694 (print_sys_errmsg): Ditto.
7695 (query): Ditto.
7696 * defs.h (perror_with_name): Update.
7697 (print_sys_errmsg): Update.
7698 (query): Update.
7699
aa32f823
DJ
77002002-02-25 Daniel Jacobowitz <drow@mvista.com>
7701
7702 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7703 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7704
19caaa45
PS
77052002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7706
7707 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7708 if it already matches the current architecture from the exec file.
7709 Include arch-utils.h for gdbarch_info_init prototype.
7710 * Makefile.in (rs6000-nat.o): Update dependencies.
7711
d951901f
EZ
77122002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7713
7714 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7715 list of exported variables.
7716
7ea81414
DJ
77172002-02-24 Daniel Jacobowitz <drow@mvista.com>
7718
7719 * gdbserver/configure.srv: New file.
7720 * gdbserver/configure.in: Use configure.srv instead
7721 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7722 from it.
7723 * gdbserver/configure: Regenerated.
7724 * gdbserver/terminal.h: New file.
7725 * gdbserver/Makefile.in: Update for configure changes. Remove
7726 more unneeded include paths.
7727
080fe24b
AC
77282002-02-24 Andrew Cagney <ac131313@redhat.com>
7729
7730 From wiz at danbala:
7731 * config/sparc/tm-sp64.h: Fix grammar and typos.
7732 Fix PR gdb/287.
7733
8605d56e
AC
77342002-02-24 Andrew Cagney <ac131313@redhat.com>
7735
7736 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
7737 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7738 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7739 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
7740 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7741 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7742 * s390-tdep.c: Ditto.
92362027
AC
7743 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7744 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7745 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7746 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7747 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7748 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7749 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7750 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7751 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7752 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 7753 Fix PR gdb/378.
7e336ba1 7754
8ed32cc0
AC
77552002-02-23 Andrew Cagney <ac131313@redhat.com>
7756
a3007b6f
AC
7757 * lin-thread.c: Delete file.
7758 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7759 to gdb_proc_service.h.
7760 * configure: Re-generate.
7761
50a9e2f1
AC
7762 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7763 * serial.c (serial_open): Delete check for "ocd".
7764 Fix PR gdb/349.
7765
8b6e7932
AC
7766 * Makefile.in (linux-thread.o): Delete target.
7767 * linux-thread.c: Delete file.
7768
d155c46b
AC
7769 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7770 renamed SH files to be consistent.
7771
8ed32cc0
AC
7772 * symtab.c (sort_search_symbols): Use xfree.
7773
0e18d038
RE
77742002-02-23 Richard Earnshaw <rearnsha@arm.com>
7775
7776 * arm-linux-tdep.c (arm_linux_init_abi): Register
7777 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7778 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7779 definition with undef, since we don't want the sysvr4 definition.
7780 (SKIP_TRAMPOLINE_CODE): Likewise.
7781
27aac7ff
AC
77822002-02-23 Andrew Cagney <ac131313@redhat.com>
7783
7784 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7785
7786 * configure.in: (AC_CHECK_FUNCS) Added test for
7787 canonicalize_file_name Regenerated.
7788 * config.in, configure: Regenerated.
7789 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7790 defined use canonicalize_file_name.
7e336ba1 7791
65a6e0ee
MC
77922002-02-23 Michael Chastain <mec@shout.net>
7793
7794 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7795
47b95330
AC
77962002-02-23 Andrew Cagney <ac131313@redhat.com>
7797
7798 * README: Remove references to cygnus.com.
7799 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7800 dot com'' form. Remove references to cygnus.com and sourceware.
7801
696f451b
AC
78022002-02-23 Andrew Cagney <ac131313@redhat.com>
7803
7804 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7805 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7806 1003.1-2001 no longer allows "head -1".
7807 * gdb/Makefile.in (version.c): Likewise.
7808 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7809 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7810 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7811
bbaca940
AC
78122002-02-23 Andrew Cagney <ac131313@redhat.com>
7813
7814 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7815 * command.h (cmd_cfunc_eq): Declare.
7816 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7817
7818 * cli/cli-cmds.h (is_complete_command): Change parameter to a
7819 ``struct cmd_list_element *''.
7820 * cli/cli-cmds.c (is_complete_command): Update. Use
7821 cmd_cfunc_eq.
7822 * top.c (execute_command): Pass the command to
7823 is_complete_command.
7824 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7825
b8b8b047
AC
78262002-02-23 Andrew Cagney <ac131313@redhat.com>
7827
7828 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
7829 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7830 architecture defines.
7831 * s390-tdep.c (s390_gdbarch_init): Likewise.
7832
19d3fc80
RE
78332002-02-23 Richard Earnshaw <rearnsha@arm.com>
7834
7835 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
7836 (arm_linux_push_arguments): Likewise.
7837 (arm_linux_init_abi): Register them. Also register linux-specific
7838 call_dummy_words.
7839 (find_minsym_and_objfile): Use strcmp, not STREQ.
7840 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
7841 (arm_linux_call_dummy_words): Delete declaration.
7842 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
7843 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
7844 declarations.
7845 (LOWEST_PC): Delete.
7846
3ab13650
PS
78472002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7848
7849 * maint.c (print_section_info): Do not prepend `0x' to filepos
7850 output, it will be handled by local_hex_string_custom.
7851
19d3fc80 78522002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
7853
7854 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
7855 (store_newfpe_double, store_newfpe_extended, store_fpregister)
7856 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
7857
d85a5daf
JB
78582002-02-22 Jim Blandy <jimb@redhat.com>
7859
7860 Indicate that the bcache functions don't change the strings
7861 they're passed.
7862 * bcache.h (bcache, hash): Add `const' keywords to declarations.
7863 * bcache.c (bcache, hash): Add `const' keywords to definitions.
7864
eeb25b8a
PM
78652002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
7866
7867 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
7868
6badb179
CF
78692002-02-21 Christopher Faylor <cgf@redhat.com>
7870
7871 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
7872 find the complete path to a loaded DLL.
7873
e8717518
FF
78742002-02-21 Fred Fish <fnf@redhat.com>
7875
7876 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
7877 that marks the end of the range of a function, enter a line number
7878 entry that has a line number of zero and a PC offset that matches
7879 the end of the function. This starts a range of PC's for which no
7880 line number information is known.
7881 * symtab.c (find_pc_sect_line): If our best fit is in a range of
7882 PC's for which no line number info is found (line number is zero)
7883 then we didn't find any valid line information.
7884 * symtab.h: Document use of zero line number entry.
7885
9abe5450
EZ
78862002-02-21 Elena Zannoni <ezannoni@redhat.com>
7887
7888 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
7889 (have_ptrace_getvrregs): Define for run time checks.
7890 (gdb_vrregset_t): New type for Altivec register handling.
7891 (fetch_register, store_register): Fetch/store altivec register
7892 when needed.
7893 (fetch_altivec_register, store_altivec_register): New functions.
7894 (supply_vrregset, fill_vrregset): New functions.
7895 (fetch_altivec_registers, store_altivec_registers): New functions.
7896 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
7897 registers as well.
7898
aaa38bb5
AJ
78992002-02-21 Jiri Smid <smid@suse.cz>
7900
7901 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
7902
b34db576
RE
79032002-02-21 Richard Earnshaw <rearnsha@arm.com>
7904
7905 * Makefile.in (armnbsd-nat.o): Update dependencies.
7906 * armnbsd-nat.c (supply_gregset): New function. Common code to
7907 supply the integer register set.
7908 (supply_fparegset): New function. Similar for FPA registers.
7909 (fetch_regs, fetch_fp_regs): Use them.
7910 (fetch_core_registers): Likewise.
7911 (fetch_elfcore_registers): New function.
7912 (arm_netbsd_elfcore_fns): New core-file type specification.
7913 (_initialize_arm_netbsd_nat): Register it.
7914
3e56fc4b
RE
79152002-02-21 Richard Earnshaw <rearnsha@arm.com>
7916
7917 * armnbsd-nat.c: Include gdbcore.h.
7918 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
7919 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
7920 'void' to declaration, to shut up ARI.
7921 (fetch_core_registers): Make static. Rewrite using supply_register.
7922 (arm_netbsd_core_fns): New core-file type specification.
7923 (_initialize_arm_netbsd_nat): New function.
7924
097f6b0b
CF
79252002-02-21 Christopher Faylor <cgf@redhat.com>
7926
7927 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
7928 value.
7929
c914e0cc
CF
79302002-02-20 Christopher Faylor <cgf@redhat.com>
7931
7932 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
7933 fails.
7934
385fa495
DJ
79352002-02-20 Daniel Jacobowitz <drow@mvista.com>
7936
7937 * jv-exp.y (parse_number): Change type of implicit longs
7938 to builtin_type_uint64.
7939
e5f1222d
DJ
79402002-02-20 Daniel Jacobowitz <drow@mvista.com>
7941
7942 * gdbserver/linux-low.c (mywait): Change argument to waitpid
7943 to be an integer instead of a `union wait'.
7944
75c9abc6
DJ
79452002-02-20 Daniel Jacobowitz <drow@mvista.com>
7946
7947 * mips-linux-nat.c: Call the operating system GNU/Linux.
7948 * mips-linux-tdep.c: Likewise.
7949 * mips-tdep.c: Likewise.
7950
551792a5
DJ
79512002-02-20 Daniel Jacobowitz <drow@mvista.com>
7952
7953 Fix PR gdb/265.
7954 * jv-exp.y (parse_number): Handle 64-bit integers.
7955
ee6e2b82
DJ
79562002-02-20 Daniel Jacobowitz <drow@mvista.com>
7957
7958 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
7959 AC_STDC_HEADERS to AC_HEADER_STDC.
7960 * gdbserver/configure: Regenerated.
7961
a48442a0
RE
79622002-02-20 Richard Earnshaw <rearnsha@arm.com>
7963
7964 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
7965 is defined.
7966 * sparc-tdep.c (get_longjmp_target): Likewise.
7967
fe419ffc
RE
79682002-02-20 Richard Earnshaw <rearnsha@arm.com>
7969
7970 * News: Add news about ARM and Multi-arch. Mention the new target
7971 arm*-*-netbsd*.
7972
5832ed7e
JB
79732002-02-19 Jim Blandy <jimb@redhat.com>
7974
7975 * stabsread.c (error_type_complaint): Improve error message.
7976
84563040
DJ
79772002-02-19 Daniel Jacobowitz <drow@mvista.com>
7978
7979 * gdbserver/README: Update documentation.
7980 * gdbserver/configure.in: Update configury to match documentation.
7981 * gdbserver/Makefile.in: Likewise.
7982 * gdbserver/configure: Regenerated.
7983 * gdbserver/aclocal.m4: New file, generated by aclocal.
7984 * gdbserver/config.in: New file, generated by autoheader.
7985
375fd65b
RE
79862002-02-19 Richard Earnshaw <rearnsha@arm.com>
7987
7988 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
7989 armnbsd-nat.c.
7990
08216dd7
RE
79912002-02-19 Richard Earnshaw <rearnsha@arm.com>
7992
7993 * arm-tdep.h (enum arm_float_model): New enum.
7994 (struct gdbarch_tdep): Add fp_model.
7995 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
7996 up floating-point conversions until we know the floating-point model
7997 in use by the inferior. Don't complain about being unable to
7998 determine the ABI of the inferior when we don't have one.
7999 (arm_extract_return_value): Support different floating-point models.
8000 (arm_store_return_value): Likewise.
aaa38bb5 8001 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
8002 ARM_FLOAT_SOFT.
8003 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8004
65d6d66a
PS
80052002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8006
8007 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8008 of ``current_gdbarch''.
8009
47221191
RE
80102002-02-19 Richard Earnshaw <rearnsha@arm.com>
8011
8012 * armnbsd-nat.c : ANSIfy all function declarations.
8013 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8014 (fetch_inferior_registers): Re-implement in terms of above.
8015 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8016 (store_inferior_registers): Re-implement in terms of above.
8017
fdf39c9a
RE
80182002-02-19 Richard Earnshaw <rearnsha@arm.com>
8019
aaa38bb5 8020 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
8021 kernel.
8022 * arm-linux-tdep.c: Likewise.
8023 * config/arm/tm-linux.h: Likewise.
8024
93247f88
RE
80252002-02-19 Richard Earnshaw <rearnsha@arm.com>
8026
8027 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8028 * config/arm/nbsd.mt (TM_FILE): Delete.
8029 * config/arm/tm-nbsd.h: Delete.
8030
d7b486e7
RE
80312002-02-19 Richard Earnshaw <rearnsha@arm.com>
8032
8033 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8034 Initialize CALL_DUMMY_LENGTH.
8035
41d39a95
RE
80362002-02-19 Richard Earnshaw <rearnsha@arm.com>
8037
8038 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8039 function.
8040 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 8041 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
8042 defines one thing and that is incorrect for this port.
8043 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8044
e1195560
PM
80452002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8046
8047 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8048
c1748f97
PM
80492002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8050
8051 * win32-nat.c (display_selector): New function. Displays information
8052 about the information returned by GetThreadSelectorEntry API function.
8053 (display_selectors): New function. Displays the infomation of
8054 the selector given as argument, or of CS, DS ans FS selectors
8055 if no argument is given.
8056 ( _initialize_inftarg): Add "w32" as info prefix command.
8057 Add "info w32 selector" as command calling display_selectors.
8058
e41e6bbf
PM
80592002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8060
8061 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8062 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8063 if not defined.
8064
0d3a9f48
RE
80652002-02-18 Richard Earnshaw <rearnsha@arm.com>
8066
8067 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8068
3fb4b924
RE
80692002-02-18 Richard Earnshaw <rearnsha@arm.com>
8070
8071 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8072 (arm_fix_call_dummy): Call it.
8073 (arm_call_dummy_breakpoint_offset): Delete.
8074 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8075 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8076
7f55af32
AC
80772002-02-18 Andrew Cagney <ac131313@redhat.com>
8078
8079 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8080 Default to func_frame_chain_valid.
8081 * gdbarch.h, gdbarch.c: Re-generate.
8082 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8083
05f13b9c
EZ
80842002-02-18 Elena Zannoni <ezannoni@redhat.com>
8085
8086 * ppc-linux-nat.c: Update copyright.
8087 (fetch_register, store_register): Add tid parameter, don't compute
8088 tid here.
8089 (fetch_ppc_registers, store_ppc_registers): Add tid
8090 parameter. Pass it along to callees.
8091 (fetch_inferior_registers, store_inferior_registers): Compute tid
8092 here, and pass it to calleed functions.
8093 (fill_gregset, supply_fpregset): Clean up formatting.
8094
d7afb4c9
RE
80952002-02-18 Richard Earnshaw <rearnsha@arm.com>
8096
8097 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8098 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8099
9df628e0
RE
81002002-02-18 Richard Earnshaw <rearnsha@arm.com>
8101
8102 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8103 * gdbarch.c gdbarch.h: Regenerate.
8104 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8105 function.
8106 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8107 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8108 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8109
8110 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8111 * arm-tdep.c (arm_get_longjmp_target): New function.
8112 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8113 this to a positive value register arm_get_longjmp_target as the
8114 longjmp handler.
8115 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8116 (arm_linux_init_abi): Set up longjmp description in tdep.
8117 * armnbsd-nat.c (get_longjmp_target): Delete.
8118 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8119 description in tdep.
8120 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8121 (get_longjmp_target): Delete declaration.
8122 (GET_LONGJMP_TARGET): Delete.
8123 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8124 (GET_LONGJMP_TARGET): Delete.
8125
57bc8964
KB
81262002-02-17 Kevin Buettner <kevinb@redhat.com>
8127
8128 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8129 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8130 of ``current_gdbarch''.
8131
83d31a92
TT
81322002-02-17 Tom Tromey <tromey@redhat.com>
8133
8134 * cli/cli-cmds.c (compare_strings): New function.
8135 (complete_command): Only print each unique item once.
8136 * completer.h (complete_line): Declare.
8137 * completer.c (complete_line): New function.
8138 (line_completion_function): Use it.
8139
17ef5d92
AC
81402002-02-16 Andrew Cagney <ac131313@redhat.com>
8141
8142 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8143 * gdbarch.h, gdbarch.c: Re-generate.
8144
491b8946
DJ
81452002-02-16 Daniel Jacobowitz <drow@mvista.com>
8146
8147 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8148
81492002-02-16 Daniel Jacobowitz <drow@mvista.com>
8150
8151 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8152 * valops.c (value_arg_coerce): Don't take the address of a reference
8153 to convert an argument to a reference.
8154
dfe7f3ac
CF
81552002-02-15 Christopher Faylor <cgf@redhat.com>
8156
8157 * win32-nat.c (get_image_name): New function.
8158 (handle_load_dll): Use get_image_name function.
8159 (get_child_debug_event): Avoid registering debug events until possibly
8160 execed process is started.
8161 (child_create_inferior): Allow invocation via shell so that command
8162 line redirection, etc. works ok.
8163 (_initialize_inftarg): Add new command: "set shell" to control whether
8164 a shell is used to start a process.
8165
1d33e73a
DJ
81662002-02-15 Daniel Jacobowitz <drow@mvista.com>
8167
8168 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8169 instead of find_register_by_number.
8170 (cannot_store_register): Likewise.
8171
48cd0caa
PM
81722002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8173
aaa38bb5 8174 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
8175 fprintf_unfiltered (gdb_stderr, ...).
8176
8656e7d8
DJ
81772002-02-15 Daniel Jacobowitz <drow@mvista.com>
8178
8179 * gdbserver/gdbserver.1: Document --attach.
8180
66e810cd
RE
81812002-02-15 Richard Earnshaw <rearnsha@arm.com>
8182
8183 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8184 descriptions.
8185 * arm-tdep.c (arm_default_arm_le_breakpoint)
8186 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8187 (arm_default_thumb_be_breakpoint): New. Initialize them from
8188 traditional breakpoint defines.
8189 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8190 (arm_gdbarch_init): Initialize new breakpoint variables.
8191 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8192 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8193 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8194 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8195 code out to ...
8196 (arm_netbsd_init_abi_common): ... here; new function.
8197 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8198 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8199 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8200 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8201
97e03143
RE
82022002-02-15 Richard Earnshaw <rearnsha@arm.com>
8203
8204 * arm-tdep.h (enum arm_abi): New enum.
8205 (struct gdbarch_tdep): New structure.
8206 (LOWEST_PC): Provide a default.
8207 (arm_gdbarch_register_os_abi): Declare new function.
8208 * arm-tdep.c (arm_abi_names): New array.
8209 (process_note_abi_tag_sections): New function.
8210 (get_elfosabi): New function.
8211 (arm_gdbarch_register_os_abi): New function.
8212 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8213 support for that ABI has been built in, then call the appropriate
8214 configuration routine. Use gdbarch_num_regs() to get the number
8215 of registers.
8216 (arm_dump_tdep): New function.
8217 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8218 place-holder functions.
8219 (_initialize_arm_tdep): Register them.
8220 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8221
8222 * armnbsd-tdep.c: New file.
8223 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8224 * config/arm/nbsd.mt (TDEPFILES): Add it.
8225 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8226
8227 * armnbsd-nat.c: Include regcache.h.
8228 * Makefile.in (armnbsd-nat.o): Update dependency list.
8229
8230 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8231
ad68be46
DJ
82322002-02-14 Daniel Jacobowitz <drow@mvista.com>
8233
8234 * gdbserver/Makefile.in: Fix typos in target rules.
8235
003d6d1d
DJ
82362002-02-14 Daniel Jacobowitz <drow@mvista.com>
8237
aaa38bb5 8238 Fix part of PR gdb/267.
003d6d1d
DJ
8239 * linespec.c (find_methods): Handle constructors specially for now.
8240
6b230f1b
CV
82412002-02-14 Corinna Vinschen <vinschen@redhat.com>
8242
8243 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8244 handling.
8245 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8246 standard_coerce_float_to_double().
8247
1ea98d12
CF
82482002-02-14 Christopher Faylor <cgf@redhat.com>
8249
8250 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8251 GDBINIT_FILENAME.
8252
dd47e6fd
EZ
82532002-02-14 Elena Zannoni <ezannoni@redhat.com>
8254
8255 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8256 find_variant_by_name, because it confuses the multiarch
8257 framework. Return NULL if there isn't an architecture with the
8258 user supplied name, instead of forcing a different one without
8259 recording the change with the multiarch machinery.
8260 (find_variant_by_name): Delete.
8261
d7e39b9e
PS
82622002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8263
8264 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8265 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8266
76e42a4f
MH
82672002-02-13 Martin M. Hunt <hunt@redhat.com>
8268
aaa38bb5 8269 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
8270 print_frame_info_listing_hook, set current_source_symtab.
8271
0a30fbc4
DJ
82722002-02-14 Daniel Jacobowitz <drow@mvista.com>
8273
8274 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8275 and remove unused $(INCLUDE_DIR).
8276 Add regcache.c to OBS.
8277 Add generated register protocol files to clean target.
8278 Update dependencies for new objects, obsolete old target code.
8279
8280 * gdbserver/linux-low.c: Remove all platform-specific code to
8281 new files. Remove various dead code. Update to use regcache
8282 functionality.
8283 * gdbserver/remote-utils.c (fromhex): Add return statement
8284 to quiet warning.
8285 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8286 constant.
8287 (input_interrupt): Add integer parameter to match prototype
8288 of a signal handler.
8289 (outreg): Use register_data ().
8290 (prepare_resume_reply): Use gdbserver_expedite_regs.
8291 * gdbserver/server.c (main): Dynamically allocate own_buf because
8292 PBUFSIZ is no longer constant. Use registers_to_string () and
8293 registers_from_string ().
8294 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8295 for error (), fatal (), and warning (). Update definition of
8296 PBUFSIZ to use regcache functionality. Add include guard.
8297 * gdbserver/utils.c (fatal): Add missing ``const''.
8298 (warning): New function.
8299
8300 * regformats/regdat.sh: Include "regcache.h" in generated files.
8301 Provide init_registers () function.
8302 * regformats/regdef.h: Add prototype for set_register_cache ().
8303 Add include guard.
8304
8305 * gdbserver/linux-arm-low.c: New file.
8306 * gdbserver/linux-i386-low.c: New file.
8307 * gdbserver/linux-ia64-low.c: New file.
8308 * gdbserver/linux-m68k-low.c: New file.
8309 * gdbserver/linux-mips-low.c: New file.
8310 * gdbserver/linux-ppc-low.c: New file.
8311 * gdbserver/linux-sh-low.c: New file.
8312
8313 * gdbserver/regcache.c: New file.
8314 * gdbserver/regcache.h: New file.
8315
8316 * gdbserver/low-linux.c: Removed obsolete file.
8317
4cc841d0
DJ
83182002-02-14 Daniel Jacobowitz <drow@mvista.com>
8319
8320 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8321 * config/i386/linux.mt: Likewise.
8322 * config/ia64/linux.mt: Likewise.
8323 * config/m68k/linux.mh: Likewise.
8324 * config/powerpc/linux.mh: Likewise.
8325 * config/mips/linux.mt: Likewise.
8326
8327 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8328
8329 * config/i386/i386lynx.mh: Mark gdbserver variables
8330 as (currently) obsolete for this target.
8331 * config/i386/nbsd.mt: Likewise.
8332 * config/i386/nbsdelf.mt: Likewise.
8333 * config/m32r/m32r.mt: Likewise.
8334 * config/m68k/m68klynx.mh: Likewise.
8335 * config/m68k/nbsd.mt: Likewise.
8336 * config/m68k/sun3os4.mh: Likewise.
8337 * config/mips/vr5000.mt: Likewise.
8338 * config/ns32k/nbsd.mt: Likewise.
8339 * config/pa/hppabsd.mh: Likewise.
8340 * config/pa/hppaosf.mh: Likewise.
8341 * config/powerpc/nbsd.mt: Likewise.
8342 * config/rs6000/rs6000lynx.mh: Likewise.
8343 * config/s390/s390.mt: Likewise.
8344 * config/s390/s390x.mt: Likewise.
8345 * config/sparc/sparclynx.mh: Likewise.
8346 * config/sparc/sun4os4.mh: Likewise.
8347 * config/i386/x86-64linux.mt: Likewise.
8348 * config/sparc/linux.mh: Likewise.
8349
a85f51e7
DJ
83502002-02-14 Daniel Jacobowitz <drow@mvista.com>
8351
8352 * configure.tgt: Configure gdbserver only for known working
8353 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8354 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8355 SUBDIRS if it is configured. Update comment for ${nativefile}.
8356 * configure: Regenerated.
8357
65554fef
MS
83582002-02-13 Michael Snyder <msnyder@redhat.com>
8359
670a52db
MS
8360 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8361
6dbdc4a3
MS
8362 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8363 (default_gcore_mach): Just return 0, work around a problem in bfd.
8364 (default_gcore_target): OK to return NULL if exec_bfd is null.
8365 (make_mem_sec): Use a cast, avoid a warning.
8366
8367 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 8368 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
8369 sizeof (host pointer) != sizeof (target pointer)).
8370 (procfs_make_note_section): Avoid overflow in psargs string.
8371
aaa38bb5 8372 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
8373 implementation return an error.
8374
83752002-02-13 Rodney Brown <rbrown64@csc.com.au>
8376
8377 * procfs.c (procfs_make_note_section): Provide a default definition
8378 (for alpha-dec-osf4.0f). Fix typos.
8379
1e4d76e7
EZ
83802002-02-13 Elena Zannoni <ezannoni@redhat.com>
8381
8382 * linux-proc.c: Add include of regcache.h.
8383 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8384
b6d1a1d5
AC
83852002-02-13 Andrew Cagney <ac131313@redhat.com>
8386
8387 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
8388 * memattr.c (create_mem_region): Disallow useless empty region.
8389 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 8390 non-overlapping.
b6d1a1d5 8391
6c6ea35e
MC
83922002-02-13 Michael Chastain <mec@shout.net>
8393
8394 * defs.h: Kill CONST_PTR.
8395 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8396 * c-lang.c (c_builtin_types): Likewise.
8397 * ch-lang.c (ch_builtin_types): Likewise.
8398 * f-lang.c (f_builtin_types): Likewise.
8399 * language.c (unknown_builtin_types): Likewise.
8400 * m2-lang.c (m2_builtin_types): Likewise.
8401 * p-lang.c (pascal_builtin_types): Likewise.
8402 * scm-lang.c (c_builtin_types): Likewise.
8403
3e0b0f48
KS
84042002-02-13 Keith Seitz <keiths@redhat.com>
8405
8406 * arm-tdep.h (arm_get_next_pc): Add declaration.
8407
67255d04
RE
84082002-02-13 Richard Earnshaw <rearnsha@arm.com>
8409
8410 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8411 with other related struct-returning functions.
8412 (arm_extract_struct_value_address): New function.
8413 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8414 initialize float_format, double_format and long_double_format as
8415 appropriate to the endianness of the target.
8416 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8417 (arm_use_struct_convention): Delete declaration.
8418 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8419
079777f6
KS
84202002-02-13 Keith Seitz <keiths@redhat.com>
8421
8422 * defs.h (core_addr_to_string_nz): New function.
8423
34588f23
MK
84242002-02-13 Mark Kettenis <kettenis@gnu.org>
8425
8426 Apply missing bits of 2002-01-15 patch.
8427 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8428 (fill_fpregset): Use i387_fill_fsave.
8429
49b563f9
KS
84302002-02-12 Keith Seitz <keiths@redhat.com>
8431
49b563f9
KS
8432 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8433 (core_addr_to_string_nz): New function.
8434
aeb98c60
RE
84352002-02-11 Richard Earnshaw <rearnsha@arm.com>
8436
8437 * arm-linux-nat.c: Really include arm-tdep.h.
8438 * config/arm/tm-linux.h (struct type, struct value): Declare.
8439
65554fef
MS
84402002-02-11 Michael Snyder <msnyder@redhat.com>
8441
8442 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8443 (gcore section): Ifdef for Solaris and Unixware only.
8444 (procfs_do_thread_registers): Unixware needs one lwpstatus
8445 per thread (not one prstatus or pstatus).
8446 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8447 not over all gdb threads. For unixware, call elfcore_write_pstatus
8448 once before iterating over threads.
8449
34e8f22d
RE
84502002-02-11 Richard Earnshaw <rearnsha@arm.com>
8451
8452 * arm-tdep.h: New file.
8453 * arm-tdep.c: Include arm-tdep.h.
8454 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8455 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8456 (arm_print_float_info, arm_register_type, convert_to_extended)
8457 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8458 (arm_extract_return_value, arm_register_name): Make static.
8459 (arm_software_single_step): Similarly. Fix types in declaration.
8460 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8461 (arm_store_return_value, arm_store_struct_return): New functions.
8462 (arm_gdbarch_init): Register the above functions. Also register
8463 call_dummy_start_offset, sizeof_call_dummy_words,
8464 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8465 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 8466 max_register_virtual_size, register_size. Set up
34e8f22d
RE
8467 prologue_cache.saved_regs here, rather than ...
8468 (_initialize_arm_tdep): ... here.
8469 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8470 declarations.
8471 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8472 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8473 (arm_print_float_info, arm_register_type, convert_to_extended)
8474 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8475 (arm_extract_return_value, arm_register_name): Delete declarations.
8476 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8477 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8478 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8479 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8480 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8481 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8482 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8483 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8484 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8485 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8486 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8487 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8488 interface.
8489 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8490 * remote-rdi.c remote-rdp.c: Likewise.
8491 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8492 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8493 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8494 definition.
8495
8496 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8497 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8498 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8499 from non-ARM_ prefixed definitions.
8500 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8501 all uses of above.
8502 * remote-rdi.c remote-rdp.c: Likewise.
8503 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8504
148754e5
RE
85052002-02-11 Richard Earnshaw <rearnsha@arm.com>
8506
8507 * arm-tdep.c (arm_frameless_function_invocation)
8508 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8509 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8510 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8511 (arm_pop_frame, arm_get_next_pc): Make static.
8512 (arm_gdbarch_init): Register above in gdbarch structure.
8513 (arm_read_fp): Renamed from arm_target_read_fp.
8514 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8515 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8516 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8517 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8518 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8519 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8520 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
8521 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8522 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8523 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8524 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 8525
434d2d4f
DJ
85262002-02-10 Daniel Jacobowitz <drow@mvista.com>
8527
8528 * symtab.c (compare_search_syms): New function.
8529 (sort_search_symbols): New function.
8530 (search_symbols): Sort symbols after searching rather than
8531 before.
8532
55241689
AC
85332002-02-10 Andrew Cagney <ac131313@redhat.com>
8534
8535 * NEWS: Linux -> GNU/Linux.
8536
028c194b
AC
85372002-02-10 Andrew Cagney <ac131313@redhat.com>
8538
8539 * gdbarch.sh: For for level one methods, disallow a definition
8540 when partially multi-arched. Add comments explaining rationale.
8541 * gdbarch.h: Re-generate.
8542
6acf50cd
AC
85432002-02-10 Andrew Cagney <ac131313@redhat.com>
8544
8545 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8546 multi-arch partial.
aaa38bb5 8547
50248794
AC
85482002-02-10 Andrew Cagney <ac131313@redhat.com>
8549
8550 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8551 field. Use diff -u.
8552 * gdbarch.c: Re-generate.
8553
c30e0066
AC
85542002-02-10 Andrew Cagney <ac131313@redhat.com>
8555
9b56c5f3 8556 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
8557 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8558 partial.
8559
6e6d6484
AC
85602002-02-10 Andrew Cagney <ac131313@redhat.com>
8561
8562 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8563 multi-arch partial.
8564 (PUSH_ARGUMENTS): Switch to using predefault.
8565 * gdbarch.c: Regenerate.
8566
c203844d
AC
85672002-02-10 Andrew Cagney <ac131313@redhat.com>
8568
8569 * valops.c (PUSH_ARGUMENTS): Delete definition.
8570 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8571 partial. Default to default_push_arguments.
8572 * gdbarch.h, gdbarch.c: Regenerate.
8573
b5a2688f
AC
85742002-02-09 Andrew Cagney <ac131313@redhat.com>
8575
8576 * defs.h (throw_exception): Rename return_to_top_level. Update
8577 comments.
8578 * utils.c (error_stream, internal_verror, quit): Ditto.
8579 * top.c (throw_exception, catcher): Ditto.
8580 * sparclet-rom.c (sparclet_load): Ditto.
8581 * remote.c (interrupt_query, minitelnet): Ditto.
8582 * remote-sds.c (interrupt_query): Ditto.
8583 * remote-mips.c (mips_error, mips_kill): Ditto.
8584 * ocd.c (interrupt_query): Ditto.
8585 * monitor.c (monitor_interrupt_query): Ditto.
8586 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8587 * target.h: Update comment.
aaa38bb5 8588
b5a2688f 8589 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 8590
2fa5c1e0
AC
85912002-02-09 Andrew Cagney <ac131313@redhat.com>
8592
8593 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8594 default_double_format.
8595 * gdbarch.h, gdbarch.c: Re-generate.
8596 * findvar.c (floatformat_unknown): Delete variable definition.
8597 * doublest.h (floatformat_unknown): Delete variable declaration.
8598
da966255
JB
85992002-02-09 Jim Blandy <jimb@redhat.com>
8600
8601 * stabsread.c (read_type): Add code to parse Sun's syntax for
8602 prototyped function types.
8603
123a4891
AC
86042002-02-09 Andrew Cagney <ac131313@redhat.com>
8605
8606 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8607 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8608
fb39c8f3
PS
86092002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8610
8611 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8612 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8613 now _initialize_xcoffsolib gets called again and overrides the
8614 commands from solib.c in a native configuration.
8615
0b87a11d
MK
86162002-02-09 Mark Kettenis <kettenis@gnu.org>
8617
8618 * doublest.c (store_typed_floating): Don't try to return a value.
8619 Fixes PR gdb/290.
8620
bdc2fc72
JB
86212002-02-08 Jim Blandy <jimb@redhat.com>
8622
8623 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8624 is prototyped and has no arguments, print its argument list as
8625 `(void)'.
8626
da69bbcf
CD
86272002-02-08 Chris Demetriou <cgd@broadcom.com>
8628
8629 * MAINTAINERS (write-after-approval): Add myself.
8630 (paper-trail): I've escaped!
aaa38bb5 8631
b69571f5
CF
86322002-02-08 Christopher Faylor <cgf@redhat.com>
8633
8634 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8635 changes.
8636 (_initialize_check_for_gdb_ini): Ditto.
8637
f6871398
MH
86382002-02-08 Martin M. Hunt <hunt@redhat.com>
8639
8640 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8641 xaprintf -> xasprintf.
8642
4e52d31c
PM
86432002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8644
8645 * win32-nat.c: Remove use of printf and sprintf functions.
8646
39bbf761
RE
86472002-02-08 Richard Earnshaw <rearnsha@arm.com>
8648
8649 * arm-tdep.c (arm_frame_chain_valid): Make static.
8650 (arm_push_arguments): Likewise.
8651 (arm_gdbarch_init): New function.
8652 (_initialize_arm_tdep): Call it.
8653 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8654 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8655 (FRAME_CHAIN_VALID): Delete.
8656 (arm_frame_chain_valid): Delete declaration.
8657 (PUSH_ARGUMENTS): Delete.
8658 (arm_push_arguments): Delete declaration.
8659 (CALL_DUMMY_P): Delete.
8660
9c9532c9
CV
86612002-02-08 Andrew Cagney <ac131313@redhat.com>
8662 Corinna Vinschen <vinschen@redhat.com>
8663
8664 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8665 on builtin float types.
8666
4e8f7a8b
DJ
86672002-02-08 Daniel Jacobowitz <drow@mvista.com>
8668
8669 * utils.c: Include <curses.h> before "bfd.h".
8670 * tui/tui-hooks.c: Likewise.
8671 * tui/tui.c: Likewise.
8672 * tui/tuiCommand.c: Likewise.
8673 * tui/tuiData.c: Likewise.
8674 * tui/tuiDataWin.c: Likewise.
8675 * tui/tuiDisassem.c: Likewise.
8676 * tui/tuiGeneralWin.c: Likewise.
8677 * tui/tuiIO.c: Likewise.
8678 * tui/tuiLayout.c: Likewise.
8679 * tui/tuiRegs.c: Likewise.
8680 * tui/tuiSource.c: Likewise.
8681 * tui/tuiSourceWin.c: Likewise.
8682 * tui/tuiStack.c: Likewise.
8683 * tui/tuiWin.c: Likewise.
8684
cd4bffcf
EZ
86852002-02-07 Elena Zannoni <ezannoni@redhat.com>
8686
8687 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8688 to include space for pseudoregs as well. Update loops accordingly.
8689 (sh_fp_frame_init_saved_regs): Ditto.
8690 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8691
26806ce2
AC
86922002-02-07 Andrew Cagney <ac131313@redhat.com>
8693
8694 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8695 Add Richard Earnshaw to Arm maintainers.
8696
97fdab62
AC
86972002-02-07 Andrew Cagney <ac131313@redhat.com>
8698
a6b98203
AC
8699 * defs.h (warning_begin): Delete declaration.
8700
97fdab62
AC
8701 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8702 Delete macro.
8703
78b29b40
MS
87042002-02-07 Michael Snyder <msnyder@redhat.com>
8705
aaa38bb5 8706 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
8707 Logic bug, remove misplaced else.
8708
d8849953
KD
87092002-02-07 Klee Dienes <klee@apple.com>
8710
8711 * fork-inferior.c (fork_inferior): Add '!' to the list of
8712 characters that need to be quoted when building a string for the
8713 shell. Quote '!' specifically with a backslash, since CSH chokes
8714 when trying to evaluate "str!str".
aaa38bb5 8715
095778a0
NC
87162002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8717
8718 * rdi-share/host.h: Only provide a typedef for bool if it is not
8719 defined.
8720
1900040c
MS
87212002-02-04 Michael Snyder <msnyder@redhat.com>
8722
8723 * breakpoint.h (enum bptype): Add new overlay event bp type.
8724 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 8725
1900040c
MS
8726 * breakpoint.c (create_internal_breakpoint): New function.
8727 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8728 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8729 (create_thread_event_breakpoint): Ditto.
8730 (create_solib_event_breakpoint): Ditto.
8731 (create_overlay_event_breakpoint): New function.
8732 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8733 (update_breakpoints_after_exec): Delete and re-initialize
8734 overlay event breakpoints after an exec. Add FIXME comment
8735 about longjmp breakpoint.
8736 (print_it_typical): Ignore overlay event breakpoints.
8737 (print_one_breakpoint): Ditto.
8738 (mention): Ditto.
8739 (bpstat_what): Do not stop for overlay event breakpoints.
8740 (delete_breakpoint): Don't delete overlay event breakpoints.
8741 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8742 (breakpoint_re_set): Re-create overlay event breakpoint.
8743
8744 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8745 (overlay_manual_command): Disable overlay breakpoints.
8746 (overlay_off_command): Disable overlay breakpoints.
8747
082fc60d
RE
87482002-02-06 Richard Earnshaw <rearnsha@arm.com>
8749
8750 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8751 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8752 to here from config/tm-arm.h.
8753 (coff_sym_is_thumb): Make static.
8754 (arm_elf_make_msymbol_special): New function.
8755 (arm_coff_make_msymbol_special): New function.
8756 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8757 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8758 (coff_sym_is_thumb): Delete declaration.
8759 (arm_elf_make_msymbol_special): Declare.
8760 (arm_coff_make_msymbol_special): Declare.
8761 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8762 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8763
039c5766
RE
87642002-02-06 Richard Earnshaw <rearnsha@arm.com>
8765
8766 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8767
87682002-02-06 Richard Earnshaw <rearnsha@arm.com>
8769
8770 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8771 * gdbarch.c gdbarch.h: Regenerate.
8772 * arch-utils.c (default_print_float_info): New function.
8773 * arch-utils.h (default_print_float_info): Prototype it.
8774 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8775 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8776 (PRINT_FLOAT_INFO): Document it.
8777
8778 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8779 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8780 (PRINT_FLOAT_INFO): Define.
8781
58fa08f0
PM
87822002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8783
aaa38bb5 8784 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
8785 Add typecast to sprintf argument to suppress a warning.
8786
7393af7c
PM
87872002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
8788
58fa08f0 8789 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
8790 to allow easier handling of pass state.
8791 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8792 that gives exception name and address.
8793 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 8794 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 8795 exceptions added.
aaa38bb5
AJ
8796 (child_continue): Correctly report continue_status.
8797 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 8798 TARGET_SIGNAL_0 (new default value).
aaa38bb5 8799 (child_resume): consider sig argument passed to decide if
7393af7c
PM
8800 the exception should be passed to debuggee or not.
8801
6af4589c
MS
88022002-02-05 Michael Snyder <msnyder@redhat.com>
8803
8804 * regcache.c (fetch_register): Call target_fetch_register
8805 only if we don't call FETCH_PSEUDO_REGISTER.
8806 (store_register): Call target_store_register only if we
8807 don't call STORE_PSEUDO_REGISTER.
8808
a2cf933a
EZ
88092002-02-05 Elena Zannoni <ezannoni@redhat.com>
8810
8811 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8812 ELF_MAKE_MSYMBOL_SPECIAL.
8813 * gdbarch.c, gdbarch.h: Regenerate.
8814 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 8815 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
8816 * elfread.c (elf_symtab_read): Compile use of
8817 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8818 multiarched.
8819 * coffread.c (coff_symtab_read): Ditto, for
8820 COFF_MAKE_MSYMBOL_SPECIAL.
8821
6bb7be43
JB
88222002-02-05 Jim Blandy <jimb@redhat.com>
8823
8824 * solib-svr4.c (svr4_truncate_ptr): New function.
8825 (svr4_relocate_section_addresses): Do the address arithmetic with
8826 the appropriate truncation for target addresses, even when
8827 CORE_ADDR is larger than a target address.
8828
e18651ec
DJ
88292002-02-05 Daniel Jacobowitz <drow@mvista.com>
8830
8831 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8832 to (int *).
8833
6b2725be
DJ
88342002-02-05 Daniel Jacobowitz <drow@mvista.com>
8835
8836 * gdbserver/linux-low.c (kill_inferior): Remove commented out
8837 code.
8838
fca9e603
DJ
88392002-02-05 Daniel Jacobowitz <drow@mvista.com>
8840
8841 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
8842
6c537a52
DJ
88432002-02-05 Daniel Jacobowitz <drow@mvista.com>
8844
8845 * gdbserver/linux-low.c: Remove unused include files.
8846
d844cde6
DJ
88472002-02-05 Daniel Jacobowitz <drow@mvista.com>
8848
8849 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
8850 (read_inferior_memory): Use it.
8851 (write_inferior_memory): Likewise.
8852
d07c63e7
DJ
88532002-02-05 Daniel Jacobowitz <drow@mvista.com>
8854
8855 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
8856 grubbing through sys_errlist.
8857
da6d8c04
DJ
88582002-02-05 Daniel Jacobowitz <drow@mvista.com>
8859
8860 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
8861
5b421780
PM
88622002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8863 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
8864
9f60d481
AC
88652002-02-04 Andrew Cagney <ac131313@redhat.com>
8866
8867 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
8868 (do_sfunc, set_cmd_sfunc): New functions.
8869
8870 * command.h (struct cmd_list_element): Add field func.
8871 * cli/cli-decode.h (struct cmd_list_element): Ditto.
8872 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
8873 * cli/cli-decode.h: Ditto.
8874
8875 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
8876 (help_all, help_cmd_list): Ditto.
8877 (find_cmd, complete_on_cmdlist): Ditto.
8878 * top.c (execute_command): Ditto.
8879
8880 * cli/cli-setshow.c (do_setshow_command): Call func instead of
8881 function.sfunc.
8882
8883 * infcmd.c (notice_args_read): Fix function signature.
8884
8885 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
8886 * cli/cli-decode.c (add_set_cmd): Ditto.
8887 * utils.c (initialize_utils): Ditto.
8888 * maint.c (_initialize_maint_cmds): Ditto.
8889 * infrun.c (_initialize_infrun): Ditto.
8890 * demangle.c (_initialize_demangler): Ditto.
8891 * remote.c (add_packet_config_cmd): Ditto.
8892 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8893 * cris-tdep.c (_initialize_cris_tdep): Ditto.
8894 * proc-api.c (_initialize_proc_api): Ditto.
8895 * kod.c (_initialize_kod): Ditto.
8896 * valprint.c (_initialize_valprint): Ditto.
8897 * top.c (init_main): Ditto.
8898 * infcmd.c (_initialize_infcmd): Ditto.
8899 * corefile.c (_initialize_core): Ditto.
8900 * arm-tdep.c (_initialize_arm_tdep): Ditto.
8901 * arch-utils.c (initialize_current_architecture): Ditto.
8902 (_initialize_gdbarch_utils): Ditto.
8903 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
8904
8905 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
8906 * wince.c (_initialize_inftarg): Ditto.
8907 * symfile.c (_initialize_symfile): Ditto.
8908 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8909 * language.c (_initialize_language): Ditto.
8910 * arc-tdep.c (_initialize_arc_tdep): Ditto.
8911
f9ba0717
MS
89122002-02-04 Michael Snyder <msnyder@redhat.com>
8913
8914 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
8915
0c74b2a7
DJ
89162002-02-04 Daniel Jacobowitz <drow@mvista.com>
8917
8918 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
8919 Add rules for building the register data files.
8920
c638789f
DJ
89212002-02-04 Daniel Jacobowitz <drow@mvista.com>
8922
8923 * regformats/regdat.sh: Add braces to the definition of
8924 expedite_regs_${arch}.
8925
db253027
DJ
89262002-02-04 Daniel Jacobowitz <drow@mvista.com>
8927
8928 * regformats/regdef.h (struct reg): Add comment describing the
8929 requirements for offset and size fields.
8930
206be19c
AS
89312002-02-04 Andreas Schwab <schwab@suse.de>
8932
8933 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
8934 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
8935
181c1381
RE
89362002-02-04 Richard Earnshaw <rearnsha@arm.com>
8937
8938 * gdbarch.sh (copyright): Update years in generated header.
8939 (SMASH_TEXT_ADDRESS): Add rule.
db253027 8940 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
8941 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
8942 * dbxread.c: Likewise.
8943 * dwarfread.c: Likewise.
8944 * elfread.c: Likewise.
8945 * somread.c: Likewise.
8946
8947 * arm-tdep.c (arm_smash_text_address): New function.
8948 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
8949
fa4ba8da
PM
89502002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8951
8952 Add support for hardware watchpoints on win32 native.
aaa38bb5 8953 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 8954 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 8955 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
8956 of debug registers.
8957 (debug_registers_changed): New variable. Reflects when debug registers
8958 are changed and need to be written to inferior.
aaa38bb5 8959 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
8960 was set, used when new threads are created.
8961 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
8962 i386-nat code.
8963 (thread_rec): Set dr array if id is the thread of current_event .
8964 (child_continue, child_resume): Change the debug registers for all
8965 threads if debug_registers_changed.
8966 (child_add_thread): Change the debug registers if debug_registers_used.
8967 * config/i386/cygwin.mh: Add use of i386-nat.o file.
8968 Link nm.h to new nm-cygwin.h file.
8969 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
8970 of hardware registers.
8971
a73c86fb
AC
89722002-02-03 Andrew Cagney <ac131313@redhat.com>
8973
8974 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
8975 Restore behavour broken by 2002-01-20 Andrew Cagney
8976 <ac131313@redhat.com> IEEE_FLOAT removal.
8977
acf5ed49
DJ
89782002-02-03 Daniel Jacobowitz <drow@mvista.com>
8979
8980 * c-valprint.c (c_val_print): Pass a proper valaddr to
8981 cp_print_class_method.
8982 * valops.c (search_struct_method): If there is only one method
8983 and args is NULL, return that method.
8984
493d28d5
DJ
89852002-02-03 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
8988 accessing tag_name directly.
8989
7495dfdb
DJ
89902002-02-03 Daniel Jacobowitz <drow@mvista.com>
8991
8992 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
8993 of accessing tag_name directly.
8994
dd6bda65
DJ
89952002-02-03 Daniel Jacobowitz <drow@mvista.com>
8996
8997 PR gdb/280
8998 * gdbtypes.c (replace_type): New function.
8999 * gdbtypes.h (replace_type): Add prototype.
9000 * stabsread.c (read_type): Use replace_type.
9001
88fe217c
RE
90022002-02-03 Richard Earnshaw <rearnsha@arm.com>
9003
9004 * Makefile.in (memattr.o): Add missing dependencies rule.
9005
e5d66720
PS
90062002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9007
9008 * breakpoint.c (break_at_finish_command): Really export.
9009 (break_at_finish_at_depth_command): Ditto.
9010 (tbreak_at_finish_command): Ditto.
9011 * hppa-tdep.c: Include completer.h.
9012 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9013 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9014
fffee0be
AC
90152002-02-01 Andrew Cagney <ac131313@redhat.com>
9016
9017 * utils.c (do_write): New function.
9018 (error_stream): Rewrite combining the code from error_begin and
9019 verror.
9020 (verror): Rewrite using error_stream.
9021 (error_begin): Delete function.
9022
255e7dbf
AC
90232002-02-01 Andrew Cagney <ac131313@redhat.com>
9024
9025 * utils.c (error_begin): Make static.
9026 * defs.h (error_begin): Delete declaration.
9027
9028 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9029 (decode_line_1): Use cplusplus_error instead of error_begin,
9030 cplusplus_hint and return_to_top_level.
9031 * coffread.c (coff_symfile_read): Use error instead of error_begin
9032 and return_to_top_level.
9033 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9034
ddfe3c15
AC
90352002-02-01 Andrew Cagney <ac131313@redhat.com>
9036
9037 * language.h (type_error, range_error): Make string parameter
9038 constant.
9039 * language.c (warning_pre_print): Delete extern declaration.
9040 * dwarfread.c (warning_pre_print): Ditto.
9041 * language.c (type_error, range_error): Rewrite to use verror and
9042 vwarning instead of warning_begin.
9043
03ac34d5
MS
90442002-02-01 Michael Snyder <msnyder@redhat.com>
9045
261c4ca2
MS
9046 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9047 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 9048
e00d1dc8
AC
90492002-02-01 Andrew Cagney <ac131313@redhat.com>
9050
9051 * command.h (NO_FUNCTION): Delete macro.
9052 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9053 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9054 * tracepoint.c (_initialize_tracepoint): Ditto.
9055 * cli/cli-decode.c (add_set_cmd): Ditto.
9056 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 9057
76b79d6e
DJ
90582002-02-01 Daniel Jacobowitz <drow@mvista.com>
9059
9060 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9061 Update ``this'' pointer when calling virtual functions.
9062
799f9e91
MS
90632002-02-01 Michael Snyder <msnyder@redhat.com>
9064
c7bd442c 9065 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
9066 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9067
3cf384d4
DJ
90682002-02-01 Daniel Jacobowitz <drow@mvista.com>
9069
9070 * regformats/reg-arm.dat: New file.
9071 * regformats/reg-i386.dat: New file.
9072 * regformats/reg-ia64.dat: New file.
9073 * regformats/reg-m68k.dat: New file.
9074 * regformats/reg-mips.dat: New file.
9075 * regformats/reg-ppc.dat: New file.
9076 * regformats/reg-sh.dat: New file.
9077 * regformats/regdef.h: New file.
9078 * regformats/regdat.sh: New file.
9079
0defa245
RE
90802002-02-01 Richard Earnshaw <reanrsha@arm.com>
9081
9082 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9083 (arm_frame_args_address, arm_frame_locals_address): New functions.
9084 (arm_frame_num_args): New function.
9085 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9086 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9087 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9088
405f26e6
MS
90892002-01-31 Michael Snyder <msnyder@redhat.com>
9090
502fd408
MS
9091 * breakpoint.c (break_at_finish_command): Export.
9092 (break_at_finish_at_depth_command): Export.
9093 (tbreak_at_finish_command): Export.
9094 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9095 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9096 "tbreak" commands, which are HPPA specific.
9097
7d35e135
MS
9098 * printcmd.c (disassemble_command): Remove an ancient
9099 artifact of an old merge.
9100
aaa38bb5 9101 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
9102 Define enum constant values for overlay mode.
9103 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
9104 (overlay_is_mapped, overlay_auto_command,
9105 overlay_manual_command): Ditto.
d874f1e2 9106
aaa38bb5
AJ
9107 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9108 breakpoint_here_p, breakpoint_inserted_here_p,
9109 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
9110 describe_other_breakpoints, check_duplicates, clear_command):
9111 Coding standard fixes.
9112
8add0441 9113 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 9114 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
9115 code: check bfd SEC_READONLY flag for section.
9116
e351066e
AC
91172002-01-31 Andrew Cagney <ac131313@redhat.com>
9118
7d35e135 9119 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 9120
8a48e967
DJ
91212002-01-30 Daniel Jacobowitz <drow@mvista.com>
9122
9123 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9124 data symbols, since we search based on textlow and texthigh.
9125 (find_pc_sect_symtab): Likewise.
9126
f5a96129
AC
91272002-01-30 Andrew Cagney <ac131313@redhat.com>
9128
9129 * defs.h (vwarning): Declare.
f5a96129
AC
9130 * utils.c (vwarning): New function.
9131 (warning): Call vwarning.
9132 (warning_begin): Delete function.
9133
9134 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9135 the warning message.
9136 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9137 warning_begin.
9138
cefd4ef5
MS
91392002-01-30 Michael Snyder <msnyder@redhat.com>
9140
1a703748
MS
9141 * NEWS: Mention "set trust-readonly-sections" command.
9142 Mention generate-core-file command.
cefd4ef5 9143
3a11626d
MS
91442002-01-15 Michael Snyder <msnyder@redhat.com>
9145
9146 * target.c: New command, "set trust-readonly-sections on".
9147 (do_xfer_memory): Honor the suggestion to trust readonly sections
9148 by reading them from the object file instead of from the target.
9149 (initialize_targets): Register command "set trust-readonly-sections".
9150
d1c7e53b
AC
91512002-01-29 Andrew Cagney <ac131313@redhat.com>
9152
9153 * parse.c (target_map_name_to_register): Simplify, search regs and
9154 pseudo-regs using a single loop.
9155
e2c9a72c
AC
91562002-01-30 Andrew Cagney <ac131313@redhat.com>
9157
9158 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9159
69824b4e
MK
91602002-01-15 Rodney Brown <rbrown64@csc.com.au>
9161
9162 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9163 * config/i386/i386v42mp.mh: Add i387-nat.o .
9164 * i386v4-nat.c: Include i387-nat.h.
9165 (supply_fpregset): Use i387_supply_fsave.
9166 (fill_fpregset): Use i387_fill_fsave.
9167
6eb69eab
RE
91682002-01-30 Richard Earnshaw <rearnsha@arm.com>
9169
9170 * arm-tdep.c (arm_call_dummy_words): Define.
9171 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9172 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9173 (CALL_DUMMY_WORDS): Define.
9174 (arm_call_dummy_words): Declare.
9175 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9176 (arm_linux_call_dummy_words): Declare.
9177
9852326a
AS
91782002-01-30 Andreas Schwab <schwab@suse.de>
9179
9180 * m68klinux-nat.c: Fix last change to use regcache_collect
9181 instead of referencing registers[] directly.
9182
977a3030
AC
91832002-01-29 Andrew Cagney <ac131313@redhat.com>
9184
9185 * parse.c (target_map_name_to_register): Delete code wrapped in
9186 #ifdef REGISTER_NAME_ALIAS_HOOK.
9187
2076c72b
MS
91882002-01-28 Michael Snyder <msnyder@redhat.com>
9189
9190 * regcache.c (legacy_read_register_gen): Need to be able to
9191 read pseudo-register as well as real register.
9192 (legacy_write_register_gen): Ditto.
9193
8fcc723b
AC
91942002-01-28 Andrew Cagney <ac131313@redhat.com>
9195
9196 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9197 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9198 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9199 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9200 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9201 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9202 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9203 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9204 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9205 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9206 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9207 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9208 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9209 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9210 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9211 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9212 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9213 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9214 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9215 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9216
afe64c1a
AC
92172002-01-28 Andrew Cagney <ac131313@redhat.com>
9218
9219 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9220 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9221 (initialize_current_architecture): Update target_byte_order using
9222 information from BFD.
aaa38bb5 9223 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
9224 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9225
75bc7ddf
AC
92262002-01-28 Andrew Cagney <ac131313@redhat.com>
9227
9228 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9229 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9230
9231 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9232 #ifdef INVALID_FLOAT.
9233 * infcmd.c (do_registers_info): Ditto.
9234 * values.c (unpack_double): Ditto. Add comment.
9235
9236 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9237 already commented out.
9238
0280a90a
AS
92392002-01-26 Andreas Schwab <schwab@suse.de>
9240
9241 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9242 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9243 registers and add support for PTRACE_GETREGS.
9244
7072a954
AC
92452002-01-24 Andrew Cagney <ac131313@redhat.com>
9246
9247 GDB 5.1.1 released from 5.1 branch.
9248 * NEWS: Add 5.1.1 news.
9249 * README: Sync with 5.1 branch.
9250
86f902e0
FF
92512002-01-23 Fred Fish <fnf@redhat.com>
9252
9253 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9254 stabstring on initial malloc. Reallocing will copy it for us,
9255 if necessary.
9256
8af51c36
EZ
92572002-01-23 Elena Zannoni <ezannoni@redhat.com>
9258
aaa38bb5 9259 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
9260 (HFILES_NO_SRCDIR): Remove hpread.h.
9261 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9262 (hpread.o): Update dependencies.
9263 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9264
9265 * hp-psymtab-read.c: Remove file.
9266 * hp-symtab-read.c: Remove file.
9267 * hpread.h: Remove file.
9268
9269 * hpread.c: Merge all contents of hp-psymtab-read.c,
9270 hp-symtab-read.c and hpread.h into this file, as it was prior to
9271 January 1999.
9272
9273 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 9274 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
9275 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9276 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9277
dc5cfeb6
EZ
92782002-01-23 Elena Zannoni <ezannoni@redhat.com>
9279
9280 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9281 fill_gregset): Call gdbarch_tdep() just once, assign result to
9282 variable and use that, instead of calling the function several
9283 times.
9284
ea87b71b
AO
92852002-01-24 Alexandre Oliva <aoliva@redhat.com>
9286
9287 * configure.host: Accept sparcv9 as alias for sparc64.
9288 * configure.tgt: Likewise.
9289
13fc0c2f
KB
92902002-01-22 Kevin Buettner <kevinb@redhat.com>
9291
9292 * solib-aix5.c (build_so_list_from_mapfile)
9293 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9294 arguments is not reversed.
9295 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9296 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 9297
7bd872fe
EZ
92982002-01-22 Elena Zannoni <ezannoni@redhat.com>
9299
9300 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9301 modified version of obsolete sh_fetch_pseudo_register.
9302 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9303 (sh4_register_read): New function.
9304 (sh_pseudo_register_write): New function. Renamed and modified
9305 version of obsolete sh_store_pseudo_register.
9306 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9307 (sh4_register_write): New function.
9308 (sh_gdbarch_init): Remove setting of gdbarch function
9309 fetch_pseudo_register and store_pseudo_register. Remove setting of
9310 register_convert_to_raw, register_convert_to_virtual,
9311 register_convertible.
9312 (sh_sh4_register_convertible): Delete. No longer needed. All is
9313 taken care by architecture specific functions
9314 register_read/register_write.
9315 (sh_sh4_register_convert_to_virtual): Make static.
9316 (sh_sh4_register_convert_to_raw): Ditto.
9317
069e84fd
AC
93182002-01-22 Andrew Cagney <ac131313@redhat.com>
9319
9320 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9321 (floatformat_is_nan, floatformat_mantissa): Ditto.
9322
9323 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9324 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9325 builtin_type_ieee_double_little,
9326 builtin_type_ieee_double_littlebyte_bigword,
9327 builtin_type_m68881_ext, builtin_type_i960_ext,
9328 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9329 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9330 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9331 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9332
211a4f69
CV
93332002-01-22 Corinna Vinschen <vinschen@redhat.com>
9334
9335 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9336 parameter. Set frameless flag if it exists and depended of
9337 whether the scanned function is frameless or not.
9338 (xstormy16_skip_prologue): If function is frameless, return
9339 result of xstormy16_scan_prologue().
9340 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9341 call.
9342
f81353e4
EZ
93432002-01-21 Elena Zannoni <ezannoni@redhat.com>
9344
9345 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9346 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9347 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9348 sh_sh4_register_byte, sh_sh4_register_raw_size,
9349 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9350 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9351 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9352 sh_store_pseudo_register, sh_do_pseudo_register): Call
9353 gdbarch_tdep() just once, assign result to variable and use that,
9354 instead of calling the function several times.
9355
63c73a17
MK
93562002-01-20 Mark Kettenis <kettenis@gnu.org>
9357
9358 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9359 macros instead of LAST_FPU_CTRL_REGNUM.
9360 (store_register): Likewise.
9361
39ad761d
JB
93622002-01-21 Jim Blandy <jimb@redhat.com>
9363
9364 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9365 is up-to-date before running the program, not just when a program
9366 exits.
9367
3d74b771
FF
93682002-01-21 Fred Fish <fnf@redhat.com>
9369
9370 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9371 when we have found all instructions we are looking for.
9372
966fbf70
RE
93732002-01-21 Richard Earnshaw <rearnsha@arm.com>
9374
9375 * arm-tdep.c (arm_register_name): New function.
9376 (arm_registers_names): Make static.
9377 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9378 (arm_register_name): Declare.
9379 (REGISTER_NAME): Use it.
9380
c3b4394c
RE
93812002-01-21 Richard Earnshaw <rearnsha@arm.com>
9382 Kevin Buettner <kevinb@redhat.com>
9383
9384 Convert arm targets to new FRAME interface.
9385 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9386 (arm_frame_find_save_regs): Delete.
9387 (arm_frame_init_saved_regs): New.
9388 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9389 Allocate extra_info as required. Convert all uses of fsr.regs
9390 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9391 to use extra_info.
9392 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9393 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9394 (check_prologue_cache, save_prologue_cache): Likewise.
9395 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9396 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9397 (FRAME_FIND_SAVED_REGS): Delete.
9398 (arm_frame_find_saved_regs): Delete prototype.
9399 (arm_frame_init_saved_regs): New prototype.
9400 (FRAME_INIT_SAVED_REGS): Define.
9401
61d99182
AC
94022002-01-20 Andrew Cagney <ac131313@redhat.com>
9403
9404 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9405
6aaea291
AC
94062002-01-20 Andrew Cagney <ac131313@redhat.com>
9407
9408 From Jeff Law <law@redhat.com>:
9409 * infttrace.c: Include <sys/pstat.h>.
9410 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9411 exec file if the ttrace equivalent fails.
9412
15f698d2
AC
94132002-01-20 Andrew Cagney <ac131313@redhat.com>
9414
9415 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9416 (closeLogFile): Ditto.
9417
f86ddd7c
MC
94182002-01-20 Michael Chastain <mec@shout.net>
9419
9420 * top.c (print_gdb_version): Bump copyright year to 2002.
9421
904507ce
AC
94222002-01-20 Andrew Cagney <ac131313@redhat.com>
9423
9424 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9425 Zannoni and Eli Zaretskii.
9426
d7f0b9ce
DJ
94272002-01-20 Daniel Jacobowitz <drow@mvista.com>
9428
9429 * buildsym.c: Update copyright years.
9430 * c-typeprint.c: Likewise.
9431 * dwarf2read.c: Likewise.
9432 * f-typeprint.c: Likewise.
9433 * gdbtypes.c: Likewise.
9434 * gdbtypes.h: Likewise.
9435 * hp-symtab-read.c: Likewise.
9436 * hpread.c: Likewise.
9437 * mdebugread.c: Likewise.
9438 * p-typeprint.c: Likewise.
9439
3fd3d7d2
AC
94402002-01-20 Andrew Cagney <ac131313@redhat.com>
9441
9442 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9443 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9444 byte-order selectable.
9445 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9446 * arch-utils.c: Ditto.
9447 (set_endian): Ditto.
9448 (set_endian_from_file): Ditto.
9449 * gdbserver/low-sim.c (create_inferior): Ditto.
9450 * gdbarch.sh: Ditto.
9451 * gdbarch.h: Re-generate.
aaa38bb5
AJ
9452 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9453 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9454 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9455 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9456 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9457 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9458 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
9459 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9460 macro definition.
9461 * config/mips/tm-wince.h: Remove #undef of macro
9462 TARGET_BYTE_ORDER_SELECTABLE.
9463 * config/sh/tm-wince.h: Ditto.
9464
b02dede2
DJ
94652002-01-20 Daniel Jacobowitz <drow@mvista.com>
9466
9467 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9468 member function fields. Add accessor macro
9469 TYPE_FN_FIELD_ARTIFICIAL.
9470 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9471 * c-typeprint.c (c_type_print_base): Skip artificial member
9472 functions.
9473
c3643761
DJ
94742002-01-20 Daniel Jacobowitz <drow@mvista.com>
9475
9476 * f-typeprint.c: Delete unused function f_type_print_args.
9477 * p-typeprint.c: Delete unused function pascal_type_print_args.
9478
8176bb6d
DJ
94792002-01-20 Daniel Jacobowitz <drow@mvista.com>
9480
9481 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9482 comment. Add ``artificial'' to ``union field_location''.
9483
9484 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9485
9486 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9487 * mdebugread.c (parse_symbol): Likewise.
9488 * stabsread.c (define_symbol): Likewise.
9489 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9490 initializing TYPE_FIELD_BITPOS to n (obsolete).
9491 (hpread_doc_function_type): Likewise.
9492 * hpread.c (hpread_function_type): Likewise.
9493
7fd60527
AC
94942002-01-20 Andrew Cagney <ac131313@redhat.com>
9495
9496 * configure.in (host_makefile_frag): Only require a host makefile
9497 fragment when a native build.
9498 * configure: Re-generate.
9499
c2f05ac9
AC
95002002-01-20 Andrew Cagney <ac131313@redhat.com>
9501
9502 * doublest.h (floatformat_from_type): Declare.
9503 * doublest.c (floatformat_from_type): New function.
9504 (convert_typed_floating): Use.
9505
9506 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9507 call to function floatformat_from_type.
9508
9509 * gdbarch.sh (IEEE_FLOAT): Delete.
9510 * gdbarch.h, gdbarch.c: Re-generate.
9511 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9512 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9513 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9514 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9515 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9516 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9517 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9518 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9519 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9520 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9521 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
9522 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9523
9524 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9525 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9526 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9527 * sh-tdep.c (sh_gdbarch_init): Ditto.
9528 * mips-tdep.c (mips_gdbarch_init): Ditto.
9529 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9530 * cris-tdep.c (cris_gdbarch_init): Ditto.
9531
abf22e64
AJ
95322002-01-20 Jiri Smid <smid@suse.cz>
9533
9534 * configure.host, configure.tgt: Support x86-64.
9535 * NEWS: Note new target x86-64.
9536
b7c4cbf8
AJ
9537 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9538 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9539 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9540 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9541 x86-64-linux-nat.o): Fix dependencies.
9542
82600034
AC
95432002-01-19 Andrew Cagney <ac131313@redhat.com>
9544
9545 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9546 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9547 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9548 * config/sparc/xm-sun4os4.h: Delete file.
9549 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 9550
bbe5c628
AC
95512002-01-19 Andrew Cagney <ac131313@redhat.com>
9552
9553 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9554 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9555 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9556 * config/i386/i386lynx.mh (XM_FILE): Delete.
9557 * config/rs6000/xm-rs6000ly.h: Delete file.
9558 * config/sparc/xm-sparclynx.h: Delete file.
9559 * config/m68k/xm-m68klynx.h: Delete file.
9560 * config/i386/xm-i386lynx.h: Delete file.
9561 * config/xm-lynx.h: Delete file.
9562 * config/djgpp/fnchange.lst: Update.
9563
f8453e34
JT
95642002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9565
9566 * alpha-tdep.c (alpha_register_byte): New function.
9567 (alpha_register_raw_size): Ditto.
9568 (alpha_register_virtual_size): Ditto.
9569 (alpha_skip_prologue_internal): Renamed from
9570 alpha_skip_prologue.
9571 (alpha_skip_prologue): New version that calls
9572 alpha_skip_prologue_internal.
9573 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9574 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9575 second argument from alpha_skip_prologue.
9576 (REGISTER_BYTE): Use alpha_register_byte.
9577 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9578 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9579 (FRAMELESS_FUNCTION_INVOCATION): Use
9580 generic_frameless_function_invocation_not.
9581 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9582 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9583
52d9e613
AC
95842002-01-19 Andrew Cagney <ac131313@redhat.com>
9585
9586 * config/mips/xm-news-mips.h: Delete file.
9587 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9588
9589 * config/m88k/xm-m88k.h: Delete file.
9590 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9591 * config/m88k/xm-delta88v4.h: Ditto.
9592 * config/m88k/xm-delta88.h: Ditto.
9593
9594 * config/alpha/xm-fbsd.h: Delete file.
9595 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9596
9597 * config/sparc/xm-sparc.h: Delete file.
9598 * Makefile.in (xm-sun4os4.h): Delete dependency.
9599 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9600 * config/sparc/xm-sun4os4.h: Ditto.
9601 * config/sparc/xm-linux.h: Ditto.
9602
9603 * config/i386/xm-windows.h: Delete file.
9604
2d1b2124
AC
96052002-01-19 Andrew Cagney <ac131313@redhat.com>
9606
9607 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9608 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9609
ee1f65f0
JT
96102002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9611
9612 * alpha-tdep.c (alpha_call_dummy_words): New.
9613 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9614 (CALL_DUMMY_P): Define.
9615 (CALL_DUMMY_WORDS): Define.
9616 (SIZEOF_CALL_DUMMY_WORDS): Define.
9617
98081e55
PB
96182002-01-19 Per Bothner <per@bothner.com>
9619
9620 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9621 isn't NULL, which can happen with some gcj-3.x-produced code.
9622
0d056799
JT
96232002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9624
9625 * alpha-tdep.c (alpha_register_virtual_type): New function.
9626 (alpha_init_frame_pc_first): Ditto.
9627 (alpha_fix_call_dummy): Ditto.
9628 (alpha_store_struct_return): Ditto.
9629 (alpha_extract_struct_value_address): Ditto.
9630 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9631 alpha_register_virtual_type.
9632 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9633 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9634 alpha_extract_struct_value_address.
9635 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9636 (INIT_FRAME_PC): Use init_frame_pc_noop.
9637 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9638
4604bcad
MK
96392002-01-19 Mark Kettenis <kettenis@gnu.org>
9640
9641 * i386gnu-nat.c: Include "i386-tdep.h".
9642 (fetch_fpregs): Simplify code dealing with uninitialized floating
9643 point states such that it doesn't require FP7_REGNUM.
9644
140f9984
JT
96452002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9646
abf22e64
AJ
9647 * alpha-tdep.c (frame_extra_info): New.
9648 (alpha_find_saved_regs): Make static. Use
140f9984
JT
9649 frame->extra_info.
9650 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
9651 (alpha_frame_saved_pc): Use frame->extra_info.
9652 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9653 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
9654 (init_extra_frame_info): Rename to...
9655 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 9656 (alpha_print_extra_frame_info): New function.
140f9984
JT
9657 (alpha_frame_locals_address): Ditto.
9658 (alpha_frame_args_address): Ditto.
abf22e64 9659 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
9660 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9661 alpha_frame_args_address.
abf22e64 9662 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 9663 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
9664 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9665 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
9666 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9667 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9668
d734c450
JT
96692002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9670
9671 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9672 (alpha_cannot_fetch_register): Ditto.
9673 (alpha_cannot_store_register): Ditto.
9674 (alpha_register_convertible): Ditto.
9675 (alpha_use_struct_convention): Ditto.
9676 * config/alpha/tm-alpha.h: Update copyright years.
9677 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9678 (INNER_THAN): Use core_addr_lessthan.
9679 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9680 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9681 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9682 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9683 (FRAME_CHAIN): Remove unnecessary cast.
9684
b4ceaee6
AC
96852002-01-18 Andrew Cagney <ac131313@redhat.com>
9686
9687 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9688 obsolete.
9689
0a65a603
AC
96902002-01-18 Andrew Cagney <ac131313@redhat.com>
9691
9692 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9693 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9694 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9695 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9696 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9697 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9698 * x86-64-linux-nat.c: Ditto.
9699
636a6dfc
JT
97002002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9701
abf22e64 9702 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
9703 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9704 (REGISTER_NAME): Define.
9705
acceddb6
JT
97062002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9707
9708 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9709
ec32e4be
JT
97102002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9711
9712 * alpha-tdep.c: Update copyright years.
9713 (alpha_next_pc): New function.
9714 (alpha_software_single_step): Ditto.
9715 * config/alpha/tm-alpha.h: Add prototype for
9716 alpha_software_single_step.
9717
e771a871
JT
97182002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9719
9720 * alphabsd-nat.c: Update copyright years.
9721 (fill_gregset): Use regcache_collect.
9722 (fill_fpregset): Likewise.
9723 (fetch_inferior_registers): Only fetch integer registers
9724 if requested to do so.
9725 (store_inferior_registers): Only store integer registers
9726 if requested to do so.
9727
7708fa01
AC
97282002-01-17 Andrew Cagney <ac131313@redhat.com>
9729
9730 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9731 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9732 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9733 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9734 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9735 * config/arm/linux.mh (XDEPFILES): Delete.
9736 * config/arm/nbsd.mh (XDEPFILES): Delete.
9737 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9738 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9739 * config/i386/i386m3.mh (XDEPFILES): Delete.
9740 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9741 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9742 * config/i386/fbsd.mh (XDEPFILES): Delete.
9743 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9744 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9745 * config/i386/i386v4.mh (XDEPFILES): Delete.
9746 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9747 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9748 * config/i386/i386aix.mh (XDEPFILES): Delete.
9749 * config/i386/go32.mh (XDEPFILES): Delete.
9750 * config/i386/cygwin.mh (XDEPFILES): Delete.
9751 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9752 * config/i386/i386mach.mh (XDEPFILES): Delete.
9753 * config/i386/i386v32.mh (XDEPFILES): Delete.
9754 * config/i386/linux.mh (XDEPFILES): Delete.
9755 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9756 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9757 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9758 * config/i386/i386sco.mh (XDEPFILES): Delete.
9759 * config/i386/i386v.mh (XDEPFILES): Delete.
9760 * config/i386/nbsd.mh (XDEPFILES): Delete.
9761 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9762 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9763 * config/i386/symmetry.mh (XDEPFILES): Delete.
9764 * config/i386/obsd.mh (XDEPFILES): Delete.
9765 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9766 * config/ia64/linux.mh (XDEPFILES): Delete.
9767 * config/ia64/aix.mh (XDEPFILES): Delete.
9768 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9769 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9770 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9771 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9772 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9773 * config/m68k/linux.mh (XDEPFILES): Delete.
9774 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9775 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9776 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9777 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9778 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9779 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9780 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9781 * config/m88k/delta88.mh (XDEPFILES): Delete.
9782 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9783 * config/m88k/m88k.mh (XDEPFILES): Delete.
9784 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9785 * config/mips/linux.mh (XDEPFILES): Delete.
9786 * config/mips/irix6.mh (XDEPFILES): Delete.
9787 * config/mips/irix5.mh (XDEPFILES): Delete.
9788 * config/mips/irix4.mh (XDEPFILES): Delete.
9789 * config/mips/irix3.mh (XDEPFILES): Delete.
9790 * config/mips/decstation.mh (XDEPFILES): Delete.
9791 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9792 (NATDEPFILES): Move core-aout.o to here.
9793 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9794 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9795 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9796 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9797 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9798 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9799 * config/pa/hpux11.mh (XDEPFILES): Delete.
9800 * config/powerpc/aix.mh (XDEPFILES): Delete.
9801 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9802 * config/powerpc/linux.mh (XDEPFILES): Delete.
9803 * config/romp/rtbsd.mh: Rename XDEPFILES.
9804 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9805 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9806 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9807 * config/s390/s390.mh (XDEPFILES): Delete.
9808 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9809 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9810 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9811 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9812 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9813 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9814 * config/sparc/linux.mh (XDEPFILES): Delete.
9815 * config/vax/vaxult.mh (XDEPFILES): Delete.
9816 * config/vax/vaxult2.mh (XDEPFILES): Delete.
9817 * Makefile.in (DEPFILES): Remove XDEPFILES.
9818
375fc983
AC
98192002-01-17 Andrew Cagney <ac131313@redhat.com>
9820
9821 * utils.c (internal_verror): Fix comments, default is yes not no.
9822 Update queries to match. Default to quit and dump core.
9823
8926118c
AC
98242002-01-17 Andrew Cagney <ac131313@redhat.com>
9825
9826 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
9827 copyright.
9828 * defs.h, event-top.c, gdbcmd.h: Ditto.
9829 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9830 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9831 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9832 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
9833 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
9834 * mi/mi-main.c:Ditto.
9835
9836 * stack.c, symfile.c: Update copyright.
9837
45b7b345
DJ
98382002-01-17 Daniel Jacobowitz <drow@mvista.com>
9839
db728ff7
DJ
9840 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
9841 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
9842 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
9843 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 9844
db728ff7
DJ
98452002-01-17 Daniel Jacobowitz <drow@mvista.com>
9846
9847 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
9848 * gdbserver/low-lynx.c (myattach): Likewise.
9849 * gdbserver/low-nbsd.c (myattach): Likewise.
9850 * gdbserver/low-sim.c (myattach): Likewise.
9851 * gdbserver/low-sparc.c (myattach): Likewise.
9852 * gdbserver/low-sun3.c (myattach): Likewise.
9853
9854 * gdbserver/low-linux.c (myattach): New function.
45b7b345 9855
db728ff7 9856 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
9857 (main): Handle "--attach".
9858
8de3c354
AC
98592002-01-16 Andrew Cagney <ac131313@redhat.com>
9860
9861 * MAINTAINERS (language support): Daniel Jacobwitz is C++
9862 maintainer.
9863
b0129042
DJ
98642002-01-15 Daniel Jacobowitz <drow@mvista.com>
9865
9866 * c-typeprint.c (is_type_conversion_operator): Add additional
9867 check for non-conversion operators.
9868
ba8679fb 98692002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
9870
9871 * linux-proc.c: Add "info proc" command, a la procfs.c.
9872 (read_mapping): New function, abstract and re-use code.
9873 (linux_find_memory_regions): Use new func read_mapping.
9874 (linux_info_proc_cmd): New function, implement "info proc".
9875 (_initialize_linux_proc): Add new command "info proc".
9876
e4f9b4d5
MS
98772002-01-15 Michael Snyder <msnyder@redhat.com>
9878
9879 * symfile.c (generic_load): Use bfd_map_over_sections method
9880 instead of manipulating bfd structure members directly.
9881 (add_section_size_callback): New function, bfd sections callback
9882 used by generic_load.
9883 (load_sections_callback): New function, bfd sections callback
9884 used by generic_load.
9885
08cf96df
EZ
98862002-01-15 Elena Zannoni <ezannoni@redhat.com>
9887
abf22e64 9888 [Based on work by Jim Blandy]
08cf96df
EZ
9889 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
9890 (builtin_type_vec128): Export.
9891 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
9892 types.
9893 (builtin_type_vec128): New builtin type for 128 bit vector
9894 registers.
9895 (build_gdbtypes): Initialize builtin_type_v16qi and
9896 builtin_type_v8hi. Create the vec128 register builtin type
9897 structure.
9898 (build_builtin_type_vec128): New function.
abf22e64 9899 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
9900 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
9901 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
9902 AltiVec register to new builtin type.
9903
d7242108
DJ
99042001-01-15 Daniel Jacobowitz <drow@mvista.com>
9905
9906 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
9907 to make_cv_type.
9908
4ee3352d
AC
99092002-01-14 Andrew Cagney <ac131313@redhat.com>
9910
9911 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
9912 CLEAN_UP_REGISTER_VALUE.
9913 * regcache.c (supply_register): Update only call.
9914
f015b2e7
AC
99152002-01-14 Andrew Cagney <ac131313@redhat.com>
9916
9917 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9918 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9919 a29k-*-vxworks* targets as obsolete.
9920
356ae49d
MS
99212002-01-14 Michael Snyder <msnyder@redhat.com>
9922
9923 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
9924 until we can resolve portability issues.
9925 * gregset.h: Remove references to fpxregs.
9926 * gcore.c (gcore_command): Initialize note_sec to NULL.
9927
ade8f45e
AC
99282002-01-13 Andrew Cagney <ac131313@redhat.com>
9929
9930 * signals.c (target_signal_to_name): Rewrite. Only use
9931 signals[].name when in bounds and non-NULL.
abf22e64 9932
89c49e7a
AC
99332002-01-13 Andrew Cagney <ac131313@redhat.com>
9934
9935 From Petr Ledvina <ledvinap@kae.zcu.cz>:
9936 * signals.c (target_signal_to_name): Verify that SIG is within the
9937 bounds of the signals array.
9938
4daa9f9f
AC
99392002-01-13 Andrew Cagney <ac131313@redhat.com>
9940
9941 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
9942
ba4bbdcb
KS
99432002-01-13 Keith Seitz <keiths@redhat.com>
9944
9945 * stack.c (print_frame_info_base): Print the frame's pc
9946 only if when print_frame_info_listing_hook is not defined.
9947
575bbeb6
KS
99482002-01-13 Keith Seitz <keiths@redhat.com>
9949
9950 * varobj.c (varobj_set_value): Make sure that there were no
9951 errors evaluating the object before attempting to set its
9952 value.
9953 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
9954 so this offset adjustment is no longer necessary.
9955 (create_child): Don't set the error flag if the child is
9956 a CPLUS_FAKE_CHILD.
9957 (value_of_child): If value_fetch_lazy fails, return NULL
9958 so that callers will be notified that an error occurred.
9959 (c_value_of_variable): Delay check of variable's validity
9960 until later. We actually want all structs and unions to have
9961 the value "{...}".
9962 Do not return "???" for variables which could not be evaluated.
9963 This error condition must be returned to the caller so that it
9964 can get the error condition from gdb.
9965 (cplus_name_of_child): Adjust index for vptr before figuring
9966 out the name of the child.
9967 (cplus_value_of_child): If a child's (real) parent is not valid,
9968 don't even bother trying to give a value for it. Just return
9969 an error. Change all instances in this function.
9970 (cplus_type_of_child): If our parent is one of the "fake"
9971 parents, we need to get at the type of the real parent, and
9972 derive the child's true type using this information.
9973
b76898ab
AC
99742002-01-13 Andrew Cagney <ac131313@redhat.com>
9975
9976 From 2002-01-09 John Marshall <johnm@falch.net>:
9977 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
9978 sources.redhat.com, and tweak some related URLs which had
9979 suffered from linkrot.
9980
b6649e88
AC
99812002-01-13 Andrew Cagney <ac131313@redhat.com>
9982
9983 From Jeff law:
9984 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
9985 structures passed in registers.
9986
82cc5033
EZ
99872002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
9988
9989 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
9990 white space which prevented compilation. Reported by DSK
9991 <dsk@student.unsw.edu.au>.
9992
ba5f2f8a
MS
99932002-01-11 Michael Snyder <msnyder@redhat.com>
9994
fbd35540
MS
9995 * symfile.c (build_section_addr_info_from_section_tab):
9996 Use bfd access method instead of manipulating bfd directly.
9997 (syms_from_objfile): Ditto.
9998 (simple_overlay_update_1): Ditto.
9999 (simple_overlay_update): Ditto.
10000 (generic_load): Ditto.
10001 (overlay_unmapped_address): FIXME comment, bfd access methods.
10002 (sections_overlap): FIXME comment, bfd access methods.
10003 (pc_in_mapped_range): FIXME comment, bfd access methods.
10004 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10005 (section_is_mapped): FIXME comment, bfd access methods.
10006 (section_is_overlay): FIXME comment, bfd access methods.
10007
ba5f2f8a
MS
10008 * symfile.c (generic_load): Whitespace and long line cleanups.
10009 Remove duplicate variable, change several local variables to
10010 more appropriate data types.
10011 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10012
17df2af6
AC
100132002-01-12 Andrew Cagney <ac131313@redhat.com>
10014
10015 From Peter Schauer:
10016 * language.c (longest_local_hex_string_custom): Use phex_nz to
10017 convert NUM to a hex string.
10018
ec920329
EZ
100192002-01-12 Elena Zannoni <ezannoni@redhat.com>
10020
10021 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10022 the function.
538a76d6 10023 Update Copyright year.
ec920329 10024
3abd2e01
AC
100252002-01-12 Andrew Cagney <ac131313@redhat.com>
10026
10027 * language.c (longest_raw_hex_string): Delete unused function.
10028
b21b22e0
PS
100292002-01-11 Petr Sorfa <petrs@caldera.com>
10030
10031 * MAINTAINERS (write-after-approval): Add myself.
10032 * dwarf2read.c (read_tag_string_type): Handling of
10033 DW_AT_byte_size.
10034 (read_tag_string_type): FORTRAN fix to prevent propagation of
10035 first string size.
10036 (set_cu_language): Handling of DW_LANG_Fortran95
10037
747fe712
RE
100382002-01-11 Richard Earnshaw <rearnsha@arm.com>
10039
10040 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10041 GETPID(inferior_ptid).
10042 (store_inferior_registers): Likewise.
10043
f1bea926
JM
100442002-01-10 Jason Merrill <jason@redhat.com>
10045
10046 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10047 Fix DW_OP_minus.
10048
ae940673
AC
100492002-01-10 Andrew Cagney <ac131313@redhat.com>
10050
10051 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10052 and bfd/elf32-sh-nbsd.c.
10053
00546b04
MS
100542002-01-10 Michael Snyder <msnyder@redhat.com>
10055
352ed7b4
MS
10056 * NEWS: Mention --pid and corefile/proc-id behavior change.
10057
c18be923
MS
10058 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10059 * gcore.c: Include cli/cli-decode.h instead of command.h.
10060
00546b04
MS
10061 * main.c (captured_main): Add new command line option "--pid".
10062 If the second command line argument (following the symbol-file)
10063 begins with a digit, try to attach to it before trying to open
10064 it as a corefile.
10065 (print_gdb_help): Document the "--pid" argument.
10066
db60ec62
EZ
100672002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10068
10069 * completer.c (command_completer): New function.
10070
10071 * completer.h <command_completer>: Add prototype.
10072
10073 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10074 completer for the "help" command.
10075
39c22d1a
JM
100762002-01-09 Jason Merrill <jason@redhat.com>
10077
10078 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10079
c564377f
MS
100802002-01-09 Michael Snyder <msnyder@redhat.com>
10081
975aec09
MS
10082 * i386-linux-nat.c (fill_fpxregset): Make global.
10083 (store_fpxregset): Ditto.
10084
db4a10fa
MS
10085 * gregset.h (gdb_fpxregset_t): Define.
10086 (supply_fpxregset): Prototype.
10087 (fill_fpxregset): Prototype.
10088
c564377f
MS
10089 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10090
c3d45d70
RE
100912002-01-09 Richard Earnshaw <rearnsha@arm.com>
10092
10093 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10094 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10095 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10096
fcc87af1
AC
100972002-01-09 Andrew Cagney <ac131313@redhat.com>
10098
10099 * MAINTAINERS: Update target maintainer rules so that any
10100 Maintainer can approve a tested patch for a maintenance-only
10101 target.
10102
dd96c05b
RE
101032002-01-09 Richard Earnshaw <rearnsha@arm.com>
10104
d4297db9 10105 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 10106
d4297db9 10107 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
10108 IN_SIGTRAMP.
10109
145fdc6e
MS
101102002-01-08 Michael Snyder <msnyder@redhat.com>
10111
10112 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10113 real name of the executable, rather than the /proc name.
10114
be4d1333
MS
101152002-01-03 Michael Snyder <msnyder@redhat.com>
10116
10117 Implement a "generate-core-file" command in gdb, save target state.
10118 * gcore.c: New file. Implement new command 'generate-core-file'.
10119 Save a corefile image of the current state of the inferior.
10120 * linux-proc.c: Add linux-specific code for saving corefiles.
10121 * target.h (struct target_ops): Add new target vectors for saving
10122 corefiles; to_find_memory_regions and to_make_corefile_notes.
10123 (target_find_memory_regions): New macro.
10124 (target_make_corefile_notes): New macro.
10125 * target.c (update_current_target): Inherit new target methods.
10126 (dummy_find_memory_regions): New place-holder method.
10127 (dummy_make_corefile_notes): New place-holder method.
10128 (init_dummy_target): Initialize new dummy target vectors.
10129 * exec.c (exec_set_find_memory_regions): New function.
10130 Allow the exec_ops vector for memory regions to be taken over.
10131 (exec_make_note_section): New function, target vector method.
10132 * defs.h (exec_set_find_memory_regions): Export prototype.
10133 * procfs.c (proc_find_memory_regions): New function, corefile method.
10134 (procfs_make_note_section): New function, corefile method.
10135 (init_procfs_ops): Set new target vector pointers.
10136 (find_memory_regions_callback): New function.
10137 (procfs_do_thread_registers): New function.
10138 (procfs_corefile_thread_callback): New function.
10139 * sol-thread.c (sol_find_memory_regions): New function.
10140 (sol_make_note_section): New function.
10141 (init_sol_thread_ops): Initialize new target vectors.
10142 * inftarg.c (inftarg_set_find_memory_regions): New function.
10143 Allow to_find_memory_regions vector to be taken over.
10144 (inftarg_set_make_corefile_notes): New function.
10145 Allow to_make_corefile_notes vector to be taken over.
10146 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10147 interface layer if not target_has_execution (may be a corefile).
10148 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10149 * config/sparc/sun4sol2.mh: Ditto.
10150 * config/alpha/alpha-linux.mh: Ditto.
10151 * config/arm/linux.mh: Ditto.
10152 * config/i386/x86-64linux.mh: Ditto.
10153 * config/ia64/linux.mh: Ditto.
10154 * config/m68k/linux.mh: Ditto.
10155 * config/mips/linux.mh: Ditto.
10156 * config/powerpc/linux.mh: Ditto.
10157 * config/sparc/linux.mh: Ditto.
10158
c6b92abd
MS
101592002-01-07 Michael Snyder <msnyder@redhat.com>
10160
10161 * arm-linux-nat.c: Remove references to regcache.c internal data
10162 (registers[] and register_valid[]).
10163
4b09dc8c
MS
101642002-01-07 Michael Snyder <msnyder@redhat.com>
10165
abf22e64
AJ
10166 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10167 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
10168 symbol file and shlibs.
10169 * Makefile.in: Add rule for linux-proc.o.
10170 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10171 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10172 * config/arm/linux.mh: Ditto.
10173 * config/i386/linux.mh: Ditto.
10174 * config/i386/x86-64linux.mh: Ditto.
10175 * config/ia64/linux.mh: Ditto.
10176 * config/m68k/linux.mh: Ditto.
10177 * config/mips/linux.mh: Ditto.
10178 * config/powerpc/linux.mh: Ditto.
10179 * config/sparc/linux.mh: Ditto.
10180
c25b74ac
PM
101812002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10182
10183 * win32-nat.c: Add i386-tdep.h dependency.
10184
94cd915f
MS
101852002-01-07 Michael Snyder <msnyder@redhat.com>
10186
c7cccb76
MS
10187 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10188 instead of bfd_get_arch_size. Don't bail out just because
10189 there's no exec_bfd.
abf22e64 10190
34c0bd93
MS
10191 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10192 * p-valprint.c (pascal_object_print_value): Ditto.
10193 * somread.c (som_symtab_read): Ditto.
10194 * symfile.c (simple_free_overlay_region_table): Ditto.
10195 * valops.c (value_assign): Ditto.
10196
21c1c920
MS
10197 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10198 use tilde_expand and strerror for opening save-tracepoints file.
10199
5bbd998e
MS
10200 * thread-db.c (thread_db_new_objfile): Indendation fix.
10201
94cd915f
MS
10202 * infptrace.c (GDB_MAX_ALLOCA): New define.
10203 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 10204 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
10205 can be overridden with whatever value is appropriate to the host).
10206 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10207 alloca to allocate potentially large buffer.
10208 * rs6000-nat.c (child_xfer_memory): Ditto.
10209 * symm-nat.c (child_xfer_memory): Ditto.
10210 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10211
494e8a93
JSC
102122002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10213
10214 From Nick Clifton <nickc@redhat.com>
10215 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10216
d0e1d48e
MS
102172002-01-07 Michael Snyder <msnyder@redhat.com>
10218
abf22e64 10219 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
10220 Don't use exec_bfd if it's NULL.
10221
290b2c7a
MK
102222002-01-06 Mark Kettenis <kettenis@gnu.org>
10223
abf22e64 10224 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 10225
aef21287
AC
102262002-01-06 Andrew Cagney <ac131313@redhat.com>
10227
10228 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10229 * gnu-nat.c: Ditto.
10230
30efa627
AC
102312002-01-06 Andrew Cagney <ac131313@redhat.com>
10232
10233 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10234 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10235 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10236 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10237 z8k-coff have not been multi-arched. Update z8k-coff build
10238 status.
10239
9b4ff276
AC
102402002-01-06 Andrew Cagney <ac131313@redhat.com>
10241
10242 * MAINTAINERS: Mark a29k target as obsolete.
10243 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10244 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10245 comments.
10246 * NEWS: Note that a29k targets are obsolete.
10247 * a29k-tdep.c: Mark as obsolete.
10248 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10249 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10250 a29k-*-vxworks* targets as obsolete.
10251 * remote-adapt.c: Obsolete.
10252 * remote-eb.c: Obsolete.
10253 * remote-mm.c: Obsolete.
10254 * remote-udi.c: Obsolete.
10255 * config/a29k/a29k-udi.mt: Obsolete.
10256 * config/a29k/a29k.mt: Obsolete.
10257 * config/a29k/tm-a29k.h: Obsolete.
10258 * config/a29k/tm-vx29k.h: Obsolete.
10259 * config/a29k/vx29k.mt: Obsolete.
10260
a9011d31
AC
102612002-01-05 Andrew Cagney <ac131313@redhat.com>
10262
10263 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10264 with BFD_ENDIAN_BIG.
10265
9299404e
AC
102662002-01-05 Andrew Cagney <ac131313@redhat.com>
10267
10268 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10269 * configure, config.in: Re-generate.
10270 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10271 * defs.h: Do not include <endian.h>.
10272
7e89e357
JT
102732002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10274
10275 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10276 * config.in: Regenerate.
10277 * configure.in: Update copyright years.
10278 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10279 * configure: Regenerate.
10280 * i386bsd-nat.c: Update copyright years.
10281 (fill_gregset): Use regcache_collect.
10282 (fetch_inferior_registers): Only fetch integer registers
10283 if requested to do so. Add support for XMM registers
10284 using PT_GETXMMREGS.
10285 (store_inferior_registers): Only store integer registers
10286 if requested to do so. Add support for XMM registers
10287 using PT_SETXMMREGS.
10288 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10289 (store_inferior_registers): Remove.
10290 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10291 (fetch_elfcore_registers): New function.
10292 (i386nbsd_elfcore_fns): New.
10293 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10294 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10295 i386bsd-nat.o.
10296 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10297 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10298 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10299 * config/i386/tm-nbsd.h: Update copyright years.
10300 (HAVE_SSE_REGS): Define.
10301 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10302 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10303 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10304 (SIGCONTEXT_PC_OFFSET): Remove.
10305 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10306
a752853e
AC
103072002-01-05 Andrew Cagney <ac131313@redhat.com>
10308
10309 * configure.tgt: Remove powerpc-*-macos* target.
10310 * config/m68k/xm-mpw.h: Delete file.
10311 * config/xm-mpw.h: Delete file.
10312 * ser-mac.c: Delete file.
10313 * mpw-make.sed: Delete file.
10314 * mpw-config.in: Delete file.
10315 * mac-xdep.c: Delete file.
10316 * mac-gdb.r: Delete file.
10317 * mac-defs.h: Delete file.
10318 * mac-nat.c: Delete file.
10319 * config/powerpc/macos.mh: Delete file.
10320 * config/powerpc/macos.mt: Delete file.
10321 * config/powerpc/nm-macos.h: Delete file.
10322 * config/powerpc/tm-macos.h: Delete file.
10323 * source.c (openp, open_source_file): Remove obsolete code.
10324 * top.c (gdb_readline): Ditto.
10325 * utils.c (query): Ditto.
10326 * event-top.c (display_gdb_prompt): Ditto.
10327 * Makefile.in (ser-mac.o): Delete obsolete target.
10328 * NEWS: Update.
10329
d7449b42
AC
103302002-01-04 Andrew Cagney <ac131313@redhat.com>
10331
10332 * defs.h (BIG_ENDIAN): Delete macro definition.
10333 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10334 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10335 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10336 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10337 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10338 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10339 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10340 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10341 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10342 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10343 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10344 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10345 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10346 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10347 * gdbarch.c: Re-generate.
10348
356374e8
DJ
103492002-01-04 Daniel Jacobowitz <drow@mvista.com>
10350
10351 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10352 for core files.
10353
a2b8f8f8
JT
103542002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10355
10356 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10357
12466af9
AC
103582002-01-04 Andrew Cagney <ac131313@redhat.com>
10359
10360 * value.h (value_ptr): Delete typedef.
10361
3549ab40
JT
103622002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10363
10364 * i386nbsd-nat.c: Update copyright years.
10365 Include i386-tdep.h.
10366
fedbd091
EZ
103672002-01-04 Elena Zannoni <ezannoni@redhat.com>
10368
10369 * stabsread.c: Update copyright years.
10370
10371 From Debashis Mahata <debashis.mahata@wipro.com>:
10372 (read_struct_fields): Deal with Sun C compiler erroneous stab
10373 output for structs and unions.
fec8b34f 10374 Fix PR gdb/269.
fedbd091 10375
eb43544b
DJ
103762002-01-04 Daniel Jacobowitz <drow@mvista.com>
10377
10378 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10379 prototype.
10380
1514d34e
DJ
103812002-01-04 Daniel Jacobowitz <drow@mvista.com>
10382
10383 * cp-abi.c: Fix whitespace.
10384 (baseclass_offset): New wrapper function.
10385 * cp-abi.h (baseclass_offset): Add prototype.
10386 (struct cp_abi_ops): Add baseclass_offset pointer.
10387
10388 * valops.c (vb_match): Move to...
10389 * gnu-v2-abi.c (vb_match): here.
10390 * valops.c (baseclass_offset): Move to...
10391 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10392
10393 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10394
10395 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10396 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10397 * hpacc-abi.c (init_hpacc_ops): Likewise.
10398
7f8c9282
DJ
103992002-01-04 Daniel Jacobowitz <drow@mvista.com>
10400
10401 * valops.c (find_overload_match): Accept obj as a
10402 reference parameter. Update it before returning.
10403 * value.h (find_overload_match): Update prototype.
10404 * eval.c (evaluate_subexp_standard): Pass object to
10405 find_overload_match by reference.
10406
f23631e4
AC
104072002-01-03 Andrew Cagney <ac131313@redhat.com>
10408
10409 * valarith.c: Replace value_ptr with struct value pointer. Remove
10410 register attribute from value declarations.
10411 * valops.c: Ditto.
10412 * value.h: Ditto.
10413 * scm-lang.c (scm_lookup_name): Ditto.
10414
79e10fab 104152002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 10416
79e10fab
AC
10417 Abstract the functionality of iterating over mapped memory
10418 regions into a general purpose iterator function.
abf22e64 10419 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
10420 iterator for memory sections.
10421 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10422 (solib_mappings_callback): New function, callback for above.
10423 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10424 (info_mappings_callback): New function, callback for above.
10425
10426 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10427
c5ad026a
MK
104282002-01-01 Mark Kettenis <kettenis@gnu.org>
10429
d2a7c97a
MK
10430 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10431 * i386-tdep.c: Include "elf-bfd.h".
10432 (process_note_abi_tag_sections): New function.
10433 (i386_gdbarch_init): Add code to recognize various OS/ABI
10434 combinations.
10435
c5ad026a
MK
10436 * maint.c (_initialize_maint_cmds): Add missing \ in
10437 string-literal.
10438
a1a5b71e 10439For older changes see ChangeLog-2001
c906108c
SS
10440\f
10441Local Variables:
10442mode: change-log
10443left-margin: 8
10444fill-column: 74
10445version-control: never
10446End:
This page took 0.841053 seconds and 4 git commands to generate.