2002-08-15 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
23e3a7ac
AC
12002-08-15 Andrew Cagney <ac131313@redhat.com>
2
3 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
4 Add `args' parameter.
5 * gdbarch.h, gdbarch.c: Regenerate.
6
7 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
8
9 * infcmd.c (float_info): Call print_float_info.
10 (print_float_info): New function. By default, print the
11 floating-point registers.
12
13 * arch-utils.h (default_print_float_info): Delete declaration.
14 * arch-utils.c (default_print_float_info): Delete function.
15
e0ca2bb9
MK
162002-08-16 Mark Kettenis <kettenis@gnu.org>
17
3f733acc
MK
18 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
19 out define.
20
7d8d2918
MK
21 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
22 FRAME.
23
1c7cc583
MK
24 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
25 * configure.host: Make i[3456]86-*-aix host obsolete.
26 * configure.tgt: Make i[3456]86-*-aix target obsolete.
27 * config/i386/i386aix.mh, config/i386/i386aix.mt,
28 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
29 config/i386/xm-i386aix.h: Make files obsolete.
30 * i386aix-nat.c: Make file obsolete.
31 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
32 (i386aix-nat.o): Make target obsolete.
33
e0ca2bb9
MK
34 * config/i386/nm-gnu.h: Removed.
35 * config/i386/nm-i386gnu.h: New file.
36 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
37 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
38 Moved here from ...
39 * config/i386/tm-i386gnu.h: ... here. Removed.
40 * config/i386/xm-i386gnu.h: Removed.
41 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
42 (NAT_FILE): Set to nm-i386gnu.h.
43 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
44 * i386-tdep.c: New file.
45 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
46 (i386gnu-tdep.o): Specify dependencies.
47
16057ec7 482002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 49
6b99ee2e
MK
50 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
51 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
52 Adjust a few comments to reflect reality a bit closer.
53 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
54 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
55 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
56 target_insert_watchpoint, target_remove_watchpoint):
57 Move defines to ...
58 * config/i386/nm-i386sco5.h: ... here.
59 (kernel_u_size): Add prototype. Improve a few comments and add
60 protection against multiple inclusion.
61
d9a6f65c
MK
62 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
63 out define.
64
047eff6a
MK
65 * uw-thread.c (SP_ARG0): Define if not already defined.
66 * config/i386/tm-i386.h (SO_ARG0): Remove define.
67
dcdb1290
MK
68 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
69
5d2d0b2a
MK
70 * config/i386/tm-i386.h: Don't include "regcache.h".
71
61113f8b
MK
72 * i387-tdep.h (i387_print_float_info): New prototype.
73 * i387-tdep.c (print_i387_value, print_i387_ext,
74 print_i387_status_word, print_i387_control_word): Add `struct
75 ui_file *' argument and use it for output.
76 (i387_print_float_info): Renamed from i387_float_info. Add
77 `struct gdbarch *' and `struct ui_file *' arguments and use the
78 latter for output.
79 * i386-tdep.c: Include "i387-tdep.h".
80 (i386_gdbarch_init): Set print_float_info.
81 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
82 (FLOAT_INFO): Remove define.
83
46e0f506
MS
842002-08-13 Michael Snyder <msnyder@redhat.com>
85
86 * mips-tdep.c (mips_push_arguments): Rename to
87 mips_eabi_push_arguments, and tune for EABI.
88 (MIPS_REGS_HAVE_HOME_P): Delete.
89 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
90 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
91 Delete references to mips_regs_have_home_p.
92
409268de
KS
932002-08-14 Keith Seitz <keiths@redhat.com>
94
95 * Makefile.in (install-gdbtk): Create insight plugin directory.
96 Install plugins.tcl file.
97
ffc6a242
KS
982002-08-14 Keith Seitz <keiths@redhat.com>
99
100 * configure.in: Move SUBDIRS to near top of the file so that
101 --enable options may add things to it.
102 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
103 * configure: Regenerate.
104
ebafbe83
MS
1052002-08-13 Michael Snyder <msnyder@redhat.com>
106
107 * mips-tdep.c (mips_o32o64_push_arguments): New function,
108 cloned from mips_push_arguments, tuned for o32/o64 ABI.
109 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
110
32f6f25d
AC
1112002-08-13 Andrew Cagney <ac131313@redhat.com>
112
113 * vax-tdep.c (vax_get_saved_register): Delete function.
114 (vax_gdbarch_init): Update.
115 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
116 (ns32k_gdbarch_init): Update.
117 * alpha-tdep.c (alpha_get_saved_register): Delete function.
118 (alpha_gdbarch_init): Update.
119
53826de9
AC
1202002-08-13 Andrew Cagney <cagney@redhat.com>
121
122 * regcache.c (init_regcache_descr): Overallocate the
123 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
124 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
125 nr_raw_registers.
126 (set_register_cached): Add range checking assertions. Use
127 current_regcache.
128
16057ec7 1292002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
130
131 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
132 numbers for MMX registers.
133
7b4c2dce
AC
1342002-08-13 Andrew Cagney <cagney@redhat.com>
135
136 * i386-tdep.c (i386_gdbarch_init): Use
137 generic_unwind_get_saved_register.
138
1e03ad20
KB
1392002-08-13 Kevin Buettner <kevinb@redhat.com>
140
141 * procfs.c (procfs_can_use_hw_breakpoint): New function.
142 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
143 target vector.
144 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
145 Delete. Add comment regarding this now-deleted target method.
146
548bcbec
SC
1472002-08-13 Stephane Carrez <stcarrez@nerim.fr>
148
149 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
150 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
151 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
152 real PC and the page number (if it's within the memory bank window).
153 (m68hc11_pseudo_register_write): Likewise when saving.
154 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
155 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
156 (m68hc11_register_raw_size): And use 32-bit for it.
157 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
158 16K memory bank is used by the prog; also use the virtual pc.
159
7df11f59
SC
1602002-08-13 Stephane Carrez <stcarrez@nerim.fr>
161
162 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
163 (m68hc11_gdbarch_init): Install it in gdbarch.
164 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
165 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
166 (MSYMBOL_SIZE): New for documentation.
167 (insn_return_kind): Enum to specify how a function returns.
168 (frame_extra_info): Cleanup and record the return mode.
169 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
170 register in address computation.
171 (m68hc11_get_return_insn): New to obtain the return instruction used
172 by the function.
173 (m68hc11_frame_init_saved_regs): Take into account the return
174 instruction used by the function for far and interrupt functions.
175 (m68hc11_init_extra_frame_info): Take into account page register.
176 (m68hc11_frame_args_address): Adjust according to the return mode.
177 (show_regs): Print page register only when it's used.
178
5706502a
SC
1792002-08-13 Stephane Carrez <stcarrez@nerim.fr>
180
181 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
182 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
183 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
184 registers.
185 (m68hc11_register_raw_size): Likewise.
186
28fc6740
AC
1872002-08-13 Andrew Cagney <cagney@redhat.com>
188
189 * i386-tdep.c (i386_register_name): Handle mmx registers.
190 (mmx_regnum_p): New function.
191 (i386_mmx_names): New array.
192 (mmx_num_regs): New variable.
193 (i386_pseudo_register_read): New function.
194 (i386_pseudo_register_write): New function.
195 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
196
197 * regcache.c (regcache_raw_read_unsigned): New function.
198 (regcache_raw_read_signed): New function.
199 * regcache.h (regcache_raw_read_unsigned): Declare.
200 (regcache_raw_read_signed): Declare.
201
a378f419
AC
2022002-08-13 Andrew Cagney <cagney@redhat.com>
203
204 * regcache.c (regcache_raw_read_as_address): Delete function.
205 (regcache_cooked_read_signed): New function.
206 (regcache_cooked_read_unsigned): New function.
207 * regcache.h (regcache_cooked_read_signed): Declare.
208 (regcache_cooked_read_unsigned): Declare.
209 (regcache_raw_read_as_address): Delete declaration.
210
211 * blockframe.c (generic_read_register_dummy): Use
212 regcache_cooked_read_unsigned.
213 * i386-tdep.c (i386_extract_struct_value_address): Use
214 regcache_cooked_read_unsigned.
215
81967506
SC
2162002-08-13 Stephane Carrez <stcarrez@nerim.fr>
217
218 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
219 double sizes according to ELF ABI flags.
220 (gdbarch_tdep): Record elf_flags.
221
ffe1f3ee
SC
2222002-08-13 Stephane Carrez <stcarrez@nerim.fr>
223
224 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
225 (m6812_prolog): They can appear in 68HC12 function prologue.
226 (m68hc11_frame_chain): Cleanup.
227
98216c5d
AC
2282002-08-12 Andrew Cagney <cagney@redhat.com>
229
230 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
231 declarations.
232 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
233 (i386_linux_register_raw_size): Delete function.
234 (i386_linux_init_abi): Update.
235 * i386-tdep.c (i386_register_raw_size): Delete function.
236 (i386_register_byte): Delete function.
237 (i386_gdbarch_init): Update.
238 (i386_register_size): Delete array.
239 (i386_register_offset): Delete array.
240
241 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
242 (REGISTER_RAW_SIZE): Delete macro.
243 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
244 (REGISTER_BYTE): Delete macro.
245
3b19021e
AS
2462002-08-11 Aidan Skinner <aidan@velvet.net>
247
248 * ada-lang.c (ada_lookup_partial_symbol)
249 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
250 prototype names so that grep ^func works properly.
251
252 * ada-lang.c (ada_array_element_type)
253 (ada_lookup_partial_symbol): Fix typos in parameter list.
254
255 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
256 Fix prototype names so that grep ^func works properly.
257
b063e7a2
AC
2582002-08-10 Andrew Cagney <cagney@redhat.com>
259 Elena Zannoni <ezannoni@redhat.com>
260 Martin M. Hunt <hunt@redhat.com>
261
262 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
263 (build_builtin_type_vec128i): Set the vector bit.
264 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
265 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
266 (build_builtin_type_vec64): New function.
267 (build_builtin_type_vec64i): New function.
268 (build_gdbtypes): Initialize builtin_type_vec64 and
269 builtin_type_vec64i.
270
a7e3c2ad
AC
2712002-08-09 Andrew Cagney <cagney@redhat.com>
272
273 * regcache.c (regcache_dump): Compare the register offset
274 with REGISTER_BYTE.
275 * arch-utils.c (generic_register_byte): New function.
276 * arch-utils.h (generic_register_byte): Declare.
277 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
278 * gdbarch.h, gdbarch.c: Regenerate.
279
af030b9a
AC
2802002-08-09 Andrew Cagney <cagney@redhat.com>
281
282 * regcache.c: Include "gdbcmd.h"
283 (_initialize_regcache): Add commands "maintenance print
284 registers", "maintenance print raw-registers" and "maintenance
285 print cooked-registers".
286 (enum regcache_dump_what): Define.
287 (dump_endian_bytes): New function.
288 (regcache_dump): New function.
289 (regcache_print): New function.
290 (maintenance_print_registers): New function.
291 (maintenance_print_raw_registers): New function.
292 (maintenance_print_cooked_registers): New function.
293 * Makefile.in (regcache.o): Update dependencies.
294
cb3d25d1
MS
2952002-08-09 Michael Snyder <msnyder@redhat.com>
296
297 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
298 (mips_push_arguments): Correct some comments. Use paddr_nz
299 for printing addresses in debug output. Replace static
300 allocation using MAX_REGISTER_RAW_SIZE with alloca.
301 (mips_n32n64_push_arguments): New function, cloned from
302 mips_push_arguments and tuned for the n32/n64 ABI.
303 (mips_push_register): Buffer needs dynamic allocation.
304 (mips_print_register): Ditto.
305 (do_gp_register_row): Ditto.
306 (mips_store_return_value): Ditto.
307 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
308
2163ab9d
DH
3092002-08-09 Don Howard <dhoward@redhat.com>
310
311 * memattr.c (mem_info_command): Print special case of upper bound
312 as max CORE_ADDR + 1.
313
b78bcb18
MS
3142002-08-08 Michael Snyder <msnyder@redhat.com>
315
316 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
317 returns structs by ref if they're too big to fit in two registers.
318
ffabd70d
KB
3192002-08-09 Kevin Buettner <kevinb@redhat.com>
320
321 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
322 saved regs value.
323 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
324 mips_find_saved_regs().
325 (mips_pop_frame): Likewise.
326
fbcdb4a3
KB
3272002-08-09 Kevin Buettner <kevinb@redhat.com>
328
329 * blockframe.c (frame_saved_regs_register_unwind): Revise
330 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
331 frames are in use.
332
3c3bea1c
GS
3332002-08-09 Grace Sainsbury <graces@redhat.com>
334
335 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
336 T-packets; the 'a' is not taken as a register number.
337 (remote_check_watch_resources, remote_stopped_by_watchpoint)
338 (remote_stopped_data_address): New functions; add to target
339 vector.
340 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
341 prototypes to match other implementations of this
342 function. replace integer argument with pointer -- the length
343 field in the Z-packet is the length of what is pointed to or 1 if
344 pointer is null. Add to target vector.
345 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
346 target vector.
347
348 From Mark Salter:
349 * remote.c (remote_wait): Add support to extract optional
350 watchpoint information from T-packet. Ignore unrecognized
351 optional info in T-packet.
352 (remote_async_wait): Ditto.
353
5d1d95de
CV
3542002-08-09 Corinna Vinschen <vinschen@redhat.com>
355
356 * cli/cli-dump.c: Change fopen modes to use binary open modes
357 as defined in include/fopen-bin.h throughout.
358
c86b5b38
MS
3592002-08-08 Michael Snyder <msnyder@redhat.com>
360
361 * mips-tdep.c: Minor whitespace and indentation clean-ups.
362
b30590dc
KB
3632002-08-08 Kevin Buettner <kevinb@redhat.com>
364
365 * doublest.c (store_floating): Avoid floatformat_from_doublest()
366 assertion failure by returning early after a warning.
367
498868ed
KB
3682002-08-08 Kevin Buettner <kevinb@redhat.com>
369
370 * mips-tdep.c (mips_find_saved_regs): Make static.
371 (mips_frame_init_saved_regs): New function.
372 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
373 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
374 (mips_find_saved_regs): Delete declaration.
375
b2dd6311
GS
3762002-08-08 Grace Sainsbury <graces@redhat.com>
377
3c3bea1c
GS
378 * remote.c (remote_wait, remote_async_wait): Change
379 thread_num from int to ULONGEST.
380 (unpack_varlen_hex): Change result parameter from
381 int * to ULONGEST *.
b2dd6311 382
ea47855f
AC
3832002-08-08 Andrew Cagney <ac131313@redhat.com>
384
385 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
386 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
387 powerpc*-*-*.
388 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
389
69db8bae
AC
3902002-08-08 Andrew Cagney <cagney@redhat.com>
391
392 * gcore.c (override_derive_stack_segment): Delete variable.
393 (preempt_derive_stack_segment): Delete function.
394 (derive_stack_segment): Delete function.
395 (default_derive_stack_segment): Renamed to derive_stack_segment.
396 (override_derive_heap_segment): Delete variable.
397 (preempt_derive_heap_segment): Delete function.
398 (derive_heap_segment): Delete function.
399 (default_derive_heap_segment): Rename to derive_heap_segment.
400
cb811fe7
MS
4012002-08-06 Michael Snyder <msnyder@redhat.com>
402
403 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
404 * mips-tdep.c (mips_EABI_use_struct_convention,
405 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
406 New functions. (mips_use_struct_convention): Delete.
407 (mips_gdbarch_init): set use_gdbarch_convention.
408
8b389c40
MS
4092002-08-06 Michael Snyder <msnyder@redhat.com>
410
411 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
412 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
413 mips_o32_reg_struct_has_addr): New functions.
414 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
415
5c27f28a
AC
4162002-08-07 Andrew Cagney <ac131313@redhat.com>
417
418 * regcache.c (pseudo_register): Delete function.
419 (fetch_register): Delete function.
420 (store_register): Delete function.
421 (regcache_raw_read, legacy_read_register_gen): Use
422 target_fetch_registers instead of fetch_register.
423 (legacy_write_register_gen, regcache_raw_write): Use
424 target_store_register instead of store_register.
425 (write_register_bytes): Ditto.
426
427 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
428 (STORE_PSEUDO_REGISTER): Delete.
429 * gdbarch.h, gdbarch.c: Regenerate.
430
5b331675
CV
4312002-08-06 Corinna Vinschen <vinschen@redhat.com>
432
433 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
434 write dump file binary.
435
6acdf5c7
MS
4362002-08-05 Michael Snyder <msnyder@redhat.com>
437
438 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
439 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
440 (mips_gdbarch_init): Set N32 target to be mips64.
441
b2f01c35
KB
4422002-08-06 Kevin Buettner <kevinb@redhat.com>
443
444 * frame.c (find_saved_register): Break out of loop once saved
445 register address is found. Don't mention sparc in loop comment
446 anymore.
447
63db5580
KB
4482002-08-06 Kevin Buettner <kevinb@redhat.com>
449
450 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
451 mips_default_saved_regsize to 8.
452
5e34e75e
AC
4532002-08-06 Andrew Cagney <ac131313@redhat.com>
454
455 * gcore.c: Do not include <sys/procfs.h>.
456 * Makefile.in (gcore.o): Update dependencies.
457
eb4c54a2
AC
4582002-08-06 Andrew Cagney <cagney@redhat.com>
459
460 * configure.tgt: Make arc-*-* obsolete.
461 * NEWS: Mention that arc-*-* has been identifed as obsolete.
462 * MAINTAINERS: Make arc-elf obsolete.
463 * arc-tdep.c: Make file obsolete.
464 * config/arc/arc.mt: Ditto.
465 * config/arc/tm-arc.h: Ditto.
466
ced15480
TR
4672002-08-05 Theodore A. Roth <troth@verinet.com>
468
469 * gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.
470
b4743822
AC
4712002-08-05 Andrew Cagney <ac131313@redhat.com>
472
473 * mcore-tdep.c (mcore_gdbarch_init): Use
474 generic_unwind_get_saved_register instead of
475 generic_get_saved_register.
476 * v850-tdep.c (v850_gdbarch_init): Ditto.
477 * frv-tdep.c (frv_gdbarch_init): Ditto.
478 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
479 * s390-tdep.c (s390_gdbarch_init): Ditto.
480 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
481 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
482 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
483
3956d554
JB
4842002-08-05 Joel Brobecker <brobecker@gnat.com>
485
486 * objfiles.h: Add missing #include "symfile.h"
487
488 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
489
8249c0d6
AC
4902002-08-04 Andrew Cagney <ac131313@redhat.com>
491
492 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
493 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
494 of FIELD_BITSIZE.
495
b9d14705
DJ
4962002-08-04 Daniel Jacobowitz <drow@mvista.com>
497
498 * NEWS: Cleanup and nitpick.
499
dd73b9bb
AC
5002002-08-03 Andrew Cagney <ac131313@redhat.com>
501
502 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
503
043a27f8
AC
5042002-08-03 Andrew Cagney <ac131313@redhat.com>
505
506 * Makefile.in (gdbtk-bp.o): Update dependencies.
507 (gdbtk-register.o): Ditto.
508 (gdbtk-varobj.o): Ditto.
509
46ce284d
AC
5102002-08-03 Andrew Cagney <cagney@redhat.com>
511
512 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
513 m68hc11_fetch_pseudo_register.
514 (m68hc11_pseudo_register_write): Replace
515 m68hc11_store_pseudo_register.
516 (m68hc11_gdbarch_init): Update.
517
b66d6d2e
AC
518Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
519
520 * gdbarch.sh: Include "gdb_string.h".
521 * gdbarch.c: Regenerate.
522
523 * regcache.c: Include "gdb_string.h".
524 * ax-general.c: Ditto.
525 * varobj.c: Ditto.
526 * std-regs.c: Ditto.
527 * fbsd-proc.c: Ditto.
528 * thread.c: Ditto.
529
530 * Makefile.in (regcache.o): Update dependencies.
531 (thread.o, gdbarch.o): Ditto.
532 (ax-general.o, gdbarch.o): Ditto.
533 (varobj.o, std-regs.o): Ditto.
534 (fbsd-proc.o): Specify dependencies.
535
29e1842b
AC
5362002-08-02 Andrew Cagney <cagney@redhat.com>
537
538 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
539 regnum.
540 (regcache_cooked_write): Ditto.
541
68365089
AC
5422002-08-02 Andrew Cagney <ac131313@redhat.com>
543
544 * regcache.c (regcache_cooked_read): New function.
545 (regcache_cooked_write): New function.
546 (read_register_gen): Rewrite using regcache_cooked_read.
547 (write_register_gen): Rewrite using regcache_cooked_write.
548
549 * regcache.h (regcache_cooked_read, regcache_cooked_write):
550 Declare.
551
d8124050
AC
5522002-08-02 Andrew Cagney <cagney@redhat.com>
553
554 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
555 Replace the architecture methods register_read and register_write.
556 * gdbarch.h, gdbarch.c: Regenerate.
557 * regcache.c (init_regcache_descr): Update.
558 (read_register_gen): Update.
559 (write_register_gen): Update.
560 (supply_register): Update comment.
561
562 * sh-tdep.c (sh_gdbarch_init): Update.
563 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
564 `regcache' and `gdbarch' parameters. Make `buffer' a void
565 pointer. Update code.
566 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
567 `regcache' and `gdbarch' parameters. Make `buffer' a constant
568 void pointer. Update code.
569 (sh64_register_write): Delete.
570 (sh4_register_read): Delete.
571 (sh64_register_read): Delete.
572 (sh4_register_write): Delete.
573 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
574 void pointer, `to' parameter a void pointer.
575 (sh_sh64_register_convert_to_raw): Ditto.
576
a6425924
KB
5772002-08-01 Kevin Buettner <kevinb@redhat.com>
578
579 * mips-tdep.c (mips_register_virtual_type): Use architecture
580 invariant return values.
581
ff5922b5
AC
5822002-08-01 Andrew Cagney <cagney@redhat.com>
583
584 * linux-proc.c: Include "gdb_string.h".
585 * Makefile.in (linux-proc.o): Update dependency list.
586
32a6503c
KB
5872002-08-01 Kevin Buettner <kevinb@redhat.com>
588
589 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
590 comment.
591
ccaa32c7
GS
5922002-08-01 Grace Sainsbury <graces@redhat.com>
593
594 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
595 to_insert_watchpoint, to_remove_watchpoint,
596 to_stopped_by_watchpoint, to_stopped_data_address,
597 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
598 target vecctor. Define their corresponding macros so they call
599 them.
600
601 * target.c: Add default and debug versions of for
602 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
603 to_insert_watchpoint, to_remove_watchpoint,
604 to_stopped_by_watchpoint, to_stopped_data_address,
605 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
606
78fde5f8
KB
6072002-08-01 Kevin Buettner <kevinb@redhat.com>
608
609 * mips-tdep.c (mips_register_virtual_type): New function.
610 (mips_gdbarch_init): Register mips_register_virtual_type()
611 with gdbarch machinery.
612 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
613 this file instead of tm-bigmips.h.
614 (MIPS_REGSIZE): Delete this macro.
615 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
616 multiarch version in mips-tdep.c will be found.
617
db034ac5
AC
6182002-08-01 Andrew Cagney <cagney@redhat.com>
619
620 * NEWS: Menion that CHILL has been made obsolete.
621
622 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
623 * gdbserver/Makefile.in: Ditto.
624 * stabsread.c (read_range_type): Ditto.
625 * gdbtypes.h: Ditto.
626 * language.c (binop_type_check): Ditto.
627 (binop_result_type): Ditto.
628 (integral_type): Ditto.
629 (character_type): Ditto.
630 (string_type): Ditto.
631 (boolean_type): Ditto.
632 (structured_type): Ditto.
633 (lang_bool_type): Ditto.
634 (binop_type_check): Ditto.
635 * language.h (_LANG_chill): Ditto.
636 * dwarfread.c (set_cu_language): Ditto.
637 * dwarfread.c (CHILL_PRODUCER): Ditto.
638 * dwarfread.c (handle_producer): Ditto.
639 * expression.h (enum exp_opcode): Ditto.
640 * eval.c: Ditto for comments.
641 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
642 * expprint.c (print_subexp): Ditto.
643 (print_subexp): Ditto.
644 * valops.c (value_cast): Ditto.
645 (search_struct_field): Ditto.
646 * value.h (COERCE_VARYING_ARRAY): Ditto.
647 * symfile.c (init_filename_language_table): Ditto.
648 (add_psymbol_with_dem_name_to_list): Ditto.
649 * valarith.c (value_binop): Ditto.
650 (value_neg): Ditto.
651 * valops.c (value_slice): Ditto.
652 * symtab.h (union language_specific): Ditto.
653 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
654 (SYMBOL_DEMANGLED_NAME): Ditto.
655 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
656 * defs.h (enum language): Ditto.
657 * symtab.c (got_symtab): Ditto.
658 * utils.c (fprintf_symbol_filtered): Ditto.
659
660 * ch-typeprint.c: Make file obsolete.
661 * ch-valprint.c: Make file obsolete.
662 * ch-lang.h: Make file obsolete.
663 * ch-exp.c: Make file obsolete.
664 * ch-lang.c: Make file obsolete.
665
666 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
667 CHILL_LIB.
668 (TARGET_FLAGS_TO_PASS): Ditto.
669 (CHILLFLAGS): Obsolete.
670 (CHILL): Obsolete.
671 (CHILL_FOR_TARGET): Obsolete.
672 (CHILL_LIB): Obsolete.
673 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
674 ch-valprint.c.
675 (HFILES_NO_SRCDIR): Remove ch-lang.h.
676 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
677 ch-lang.o.
678 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
679 targets.
680
8aaf0b47
JB
6812002-07-31 Joel Brobecker <brobecker@gnat.com>
682
683 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
684 This does not change anything at the moment, but will be helpful
685 later when full Ada support is integrated.
686
f3a7b3a5
KB
6872002-07-31 Kevin Buettner <kevinb@redhat.com>
688
689 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
690 help message.
691
fb850278
KB
6922002-07-31 Kevin Buettner <kevinb@redhat.com>
693
694 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
695 and save it in a local variable. Use variable in later test.
696
e3bddbfa
KB
6972002-07-31 Kevin Buettner <kevinb@redhat.com>
698
699 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
700 test. (Thanks to Daniel Jacobowitz.)
701
28d169de
KB
7022002-07-31 Kevin Buettner <kevinb@redhat.com>
703
704 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
705 (mips_abi_strings): Add "n64".
706 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
707
7fe7e44e
KB
7082002-07-31 Kevin Buettner <kevinb@redhat.com>
709
710 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
711 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
712
c6caf090
KB
7132002-07-31 Kevin Buettner <kevinb@redhat.com>
714
715 * utils.c (host_pointer_to_address, address_to_host_pointer):
716 Use gdb_assert() instead of explicit call to internal_error().
717
c41669e0
KB
7182002-07-30 Kevin Buettner <kevinb@redhat.com>
719
720 * Makefile.in (rs6000-nat.o): Update dependencies.
721
722 From Nicholas Duffek:
723 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
724 (aix-thread.o): New rule.
725 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
726 * config/powerpc/aix432.mh: New file.
727
2fda4977
DJ
7282002-07-30 Daniel Jacobowitz <drow@mvista.com>
729
730 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
731 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
732 (fetch_core_registers, ppc_linux_supply_gregset)
733 (ppc_linux_supply_fpregset): New functions.
734 (ppc_linux_regset_core_fns): New.
735 (_initialize_ppc_linux_tdep): Call add_core_fns.
736 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
737 and ppc_linux_supply_gregset.
738 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
739 (supply_fpregset): Call ppc_linux_supply_fpregset.
740 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
741 corelow.o.
742 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
743
729051e6
DJ
7442002-07-30 Daniel Jacobowitz <drow@mvista.com>
745
746 * symtab.c (lookup_symbol): Demangle before lowercasing.
747
5f8a3188
AC
7482002-07-30 Andrew Cagney <ac131313@redhat.com>
749
750 * symtab.h: Replace #include "gdb_obstack.h" with opaque
751 declaration.
752 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
753 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
754 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
755 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
756 "gdb_string.h".
757 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
758 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
759 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
760 (avr-tdep.o, mon960-rom.o): Ditto.
761 (aout_stabs_gnu_h): Define.
762 (symtab_h): Remove $(gdb_obstack_h).
763
67f07146
JB
7642002-07-30 Jim Blandy <jimb@redhat.com>
765
766 Patch from David Carlton <carlton@math.stanford.edu>:
767 * gdbinit.in: Move the `dir' commands that add GDB's own source
768 directory to the search path to the end, so that the `gdb' source
769 directory will be searched first.
770
04ea0df1
AC
7712002-07-29 Andrew Cagney <ac131313@redhat.com>
772
773 * gdb_obstack.h: New file.
774 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
775 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
776 * objfiles.h: Include "gdb_obstack.h".
777 * Makefile.in (gdb_obstack_h): Define.
778 (symtab_h): Add $(gdb_obstack_h).
779 (objfiles_h): Add $(gdb_obstack_h).
780
781 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
782 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
783 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
784 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
785 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
786 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
787 * symfile.c, coffread.c, c-typeprint.c: Ditto.
788 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
789
790 * Makefile.in (bcache.o): Update dependencies.
791 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
792 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
793 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
794 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
795 (stabsread.o, symfile.o, symmisc.o): Ditto.
796 (symtab.o, typeprint.o, macroexp.o): Ditto.
797 (macrotab.o, mdebugread.o): Ditto.
798 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
799 (coff_ecoff_h, aout_aout64_h): Define.
800 (aout_stabs_gnu_h, libaout_h): Define.
801
d138e37a
AC
8022002-07-29 Andrew Cagney <cagney@redhat.com>
803
804 * regcache.c (struct regcache_descr): Rename nr_registers to
805 nr_cooked_registers. Revise comments describing the structure
806 member fields.
807 (init_regcache_descr): Update.
808 (init_legacy_regcache_descr): Update.
809 (read_register_gen, write_register_gen): When a cooked register in
810 the raw register range, directly access the value from the raw
811 register cache.
812
460e6ec3
AC
8132002-07-29 Andrew Cagney <ac131313@redhat.com>
814
815 * z8k-tdep.c: Do not include "obstack.h".
816 * h8300-tdep.c, h8500-tdep.c: Ditto.
817 * m68hc11-tdep.c, sh-tdep.c: Ditto.
818 * valprint.c, v850-tdep.c: Ditto.
819 * d10v-tdep.c, mn10300-tdep.c: Ditto.
820 * mn10200-tdep.c: Ditto.
821
822 * Makefile.in (z8k-tdep.o): Update dependencies.
823 (m68hc11-tdep.o, valprint.o): Ditto.
824 (v850-tdep.o, d10v-tdep.o): Ditto.
825 (mn10300-tdep.o, sparc-tdep.o): Ditto.
826 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
827 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
828 (sh_opc_h, gdb_sim_sh_h): Define.
829 (elf_sh_h, elf_bfd_h): Define.
830 (opcode_m68hc11_h): Define.
831 (OPCODES_SRC, OPCODES_DIR): define.
832 (OPCODES): Use $(OPCODES_DIR).
833 (gdb_sim_d10v_h): Rename sim_d10v_h.
834 (gdb_sim_arm_h): Rename sim_arm_h.
835
790c9cf0
KB
8362002-07-26 Kevin Buettner <kevinb@redhat.com>
837
838 * utils.c (host_pointer_to_address, address_to_host_pointer):
839 Change internal_error() message to indicate function responsible
840 for the error.
841
9647fa49
KB
8422002-07-26 Kevin Buettner <kevinb@redhat.com>
843
844 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
845 calls to local_hex_string_custom().
846
dabbe2c0
KB
8472002-07-26 Kevin Buettner <kevinb@redhat.com>
848
849 * irix5-nat.c: Move IRIX shared library support from here...
850 * solib-irix.c: ...to here. Revised substantially to work with
851 generic solib framework.
852
b96d0a4e
KB
853 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
854 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
855 * mips-irix-tdep.c: New file.
856
313fb2f6
KB
857 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
858 (mips-irix-tdep.o, solib-irix.o): New rules.
859 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
860 solib-irix.o.
861 * config/mips/irix6.mt (TDEPFILES): Likewise.
862 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
863
ab2eaf26
KB
8642002-07-26 Kevin Buettner <kevinb@redhat.com>
865
177e4768 866 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
867 disabled (via ``#if 0'') includes.
868
7244546a
KB
8692002-07-26 Kevin Buettner <kevinb@redhat.com>
870
871 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
872 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
873 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
874 Add support for the fpscr register.
875 * rs6000-nat.c (regmap, fetch_inferior_registers)
876 (store_inferior_registers, fetch_core_registers): Likewise.
877
dd7be90a
KB
8782002-07-26 Kevin Buettner <kevinb@redhat.com>
879
880 * rs6000-nat.c (language.h): Include.
881 (special_regs): Delete this array.
882 (regmap): New function.
883 (fetch_register, store_register): Use regmap() to map gdb
884 register numbers to ptrace register numbers. Also, use
885 outputs from regmap() to make decisions regarding type of
886 ptrace() call to make. In particular, don't compare against
887 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
888 (fetch_inferior_registers, store_inferior_registers): Where
889 possible, obtain register numbers from tdep struct. Don't
890 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
891 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
892 (LAST_UISA_SP_REGNUM): Delete.
893
11bf77db
KB
8942002-07-25 Kevin Buettner <kevinb@redhat.com>
895
896 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
897 (fetch_registers, store_register, fetch_core_registers): Don't
898 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
899 regcache_collect() as appropriate.
900 (find_toc_address): Format hex address with local_hex_string().
901
06afebeb
AC
9022002-07-25 Andrew Cagney <ac131313@redhat.com>
903
904 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
905 bfd/elf32-frv.c.
906
8c554d79
TT
9072002-07-24 Tom Tromey <tromey@redhat.com>
908
909 * jv-exp.y: Marked all strings with _().
910 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
911 internal_error.
912 (MethodInvocation, CastExpression, parse_number, yyerror,
913 java_type_from_name, push_expression_name, yylex): Typo fixes.
914
e4c242d9
DJ
9152002-07-24 Daniel Jacobowitz <drow@mvista.com>
916
917 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
918 (tee_file_flush, tee_file_write, tee_file_fputs)
919 (tee_file_isatty): New.
920 * ui-file.h (tee_file_new): Add prototype.
921
ebf56fd3
AS
9222002-07-24 Aidan Skinner <aidan@velvet.net>
923
924 * ada-lang.c: Change k&r style function definitions to prototyped
925 form.
926 * ada-typeprint.c: Change k&r style function definitions to prototyped
927 form.
928 * ada-valprint.c: Change k&r style function definitions to prototyped
929 form.
930
7fb623f7
AC
9312002-07-24 Andrew Cagney <cagney@redhat.com>
932
933 * README: Remove reference to remote-bug.
934 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
935 remote-bug.c.
936 (m88k-nat.o): Delete rule.
937 (m88k-tdep.o): Delete rule.
938 (remote-bug.o): Delete rule.
939 * MAINTAINERS: Mark as obsolete.
940 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
941 * m88k-tdep.c: Make file obsolete.
942 * config/m88k/m88k.mh: Ditto.
943 * config/m88k/delta88v4.mh: Ditto.
944 * config/m88k/delta88v4.mt: Ditto.
945 * config/m88k/delta88.mt: Ditto.
946 * config/m88k/delta88.mh: Ditto.
947 * remote-bug.c: Ditto.
948 * config/m88k/tm-delta88.h: Ditto.
949 * config/m88k/nm-delta88v4.h: Ditto.
950 * config/m88k/xm-delta88.h: Ditto.
951 * config/m88k/xm-dgux.h: Ditto.
952 * config/m88k/tm-m88k.h: Ditto.
953 * config/m88k/nm-m88k.h: Ditto.
954 * config/m88k/tm-delta88v4.h: Ditto.
955 * m88k-nat.c: Ditto.
956 * cxux-nat.c: Ditto.
957 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
958 and m88*-*-* obsolete.
959 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
960 m88*-*-* obsolete.
961
37611a2b
AC
9622002-07-24 Andrew Cagney <cagney@redhat.com>
963
964 * findvar.c (extract_unsigned_integer): Make `addr' parameter
965 constant. Same for local pointer variables.
966 (extract_signed_integer): Ditto.
967 * defs.h (extract_unsigned_integer): Update.
968 (extract_signed_integer): Update.
969
18ff0538
KB
9702002-07-24 Kevin Buettner <kevinb@redhat.com>
971
972 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
973 * gdbserver/configure: Regenerate.
974 * gdbserver/config.in: Regenerate.
975
1aaa5f99
AC
9762002-07-24 Andrew Cagney <cagney@redhat.com>
977
978 * regcache.c (regcache_raw_write): Change buf parameter to a
979 constant void pointer.
980 (regcache_raw_read): Change buf parameter to a void pointer.
981 (legacy_write_register_gen): Change myaddr parameter a constant
982 void pointer.
983 (supply_register): Change val parameter to a const void pointer.
984 * regcache.h (regcache_raw_write): Update declaration.
985 (regcache_raw_read): Update declaration.
986 (supply_register): Update declaration.
987
b4f5539f
TT
9882002-07-24 Tom Tromey <tromey@redhat.com>
989
990 * defs.h (gdb_readline_wrapper): Declare.
991 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
992 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
993 * top.c (gdb_readline_wrapper): New function.
994 (command_line_input): Use it.
995
0818c12a
AC
9962002-07-24 Andrew Cagney <cagney@redhat.com>
997
998 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
999 regcache_read and regcache_write.
1000 (regcache_raw_read_as_address): Replace regcache_read_as_address.
1001 * regcache.c: Update.
1002 * sh-tdep.c (sh64_push_arguments): Update comment.
1003 (sh_pseudo_register_read): Update.
1004 (sh_pseudo_register_write): Update.
1005 (sh4_register_read): Update.
1006 (sh4_register_write): Update.
1007 (sh64_pseudo_register_read): Update.
1008 (sh64_pseudo_register_write): Update.
1009 (sh64_register_read): Update.
1010 (sh64_register_write): Update.
1011 * i386-tdep.c (i386_extract_return_value): Update.
1012 (i386_extract_struct_value_address): Update.
1013 (i386_extract_return_value): Update.
1014 * blockframe.c (generic_read_register_dummy): Update.
1015 (generic_call_dummy_register_unwind): Update
1016 * infrun.c (write_inferior_status_register): Update.
1017
f7321c06
JB
10182002-07-23 Jim Blandy <jimb@redhat.com>
1019
1020 * parser-defs.h (expression_context_pc): Make this extern.
1021 (Thanks to Michael Snyder.)
1022
2037aebb
AC
10232002-07-23 Andrew Cagney <ac131313@redhat.com>
1024
1025 GDB 5.2.1 released from 5.2 branch.
1026 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1027 * README: Update to mention 5.2.1.
1028
66504d44
MS
10292002-07-23 Mark Salter <msalter@redhat.com>
1030
1031 * remote.c (remote_read_bytes): Fix check for error.
1032
27bae383
KB
10332002-07-22 Kevin Buettner <kevinb@redhat.com>
1034
1035 * aix-thread.c (language.h): Include.
1036 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1037 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1038 Print newlines at end of debug messages.
1039 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1040 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1041
10422002-07-22 Kevin Buettner <kevinb@redhat.com>
1043
1044 * aix-thread.c (ppc-tdep.h): Include.
1045 (special_register_p): New function.
1046 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1047 (store_regs_user_thread): Use register number information from
1048 gdbarch_tdep struct instead of hardcoded offsets relative to
1049 FIRST_UISA_SP_REGNUM.
1050 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1051 special_register_p() instead of using FPLAST_REGNUM and
1052 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1053 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1054 will be MQ's register number.
1055
10562002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
1057
1058 * aix-thread.c (ops): Rename to aix_thread_ops.
1059 (base_ops): Rename to base_target.
1060 (ops_attach): Rename to aix_thread_attach.
1061 (ops_detach): Rename to aix_thread_detach.
1062 (ops_resume): Rename to aix_thread_detach.
1063 (ops_wait): Rename to aix_thread_wait.
1064 (ops_kill): Rename to aix_thread_kill.
1065 (init_ops): Rename to init_aix_thread_ops.
1066 (ops_fetch_register): Rename to aix_thread_fetch_register.
1067 (ops_store_register): Rename to aix_thread_store_register.
1068 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1069 (ops_thread_alive): Rename to aix_thread_thread_alive.
1070 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1071 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1072 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1073 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1074 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1075 (store_regs_lib): Rename to store_regs_user_thread.
1076 (store_regs_kern): Rename to store_regs_kernel_thread.
1077
27bae383 10782002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
1079
1080 * aix-thread.c (ops_prepare_to_store): Eliminate.
1081 (init_ops): Don't initialize ops.prepare_to_store.
1082 (store_regs_kern): Pre-fetch register buffers from child,
1083 because some registers may not be in the cache. Copy
1084 regs from register cache only if they are cached.
1085 (store_regs_lib): Copy regs from register cache only
1086 if they are cached.
1087 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1088 fill_gprs64): Ditto.
1089
61c5da0b
KB
10902002-07-22 Kevin Buettner <kevinb@redhat.com>
1091
1092 * aix-thread.c (gdb_assert.h): Include.
1093 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1094 register sizes (from register cache) match size of buffer holding
1095 register data.
1096 (fill_sprs32): Change parameter types to match those in the ptrace()
1097 buffer.
1098 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1099 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1100
11012002-07-22 Michael Snyder <msnyder@redhat.com>
1102
1103 * aix-thread.c (supply_sprs64): Cosmetic change.
1104 (supply_sprs32): Cosmetic change.
1105 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1106 (fill_sprs64): Use regcache_collect instead of read_register.
1107 (store_regs_lib): Use regcache_collect instead of
1108 read_register. Use fill_sprs32 instead of fill_sprs64,
1109 if debugging a 32-bit architecture.
1110 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1111 out of the register cache, instead of passing a pointer into
1112 the register cache directly to ptrace. Use regcache_collect
1113 insteaad of read_register.
1114 (ops_prepare_to_store): Use target_read_registers instead
1115 of read_register_bytes.
1116
36479eb1
AS
11172002-07-20 Aidan Skinner <aidan@velvet.net>
1118
1119 * MAINTAINERS: Add self under write after approval.
1120
80ae6ee2
AS
11212002-07-20 Aidan Skinner <aidan@velvet.net>
1122
1123 * ada-tasks.c: Change k&r style function definitions to prototyped
1124 form.
1125
8a8ab2b9
AC
11262002-07-19 Andrew Cagney <ac131313@redhat.com>
1127
1128 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1129 * x86-64-tdep.c: Include "objfiles.h".
1130 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1131 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1132
fb16b900
ML
11332002-07-17 Michal Ludvig <michal@suse.cz>
1134
1135 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1136 (update_context): Initialise cfa variable.
1137
0fe7bf7b
MS
11382002-07-17 Michael Snyder <msnyder@redhat.com>
1139
1140 * aix-thread.c: Shorten some long lines.
1141 Bring comments into line with code spec.
1142
488f131b
JB
11432002-07-18 Joel Brobecker <brobecker@gnat.com>
1144
1145 * infrun.c: Re-indent using gdb_indent.sh.
1146
46c415d2
JB
11472002-07-18 Joel Brobecker <brobecker@gnat.com>
1148
1149 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1150 Leave the indentation temporarily untouched, to minimize the diffs.
1151
cdecafbe
EZ
11522002-07-18 Elena Zannoni <ezannoni@redhat.com>
1153
1154 * stabsread.c: Make os9k sections of the code obsolete,
1155 for real this time.
1156 * stabsread.h: Make os9k sections of the code obsolete.
1157
7b6aa020
ML
11582002-07-18 Michal Ludvig <mludvig@suse.cz>
1159
09ec9b38
ML
1160 * linux-low.c (regsets_store_inferior_registers): Add free()
1161 at the end of a loop to prevent memory leak.
1162 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1163 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
1164 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1165 line a comment.
4894ac5d 1166 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 1167
233282cd
JB
11682002-07-17 Jim Blandy <jimb@redhat.com>
1169
1170 * macrocmd.c (info_macro_command): Remove newline from error
1171 message.
1172
7b6aa020 11732002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
1174
1175 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1176 (sh_gdbarch_init): Use it for sh-dsp.
1177
f7ef9339
KB
11782002-07-16 Kevin Buettner <kevinb@redhat.com>
1179
1180 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1181 64-bit DWARF2 format.
1182
8dd72958
JB
11832002-07-16 Joel Brobecker <brobecker@gnat.com>
1184
1185 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1186 <sys/proc.h> when not available.
1187
a99a9e1b
AC
11882002-07-16 Andrew Cagney <ac131313@redhat.com>
1189
1190 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1191 * stabsread.c: Make os9k sections of the code obsolete.
1192 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1193 * config/i386/i386os9k.mt: Make file obsolete.
1194 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1195 (COMMON_OBS): Remove os9kread.o
1196 (SFILES): Remove os9kread.c.
1197 (os9kread.o, remote-os9k.o): Make target obsolete.
1198 * remote-os9k.c: Make file obsolete.
1199 * os9kread.c: Make file obsolete.
1200 * Makefile.in
1201
7a3085c1
AC
12022002-07-16 Andrew Cagney <ac131313@redhat.com>
1203
1204 * NEWS: Mention that the FR30 has been made obsolete.
1205 * fr30-tdep.c: Make file obsolete.
1206 * config/fr30/tm-fr30.h: Ditto.
1207 * config/fr30/fr30.mt: Ditto.
1208 * configure.tgt: Make fr30-*-elf obsolete.
1209 * MAINTAINERS: Make fr30-elf obsolete.
1210
28a93f5a
PM
12112002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
1212
1213 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1214 found is not inside a section.
1215
be006b8b
KB
12162002-07-15 Kevin Buettner <kevinb@redhat.com>
1217
1218 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1219 strerror().
1220 (pdc_realloc): Use xrealloc() instead of realloc().
1221
14fa3751
KB
12222002-07-15 Kevin Buettner <kevinb@redhat.com>
1223
1224 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1225 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1226 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1227 macros.
1228
42cc437f
KB
12292002-07-15 Kevin Buettner <kevinb@redhat.com>
1230
1231 * aix-thread.c (ptrace_check): Eliminate goto.
1232 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1233 problem.
1234
8e2c28d4
KB
12352002-07-15 Kevin Buettner <kevinb@redhat.com>
1236
1237 * aix-thread.c (gdbcmd.h): Include.
1238 (DEBUG, DBG, DBG2, dbg): Eliminate.
1239 (debug_aix_thread): New static global.
1240 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1241 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1242 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1243 invocations to DBG and DBG2 macros to test against
1244 ``debug_aix_thread'' and call fprintf_unfiltered().
1245 (_initialize_aix_thread): Add new command "set debug aix-thread".
1246
30413464
AC
12472002-07-15 Andrew Cagney <ac131313@redhat.com>
1248
1249 From Gerhard Tonn <TON@de.ibm.com>:
1250 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1251 instead of supply_register.
1252
7c43edc1
AC
12532002-07-15 Andrew Cagney <ac131313@redhat.com>
1254
1255 * dwarf2cfi.c: Include "gdb_assert.h".
1256 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1257 non-NULL.
1258 (update_context): Do not use __func__. Add missing ``break''.
1259 (update_context): Do not use __func__.
1260
9364a0ef
EZ
12612002-07-15 Elena Zannoni <ezannoni@redhat.com>
1262
1263 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1264 and its setting. Set gdbarch instruction printing functions
1265 directly. For non-rs6000 case use new function
1266 gdb_print_insn_powerpc.
1267 (gdb_print_insn_powerpc): New function.
1268
3fbeef0b
AC
12692002-07-13 Andrew Cagney <ac131313@redhat.com>
1270
92eb23c5 1271 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
1272 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1273 * configure.tgt: Mark d30v-*-* as obsolete.
1274 * d30v-tdep.c: Mark file as obsolete.
1275 * config/d30v/d30v.mt: Ditto.
1276 * config/d30v/tm-d30v.h: Ditto.
1277
aacb1f0a
AS
12782002-07-13 Aidan Skinner <aidan@velvet.net>
1279
1280 * ada-tasks.c (add_task_entry): replace calls to
1281 malloc() with xmalloc
1282 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1283
1284 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1285 ada_finish_decode_line_1, all_sals_for_line
1286 ada_breakpoint_rewrite): replace calls to free() with xfree()
1287
c11d79f2
KB
12882002-07-12 Kevin Buettner <kevinb@redhat.com>
1289
1290 From Nicholas Duffek (with minor changes by Martin Hunt,
1291 Louis Hamilton, and Kevin Buettner):
1292 * aix-thread.c: New file.
1293
8e19ed76
PS
12942002-07-12 Petr Sorfa <petrs@caldera.com>
1295
1296 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1297 complaint for invalid attribute class or form.
1298 (read_func_scope): DW_AT_frame_base
1299 better handling of DW_AT_block*.
1300 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1301 better handling of DW_AT_block*.
1302 (read_common_block): DW_AT_location
1303 better handling of DW_AT_block*.
1304 (read_partial_die): DW_AT_location better handling
1305 of DW_AT_block*.
1306 (new_symbol): DW_AT_external better handling of
1307 DW_AT_block*. Proper initialization of variable
1308 "addr".
1309 (attr_form_is_block): New function that returns true
1310 if the attribute's form is of DW_FORM_block*.
1311
295401f7
DJ
13122002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1313
1314 * valops.c (find_method_list): Remove comment about
1315 removed STATIC_MEMFUNCP argument.
1316 (value_find_oload_method_list): Likewise.
1317
e42dc924
KB
13182002-07-12 Kevin Buettner <kevinb@redhat.com>
1319
1320 From Nicholas Duffek:
1321 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1322 target_new_objfile_hook.
1323
6904b546
KB
13242002-07-12 Kevin Buettner <kevinb@redhat.com>
1325
1326 From Nicholas Duffek:
1327 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1328 csect.
1329
53fe9346
AC
13302002-07-12 Andrew Cagney <cagney@redhat.com>
1331
1332 * MAINTAINERS: Mention --enable-sim-build-warnings.
1333 (m68hc11-elf): Disable sim build warnings.
1334 (m32r-elf): Mark as broken obsolete candidate.
1335 (x86_64-linux-gnu): Mark as buildable with -Werror.
1336 (arm-elf): Change -w to ``,'' which enables warnings but not
1337 -Werror.
1338
af5f3db6
AC
13392002-07-12 Andrew Cagney <ac131313@redhat.com>
1340
1341 * bcache.h: Update copyright.
1342 (struct bstring, struct bcache): Move definition to "bcache.c".
1343 Replaced by opaque declaration.
1344 (bcache_xfree): Replace free_bcache.
1345 (bcache_xmalloc, bcache_memory_used): Declare.
1346
1347 * bcache.c: Update copyright.
1348 (struct bstring, struct bcache): Moved to here from "bcache.h".
1349 Update comments.
1350 (bcache_xmalloc, bcache_memory_used): New functions.
1351 (bcache_xfree): Replace function free_bcache.
1352
1353 * Makefile.in (objfiles.o): Add $(bcache_h).
1354 (objfiles_h): Remove $(bcache_h).
1355 (symfile.o): Add $(bcache_h).
1356
1357 * symmisc.c: Update copyright.
1358 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1359 (print_objfile_statistics): Use bcache_memory_used.
1360
1361 * symfile.c: Include "bcache.h".
1362 (reread_symbols): Use bcache_xfree.
1363 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1364 (add_psymbol_to_list): Pass psymbol_cache by value.
1365 (add_psymbol_with_dem_name_to_list): Ditto.
1366
1367 * objfiles.h: Update copyright.
1368 (struct bcache): Declare opaque. Do not include "bcache.h".
1369 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1370 bcache'' pointers.
1371 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1372
1373 * objfiles.c: Include "bcache.h". Update copyright.
1374 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1375 macro_cache.
1376 (free_objfile): Use bcache_xfree.
1377
444199e7
GS
13782002-07-11 Grace Sainsbury <graces@redhat.com>
1379
1380 * monitor.c (monitor_fetch_register): Make name a constant.
1381 (monitor_store_register): Same.
1382
261397f8
DJ
13832002-07-11 Daniel Jacobowitz <drow@mvista.com>
1384
1385 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1386 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1387 (finish_block) For non-function blocks, hash the symbol table. For
1388 function blocks, mark the symbol table as unhashed.
1389 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1390 (msymbol_hash_iw): Likewise.
1391 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1392 value.
1393 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1394 (lookup_minimal_symbol): Likewise for both.
1395 * symtab.h (struct block): Add `hashtable' flag. Comment the
1396 hashtable.
1397 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1398 (ALL_BLOCK_SYMBOLS): Update.
1399 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1400 (struct symbol): Add `hash_next' pointer.
1401 * symtab.c (lookup_block_symbol): Search using the hash table when
1402 possible.
1403 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1404 (search_symbols, find_addr_symbol): Likewise.
1405
1406 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1407 (read_dst_symtab): Likewise.
1408 * jv-lang.c (get_java_class_symtab): Likewise.
1409 * mdebugread.c: Include "gdb_assert.h".
1410 (shrink_block): Assert that the block being modified is not hashed.
1411 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1412 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1413 symbols.
1414 (dump_symtab): Recognize hashed blocks.
1415 * printcmd.c (print_frame_args): Assert that function blocks do not
1416 have hashed symbol tables.
1417 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1418 (fill_in_ada_prototype, debug_print_block): Likewise.
1419 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1420
6f0eaa01
CV
14212002-07-11 Corinna Vinschen <vinschen@redhat.com>
1422
1423 * stack.c (print_frame): Use result of frame_address_in_block()
1424 instead of fi->pc when evaluating symbols.
1425 (backtrace_command_1): Ditto.
1426
a208b0cb
AC
14272002-07-11 Andrew Cagney <cagney@redhat.com>
1428
1429 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1430 Make static.
1431
1432 * arm-tdep.c (arm_register_name): Make return type constant.
1433
a6b6b089
AC
14342002-07-10 Andrew Cagney <ac131313@redhat.com>
1435
5ae5f592
AC
1436 * win32-nat.c (has_detach_ability): Convert to strict ISO C
1437 prototype.
1438 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1439 * s390-tdep.c (s390_fp_regnum): Ditto.
1440 (s390_read_fp): Ditto.
1441 (s390_pop_frame): Ditto.
1442 (_initialize_s390_tdep): Ditto.
1443 * remote.c (get_remote_state): Ditto.
1444 * procfs.c (mappingflags): Ditto.
1445 * memattr.c (_initialize_mem): Ditto.
1446 * mcore-tdep.c (mcore_pop_frame): Ditto.
1447 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1448 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1449 * language.c (set_case_str): Ditto.
1450 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1451 * frv-tdep.c (new_variant): Ditto.
1452 (frv_stopped_data_address): Ditto.
1453 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1454 (context_alloc): Ditto.
1455 (frame_state_alloc): Ditto.
1456 (unwind_tmp_obstack_init): Ditto.
1457 (unwind_tmp_obstack_free): Ditto.
1458 (cfi_read_fp): Ditto.
1459 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1460 (cris_pop_frame): Ditto.
1461 * c-lang.c (scanning_macro_expansion): Ditto.
1462 (finished_macro_expansion): Ditto.
1463 (c_preprocess_and_parse): Ditto.
1464 * gdbarch.sh: Ditto.
1465 * gdbarch.h, gdbarch.c: Regenerate.
1466 * config/mn10200/tm-mn10200.h: Adjust indentation.
1467 * target.c: Adjust indentation.
1468 * symtab.h: Adjust indentation.
1469 * stabsread.h: Adjust indentation.
1470 * remote-es.c: Adjust indentation.
1471 * os9kread.c: Adjust indentation.
1472
14732002-07-10 Andrew Cagney <ac131313@redhat.com>
1474
a6b6b089
AC
1475 * wince.c (_initialize_wince): Rename _initialize_inftarg.
1476 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1477
a1789893
GS
14782002-07-10 Grace Sainsbury <graces@redhat.com>
1479
1480 * NEWS: Mention m68k, mcore multi-arching.
1481 * MAINTAINERS: Change status of m68k, mcore to reflect
1482 multi-arching.
1483
02f0d45d
DJ
14842002-07-10 Daniel Jacobowitz <drow@mvista.com>
1485
1486 * valops.c (find_overload_match): Free oload_syms.
1487
f15f768e
JB
14882002-07-09 Joel Brobecker <brobecker@gnat.com>
1489
1490 Define HAVE_SYS_PROC_H if sys/proc.h exists
1491 * configure.in: Add check for sys/proc.h
1492 * config.in: Regenerate.
1493 * configure: Regenerate.
1494
902a7139
GS
14952002-07-09 Grace Sainsbury <graces@redhat.com>
1496
1497 * config/m68k/tm-m68k.h: Remove macros wrapped in
1498 #if !GDB_MULTI_ARCH.
1499
82e0fd98
DB
15002002-07-09 David O'Brien <obrien@FreeBSD.org>
1501
1502 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
1503 (perror_with_name, remote_close, remote_open, expect, play): Static.
1504
a534e424
AC
15052002-07-08 Andrew Cagney <ac131313@redhat.com>
1506
1507 * config.in, configure: Regenerate.
1508
9b94f7bf
MK
15092002-07-08 Mark Kettenis <kettenis@gnu.org>
1510
1511 * dwarf2cfi.c: Include "gcore.h".
1512 (execute_stack_op): Fix implementation of the
1513 DW_OP_deref and DW_OP_deref_size operators by letting do their
1514 lookup in the target.
1515
1d34db41
MK
15162002-07-07 Mark Kettenis <kettenis@gnu.org>
1517
1518 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
1519 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
1520 tdep->sc_sp_offset.
1521
79d5b63a
DJ
15222002-07-05 Daniel Jacobowitz <drow@mvista.com>
1523
1524 Fix PR gdb/595, gdb/602
1525 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
1526 Don't call value_cast, just read the vtable pointer; update comments
1527 to match.
1528
3bb912e8
GS
15292002-07-05 Grace Sainsbury <graces@redhat.com>
1530
1531 * config/mcore/tm-mcore.h: Remove file.
1532 * config/mcore/mcore.mt: Remove definition of TM_FILE
1533 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
1534
ca39387d
MK
15352002-07-05 Mark Kettenis <kettenis@gnu.org>
1536
1537 * i386bsd-tdep.c: Include "gdb_string.h".
1538
efdc1108
GS
15392002-07-04 Grace Sainsbury <graces@redhat.com>
1540
1541 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
1542 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
1543 mcore-tdep.
1544 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
1545 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
1546 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
1547 (RETVAL_REGNUM): Move macros from tm-mcore.h
1548 (mcore_reg_struct_has_addr): New function.
1549 (mcore_gdbarch_init): Added initializations for the macros removed
1550 from tm-mcore.h.
1551
bb21884d
MK
15522002-07-04 Mark Kettenis <kettenis@gnu.org>
1553
1554 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
1555 traditonal string branding within the ELF header.
1556
228c6d41
DJ
15572002-07-04 Daniel Jacobowitz <drow@mvista.com>
1558
1559 * symtab.c (remove_params): New function.
1560 (make_symbol_overload_list): Use it instead of cplus_demangle.
1561 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
1562
2404952e
MK
15632002-07-04 Mark Kettenis <kettenis@gnu.org>
1564
e5e4acad
MK
1565 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
1566
baadce09
MK
1567 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
1568 New variables.
1569 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
1570 and tdep->sigtramp_end.
1571 * i386obsd-nat.c: New file.
1572 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
1573
2404952e
MK
1574 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
1575 Don't call get_current_frame().
1576
9b4f1ba7
PM
15772002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
1578
1579 * i386-nat.c (child_post_startup_inferior): New function
1580 calling i386_cleanup_dregs if
1581 I386_USE_GENERIC_WATCHPOINTS is defined.
1582 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
1583 conditional to acknowledge that i386-nat.c has its
1584 own child_post_startup_inferior function.
1585
c0d1d883
MK
15862002-07-04 Mark Kettenis <kettenis@gnu.org>
1587
00f8375e
MK
1588 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
1589 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
1590 instead of MAX_REGISTER_RAW_SIZE.
1591 (i386_extract_return_value, i386_extract_struct_value_address):
1592 Convert to use regcache.
1593 (i386_gdbarch_init): Set max_register_raw_size and
1594 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
1595 Set extract_return_value and extract_struct_value_address instead
1596 of their deprecated variants.
1597
c0d1d883
MK
1598 Convert i386 target to generic dummy frames.
1599 * i386-tdep.c: Include "symfile.h".
1600 (i386_frameless_signal_p): Consider a function to be frameless if
1601 the pc points at the first instruction of the function.
1602 (i386_frame_chain): Handle (generic) call dummies.
1603 (i386_frame_saved_pc): Likewise.
1604 (i386_frame_init_saved_regs): Remove code dealing with call
1605 dummies on the stack.
1606 (i386_push_dummy_frame): Removed.
1607 (i386_call_dummy_words): Removed.
1608 (i386_fix_call_dummy): Removed.
1609 (i386_push_return_address): New function.
1610 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
1611 parameter, and don't call get_current_frame.
1612 (i386_pop_frame): New function.
1613 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
1614 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
1615 entry_point_address, set call_dummy_breakpoint_offset to 0, set
1616 call_dummy_length to 0, set call_dummy_words to NULL, set
1617 sizeof_call_dummy_words to 0, set fix_call_dummy to
1618 generic_fix_call_dummy, set pc_in_call_dummy to
1619 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
1620 generic_push_dummy_frame, set push_return_address to
1621 i386_push_return_address and set frame_chain_valid to
1622 generic_file_frame_chain_valid.
1623
638c1580
ML
16242002-07-04 Michal Ludvig <mludvig@suse.cz>
1625
1626 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
1627 byte offsets instead of an array of indexes.
1628 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
1629
049ee0e4
AC
16302002-07-03 Andrew Cagney <ac131313@redhat.com>
1631
1632 * gdbarch.sh (struct regcache): Add opaque declaration.
1633 (EXTRACT_RETURN_VALUE): New architecture method.
1634 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
1635 * gdbarch.h, gdbarch.c: Regenerate.
1636 * arch-utils.c (legacy_extract_return_value): New function.
1637 * arch-utils.h (legacy_extract_return_value): Declare.
1638 * values.c (value_being_returned): Re-enable code handling
1639 EXTRACT_STRUCT_VALUE_ADDRESS. Move
1640 deprecated_grub_regcache_for_registers call to block handling
1641 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1642 (EXTRACT_RETURN_VALUE): Do not define.
1643
4e0d9804
GS
16442002-07-03 Grace Sainsbury <graces@redhat.com>
1645
1646 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
1647 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
1648 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
1649 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
1650 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
1651 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
1652 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1653 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
1654 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
1655 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
1656 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
1657 argument so the function fits the prototype in the architecture
1658 vector.
1659 (mcore_pop_frame): Remove argument so the function fits the
1660 prototype. Use get_current_frame instead of the argument.
1661 (mcore_push_arguments): Change type of struct_return so the
1662 function can be used in the architecture vector.
1663 (mcore_store_struct_return): Add.
1664 (mcore_frame_init_saved_regs): Add.
1665 (mcore_gdbarch_init): Add function calls to replace the macros
1666 removed from tm-mcore.h
1667
36160dc4
AC
16682002-07-03 Andrew Cagney <ac131313@redhat.com>
1669
1670 * infcmd.c (print_return_value): Remove compatibility code calling
1671 deprecated_grub_regcache_for_registers.
1672
1673 * values.c: Include "regcache.h".
1674 (value_being_returned): Update. Use
1675 deprecated_grub_regcache_for_registers to extract the register
1676 buffer address.
1677 * value.h (value_being_returned): Change ``retbuf'' parameter to a
1678 ``struct regcache''.
1679 * Makefile.in (values.o): Add dependency on $(regcache_h).
1680
1681 * inferior.h (run_stack_dummy): Change type of second parameter to
1682 a ``struct regcache''.
1683 * valops.c (hand_function_call): Change type of retbuf to ``struct
1684 regcache''. Allocate using regcache_xmalloc, clean using
1685 make_cleanup_regcache_xfree.
1686 * infcmd.c (run_stack_dummy): Update. Use
1687 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
1688
1689 * regcache.c (do_regcache_xfree): New function.
1690 (make_cleanup_regcache_xfree): New function.
1691 * regcache.h (make_cleanup_regcache_xfree): Declare.
1692
e64d9b3d
MH
16932002-07-03 Martin M. Hunt <hunt@redhat.com>
1694
4dd79c29
MH
1695 * event-top.c (command_line_handler): Don't read past
1696 beginning of buffer.
e64d9b3d 1697
4dd79c29
MH
16982002-07-03 Martin M. Hunt <hunt@redhat.com>
1699
e64d9b3d
MH
1700 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
1701 struct frame_id.
1702 (varobj_create): Store frame_id for root.
1703 (varobj_gen_name): Use xasprintf.
1704 (varobj_update): Save and restore frame using get_frame_id() and
1705 frame_find_by_id().
1706 (create_child): Use xasprintf.
1707 (new_root_variable): Initialize frame_id.
1708 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
1709 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
1710 to prevent memory leak.
1711
26e6c56a
AC
17122002-07-03 Andrew Cagney <ac131313@redhat.com>
1713
1714 * valops.c (hand_function_call): Move declaration of retbuf to
1715 start of function, allocate using malloc, add a cleanup but before
1716 the inf_status cleanup, cleanup the buffer. Rename local variable
1717 old_chain to inf_status_cleanup.
1718
f436dd25
MH
17192002-07-03 Martin M. Hunt <hunt@redhat.com>
1720
1721 * top.c (execute_command): Use cmd_func() and cmd_func_p().
1722
1723 * cli/cli-decode.c (cmd_func_p): New function.
1724 (cmd_func): New function.
1725
1726 * command.h: Add cmd_func() and cmd_func_p().
1727
4cfe2084
GS
17282002-07-03 Grace Sainsbury <graces@redhat.com>
1729
1730 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
1731 (REGISTER_SIZE): Remove.
1732 (MAX_REGISTER_RAW_SIZE): Remove.
1733 (REGISTER_VIRTUAL_TYPE): Remove.
1734 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
1735 (REGISTER_NAME): Remove.
1736 (USE_GENERIC_DUMMY_FRAMES): Remove.
1737 (CALL_DUMMY): Remove.
1738 (CALL_DUMMY_START_OFFSET): Remove.
1739 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
1740 (CALL_DUMMY_LOCATION): Remove.
1741 (FIX_CALL_DUMMY): Remove.
1742 (CALL_DUMMY_ADDRESS): Remove.
1743 (SIZEOF_CALL_DUMMY_WORDS): Remove.
1744 (SAVE_DUMMY_FRAME_TOS): Remove.
1745 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
1746 (mcore_register_virtual_type): New function.
1747 (mcore_register_byte): New function.
1748 (mcore_register_size): New function.
1749 (mcore_register_name): New function.
1750 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
1751 macros removed from tm-mcore.h.
1752 (mcore_dump_tdep): Add.
1753 (_initialize_mcore_tdep): Add gdbarch_register call.
1754
4fd667e9
MK
17552002-07-03 Mark Kettenis <kettenis@gnu.org>
1756
1757 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
1758 frameless_look_for_prologue, such that we actually call this
1759 function.
1760
42f99ac2
JB
17612002-07-02 Joel Brobecker <brobecker@gnat.com>
1762
1763 * frame.h (frame_address_in_block): New function.
1764
1765 * blockframe.c (frame_address_in_block): New function extracted
1766 from get_frame_block().
1767 (get_frame_block): Use frame_address_in_block().
1768 (block_innermost_frame): Use frame_address_in_block() to match
1769 the frame pc address against the block boundaries rather than
1770 the frame pc directly. This prevents a failure when a frame pc
1771 is actually a return-address pointing immediately after the end
1772 of the given block.
1773
103a1597 17742002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
1775
1776 * MAINTAINERS: Add self under write after approval.
1777
17782002-07-02 Grace Sainsbury <graces@redhat.com>
1779
103a1597
GS
1780 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
1781 used in architecture vector. The default is
1782 m68k_local_breakpoint_from_pc.
1783 (m68k_local_breakpoint_from_pc): Add.
1784 (enum): Add register numbers from tm-m68k.h.
1785 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
1786 vector.
1787 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
1788 GDB_MULTI_ARCH_PARTIAL.
1789 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
1790 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
1791 m68k-tdep.c.
1792 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
1793 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
1794 to enum in m68k-tdep.c
1795
7a5a0534
JB
17962002-07-02 Joel Brobecker <brobecker@gnat.com>
1797
1798 * solib-osf.c (open_map): Compute the list of shared libraries
1799 loaded by the inferior, rather than the list of libraries loaded
1800 by GDB itself. Otherwise, GDB ends up reading the symbols from
1801 the wrong shared libraries...
1802
6f558d74
MK
18032002-07-02 Mark Kettenis <kettenis@gnu.org>
1804
b7d15bf7
MK
1805 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
1806 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
1807 macros.
1808 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
1809 Remove functions.
1810 (FRAMELESS_SIGNAL): Remove function.
1811 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
1812 i386_linux_saved_pc_after_call): Removed.
1813 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
1814 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
1815 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
1816
6bff26de
MK
1817 * i386-tdep.c (i386_frameless_signal_p): New function.
1818 (i386_frame_chain): Deal with frameless signals.
1819 (i386_sigtramp_saved_sp): New function.
1820 (i386_frame_saved_pc): Deal with frameless signals.
1821 (i386_saved_pc_after_call): Make sure the correct value is
1822 returned just after entry into a sigtramp.
1823 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
1824 i386fbsd4_sc_sp_offset): New variables.
1825 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
1826 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
1827 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
1828 similiar to what we already did for sc_pc_offset.
1829 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
1830 tdep->sc_sp_offset.
1831
6f558d74
MK
1832 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
1833
145564b7
ML
18342002-07-02 Michal Ludvig <mludvig@suse.cz>
1835
1836 * config/i386/tm-x86-64linux.h: New.
1837 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
1838 definitions.
1839 * config/i386/nm-x86-64.h: Rename to ...
1840 * config/i386/nm-x86-64linux.h: ... this one.
1841 * config/i386/x86-64linux.mh: Reflect the above change.
1842
3a1e71e3
MK
18432002-07-01 Mark Kettenis <kettenis@gnu.org>
1844
21d0e8a4
MK
1845 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
1846 with sigcontext_addr. Add sc_sp_offset.
1847 (i386bsd_sigtramp_saved_pc): Remove prototype.
1848 (i386bsd_sicontext_addr): Add prototype.
1849 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
1850 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
1851 (i386_svr4_sigtramp_saved_pc): Removed.
1852 (i386_svr4_sigcontext_addr): New function.
1853 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
1854 Initialize tdep->sigcontext_addr instead. Initialize
1855 tdep->sc_pc_offset and tdep->sc_sp_offset.
1856 (i386_gdbarch_init): Likewise.
1857 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
1858 any more.
1859 (i386bsd_sigtramp_saved_pc): Remove function.
1860 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
1861 Initialize tdep->sigcontext_addr instead. Initialize
1862 tdep->sc_pc_offset.
1863 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
1864 of tdep->sigtramp_saved_pc.
1865 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
1866 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
1867 instead.
1868
3a1e71e3
MK
1869 * i386-tdep.c (i386_frameless_function_invocation,
1870 i386_frame_num_args, i386_frame_init_saved_regs,
1871 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
1872 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
1873 i386_extract_return_value, i386_store_return_value,
1874 i386_extract_struct_value_address, i386_register_virtual_type,
1875 i386_register_convertible, i386_register_convert_to_virtual,
1876 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
1877 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
1878 static.
1879
52e9098c
MK
18802002-07-01 Mark Kettenis <kettenis@gnu.org>
1881
77b13a25
MK
1882 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
1883
52e9098c
MK
1884 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
1885 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
1886 this macro. Include "value.h".
1887
1b372fff
AS
18882002-06-30 Aidan Skinner <aidan@velvet.net>
1889
1890 * ada-exp.tab.c: remove as it's a generated file
1891 * ada-lex.c: remove as it's a generated file
1892
9c5045b5
MK
18932002-06-30 Mark Kettenis <kettenis@gnu.org>
1894
4a93c5bb
MK
1895 * config/i386/tm-i386.h (struct frame_info, struct
1896 frame_saved_regs, struct value, struct type): Remove forward
1897 declarations.
1898
322d4fe0
MK
1899 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
1900 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
1901 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
1902 (FILL_FPXREGSET): Define.
1903
fdd8263d
MK
1904 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
1905
482e577b
MK
1906 * configure.tgt (i[3456]86-*-openbsd*): Fold into
1907 i[3456]86-*-netbsd* case.
1908 * config/i386/tm-obsd.h: Removed.
1909 * config/i386/obsd.mt: Removed.
1910 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
1911 core-aout.o.
1912 (MH_CFLAGS): Add -DYYDEBUG=0.
1913
6916549a
MK
1914 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
1915 i386nbsd_sc_pc_offset on OpenBSD too.
1916
9c5045b5
MK
1917 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
1918 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
1919 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
1920 define.
1921 * i386bsd-tdep.c: Include "arch-utils.h".
1922 (i386bsd_aout_in_solib_call_trampoline): New function.
1923 (i386bsd_init_abi): Set in_solib_call_trampoline to
1924 i386bsd_aout_in_solib_call_trampoline.
1925 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
1926 in_solib_call_trampoline to generic_in_solib_call_trampoline.
1927
aa84d1bb
AC
19282002-06-28 Andrew Cagney <ac131313@redhat.com>
1929
1930 * macrotab.h: Do not include "obstack.h" or "bcache.h".
1931 (struct obstack, struct bcache): Add opaque declarations.
1932 * Makefile.in (macrotab_h): Update
1933
b4d83933
AC
19342002-06-28 Andrew Cagney <ac131313@redhat.com>
1935
1936 * blockframe.c (generic_find_dummy_frame): Change return type to
1937 ``struct regcache''.
1938 (struct dummy_frame): Replace field ``registers'' with regcache, a
1939 struct regcache object.
1940 (generic_find_dummy_frame): Update.
1941 (generic_push_dummy_frame): Update. Use regcache_xfree,
1942 regcache_xmalloc and regcache_cpy.
1943 (generic_pop_dummy_frame): Update. Use regcache_cpy and
1944 regcache_xfree.
1945 (deprecated_generic_find_dummy_frame): Update.
1946 (generic_read_register_dummy): Update. Use
1947 regcache_read_as_address.
1948 (generic_call_dummy_register_unwind): Update. Use regcache_read.
1949 (generic_get_saved_register): Update. Use regcache_read.
1950
08c0b5bc
AC
19512002-06-28 Andrew Cagney <ac131313@redhat.com>
1952
1953 * Makefile.in (objfiles_h): Add $(bcache_h).
1954 * objfiles.h: Include "bcache.h".
1955
1956 * Makefile.in (symtab_h): Remove $(bcache_h).
1957 * symtab.h: Do not include "bcache.h".
1958
1f89801a
AC
19592002-06-28 Andrew Cagney <ac131313@redhat.com>
1960
1961 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
1962 generic_func_frame_chain_valid.
1963
b9644b58
DB
19642002-06-28 David O'Brien <obrien@FreeBSD.org>
1965
1966 * config/i386/nm-fbsd.h: Include <sys/param.h>.
1967 * config/i386/tm-fbsd.h: Likewise.
1968
dd486634
AC
19692002-06-28 Andrew Cagney <ac131313@redhat.com>
1970
1971 * rs6000-tdep.c (rs6000_gdbarch_init): Use
1972 generic_unwind_get_saved_register.
1973
0b434a00
AC
19742002-06-27 Andrew Cagney <ac131313@redhat.com>
1975
1976 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
1977 * regcache.c (supply_register): Add missing argument to
1978 register_buffer call.
1979
f30e5a77
AC
19802002-06-27 Andrew Cagney <ac131313@redhat.com>
1981
1982 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
1983 Solaris /bin/grep does not not like it. From Peter Schauer.
1984
9f064c95
TT
19852002-06-26 Tom Tromey <tromey@redhat.com>
1986
1987 * command.h (add_setshow_cmd): Declare.
1988 (add_setshow_cmd_full): Declare.
1989 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
1990 returns void. Use add_setshow_cmd_full.
1991 (add_setshow_cmd_full): New function.
1992 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
1993 (add_setshow_boolean_cmd): Likewise.
1994
099c7589
JT
19952002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
1996
1997 * config/vax/tm-vax.h: Protect from multiple inclusion.
1998 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
1999 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2000 * config/vax/tm-vaxbsd.h: ...here. New file.
2001 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2002
1d049c5e
JT
20032002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2004
2005 * config/vax/tm-vax.h (BREAKPOINT): Remove.
2006 (BELIEVE_PCC_PROMOTION): Remove.
2007 (AP_REGNUM): Move to...
2008 * config/vax/nm-vax.h: ...here.
2009 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2010 (vax_breakpoint_from_pc): New function.
2011 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2012 and gdbarch_believe_pcc_promotion.
2013
4791e091
JT
20142002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2015
2016 * Makefile.in (vax_tdep_h): Define.
2017 (vax-tdep.o): Use $(vax_tdep_h).
2018 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2019 (vax_dump_tdep): New function.
2020 (_initialize_vax_tdep): Register vax_dump_tdep.
2021 * vax-tdep.h: Include osabi.h.
2022 (struct gdbarch_tdep): New.
2023
da130f98
AC
20242002-06-26 Andrew Cagney <cagney@redhat.com>
2025
2026 * frame.h (deprecated_generic_find_dummy_frame): Rename
2027 generic_find_dummy_frame.
2028 * blockframe.c (generic_find_dummy_frame): Make static.
2029 (deprecated_generic_find_dummy_frame): New function.
2030 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2031 generic_find_dummy_frame with deprecated_find_dummy_frame.
2032 (sh64_nofp_frame_init_saved_regs): Ditto.
2033 (sh_fp_frame_init_saved_regs): Ditto.
2034 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2035 (s390_frame_chain): Ditto.
2036 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2037
6300c360
GS
20382002-06-26 Grace Sainsbury <graces@redhat.com>
2039
2040 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2041 gdbarch vector are at the top.
2042 (NUM_REGS): Remove.
2043 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2044 (FRAME_ARGS_ADDRESS): Remove.
2045 (FRAME_LOCALS_ADDRESS): Remove.
2046 (FRAME_NUM_ARGS): Remove.
2047 (FRAME_ARGS_SKIP): Remove.
2048 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2049 (m68k_gdbarch_init): Add gdbarch initializations for macros
2050 undefined in tm-m68k.h
2051
1c617db8
GS
20522002-06-26 Grace Sainsbury <graces@redhat.com>
2053
2054 * monitor.h: Add the function regname to monitor_ops
2055 structure. This way NUM_REGS does not have to be a constant.
2056 * monitor.c (monitor_fetch_register): Added support for regname
2057 function. The function is called if the array regnames is NULL.
2058 (monitor_store_register): Same.
da130f98
AC
2059 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2060 regnames array.
1c617db8
GS
2061 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2062 cpu32bug_cmds.regname to point to new function.
2063 * abug-rom.c (abug_regname): Same as above.
2064 (init_abug_cmds): Same.
2065 * dbug-rom.c (dbug_regname): Same as above.
2066 (init_dbug_cmds): Same.
2067 * remote-est.c (est_regname): Same.
2068 (init_est_cmds): Same.
2069 * rom68k-rom.c (rom68k_regname): Same.
2070 (init_rom68k_cmds): Same.
2071
ea9365bb
TT
20722002-06-25 Tom Tromey <tromey@redhat.com>
2073
2074 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2075
72cec141
AC
20762002-06-25 Andrew Cagney <cagney@redhat.com>
2077
2078 * infrun.c (stop_registers): Change variable's type to ``struct
2079 regcache'''.
2080 (xmalloc_inferior_status): Delete function.
2081 (free_inferior_status): Delete function.
2082 (normal_stop): Use regcache_cpy.
2083 (struct inferior_status): Change type of fields ``stop_registers''
2084 and ``registers'' to ``struct regcache''.
2085 (write_inferior_status_register): Use regcache_write.
2086 (save_inferior_status): Instead of calling
2087 xmalloc_inferior_status, allocate the inf_status buffer directly.
2088 Use regcache_dup_no_passthrough and regcache_dup to save the
2089 buffers.
2090 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2091 Replace the stop_registers regcache instead of overriding it. Use
2092 regcache_xfree. Instead of calling free_inferior_status, xfree
2093 the buffer directly.
2094 (discard_inferior_status): Use regcache_xfree. Instead of calling
2095 free_inferior_status, xfree the buffer directly.
2096 (build_infrun): Use regcache_xmalloc.
2097 (_initialize_infrun): Delete redundant call to build_infrun.
2098
2099 * Makefile.in (infcmd.o): Add $(regcache_h).
2100
2101 * infcmd.c: Include "regcache.h".
2102 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2103 obtain the address of `stop_registers' register buffer.
2104 (print_return_value): Ditto.
2105
2106 * inferior.h (struct regcache): Add opaque declaration.
2107 (stop_registers): Change variable's declared type to ``struct
2108 regcache''.
2109
defc6f8c
TT
21102002-06-24 Tom Tromey <tromey@redhat.com>
2111
c0e624e7
TT
2112 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2113 * target.c (initialize_targets): Fixed typo in
2114 trust-readonly-sections `show' documentation.
2115
defc6f8c
TT
2116 * main.c: Marked all strings with _().
2117
2b236d82
DH
21182002-06-24 Don Howard <dhoward@redhat.com>
2119
2120 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2121 that means max CORE_ADDR+1.
2122 (lookup_mem_region): Ditto.
2123 (mem_info_command): Ditto.
2124
942dc0e9
GS
21252002-06-24 Grace Sainsbury <graces@redhat.com>
2126
2127 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2128 (REGISTER_BYTES_OK): Remove.
2129 (REGISTER_BYTES): Remove.
2130 (STORE_STRUCT_RETURN): Remove.
2131 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2132 (STORE_RETURN_VALUE): Remove.
2133 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2134 (FRAME_CHAIN): Remove.
2135 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2136 (FRAME_SAVED_PC): Remove.
2137 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2138 (m68k_store_struct_return): Add.
2139 (m68k_deprecated_extract_return_value): Add.
2140 (m68k_deprecated_extract_struct_value_address): Add.
2141 (m68k_store_return_value): Add.
2142 (m68k_frame_chain): Add.
2143 (m68k_frameless_function_invocation): Add.
2144 (m68k_frame_saved_pc): Add.
2145 (m68k_gdbarch_init): added set_gdbarch calls for new
2146 functions and deleted macros.
2147
03c30d4d
TT
21482002-06-23 Tom Tromey <tromey@redhat.com>
2149
2150 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2151 (ALLDEPFILES): Likewise.
2152 (udiheaders): Removed.
2153 (udip2soc.o): Likewise.
2154 (udi2go32.o): Likewise.
2155 (udr.o): Likewise.
2156 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2157
37e71372
AC
21582002-06-22 Andrew Cagney <ac131313@redhat.com>
2159
06a6ac57
AC
2160 * infrun.c (_initialize_infrun): Delete unnecessary call to
2161 build_infrun.
2162
37e71372
AC
2163 * regcache.h: Update comments describing the regcache_cpy family
2164 of functions.
2165 (regcache_save, regcache_restore): Delete declaration.
2166 (regcache_save_no_passthrough): Delete declaration.
2167 (regcache_restore_no_passthrough): Delete declaration.
2168 * regcache.c (regcache_save): Delete function.
2169 (regcache_save_no_passthrough): Delete function.
2170 (regcache_restore): Delete function.
2171 (regcache_restore_no_passthrough): Delete function.
2172
78f6d055
AC
21732002-06-21 Andrew Cagney <ac131313@redhat.com>
2174
2175 * config/m68k/tm-m68k.h: Fix typo.
2176 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2177 (m68k_frame_init_saved_regs): Declare.
2178
78b119cb
JB
21792002-06-21 Jim Blandy <jimb@redhat.com>
2180
2181 Remove some vestiges of Harris 88k support.
2182 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2183 register numbering quirk.
2184 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2185 odd symbols occurring in Harris 88k ELF targets.
2186
0fbb3da7
TT
21872002-06-21 Tom Tromey <tromey@redhat.com>
2188
2189 * gdb_locale.h: New file.
2190 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2191 (defs_h): Added gdb_locale.h.
2192 * configure, config.in: Rebuilt.
2193 * configure.in (PACKAGE): Define.
2194 * defs.h: Include gdb_locale.h.
2195 * main.c (captured_main): Call setlocale, bindtextdomain,
2196 textdomain.
2197
456f8b9d
DB
21982002-06-21 Dave Brolley <brolley@redhat.com>
2199
2200 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2201 * config/frv/frv.mt: New file.
2202 * config/frv/tm-frv.h: New file.
2203 * configure.tgt: Support frv-*-*.
2204 * Makefile.in (frv-tdep.o): New target.
2205 * frv-tdep.c: New file.
2206 * NEWS: Mention frv.
2207
cdd463f9
DB
22082002-06-21 Dave Brolley <brolley@redhat.com>
2209
2210 * MAINTAINERS: Add self to "Write After Approval" list.
2211
5d3ed2e3
GS
22122002-06-21 Grace Sainsbury <graces@redhat.com>
2213
2214 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2215 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2216 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2217 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2218 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2219
2220 * m68k-tdep.c: Include arch-utils.h
2221 (m68k_register_raw_size): Add.
2222 (m68k_register_virtual_size): Add.
2223 (m68k_register_virtual_type): Add.
2224 (m68k_register_name): Add.
2225 (m68k_stack_align): Add.
2226 (m68k_register_byte): Add.
2227 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2228 tm-m68k.h.
2229
7f8e7424
GS
22302002-06-21 Grace Sainsbury <graces@redhat.com>
2231
a2c6a6d5 2232 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
2233 m68k_find_saved_regs.
2234 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 2235 references to it with frame->saved_regs.
7f8e7424
GS
2236 (m68k_gdbarch_init): Added function calls to initialize the
2237 gdbarch structure.
a2c6a6d5
GS
2238 (m68k_fix_call_dummy): Add.
2239 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2240 (CALL_DUMMY): Remove.
2241 (CALL_DUMMY_LENGTH): Remove.
2242 (CALL_DUMMY_START_OFFSET): Remove.
2243 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2244 (FIX_CALL_DUMMY): Remove.
2245 (PUSH_DUMMY_FRAME): Remove.
2246 (POP_FRAME): Remove.
7f8e7424 2247
f461f5cf
PM
22482002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
2249
2250 * parse.c (parse_fprintf): New function used to avoid calls to
2251 fprintf in bison parser generated debug code.
2252 * parser-defs.h: Declaration of new parse_fprintf function.
2253 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2254 Set YYDEBUG to 1 by default.
2255 Set YYFPRINTF as parse_fprintf.
2256
7f0c12ed
ML
22572002-06-21 Michal Ludvig <mludvig@suse.cz>
2258
2259 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2260 encoding anymore.
2261 (pointer_encoding, enum ptr_encoding): New.
2262 (execute_cfa_program): Take care about pointer encoding.
2263 (dwarf2_build_frame_info): Only call parse_frame_info for
2264 .debug_frame and .eh_frame.
2265 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2266 fixed augmentation handling, added relative addressing,
2267 ignore duplicate FDEs. Added comments.
19d833a2 2268 * dwarf2cfi.c: Reindented.
7f0c12ed 2269
87c4a039
EZ
22702002-06-20 Elena Zannoni <ezannoni@redhat.com>
2271
2272 * event-top.c (command_handler): Don't use space_at_cmd_start
2273 unless there is sbrk() on the host. Assign time and space data
2274 to union fields of the appropriate length.
2275
1cf877ad
ML
22762002-06-20 Michal Ludvig <mludvig@suse.cz>
2277
2278 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2279 x86_64_register_name. Return type changed to 'const char *'.
2280 (x86_64_register_name2nr): Rename to x86_64_register_number.
2281 (x86_64_gdbarch_init): Update to reflect the change.
2282 * x86-64-tdep.h: Ditto.
2283 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2284 (supply_fpregset): Ditto.
2285
3fadccb3
AC
22862002-06-19 Andrew Cagney <cagney@redhat.com>
2287
2288 * regcache.h: Update copyright.
2289 (struct regcache, struct gdbarch): Add opaque declarations.
2290 (current_regcache): Declare global variable.
2291 (regcache_read, regcache_write): Add gdbarch parameter.
2292 (regcache_save, regcache_save_no_passthrough)
2293 (regcache_restore, regcache_restore_no_passthrough)
2294 (regcache_dup, regcache_dup_no_passthrough)
2295 (regcache_cpy, regcache_cpy_no_passthrough)
2296 (deprecated_grub_regcache_for_registers)
2297 (deprecated_grub_regcache_for_register_valid)
2298 (regcache_valid_p): Add function declarations.
2299
2300 * regcache.c: Update copyright.
2301 (regcache_descr_handle): New global variable.
2302 (struct regcache_descr): Define.
2303 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2304 (regcache_descr, xfree_regcache_descr): New functions.
2305 (struct regcache): Define.
2306 (regcache_xmalloc, regcache_xfree): New functions.
2307 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2308 (regcache_dup, regcache_dup_no_passthrough): New functions.
2309 (regcache_valid_p, regcache_read_as_address): New functions.
2310 (deprecated_grub_regcache_for_registers): New function.
2311 (deprecated_grub_regcache_for_register_valid): New function.
2312 (current_regcache): New global variable.
2313 (register_buffer): Add regcache parameter. Update calls.
2314 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2315 (read_register_gen, write_register_gen): Update register_buffer
2316 call. Test for legacy_p instead of gdbarch_register_read_p or
2317 gdbarch_register_write_p.
2318 (regcache_collect): Update register_buffer call.
2319 (build_regcache): Rewrite. Use deprecated grub functions.
2320 (regcache_save, regcache_save_no_passthrough): New functions.
2321 (regcache_restore, regcache_restore_no_passthrough): New
2322 functions.
2323 (_initialize_regcache): Create the regcache_data_handle. Swap
2324 current_regcache global variable.
2325
2326 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2327 parameter to regcache_read and regcache_write calls.
2328 (sh4_register_read): Ditto.
2329 (sh64_pseudo_register_read): Ditto.
2330 (sh64_register_read): Ditto.
2331 (sh_pseudo_register_write): Ditto.
2332 (sh4_register_write): Ditto.
2333 (sh64_pseudo_register_write): Ditto.
2334 (sh64_register_write): Ditto.
2335
2336 * defs.h (XCALLOC): Define.
2337
152d9db6
GS
23382002-06-19 Grace Sainsbury <graces@redhat.com>
2339
2340 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2341 * m68k-tdep.c (m68k_gdbarch_init): Added.
2342 (m68k_dump_tdep): Added.
2343
170911c7
DJ
23442002-06-19 Daniel Jacobowitz <drow@mvista.com>
2345
2346 * ada-lang.c (fill_in_ada_prototype): Update comment.
2347
2e4ebe70
DJ
23482002-06-19 Daniel Jacobowitz <drow@mvista.com>
2349
2350 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2351 MIPS_ABI_LAST.
2352 (mips_abi_string, mips_abi_strings): New.
2353 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2354 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2355 tdep->mips_abi_string. Honor mips_abi_string. Default to
2356 O32 if no ABI is found.
2357 (mips_dump_tdep): Use mips_abi_strings.
2358 (mips_abi_update): New function.
2359 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2360 ``set mips abi'' and ``show mips abi''. Check the size of
2361 mips_abi_strings.
2362
16775908
AC
23632002-06-19 Andrew Cagney <cagney@redhat.com>
2364
2365 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2366 constant.
2367
5051bfa4 23682002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 2369
5051bfa4
JB
2370 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2371 current frame using only the first stack size adjustment. All
2372 subsequent size adjustments are not considered to be part of
2373 the "static" part of the current frame.
2374 Compute the address of the saved registers relative to the
2375 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2376 in use in this frame.
2377
56468235
DH
23782002-06-18 Don Howard <dhoward@redhat.com>
2379
2380 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2381 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
2382 suggesting this solution.
2383
0b624158
AC
23842002-06-18 Andrew Cagney <ac131313@redhat.com>
2385
2386 * config/romp/xm-rtbsd.h: Delete file.
2387 * config/romp/rtbsd.mh: Delete file.
2388
221ea385
KS
23892002-06-18 Keith Seitz <keiths@redhat.com>
2390
2391 * breakpoint.c (condition_command): Post breakpoint_modify
2392 when a condition is added to an existing breakpoint.
2393 (commands_command): Likewise for commands.
2394 (set_ignore_count): Likewise for ignore counts.
2395 If no tty, do not simply return, still need to send event
2396 notification.
2397 (ignore_command): Only print a newline if the command came
2398 from a tty.
2399 Don't call breakpoints_changed, since this is now properly
2400 handled by set_ignore_count.
2401
5402eed1
AC
24022002-06-18 Andrew Cagney <cagney@redhat.com>
2403
2404 * MAINTAINERS: Note that cris-elf target can be compiled with
2405 -Werror.
2406 * cris-tdep.c (cris_register_name): Make return type constant.
2407 (cris_breakpoint_from_pc): Ditto.
2408
cc22880b
ML
24092002-06-18 Michal Ludvig <mludvig@suse.cz>
2410
2411 * frame.h (struct frame_info): Change type of context to
2412 'struct context'.
2413
fa88f677
AC
24142002-06-17 Andrew Cagney <cagney@redhat.com>
2415
2416 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2417 pointer.
2418 * gdbarch.h, gdbarch.c: Regenerate.
2419 * config/mips/tm-mips.h (mips_register_name): Update.
2420 * i386-tdep.h (i386_register_name): Update.
2421 * mips-tdep.c (mips_register_name): Update
2422 * alpha-tdep.c (alpha_register_name): Update.
2423 * arch-utils.c (legacy_register_name): Update.
2424 * arch-utils.h (legacy_register_name): Update.
2425 * avr-tdep.c (avr_register_name): Update.
2426 * ia64-tdep.c (ia64_register_name): Update.
2427 * i386-tdep.c (i386_register_name): Update.
2428 * sparc-tdep.c (sparc32_register_name): Update.
2429 (sparc64_register_name): Update.
2430 (sparclite_register_name): Update.
2431 (sparclet_register_name): Update.
2432 * sh-tdep.c (sh_generic_register_name): Update.
2433 (sh_sh_register_name): Update.
2434 (sh_sh3_register_name): Update.
2435 (sh_sh3e_register_name): Update.
2436 (sh_sh_dsp_register_name): Update.
2437 (sh_sh3_dsp_register_name): Update.
2438 (sh_sh4_register_name): Update.
2439 (sh_sh64_register_name): Update.
2440 * s390-tdep.c (s390_register_name): Update.
2441 * rs6000-tdep.c (rs6000_register_name): Update.
2442 * ns32k-tdep.c (ns32k_register_name_32082): Update.
2443 (ns32k_register_name_32382): Update.
2444 * d10v-tdep.c (d10v_ts2_register_name): Update.
2445 (d10v_ts3_register_name): Update.
2446 * xstormy16-tdep.c (xstormy16_register_name): Update.
2447 * vax-tdep.c (vax_register_name): Update.
2448 * v850-tdep.c (v850_register_name): Update.
2449 * m68hc11-tdep.c (m68hc11_register_name): Update.
2450 * mn10300-tdep.c (mn10300_generic_register_name): Update.
2451 (am33_register_name): Update.
2452
ea1e7ef6
GS
24532002-06-17 Grace Sainsbury <graces@redhat.com>
2454
2455 * m68k-tdep.c: Reindented.
2456
9b02dd1b
AC
24572002-06-17 Andrew Cagney <ac131313@redhat.com>
2458
2459 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2460 list of predefined types.
2461
8758dec1
MK
24622002-06-16 Mark Kettenis <kettenis@gnu.org>
2463
b6197528
MK
2464 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2465 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2466 REGISTER_CONVERT_TO_RAW): Remove defines.
2467 (i386_register_virtual_type, i386_register_convertible,
2468 i386_register_convert_to_virtual, i386_register_convert_to_raw):
2469 Remove prototypes.
2470 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2471 macros mentioned above.
2472
82b47e62
MK
2473 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2474 (i386lynx_saved_pc_after_call): Remove prototype.
2475 * i386ly-tdep.c: Include "i386-tdep.h".
2476 (i386lynx_saved_pc_after_call): Make static. Use
2477 read_memory_nobpt instead of read_memory. Use
2478 read_memory_unsigned_integer instead of read_memory_integer.
2479 (i386lynx_init_abi): New function.
2480 (i386lynx_coff_osabi_sniffer): New function.
2481 (_initialize_i386bsd_tdep): New function.
2482
8758dec1
MK
2483 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
2484 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
2485 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
2486 (i386_fix_call_dummy): Remove prototype.
2487 * i386-tdep.c (i386_call_dummy_words): New variable.
2488 (i386_gdbarch_init): Adjust for removal of the
2489 macros mentioned above.
2490
e9e68a56
AC
24912002-06-15 Andrew Cagney <ac131313@redhat.com>
2492
2493 * command.h (add_setshow_auto_boolean_cmd): Replace
2494 add_set_auto_boolean_cmd.
2495 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
2496 add_set_auto_boolean_cmd.
2497 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
2498 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
2499 mask-address'' command.
2500 (show_mask_address): Add cmd parameter.
2501 * remote.c (add_packet_config_cmd): Update. Change type of
2502 set_func and show_func to cmd_sfunc_ftype.
2503 (_initialize_remote): Update `set remote Z-packet'
2504 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
2505 (show_remote_protocol_e_packet_cmd): Ditto.
2506 (show_remote_protocol_E_packet_cmd): Ditto.
2507 (show_remote_protocol_P_packet_cmd): Ditto.
2508 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
2509 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
2510 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
2511 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
2512 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
2513 (show_remote_protocol_Z_packet_cmd): Ditto.
2514 (show_remote_protocol_binary_download_cmd): Ditto.
2515 (show_remote_cmd): Pass NULL to all of above.
2516
fc08ec52
MK
25172002-06-15 Mark Kettenis <kettenis@gnu.org>
2518
2519 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
2520 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
2521 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
2522 POP_FRAME): Remove defines.
2523 (i386_push_arguments, i386_store_struct_return,
2524 i386_extract_return_value, i386_store_return_value,
2525 i386_extract_struct_value_address, i386_push_dummy_frame,
2526 i386_pop_frame): Renove prototypes.
2527 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2528 macros mentioned above.
2529
e707bbc2
AC
25302002-06-15 Andrew Cagney <ac131313@redhat.com>
2531
2532 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
2533 add_set_boolean_cmd.
2534 (add_setshow_cmd): New function.
2535 * command.h (add_setshow_boolean_cmd): Replace
2536 add_set_boolean_cmd.
2537 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
2538 and ``set rdiromatzero''.
2539 * maint.c (_initialize_maint_cmds): Update commented out code.
2540 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
2541 * target.c (initialize_targets): Update `set
2542 trust-readonly-sections'.
2543 * remote.c (_initialize_remote): Update `set remotebreak'.
2544
42fdc8df
MK
25452002-06-15 Mark Kettenis <kettenis@gnu.org>
2546
93924b6b
MK
2547 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
2548 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
2549 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
2550 fit into multi-arch framework.
2551 (i386_breakpoint_from_pc): New function.
2552 (i386_gdbarch_init): Adjust for removal of the macros mentioned
2553 above.
2554
42fdc8df
MK
2555 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
2556 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
2557 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
2558 (i386_frameless_function_invocation, i386_frame_num_args,
2559 i386_frame_init_saved_regs): Remove prototypes.
2560 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2561 macros mentioned above.
2562
9773a94b
AC
25632002-06-15 Andrew Cagney <ac131313@redhat.com>
2564
2565 * cli/cli-decode.c (set_cmd_cfunc): Update.
2566 (set_cmd_sfunc): Update.
2567 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
2568 (set_cmd_sfunc, set_cmd_cfunc): Update.
2569 * cli/cli-decode.h: Update.
2570
6e157172
MK
25712002-06-15 Mark Kettenis <kettenis@gnu.org>
2572
2573 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
2574 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
2575
7f19b9a2
AC
25762002-06-15 Andrew Cagney <ac131313@redhat.com>
2577
2578 * defs.h (auto_boolean): Declare enum.
2579 * command.h (cmd_auto_boolean): Delete enum.
2580 * mips-tdep.c (mask_address_var): Update.
2581 (mips_mask_address_p): Update.
2582 (show_mask_address): Update.
2583 * remote.c (struct packet_config): Update.
2584 (update_packet_config): Update.
2585 (show_packet_config_cmd): Update.
2586 (packet_ok): Update.
2587 (add_packet_config_cmd): Update.
2588 (_initialize_remote):
2589 * command.h: Update.
2590 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
2591 (do_setshow_command): Update.
2592 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
2593 * cli/cli-decode.h: Update.
2594
1cf88de5
MK
25952002-06-15 Mark Kettenis <kettenis@gnu.org>
2596
22ba8cf2
MK
2597 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
2598 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
2599 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
2600 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
2601 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
2602 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
2603
762c5349
MK
2604 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
2605 list of DJGPP COFF targets.
2606
091198bb
MK
2607 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
2608 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
2609 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
2610 (FP0_REGNUM): Remove define.
2611 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
2612 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
2613 (i386_register_virtual_size): Remove protoype.
2614 * i386-tdep.c (i386_register_virtual_size): Removed.
2615 (i386_extract_return_value, i386_store_return_value): Use
2616 FP0_REGNUM instead of NUM_FREGS to determine whether the
2617 floating-point registers are available.
2618 (i386_gdbarch_init): Tweak FIXME about FPU registers.
2619 Adjust for removal of macros mentioned above.
2620
26212002-06-15 Mark Kettenis <kettenis@gnu.org>
2622
fcc9bf01
MK
2623 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
2624 comments.
2625 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
2626 Remove prototypes.
2627 (supply_gregset, fill_gregset): Remove use of register keyword and
2628 remove declaration for regmap. Use I386_NUM_GREGS instead of
2629 NUM_REGS and NUM_FREGS.
2630 (FPREGSET_FSAVE_OFFSET): Remove.
2631 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
2632 NUM_FREGS to determine whether the floating-point registers are
2633 available.
2634
65e78234
MK
2635 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
2636 gnu_store_registers): Replace usage of NUM_GREGS with
2637 I386_NUM_GREGS.
2638
98df6387
MK
2639 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
2640 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
2641 usage of NUM_GREGS with I386_NUM_GREGS.
2642
099a9414
MK
2643 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
2644
57976e88
MK
2645 * i386bsd-nat.c: Include "i386-tdep.h".
2646 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
2647 I386_NUM_GREGS.
2648
b335f4a6
MK
2649 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
2650 and associated comment. They no longer make any sense, since we
2651 don't use this file anymore on Linux.
2652
1cf88de5
MK
2653 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
2654 * i386-tdep.c (i386_register_offset, i386_register_size): Use
2655 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
2656 elements in these arrays.
2657 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
2658 MAX_NUM_REGS.
2659
daa66587
MK
26602002-06-15 Mark Kettenis <kettenis@gnu.org>
2661
2662 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
2663 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
2664
26e9b323
AC
26652002-06-14 Andrew Cagney <cagney@redhat.com>
2666
2667 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
2668 EXTRACT_RETURN_VALUE.
2669 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
2670 EXTRACT_STRUCT_VALUE_ADDRESS.
2671 * gdbarch.h, gdbarch.c: Regenerate.
2672
2673 * values.c (value_being_returned): Handle
2674 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2675 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
2676
2677 * arm-linux-tdep.c (arm_linux_init_abi): Update.
2678 * arm-tdep.c (arm_gdbarch_init): Update.
2679 * avr-tdep.c (avr_gdbarch_init): Update.
2680 * cris-tdep.c (cris_gdbarch_init): Update.
2681 * d10v-tdep.c (d10v_gdbarch_init): Update.
2682 * ia64-tdep.c (ia64_gdbarch_init): Update.
2683 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2684 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2685 * s390-tdep.c (s390_gdbarch_init): Update.
2686 * sh-tdep.c (sh_gdbarch_init): Update.
2687 * s390-tdep.c (s390_gdbarch_init): Update.
2688 * sparc-tdep.c (sparc_gdbarch_init): Update.
2689 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2690 * v850-tdep.c (v850_gdbarch_init): Update.
2691 * vax-tdep.c (vax_gdbarch_init): Update.
2692 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2693 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2694
2695 * config/arc/tm-arc.h: Update.
2696 * config/d30v/tm-d30v.h: Update.
2697 * config/fr30/tm-fr30.h: Update.
2698 * config/h8300/tm-h8300.h: Update.
2699 * config/h8500/tm-h8500.h: Update.
2700 * config/i386/tm-i386.h: Update.
2701 * config/i386/tm-ptx.h: Update.
2702 * config/i386/tm-symmetry.h: Update.
2703 * config/i960/tm-i960.h: Update.
2704 * config/m32r/tm-m32r.h: Update.
2705 * config/m68k/tm-delta68.h: Update.
2706 * config/m68k/tm-linux.h: Update.
2707 * config/m68k/tm-m68k.h: Update.
2708 * config/m88k/tm-m88k.h: Update.
2709 * config/mcore/tm-mcore.h: Update.
2710 * config/mips/tm-mips.h: Update.
2711 * config/mn10200/tm-mn10200.h: Update.
2712 * config/pa/tm-hppa.h: Update.
2713 * config/pa/tm-hppa64.h: Update.
2714 * config/sparc/tm-sp64.h: Update.
2715 * config/sparc/tm-sparc.h: Update.
2716 * config/sparc/tm-sparclet.h: Update.
2717 * config/z8k/tm-z8k.h: Update.
2718
5179e78f
AC
27192002-06-14 Andrew Cagney <cagney@redhat.com>
2720
2721 * Makefile.in (i386_linux_tdep_h): Define.
2722 (i386_tdep_h, i387_tdep_h): Define.
2723 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
2724 $(i386_tdep_h) and $(i387_tdep_h).
2725 * i386-linux-nat.c: Include "i386-linux-tdep.h".
2726
8201327c
MK
27272002-06-14 Mark Kettenis <kettenis@gnu.org>
2728
edf393ac
MK
2729 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
2730 Already covered by the default.
2731
896fb97d
MK
2732 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
2733 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
2734 (i386_gdbarch_init): Initialize long_double_format and long_double
2735 bit.
2736
8201327c
MK
2737 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
2738 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
2739 Move these to ...
2740 * config/i386/i386sol2.mh: ... here.
2741 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
2742 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
2743 (SIGCONTEXT_PC_OFFSET): Remove define.
2744 (IN_SIGTRAMP): Remove define.
2745 * i386-sol2-tdep.c: New file.
2746
2747 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
2748 * config/i386/tm-i386nw.h: Removed.
2749
2750 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
2751 USE_STRUCT_CONVENTION): Remove defines.
2752 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2753 (get_longjmp_target): Remove prototype.
2754 (IN_SIGTRAMP): Remove define.
2755 (i386bsd_in_sigtramp): Remove prototype.
2756 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
2757 function. Update comment accordingly
2758 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
2759 (FRAME_SAVED_PC): Remove define.
2760 (i386bsd_frame_saved_pc): Remove prototype.
2761 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
2762 GET_LONGJMP_TARGET): Remove defines.
2763 (get_longjmp_target): Remove prototype.
2764 (IN_SIGTRAMP): Remove define.
2765 (i386bsd_in_sigtramp): Remove prototype.
2766 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
2767 function. Update comment accordingly
2768 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
2769 (FRAME_SAVED_PC): Remove define.
2770 (i386bsd_frame_saved_pc): Remove prototype.
2771 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
2772 Remove prototype.
2773 (USE_STRUCT_CONVENTION): Remove prototype.
2774 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
2775 declaration.
2776 (_initialize_i386bsd_nat): Revise logic to determine some
2777 constants at compile time when compiling a native GDB. Warn if
2778 things don't match up with what we expect.
2779 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
2780 Remove variables.
2781 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
2782 to use date stored in `struct gdbarch_tdep'.
2783 (i386bsd_sigcontext_offset): Remove varaible.
2784 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
2785 stored in `struct gdbarch_tdep'.
2786 (i386bsd_frame_saved_pc): Make static.
2787 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
2788 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
2789 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2790 i386fbsd4_sc_pc_offset): New variables.
2791 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
2792 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
2793 functions.
2794 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
2795 functions.
2796 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
2797 Modify the value of i386fbsd_sigtramp_start and
2798 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
2799 i386fbsd_sigtramp_end.
2800 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
2801 function.
2802
2803 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
2804 define to i386-linux-tdep.h.
2805 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
2806 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
2807 defines.
2808 (i386_linux_register_name, i386_linux_register_byte,
2809 i386_linux_register_raw_size): Remove prototypes.
2810 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
2811 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
2812 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
2813 TARGET_WRITE_PC): Remove defines.
2814 (i386_linux_in_sigtramp, i386_linux_frame_chain,
2815 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
2816 i386_linux_write_pc): Remove prototypes.
2817 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2818 (get_longjmp_target): Remove prototype.
2819 * i386-linux-tdep.h: New file.
2820 * i386-linux-nat.c: Include "i386-linux-tdep.h".
2821 * i386-linux-tdep.c: Include "i386-tdep.h" and
2822 "i386-linux-tdep.h".
2823 (i386_linux_register_name, i386_linux_register_byte,
2824 i386_linux_register_raw_size, i386_linux_in_sigtramp,
2825 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
2826 Make static.
2827 (i386_linux_init_abi): New function.
2828 (_initialize_i386_linux_tdep): New function.
2829
2830 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
2831 (i386_saved_pc_after_call): Remove prototype.
2832 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
2833 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
2834 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
2835 (i386_register_name, i386_stab_reg_to_regnum,
2836 i386_dwarf_reg_to_regnum): Remove prototypes.
2837 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
2838 SIZEOF_SSE_REGS): Remove defines.
2839 (REGISTER_BYTES): Remove define.
2840 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
2841 (i386_register_byte, i386_register_raw_size): Remove prototypes.
2842 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
2843 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
2844 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
2845 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
2846 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
2847 (get_longjmp_target): Remove prototype.
2848 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
2849 (sigtramp_saved_pc): Remove define.
2850 (i386v4_sigtramp_saved_pc): Remove prototype.
2851 * config/i386/tm-go32.h (FRAME_CHAIN,
2852 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
2853 (i386go32_frame_saved_pc): Remove prototype.
2854 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
2855 (get_longjmp_target): Remove prototype.
2856 * i386-tdep.h: Include "osabi.h".
2857 (enum i386_abi): Removed.
2858 (enum struct_return): New enum.
2859 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
2860 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
2861 sc_pc_offset members.
2862 (i386_gdbarch_register_os_abi): Remove prototype.
2863 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
2864 I386_SSE_NUM_REGS): New defines.
2865 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
2866 I386_SSE_SIZEOF_REGS): New defines.
2867 (i386_register_name, i386_register_byte, i386_register_raw_size):
2868 New prototypes.
2869 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
2870 (i386bsd_sigtramp_saved_pc): New prototype.
2871 * i386-tdep.c: Don't include "elf-bfd.h".
2872 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
2873 i386_frame_chain, i386_saved_pc_after_call): Make static.
2874 (i386_frame_saved_pc): Rewrite to call architecture dependent
2875 function to deal with signal handlers. Make static.
2876 (i386go32_frame_saved_pc): Removed.
2877 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
2878 Removed.
2879 (i386_get_longjmp_target): New function.
2880 (default_struct_convention, pcc_struct_convention,
2881 reg_struct_convention, valid_conventions, struct_convention): New
2882 variables.
2883 (i386_use_struct_convention): New function.
2884 (i386v4_sigtramp_saved_pc): Renamed to
2885 i386_svr4_sigtramp_saved_pc. Made static. Moved.
2886 (i386_pc_in_sigtramp): New function.
2887 (i386_abi_names): Removed.
2888 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
2889 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
2890 Removed.
2891 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
2892 i386_gdbarch_register_os_abi): Removed.
2893 (struct i386_abi_handler): Removed.
2894 (i386_abi_handler_list): Removed.
2895 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
2896 functions.
2897 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
2898 i386_nw_init_abi): New functions.
2899 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
2900 Use set_gdbarch_xxx() calls instead of relying on macros for a
2901 number of calls.
2902 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
2903 (_initialize_i386_tdep): Add new 'struct-convcention' command.
2904 Register the various architecture variants defined in this file.
2905
ad2f7632
DJ
29062002-06-14 Daniel Jacobowitz <drow@mvista.com>
2907
2908 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
2909 (struct main_type): Remove arg_types member. Update comments for
2910 struct field.
2911 (TYPE_ARG_TYPES): Remove.
2912 (TYPE_FN_FIELD_ARGS): Update.
2913 (smash_to_method_type): Update prototype.
2914
2915 * c-typeprint.c (cp_type_print_method_args): Take method type
2916 instead of argument list. Use new argument layout. Simplify.
2917 (c_type_print_args): Use new argument layout. Simplify.
2918 (c_type_print_base): Update call to cp_type_print_method_args.
2919 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
2920 argument; use die->type instead. Update call to
2921 smash_to_method_type.
2922 (read_structure_scope): Update call to dwarf2_add_member_fn.
2923 * gdbtypes.c (allocate_stub_method): Update comment.
2924 (smash_to_method_type): Take new NARGS and VARARGS arguments.
2925 Use new argument layout.
2926 (check_stub_method): Use new argument layout. Don't count
2927 void as an argument.
2928 (print_arg_types): Update comments. Use new argument layout.
2929 (recursive_dump_type): Don't print arg_types member.
2930 * hpread.c (hpread_read_struct_type): Use new argument layout.
2931 (fixup_class_method_type): Likewise.
2932 (hpread_type_lookup): Likewise.
2933 * stabsread.c (read_type): Update calls to read_args and
2934 smash_to_method_type.
2935 (read_args): Use new argument layout. Simplify.
2936 * valops.c (typecmp): Use new argument layout. Update parameters
2937 and comments. Simplify.
2938 (hand_function_call): Use new argument layout.
2939 (search_struct_method): Update call to typecmp.
2940 (find_overload_match): Use new argument layout.
2941
6da02953
DJ
29422002-06-13 Daniel Jacobowitz <drow@mvista.com>
2943
2944 * NEWS: Mention multithreaded debug support for gdbserver.
2945
519b2366
DJ
29462002-06-13 Daniel Jacobowitz <drow@mvista.com>
2947
2948 * MAINTAINERS: Mention NEWS.
2949
a7f48742
DJ
29502002-06-13 Daniel Jacobowitz <drow@mvista.com>
2951
2952 * gdbserver/regcache.c: Add comment.
2953
6c0d6680
DJ
29542002-06-13 Daniel Jacobowitz <drow@mvista.com>
2955
2956 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
2957 (struct mips_objfile_private, compare_pdr_entries): New.
2958 (non_heuristic_proc_desc): Read the ".pdr" section if it
2959 is present.
2960
6529d2dd
AC
29612002-06-12 Andrew Cagney <ac131313@redhat.com>
2962
2963 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
2964 (arm_debug): New static variable.
2965 (_initialize_arm_tdep): Add ``set debug arm'' command.
2966
26216b98
AC
29672002-06-12 Andrew Cagney <ac131313@redhat.com>
2968
2969 * Makefile.in (sim_arm_h): Define.
2970 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
2971 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
2972 (arm_register_sim_regno): New function, map an internal REGNUM
2973 onto a simulator register number.
2974 (arm_gdbarch_init): Set register_sim_regno.
2975
814b3ba0
AH
29762002-06-09 Aldy Hernandez <aldyh@redhat.com>
2977
2978 * MAINTAINERS: Add self.
2979
475b0867
JB
29802002-06-11 Jim Blandy <jimb@redhat.com>
2981
919d772c
JB
2982 * source.c (source_info): Mention whether the symtab has
2983 information about preprocessor macros.
2984
475b0867
JB
2985 Call the command `info macro', not `show macro'.
2986 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
2987 Fix error message.
2988 (_initialize_macrocmd): Register `info_macro_command' in
2989 `infolist', not `showlist'.
2990
9e364162
DJ
29912002-06-11 Daniel Jacobowitz <drow@mvista.com>
2992
2993 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
2994 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
2995 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
2996 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
2997 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
2998 unconditionally.
2999 (set_mipsfpu_single_command, set_mipsfpu_double_command)
3000 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3001 (_initialize_mips_tdep): Remove dead code.
3002 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3003 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3004 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3005 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3006 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3007 MIPS_LAST_FP_ARG_REGNUM): Remove.
3008
30092002-06-11 Daniel Jacobowitz <drow@mvista.com>
3010
3011 * gdbserver/thread-db.c: New file.
3012 * gdbserver/proc-service.c: New file.
3013 * gdbserver/acinclude.m4: New file.
3014 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3015 proc-service.o, and thread-db.o.
3016 (linux-low.o): Add USE_THREAD_DB.
3017 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3018 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3019 * gdbserver/aclocal.m4: Regenerated.
3020 * gdbserver/config.in: Regenerated.
3021 * gdbserver/configure: Regenerated.
3022 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3023 thread_db.h, and linux/elf.h headrs.
3024 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3025 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
3026 Check for -lthread_db and thread support.
3027 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3028 PowerPC, and SuperH.
3029 * gdbserver/i387-fp.c: Constify arguments.
3030 * gdbserver/i387-fp.h: Likewise.
3031 * gdbserver/inferiors.c: (struct thread_info): Renamed from
3032 `struct inferior_info'. Remove PID member. Use generic inferior
3033 list header. All uses updated.
3034 (inferiors, signal_pid): Removed.
3035 (all_threads): New variable.
3036 (get_thread): Define.
3037 (add_inferior_to_list): New function.
3038 (for_each_inferior): New function.
3039 (change_inferior_id): New function.
3040 (add_inferior): Removed.
3041 (remove_inferior): New function.
3042 (add_thread): New function.
3043 (free_one_thread): New function.
3044 (remove_thread): New function.
3045 (clear_inferiors): Use for_each_inferior and free_one_thread.
3046 (find_inferior): New function.
3047 (find_inferior_id): New function.
3048 (inferior_target_data): Update argument type.
3049 (set_inferior_target_data): Likewise.
3050 (inferior_regcache_data): Likewise.
3051 (set_inferior_regcache_data): Likewise.
3052 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3053 (all_processes, stopping_threads, using_thrads)
3054 (struct pending_signals, debug_threads, pid_of): New.
3055 (inferior_pid): Replace with macro.
3056 (struct inferior_linux_data): Remove.
3057 (get_stop_pc, add_process): New functions.
3058 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3059 Use add_process and add_thread.
3060 (linux_attach_lwp): New function, based on old linux_attach. Use
3061 add_process and add_thread. Set stop_expected for new threads.
3062 (linux_attach): New function.
3063 (linux_kill_one_process): New function.
3064 (linux_kill): Kill all LWPs.
3065 (linux_thread_alive): Use find_inferior_id.
3066 (check_removed_breakpoints, status_pending_p): New functions.
3067 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3068 Update. Use WNOHANG. Wait for cloned processes also. Update process
3069 struct for the found process.
3070 (linux_wait_for_event): New function.
3071 (linux_wait): Use it. Support LWPs.
3072 (send_sigstop, wait_for_sigstop, stop_all_processes)
3073 (linux_resume_one_process, linux_continue_one_process): New functions.
3074 (linux_resume): Support LWPs.
3075 (REGISTER_RAW_SIZE): Remove.
3076 (fetch_register): Use register_size instead. Call supply_register.
3077 (usr_store_inferior_registers): Likewise. Call collect_register.
3078 Fix recursive case.
3079 (regsets_fetch_inferior_registers): Improve error message.
3080 (regsets_store_inferior_registers): Add debugging.
3081 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3082 (unstopped_p, linux_signal_pid): New functions.
3083 (linux_target_ops): Add linux_signal_pid.
3084 (linux_init_signals): New function.
3085 (initialize_low): Call it. Initialize using_threads.
3086 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3087 flag.
3088 (get_regcache): Fetch registers lazily. Add fetch argument
3089 and update all callers.
3090 (regcache_invalidate_one, regcache_invalidate): New
3091 functions.
3092 (new_register_cache): Renamed from create_register_cache.
3093 Return the new regcache.
3094 (free_register_cache): Change argument to a void *.
3095 (registers_to_string, registers_from_string): Call get_regcache
3096 with fetch flag set.
3097 (register_data): Make static. Pass fetch flag to get_regcache.
3098 (supply_register): Call get_regcache with fetch flag clear.
3099 (collect_register): Call get_regcache with fetch flag set.
3100 (collect_register_as_string): New function.
3101 * gdbserver/regcache.h: Update.
3102 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3103 stderr.
3104 Handle input interrupts while waiting for an ACK.
3105 (input_interrupt): Use signal_pid method.
3106 (getpkt): Flush after debug output and use stderr.
3107 (outreg): Use collect_register_as_string.
3108 (new_thread_notify, dead_thread_notify): New functions.
3109 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3110 and general_thread.
3111 (look_up_one_symbol): Flush after debug output.
3112 * gdbserver/server.c (step_thread, server_waiting): New variables.
3113 (start_inferior): Don't use signal_pid. Update call to mywait.
3114 (attach_inferior): Update call to mywait.
3115 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3116 (main): Don't fetch/store registers explicitly. Use
3117 set_desired_inferior. Support proposed ``Hs'' packet. Update
3118 calls to mywait.
3119 * gdbserver/server.h: Update.
3120 (struct inferior_list, struct_inferior_list_entry): New.
3121 * gdbserver/target.c (set_desired_inferior): New.
3122 (write_inferior_memory): Constify.
3123 (mywait): New function.
3124 * gdbserver/target.h: Update.
3125 (struct target_ops): New signal_pid method.
3126 (mywait): Removed macro, added prototype.
3127
3128 * gdbserver/linux-low.h (regset_func): Removed.
3129 (regset_fill_func, regset_store_func): New.
3130 (enum regset_type): New.
3131 (struct regset_info): Add type field. Use new operation types.
3132 (struct linux_target_ops): stop_pc renamed to get_pc.
3133 Add decr_pc_after_break and breakpoint_at.
3134 (get_process, get_thread_proess, get_process_thread)
3135 (strut process_info, all_processes, linux_attach_lwp)
3136 (thread_db_init): New.
3137
3138 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3139 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3140 (the_low_target): Add new members.
3141 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3142 (i386_store_fpxregset): Constify.
3143 (target_regsets): Add new kind identifier.
3144 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3145 (i386_set_pc): Add debugging.
3146 (i386_breakpoint_at): New function.
3147 (the_low_target): Add new members.
3148 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3149 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3150 (mips_breakpoint_at): New.
3151 (the_low_target): Add new members.
3152 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3153 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3154 (the_low_target): Add new members.
3155 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3156 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3157 (the_low_target): Add new members.
3158 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3159 identifier.
3160
23aa4c72
ML
31612002-06-11 Michal Ludvig <mludvig@suse.cz>
3162
3163 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3164 (unwind_tmp_obstack_free, parse_frame_info)
3165 (update_context, cfi_read_fp, cfi_write_fp)
3166 (cfi_frame_chain, cfi_init_extra_frame_info)
3167 (cfi_virtual_frame_pointer): Use the above function.
264d1763 3168 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 3169
70eb15a4
CV
31702002-06-11 Corinna Vinschen <vinschen@redhat.com>
3171
3172 * v850-tdep.c (v850_type_is_scalar): New function.
3173 (v850_use_struct_convention): Match current gcc implementation
3174 as close as possible.
3175 (v850_push_arguments): Fix stack_offset handling. Don't write
3176 struct_addr into register. This is done by v850_store_struct_return.
3177 (v850_extract_return_value): Care for structs.
3178 (v850_store_return_value): Ditto.
3179 (v850_store_struct_return): Actually write address.
3180
482a4d06
ML
31812002-06-11 Michal Ludvig <mludvig@suse.cz>
3182
3183 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3184 without debug information too.
3185
d855c300
AC
31862002-06-10 Andrew Cagney <ac131313@redhat.com>
3187
3188 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3189 Make multi-arch pure.
3190 * gdbarch.h, gdbarch.c: Re-generate.
3191 * arm-tdep.c (arm_print_float_info): Update.
3192 * arch-utils.h (default_print_float_info): Update.
3193 * arch-utils.c (default_print_float_info): Update.
3194 * infcmd.c (float_info): Update call.
3195
dd12a101
AC
31962002-06-10 Andrew Cagney <ac131313@redhat.com>
3197
3198 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3199 the front of the initialize list.
3200
101dcfbe
AC
32012002-06-10 Andrew Cagney <ac131313@redhat.com>
3202
3203 * infrun.c (struct inferior_status): Replace fields
3204 selected_frame_address and selected_level with field
3205 selected_frame_id.
3206 (save_inferior_status): Update. Use get_frame_id.
3207 (struct restore_selected_frame_args): Delete.
3208 (restore_selected_frame): Update. Use frame_find_by_id.
3209 (restore_inferior_status): Update.
3210
3211 * breakpoint.h (struct breakpoint): Change type of
3212 watchpoint_frame to frame_id.
3213 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3214 call to get_current_frame.
3215 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3216 get_current_frame.
3217 (watchpoint_check): Use frame_find_by_id.
3218
3219 * frame.h (record_selected_frame): Delete declaration.
3220 * stack.c (record_selected_frame): Delete function.
3221
3222 * frame.h (struct frame_id): Define.
3223 (get_frame_id): Declare.
3224 (frame_find_by_id): Declare.
3225 * frame.c (frame_find_by_id): New function.
3226 (get_frame_id): New function.
3227
304270b6
AV
32282002-06-10 Andrey Volkov <avolkov@transas.com>
3229
3230 * ser-e7kpc.c: Fix duplicated define and call of
3231 _initialize_ser_e7000pc
3232
2f2cf184
DJ
32332002-06-09 Daniel Jacobowitz <drow@mvista.com>
3234
3235 * signals/signals.c (target_signal_from_host): Fix #ifdef
3236 SIGRTMIN case.
3237 (do_target_signal_to_host): Likewise.
3238
caaa3122
DJ
32392002-06-09 Daniel Jacobowitz <drow@mvista.com>
3240
3241 * mips-tdep.c (mips_find_abi_section): New function.
3242 (mips_gdbarch_init): Call it.
3243
6ac5df3a
MK
32442002-06-09 Mark Kettenis <kettenis@gnu.org>
3245
3246 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3247 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3248 after Andrew's 2002-06-08 gdbarch change.
3249
82ea117a
MK
32502002-06-09 Mark Kettenis <kettenis@gnu.org>
3251
3252 * i386-linux-nat.c (suppy_gregset): Don't supply
3253 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3254 register cache.
3255 (fill_gregset): Don't fetch it under the same circumstances.
3256
3c25f8c7
AC
32572002-06-09 Andrew Cagney <cagney@redhat.com>
3258
3259 * Makefile.in (callback_h): Define.
3260 (remote_sim_h): Update path to remote-sim.h.
3261 (remote-rdp.o): Add $(callback_h).
3262 (remote-sim.o): Use $(callback_h).
3263 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3264 * remote-rdp.c: Include "gdb/callback.h".
3265
1029b7fa
MK
32662002-06-09 Mark Kettenis <kettenis@gnu.org>
3267
3268 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3269 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3270
616675d3
AC
32712002-06-08 Andrew Cagney <ac131313@redhat.com>
3272
a3efda28
AC
3273 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3274 * rdi-share/serpardr.c: Ditto.
3275 * rdi-share/unixcomm.c: Ditto.
3276 * rdi-share/serdrv.c: Ditto.
3277 * rdi-share/hostchan.h: Ditto.
3278 * rdi-share/hostchan.c: Ditto.
3279 * rdi-share/host.h: Ditto.
3280 * rdi-share/devsw.c: Ditto.
3281
c5f10366
AC
3282 * objfiles.h: Change type of obj_private to void pointer.
3283 * pa64solib.c: Update copyright. Don't include "assert.h", use
3284 strcmp instead of STREQ, use LONGEST, do not use PTR
3285 * somsolib.c: Ditto.
3286
616675d3
AC
3287 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3288 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3289 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3290
e4b415d9
AC
32912002-06-08 Andrew Cagney <ac131313@redhat.com>
3292
3293 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3294 (default_get_saved_register): Delete function.
3295 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3296 generic_unwind_get_saved_register.
3297 * gdbarch.h, gdbarch.c: Re-generate.
3298
ca0d0b52
AC
32992002-06-08 Andrew Cagney <ac131313@redhat.com>
3300
3301 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3302 generic_func_frame_chain_valid.
3303 * gdbarch.h, gdbarch.c: Re-generate.
3304 * blockframe.c (generic_func_frame_chain_valid): Only check
3305 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3306 passing FP to PC_IN_CALL_DUMMY.
3307 Fix PR gdb/360.
3308
76860b5f
AC
33092002-06-08 Andrew Cagney <ac131313@redhat.com>
3310
3311 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3312 (register_gdbarch_data): Initialize init_p.
3313 (gdbarch_data): Initialize data pointer using the init function.
3314 (init_gdbarch_data): Delete function.
3315 (gdbarch_update_p): Update.
3316 (initialize_non_multiarch): Update.
3317 (struct gdbarch): Add field initialized_p.
3318 * gdbarch.h, gdbarch.c: Re-generate.
3319
8dda9770
ML
33202002-06-07 Michal Ludvig <mludvig@suse.cz>
3321
3322 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3323 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3324 better do the things actually here.
3325 * x86-64-tdep.c (x86_64_register_name2nr): New.
3326 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3327 (x86_64_gdbarch_init): Respect the above change.
3328 * x86-64-tdep.h (x86_64_register_name2nr)
3329 (x86_64_register_nr2name): Add prototypes.
3330 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3331
3d79a47c
MS
33322002-06-06 Michael Snyder <msnyder@redhat.com>
3333
7bd91a28
MS
3334 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3335 Delete extra braces and re-indent.
3336 (d10v_store_return_value): Char return values
3d79a47c
MS
3337 must be shifted over by one byte in R0.
3338 (d10v_extract_return_value): Delete extra braces, re-indent.
3339
095a4c96
EZ
33402002-06-06 Elena Zannoni <ezannoni@redhat.com>
3341
3342 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3343 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3344 (d10v_integer_to_address): Rewrite.
3345 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3346 the d10v specific functions which take care of converting to the
3347 correct space.
3348
e8a77ca4
EZ
33492002-06-06 Elena Zannoni <ezannoni@redhat.com>
3350
3351 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3352 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3353
4f2e4a4f
AC
33542002-06-02 Andrew Cagney <ac131313@redhat.com>
3355
3356 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3357 includes.
3358 * config/tm-linux.h: Ditto.
3359 * config/alpha/tm-alphalinux.h: Ditto.
3360 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3361 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3362 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3363 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3364 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3365 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3366 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3367 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3368 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3369 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3370 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3371 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3372 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3373 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3374 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3375 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3376 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3377 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3378 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3379 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3380 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3381 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3382 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3383 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3384 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3385 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3386 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3387 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3388 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3389 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3390 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3391 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3392 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3393 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3394 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3395 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3396 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3397
ae2ab2ce
AS
33982002-05-04 Aidan Skinner <aidan@velvet.net>
3399
3400 * ada-exp.tab.c: New file
3401 * ada-exp.y: New file
3402 * ada-lang.c: New file
3403 * ada-lang.h: New file
3404 * ada-lex.c: New file
3405 * ada-lex.l: New file
3406 * ada-tasks.c: New file
3407 * ada-typeprint.c: New file
3408 * ada-valprint.c: New file
3409
0ddd0135
JT
34102002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3411
3412 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3413 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3414
750fbacc
JT
34152002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3416
3417 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3418 insetead of ppc-linux-tdep.o.
3419 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3420 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3421
df94e18a
AC
34222002-06-02 Andrew Cagney <ac131313@redhat.com>
3423
3424 2002-05-07 Christian Groessler <chris@groessler.org>
3425 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3426 bit register contents for little endian hosts.
3427
1a38ab75
AC
34282002-06-01 Andrew Cagney <ac131313@redhat.com>
3429
3430 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3431 any maintainer.
3432
8b1632ac
AC
34332002-06-01 Andrew Cagney <ac131313@redhat.com>
3434
3435 * gdbarch.h: Regenerate.
3436
627054c8
AC
34372002-06-01 Andrew Cagney <ac131313@redhat.com>
3438
3439 * MAINTAINERS: Add everyone to write-after-approval list.
3440
4f460812
AC
34412002-06-01 Andrew Cagney <ac131313@redhat.com>
3442
3443 * stack.c (frame_info): Use frame_register_unwind instead of
3444 saved_regs. Mention when the SP is on the stack or in a register.
3445
3446 * frame.h (frame_register_unwind_ftype): Define. Document.
3447 (struct frame_info): Add field register_unwind and
3448 register_unwind_cache.
3449 (frame_register_unwind): Declare.
3450 (generic_unwind_get_saved_register): Declare.
3451
3452 * frame.c (frame_register_unwind): New function.
3453 (generic_unwind_get_saved_register): New function.
3454
3455 * blockframe.c (generic_call_dummy_register_unwind): New function.
3456 (frame_saved_regs_register_unwind): New function.
3457 (set_unwind_by_pc): New function.
3458 (create_new_frame): New function.
3459 (get_prev_frame): New function.
3460
de888f76
AC
34612002-05-30 Andrew Cagney <ac131313@redhat.com>
3462
3463 * a29k-share/: Delete directory.
3464 * remote-vx29k.c: Delete file.
3465
2f2c3626
JT
34662002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3467
3468 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3469 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3470
9ce5c36a
JT
34712002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3472
3473 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3474 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3475 (sparc64nbsd-nat.o)
3476 (sparcnbsd-nat.o)
3477 (sparcnbsd-tdep.o): New dependency lists.
3478 * NEWS: Note new UltraSPARC NetBSD native configuration.
3479 * configure.host (sparc64-*-netbsd*): New host.
3480 * configure.tgt (sparc-*-netbsdelf*)
3481 (sparc-*-netbsd*): Set gdb_target to nbsd.
3482 (sparc64-*-netbsd*): New target.
3483 * sparc64nbsd-nat.c: New file.
3484 * sparcnbsd-nat.c: New file.
3485 * sparcnbsd-tdep.c: New file.
3486 * sparcnbsd-tdep.h: New file.
3487 * config/sparc/nbsd.mt: New file.
3488 * config/sparc/nbsd64.mh: New file.
3489 * config/sparc/nbsd64.mt: New file.
3490 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
3491 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3492 (HOST_IPC): Remove.
3493 * config/sparc/nbsdaout.mt: Remove.
3494 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
3495 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3496 (HOST_IPC): Remove.
3497 * config/sparc/nbsdelf.mt: Remove.
3498 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
3499 sparc-nat.c compatiblity defines.
3500 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
3501 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
3502 * config/sparc/tm-nbsd64.h: New file.
3503 * config/sparc/tm-nbsdaout.h: Remove.
3504 * config/sparc/xm-nbsd.h: Remove.
3505
ef3cf062
JT
35062002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3507
3508 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
3509 * sparc-tdep.c: Include osabi.h.
3510 (gdbarch_tdep): Add osabi member.
3511 (_initialize_sparc_tdep): Use gdbarch_register.
3512 (sparc_gdbarch_init): Use generic OS ABI framework.
3513 (sparc_dump_tdep): New function.
3514
ee8ff470
KB
35152002-05-30 Kevin Buettner <kevinb@redhat.com>
3516
3517 * corefile.c (do_captured_read_memory_integer): Return non-zero
3518 result.
3519 (safe_read_memory_integer): Copy result of memory read when
3520 status is non-zero. Also, add comments.
3521
7b112f9c
JT
35222002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
3523
3524 * Makefile.in (ppc_tdep_h): Define.
3525 (ppc-linux-nat.o)
3526 (ppc-linux-tdep.o)
3527 (rs6000-tdep.o): Use $(ppc_tdep_h).
3528 (ppc-sysv-tdep.o)
3529 (ppcnbsd-nat.o)
3530 (ppcnbsd-tdep.o): New dependency lists.
3531 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
3532 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
3533 (ppc_linux_init_abi): New functions.
7b112f9c
JT
3534 (ppc_sysv_abi_broken_use_struct_convention)
3535 (ppc_sysv_abi_use_struct_convention)
3536 (ppc_sysv_abi_push_arguments): Move to...
3537 * ppc-sysv-tdep.c: ...here.
3538 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
3539 * rs6000-tdep.c (process_note_abi_tag_sections)
3540 (get_elfosabi): Remove.
3541 (rs6000_gdbarch_init): Use generic OS ABI framework.
3542 (rs6000_dump_tdep): New function.
3543 (_initialize_rs6000_tdep): Use gdbarch_register.
3544 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
3545 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3546 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
3547 of ppc-linux-tdep.o.
3548 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
3549 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
3550 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
3551 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
3552 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
3553 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
3554
480dd42a
JB
35552002-05-29 Jim Blandy <jimb@redhat.com>
3556
3557 * macroscope.c (default_macro_scope): Put `void' in empty argument
3558 list.
3559
4182591f
AC
35602002-05-29 Andrew Cagney <ac131313@redhat.com>
3561
3562 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
3563 * arch-utils.c: Include "sim-regno.h".
3564 * gdbarch.sh: Don't include "sim-regno.h".
3565 * gdbarch.h, gdbarch.c: Regenerate.
3566 * sim-regno.h (legacy_register_sim_regno): Move declaration from
3567 here.
3568 * arch-utils.h (legacy_register_sim_regno): To here.
3569 * remote-sim.c (legacy_register_sim_regno): Move function from
3570 here.
3571 * arch-utils.c (legacy_register_sim_regno): To here.
3572
8238d0bf
AC
35732002-05-28 Andrew Cagney <ac131313@redhat.com>
3574
3575 * sim-regno.h: New file.
3576 * Makefile.in (sim_regno_h): Define.
3577 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
3578 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
3579 (legacy_register_sim_regno): New function.
3580 (one2one_register_sim_regno): New function.
3581 (gdbsim_fetch_register): Rewrite.
3582 (gdbsim_store_register): Only store a register when
3583 REGISTER_SIM_REGNO is valid.
3584 * d10v-tdep.c: Include "sim-regno.h".
3585 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
3586 (d10v_ts3_register_sim_regno): Ditto.
3587 * gdbarch.sh: Include "sim-regno.h".
3588 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
3589 * gdbarch.h, gdbarch.c: Regenerate.
3590 * arch-utils.h (default_register_sim_regno): Delete declaration.
3591 * arch-utils.c (default_register_sim_regno): Delete function.
3592
485721b1
JT
35932002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
3594
3595 * ppcnbsd-nat.c: Rewrite.
3596 * ppcnbsd-tdep.c: New file.
3597 * ppcnbsd-tdep.h: New file.
3598 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
3599 solib.o, and solib-svr4.o.
3600 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
3601 nbsd-tdep.o, and corelow.o.
3602
697f244d
AC
36032002-05-28 Andrew Cagney <ac131313@redhat.com>
3604
3605 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
3606 `tr' and `sed'. Mention that `broken' targets are not expected to
3607 build.
3608
f08caad1 36092002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
3610
3611 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
3612 Let PC point right after the prologue before looking up symbols.
3613
3139facc
MH
36142002-05-27 Martin M. Hunt <hunt@redhat.com>
3615
3616 * i386-tdep.c (i386_register_virtual_type): Return
3617 builtin_type_vec128i for SSE registers.
3618
3619 * gdbtypes.h (builtin_type_vec128i): Declare.
3620
3621 * gdbtypes.c (build_builtin_type_vec128i): New function.
3622 (builtin_type_v2_double, builtin_type_v4_int64): New types.
3623 (builtin_type_vec128i): New type for SSE2 128-bit registers.
3624 (build_gdbtypes): Initialize new builtin vector types.
3625 (_initialize_gdbtypes): Register new vector types with gdbarch.
3626
6e3ba3b8
JT
36272002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3628
3629 * MAINTAINERS: ns32k is not longer an obsolete candidate,
3630 since it has been multi-arch'd.
3631 * NEWS: Note that ns32k-*-* is now partial multi-arch.
3632 Move Alpha and VAX multi-arch news entries to same section
3633 as other multi-arch news.
3634
93d5585d
JT
36352002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3636
3637 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
3638 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
3639 static. Rename some register numbers to put them in ns32k-tdep
3640 private namespace.
3641 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
3642 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
3643 functions.
3644 (_initialize_ns32k_tdep): Use gdbarch_register.
3645 * ns32k-tdep.h: New file.
3646 * ns32knbsd-tdep.c: New file.
3647 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
3648 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
3649 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
3650 REGISTER_BYTES, REGISTER_BYTE): Remove.
3651 * config/ns32k/tm-ns32k.h: New file.
3652 * config/ns32k/tm-umax.h: Remove.
3653
efb2c70e
JT
36542002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3655
3656 * ns32k-tdep.c (ns32k_saved_pc_after_call,
3657 ns32k_store_struct_return, ns32k_extract_return_value,
3658 ns32k_store_return_value, ns32k_extract_struct_value_address): New
3659 functions.
3660 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
3661 ns32k_saved_pc_after_call.
3662 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
3663 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
3664 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
3665 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3666 ns32k_extract_struct_value_address.
3667
7bcc927b
JT
36682002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3669
3670 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
3671 ns32k_fix_call_dummy): New.
3672 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
3673 ns32k_call_dummy_words.
3674 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
3675 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
3676 CALL_DUMMY_NARGS): Remove.
3677 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
3678
78f9d765
JT
36792002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3680
3681 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
3682 ns32k_frame_saved_pc, ns32k_frame_args_address,
3683 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
3684 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
3685 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
3686 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
3687 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
3688 (BREAKPOINT): Remove..
3689 (FRAME_CHAIN): Define as ns32k_frame_chain.
3690 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
3691 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
3692 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
3693 (FRAME_FIND_SAVED_REGS): Remove.
3694 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
3695 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
3696 (POP_FRAME): Define as ns32k_pop_frame.
3697
f2c762e0
JT
36982002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3699
3700 * ns32k-tdep.c (ns32k_register_byte_32082,
3701 ns32k_register_byte_32382, ns32k_register_raw_size,
3702 ns32k_register_virtual_size, ns32k_register_virtual_type): New
3703 functions.
3704 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
3705 ns32k_register_byte_32382.
3706 * config/ns32k/tm-umax.h: Update copyright years.
3707 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
3708 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
3709 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
3710 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
3711 (ns32k_get_enter_addr): Fix prototype.
3712
af137673
JT
37132002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3714
3715 * ns32k-tdep.c: Update copyright years.
3716 (ns32k_register_name_32082): New function.
3717 (ns32k_register_name_32382): Ditto.
3718 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
3719 (REGISTER_NAME): Define as ns32k_register_name_32382.
3720 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
3721 (REGISTER_NAME): Define as ns32k_register_name_32082.
3722
a8bc7b56
JB
37232002-05-24 Jim Blandy <jimb@redhat.com>
3724
3725 * dwarf2read.c (free_line_header): Use xfree, not free.
3726
83a45910
JT
37272002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
3728
3729 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
3730 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
3731
0db71247
AC
37322002-05-23 Andrew Cagney <ac131313@redhat.com>
3733
3734 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
3735
b9e5e4dd
AC
37362002-05-23 Andrew Cagney <ac131313@redhat.com>
3737
3738 From Ross Alexander at NEC Europe:
3739 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
3740
de530e84
MS
37412002-05-23 Michael Snyder <msnyder@redhat.com>
3742
3743 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
3744 for input, rather than parse_and_eval_address.
3745
b91b96f4
AC
37462002-05-23 Andrew Cagney <ac131313@redhat.com>
3747
3748 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
3749 * Makefile.in (sim_d10v_h): Update definition.
3750
8b279e7a
AC
37512002-05-24 Andrew Cagney <cagney@redhat.com>
3752
3753 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
3754 change `2002-05-22 Michael Snyder' below.
3755 (d10v_push_arguments): Ditto.
3756 (d10v_extract_return_value): Ditto.
3757
0a3d0425
JB
37582002-05-23 Jim Blandy <jimb@redhat.com>
3759
3760 * macrotab.c (check_for_redefinition): Don't complain if the new
3761 definition is the same as the previous one. Take more arguments
3762 to allow the comparison.
3763 (macro_define_object, macro_define_function): Pass more arguments
3764 to check_for_redefinition.
3765
78eac43e
MS
37662002-05-22 Michael Snyder <msnyder@redhat.com>
3767
3768 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
3769 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
3770 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
3771 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
3772 Don't bail if return_pc is PC_IN_CALL_DUMMY.
3773 Add a temp variable to save a call (and a memory read).
3774 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
3775 if possible (so that PC_IN_CALL_DUMMY will work).
3776
9bc1edb8
CV
37772002-05-22 Corinna Vinschen <vinschen@redhat.com>
3778
3779 * MAINTAINERS: Remove status `OBSOLETE' from v850.
3780
005ef3d2
ML
37812002-05-22 Michal Ludvig <mludvig@suse.cz>
3782
3783 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
3784 fde->cie_ptr.
3785 (dwarf2_build_frame_info): Corrected handling of eh_frame.
3786 (dwarf2_build_frame_info): Add offset to fde->initial_location
3787 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
3788 (execute_stack_op): Change type of 'result' from ULONGEST to
3789 CORE_ADDR.
005ef3d2 3790
fcf4f891
JT
37912002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3792
3793 * config/alpha/tm-nbsd.h: Include solib.h.
3794
cfef91e4
JT
37952002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3796
3797 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
3798 assumptions about the host's byte order.
3799
9964235a
JT
38002002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3801
3802 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
3803 to dependency list.
3804 * alphanbsd-tdep.c: Include solib-svr4.h.
3805 * shnbsd-tdep.c: Ditto.
3806
9eeef8ef
JT
38072002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3808
3809 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
3810 nbsd-tdep.h to dependency list.
3811 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
3812 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
3813 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
3814 nbsdaout.mh and nbsdelf.mh consistently.
3815 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
3816 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
3817 nbsdaout.mt and nbsdelf.mh consistently.
3818 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
3819 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
3820 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3821 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
3822 a.out shared library stuff from here...
3823 * config/nm-nbsdaout.h: ...to here.
3824 * config/tm-nbsd.h: Remove.
3825 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
3826 * config/arm/nbsd.mh: Remove.
3827 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
3828 nbsd-tdep.o.
3829 * config/arm/nbsdaout.mh: New file.
3830 * config/arm/nbsdelf.mh: New file.
3831 * config/arm/nm-nbsdaout.h: New file.
3832 * config/i386/nbsd.mh: Remove.
3833 * config/i386/nbsd.mt: Remove.
3834 * config/i386/nbsdaout.mh: New file.
3835 * config/i386/nbsdaout.mt: New file.
3836 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
3837 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
3838 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
3839 i386_register_u_addr): Remove.
3840 * config/i386/nm-nbsdaout.h: New file.
3841 * config/i386/nm-nbsdelf.h: Remove.
3842 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
3843 (USE_STRUCT_CONVENTION): Remove.
3844 * config/i386/tm-nbsdaout.h: New file.
3845 * config/i386/tm-nbsdelf.h: Remove.
3846 * config/m68k/nbsd.mh: Remove.
3847 * config/m68k/nbsd.mt: Remove.
3848 * config/m68k/nbsdaout.mh: New file.
3849 * config/m68k/nbsdaout.mt: New file.
3850 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
3851 * config/m68k/nm-nbsdaout.h: New file.
3852 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
3853 (IN_SOLIB_CALL_TRAMPOLINE): Define.
3854 * config/ns32k/nbsd.mh: Remove.
3855 * config/ns32k/nbsd.mt: Remove.
3856 * config/ns32k/nbsdaout.mh: New file.
3857 * config/ns32k/nbsdaout.mt: New file.
3858 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
3859 * config/ns32k/nm-nbsdaout.h: New file.
3860 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
3861 (IN_SOLIB_CALL_TRAMPOLINE): Define.
3862 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
3863 (SVR4_SHARED_LIBS): Remove.
3864 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
3865 * config/sparc/nbsd.mh: Remove.
3866 * config/sparc/nbsd.mt: Remove.
3867 * config/sparc/nbsdaout.mh: New file.
3868 * config/sparc/nbsdaout.mt: New file.
3869 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
3870 * config/sparc/nbsdelf.mt: New file.
3871 * config/sparc/nm-nbsdaout.h: New file.
3872 * config/sparc/nm-nbsdelf.h: Remove.
3873 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
3874 * config/sparc/tm-nbsdaout.h: New file.
3875
257ce470
JT
38762002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3877
3878 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
3879 mipsnbsd-tdep.c
3880 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
3881
76a6d5fe
JT
38822002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3883
3884 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
3885 shnbsd-nat.c.
3886 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
3887
45888261
JT
38882002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3889
3890 * NEWS: Note new MIPS NetBSD native configuration.
3891 * configure.host (mips*-*-netbsd*): New host.
3892 * configure.tgt (mips*-*-netbsd*): New target.
3893 * mipsnbsd-nat.c: New file.
3894 * mipsnbsd-tdep.c: New file.
3895 * mipsnbsd-tdep.h: New file.
3896 * config/mips/nbsd.mh: New file.
3897 * config/mips/nbsd.mt: New file.
3898 * config/mips/nm-nbsd.h: New file.
3899 * config/mips/tm-nbsd.h: New file.
3900
70f80edf
JT
39012002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3902
3903 * Makefile.in (SFILES): Add osabi.c.
3904 (COMMON_OBS): Add osabi.o.
3905 (osabi.o): New dependency list.
3906 * osabi.c: New file.
3907 * osabi.h: New file.
3908 * doc/gdbint.texinfo: Document new generic OS ABI framework.
3909
3910 * Makefile.in (alpha_tdep_h): Define and use instead of
3911 alpha-tdep.h.
3912 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
3913 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
3914 Remove.
3915 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
3916 * alpha-tdep.h: Include osabi.h.
3917 (alpha_abi): Remove.
3918 (gdbarch_tdep): Use generic OS ABI framework.
3919 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
3920 gdbarch_register_osabi.
3921 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
3922 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
3923 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
3924
3925 * Makefile.in (sh_tdep_h): Add osabi.h.
3926 * sh-tdep.h (sh_osabi): Remove.
3927 (gdbarch_tdep): Use generic OS ABI framework.
3928 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
3929 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
3930 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
3931 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
3932
3933 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
3934 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
3935 gdbarch_register_osabi.
3936 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
3937 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
3938 (get_elfosabi): Rename to...
3939 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
3940 ABI framework support routines.
3941 (arm_gdbarch_init): Use generic OS ABI framework.
3942 (arm_dump_tdep): Likewise.
3943 (_initialize_arm_tdep): Likewise.
3944 * arm-tdep.h: Include osabi.h.
3945 (arm_abi): Remove.
3946 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
3947 osabi member.
3948 (arm_gdbarch_register_os_abi): Remove prototype.
3949 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
3950 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
3951
3952 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
3953 * mips-tdep.c: Include osabi.h.
3954 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
3955 OS ABI framework.
3956
d194345b
KH
39572002-05-20 Kazu Hirata <kazu@cs.umass.edu>
3958
3959 * h8300-tdep.c: Fix formatting.
3960
70c6b0d1
EZ
39612002-05-20 Elena Zannoni <ezannoni@redhat.com>
3962
3963 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
3964 printing vector registers.
3965
165b8e33
AC
39662002-05-19 Andrew Cagney <ac131313@redhat.com>
3967
3968 From Fernando Nasser:
3969 * remote.c (remote_async_open_1): Re-throw the exception when the
3970 connection fails.
3971 (remote_cisco_open): Ditto.
3972 (remote_open_1): Ditto.
3973
36918e70
AC
39742002-05-19 Andrew Cagney <ac131313@redhat.com>
3975
3976 * remote.c (remote_start_remote_dummy): Add uiout parameter.
3977 (remote_start_remote): Add uiout parameter. Pass through to
3978 remote_start_remote_dummy.
3979 (remote_open_1): Use catch_exception instead of catch_errors.
3980 (remote_async_open_1): Ditto.
3981 (remote_cisco_open): Ditto.
3982
ae44c0c4
AC
39832002-05-19 Andrew Cagney <ac131313@redhat.com>
3984
3985 * remote.c (remote_start_remote): Replace PTR with void pointer.
3986 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
3987 static.
3988
8efe637d
AC
39892002-05-18 Andrew Cagney <ac131313@redhat.com>
3990
3991 * gdb_indent.sh: Allow the script to be run in the sim directory.
3992
2f1b5984
MK
39932002-05-18 Mark Kettenis <kettenis@gnu.org>
3994
f0f625e2
MK
3995 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
3996 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
3997
2f1b5984
MK
3998 * corelow.c (core_open): Only call set_gdbarch_from_file if
3999 exec_bfd is NULL.
4000
fc974602
AV
40012002-05-17 Andrey Volkov <avolkov@transas.com>
4002
4003 * h8300-tdep.c: Add support of EXR register
4004 * config/h8300/tm-h8300.h: Ditto.
4005
906709f4
AV
40062002-05-17 Andrey Volkov <avolkov@transas.com>
4007
4008 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4009
6e591d68
AV
40102002-05-17 Andrey Volkov <avolkov@transas.com>
4011
4012 * h8300-tdep.c: Change literal regnums to REGNO.
4013
84f0252a
JB
40142002-05-17 Jim Blandy <jimb@redhat.com>
4015
e0e9281e
JB
4016 * NEWS: Note addition of macro support.
4017
84f0252a
JB
4018 Expand preprocessor macros in C expressions.
4019 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4020 (scan_macro_expansion, scanning_macro_expansion,
4021 finished_macro_expansion): New function declarations.
4022 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4023 variable declarations.
4024 * parser-defs.h (expression_context_pc): New declaration.
4025 * parse.c (expression_context_pc): New variable.
4026 (parse_exp_1): Set expression_context_pc, as well as
4027 expression_context_block.
4028 * c-exp.y (yylex): If we're not already reading the result of a
4029 macro expansion, try to macro-expand the next token. When we're
4030 done scanning a macro expansion, switch back to the mainline text.
4031 Commas and `if's in a macro's expansion don't terminate the input.
4032 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4033 (macro_original_text, macro_expanded_text,
4034 expression_macro_lookup_func, expression_macro_lookup_baton): New
4035 variables.
4036 (scan_macro_expansion, scanning_macro_expansion,
4037 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4038 c_preprocess_and_parse): New functions.
4039 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4040 c_preprocess_and_parse, instead of c_parse.
4041 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4042 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4043
1c509ca8
JR
4044Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4045
4046 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4047 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4048 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4049
2250ee0c
CV
40502002-05-17 Corinna Vinschen <vinschen@redhat.com>
4051
4052 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4053
ab3b8126
JT
40542002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4055
4056 * Makefile.in (sh_tdep_h): Define and use.
4057 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4058 register enum): Move to...
4059 * * sh-tdep.h: ...here.
4060 * sh-tdep.c: Include sh-tdep.h.
4061 * sh3-rom.c: Likewise.
4062 * shnbsd-tdep.c: Likewise.
4063
ed9d4749
MS
40642002-05-16 Michael Snyder <msnyder@redhat.com>
4065
4066 * arm-tdep.c: Spelling fix in comment.
4067
2e276125
JB
40682002-05-16 Jim Blandy <jimb@redhat.com>
4069
6821892e
JB
4070 Add commands for manually expanding macros and showing their
4071 definitions.
4072 * macrocmd.c, macroscope.c, macroscope.h: New files.
4073 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4074 (macroscope_h): New variable.
4075 (HFILES_NO_SRCDIR): Add macroscope.h.
4076 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4077 (macroscope.o, macrocmd.o): New rules.
4078
2e276125
JB
4079 Teach the Dwarf 2 reader to read macro information.
4080 * dwarf2read.c: #include "macrotab.h".
4081 (dwarf_macinfo_buffer): New variable.
4082 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4083 dwarf_macinfo_size.
4084 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4085 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4086 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4087 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4088 dwarf2_macro_spaces_in_definition): New complaints.
4089 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4090 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4091 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4092 the partial symbol table.
4093 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4094 from what's recorded in the partial symbol table.
4095 (read_file_scope): If the compilation unit has a
4096 `DW_AT_macro_info' attribute, read its macro information.
4097 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4098
2f53fe6c
DJ
40992002-05-16 Daniel Jacobowitz <drow@mvista.com>
4100
4101 Fix PR gdb/546
4102 * ser-tcp.c: Don't include <netinet/udp.h>.
4103
2be99286
SC
41042002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4105
4106 * MAINTAINERS: Update my email address.
4107
c9af212b 41082002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
4109
4110 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4111 include file of the same name.
4112
bf5f1a52
CV
41132002-05-16 Corinna Vinschen <vinschen@redhat.com>
4114
4115 * configure.tgt: Mark v850 as multi-arched.
4116 * config/v850/tm-v850.h: Remove file.
4117 * config/v850/v850.mt: Eliminate TM_FILE.
4118
435e042a
CV
41192002-05-16 Corinna Vinschen <vinschen@redhat.com>
4120
4121 * v850-tdep.c: Full multi-arch.
4122 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4123 Define GDB_MULTI_ARCH to 2.
4124
9819c6c8
PM
41252002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4126
4127 * p-exp.y (current_type): New static variable.
4128 Carries the type of the expression at the position that is parsed.
4129 (push_current_type, pop_current_type): Two new functions. Used
4130 to store/restore current_type in expression on specific tokens.
c9af212b
RE
4131 (search_field): New static variable. Set to one after parsing a point
4132 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
4133 (FIELDNAME): New token. After a point only a token belonging to
4134 current_type type definition is allowed.
4135 (all over token rules): reset and change current_type according
4136 to rules.
4137 (exp '[' rule): insert implicit array index field if
4138 exp is a pascal string type.
4139
3a06899a
CV
41402002-05-16 Corinna Vinschen <vinschen@redhat.com>
4141
4142 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4143 frame info. Use frame_info's saved_regs instead of matching member
4144 in extra_frame_info throughout.
4145 (v850_frame_init_saved_regs): New function.
4146 (v850_init_extra_frame_info): Move most functionality into
4147 v850_frame_init_saved_regs().
4148 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4149 (v850_frame_find_saved_regs): Remove declaration.
4150 (FRAME_FIND_SAVED_REGS): Remove definition.
4151 (v850_frame_init_saved_regs): Add declaration.
4152 (FRAME_INIT_SAVED_REGS): Add definition.
4153
6ed14b0e
CV
41542002-05-16 Corinna Vinschen <vinschen@redhat.com>
4155
4156 * v850-tdep.c: Begin multi-arch'ing v850.
4157 (v850_target_architecture_hook): Remove function.
4158 (v850_gdbarch_init): New function. Add code previously in
4159 v850_target_architecture_hook().
4160 (_initialize_v850_tdep): Don't set target_architecture_hook.
4161 Call register_gdbarch_init() instead.
4162
42725910
DJ
41632002-05-16 Daniel Jacobowitz <drow@mvista.com>
4164
4165 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4166 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4167 (fixup_class_method_type): Likewise.
4168
0bc68c49
DJ
41692002-05-15 Daniel Jacobowitz <drow@mvista.com>
4170
4171 From Martin Pool <mbp@samba.org>:
4172 * gdbserver/server.c (gdbserver_usage): New function.
4173 (main): Call it.
4174
99d9066e
JB
41752002-05-15 Jim Blandy <jimb@redhat.com>
4176
4177 Add macro structures to GDB's symbol tables. Nobody puts anything
4178 in them yet.
4179 * symtab.h (struct symtab): New member: `macro_table'.
4180 * buildsym.h (pending_macros): New global variable.
4181 * buildsym.c: #include "macrotab.h".
4182 (buildsym_init): Initialize `pending_macros'.
4183 (end_symtab): If we found macro information while reading a CU's
4184 debugging info, do build a symtab structure for it. Make the
4185 symtab point to the macro information, and clear the
4186 `pending_macros' pointer which held it while we were reading the
4187 debug info.
4188 (really_free_pendings): Free any pending macro table.
4189 * objfiles.h (struct objfile): New member: `macro_cache'.
4190 * objfiles.c (allocate_objfile): Set allocate and free functions
4191 for the macro cache's objstack.
4192 (free_objfile): Empty the macro cache's obstack.
4193 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4194 set new allocate and free functions for it.
4195 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4196 free functions for the macro cache's objstack. (Why is this
4197 function building its own objfile?)
4198 * symmisc.c (print_objfile_statistics): Print statistics on the
4199 macro bcache.
4200 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4201
c899585b
RE
42022002-05-15 Richard Earnshaw <rearnsha@arm.com>
4203
4204 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4205 (REGISTER_U_ADDR): Delete definition.
4206 (arm_register_u_addr): Delete declaration.
4207
a6cdd8c5
RE
42082002-05-15 Richard Earnshaw <rearnsha@arm.com>
4209
4210 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4211 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4212
fd3a5ca1
DJ
42132002-05-14 Daniel Jacobowitz <drow@mvista.com>
4214
4215 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4216 stop_at -> stop_pc.
4217
c97dcfc7
AC
42182002-05-14 Andrew Cagney <ac131313@redhat.com>
4219
4220 * regcache.c (register_valid): Revise comments refering to "Not
4221 available" and "unavailable".
4222 * frame.c (frame_register_read): Ditto.
4223 * findvar.c (value_of_register): Ditto.
4224
93021b7d
AC
42252002-05-15 Andrew Cagney <cagney@redhat.com>
4226
4227 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4228 (remote-sim.o): Update dependencies.
4229 (d10v-tdep.o): Specify dependencies.
4230 (sim_d10v_h): Define.
4231
a86bc61c
JB
42322002-05-14 Jim Blandy <jimb@redhat.com>
4233
4234 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4235 * macrotab.c (macro_lookup_inclusion, find_definition,
4236 new_macro_table): Same.
4237
4238 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4239 not `! strcmp ()'. This is a dubious improvement.
4240 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4241
4242 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4243 although it's not necessary, to avoid a warning.
4244
2fdde8f8
DJ
42452002-05-14 Daniel Jacobowitz <drow@mvista.com>
4246
4247 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4248 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4249 TYPE_INSTANCE_FLAGS.
4250 (struct main_type): New.
4251 (struct type): Move most members to struct main_type. Change
4252 cv_type and as_type to new type_chain member. Add instance_flags.
4253 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4254 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4255 (finish_cv_type): Remove prototype.
4256 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4257 Set TYPE_CHAIN.
4258 (alloc_type_instance): New function.
4259 (smash_type): New function.
4260 (make_pointer_type, make_reference_type, make_function_type)
4261 (smash_to_member_type, smash_to_method_type): Call smash_type.
4262 (make_qualified_type): New function.
4263 (make_type_with_address_space): Call make_qualified_type.
4264 (make_cv_type): Likewise.
4265 (finish_cv_type): Remove unnecessary function.
4266 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4267 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4268 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4269 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4270 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4271 * hpread.c (hpread_read_struct_type): Likewise.
4272 * stabsread.c (read_struct_type): Likewise.
4273
843fedf4
EZ
42742002-05-14 Elena Zannoni <ezannoni@redhat.com>
4275
4276 * configure.tgt: Add a catch all sh* target, for cases like
4277 sh[2,3,4]-elf and sh-hms.
4278
05a6c72c
KS
42792002-05-14 Keith Seitz <keiths@redhat.com>
4280
4281 * event-loop.c (create_file_handler): Don't do anything but
4282 update data when we are given a fd which we are already
4283 monitoring.
4284
5d085aaf
ML
42852002-05-14 Michal Ludvig <mludvig@suse.cz>
4286
4287 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4288 (update_context): Use __func__ in warnings.
4289
9db8d71f
DJ
42902002-05-14 Daniel Jacobowitz <drow@mvista.com>
4291
4292 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4293 and tcp_close to net_open and net_close.
4294 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4295 using UDP if requested. Don't try to disable Nagle on UDP
4296 sockets.
4297 * remote.c (remote_serial_open): New function. Warn about UDP.
4298 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4299
5dbc6baa
EZ
43002002-05-13 Elena Zannoni <ezannoni@redhat.com>
4301
4302 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4303
cc3023f7
EZ
43042002-05-13 Elena Zannoni <ezannoni@redhat.com>
4305
4306 * configure.tgt: Remove sh-hms target.
4307 * MAINTAINERS: Don't list sh-hms as a separate target.
4308
ec2bcbe7
JB
43092002-05-13 Jim Blandy <jimb@redhat.com>
4310
4311 Add first preprocessor macro-expansion files.
4312 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4313 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4314 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4315 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4316 (COMMON_OBS): Add macrotab.o, macroexp.o.
4317 (macroexp.o, macrotab.o): New rules.
4318
6d531722
AC
43192002-05-13 Andrew Cagney <ac131313@redhat.com>
4320
4321 * config/m88k/tm-m88k.h: Update copyright.
4322 (m88k_target_write_pc): Declare
4323 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4324 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4325 (SHIFT_INST_REGS): Update definition.
4326 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4327 using old definition of TARGET_WRITE_PC.
4328 * regcache.c (generic_target_write_pc): Delete code handling
4329 NNPC_REGNUM.
4330 * gdbarch.sh (NNPC_REGNUM): Delete.
4331 * gdbarch.h, gdbarch.c: Regenerate.
4332
3e3f2739
RE
43332002-05-13 Richard Earnshaw <rearnsha@arm.com>
4334
4335 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4336 builtin reg number.
4337
0004e5a2
DJ
43382002-05-13 Daniel Jacobowitz <drow@mvista.com>
4339
4340 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4341 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4342 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4343 access macros.
4344 * c-typeprint.c (cp_type_print_method_args): Likewise.
4345 (c_type_print_args): Likewise.
4346 * d10v-tdep.c (d10v_push_arguments): Likewise.
4347 (d10v_extract_return_value): Likewise.
4348 * expprint.c (print_subexp): Likewise.
4349 * gdbtypes.c (lookup_primitive_typename): Likewise.
4350 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4351 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4352 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4353 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4354 (TYPE_VECTOR): Likewise.
4355 * hpread.c (hpread_read_struct_type)
4356 (fix_static_member_physnames, fixup_class_method_type)
4357 (hpread_type_lookup): Likewise.
4358 * mdebugread.c (parse_symbol, parse_type): Likewise.
4359 * p-lang.c (is_pascal_string_type): Likewise.
4360 * valops.c (hand_function_call): Likewise.
4361 * x86-64-tdep.c (classify_argument): Likewise.
4362
4363 * hpread.c (hpread_read_function_type)
4364 (hpread_read_doc_function_type): Call replace_type.
4365 * dstread.c (create_new_type): Delete.
4366 (decode_dst_structure, process_dst_function): Call alloc_type.
4367 Use type access macros.
4368
dff95cc7
MK
43692002-05-12 Mark Kettenis <kettenis@gnu.org>
4370
4371 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4372 the're not supported by the current architecture.
4373 (i387_fill_fxsave): Likewise.
4374
bbcd32ad
FF
43752002-05-12 Fred Fish <fnf@redhat.com>
4376
4377 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4378 sect_index_xxx members to index the first slot in section_offsets
4379 if all of the section_offsets are zero.
4380
89cf4787
MK
43812002-05-12 Mark Kettenis <kettenis@gnu.org>
4382
4383 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4384 checked in with last change.
4385
1f77ffc5
MK
43862002-05-12 Mark Kettenis <kettenis@gnu.org>
4387
4388 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4389 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4390 config.sub.
4391
89b8b4a9
DJ
43922002-05-12 Daniel Jacobowitz <drow@mvista.com>
4393
4394 * Makefile.in: Update dependencies.
4395
14a5e767
AC
43962002-05-11 Andrew Cagney <ac131313@redhat.com>
4397
4398 * language.c (local_hex_string_custom): Simplify. Do not depend
4399 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4400
4401 * memattr.c (mem_info_command): Replace calls to
4402 longest_local_hex_string and longest_local_hex_string_custom.
4403 * buildsym.c (make_blockvector): Ditto.
4404 * solib.c (info_sharedlibrary_command): Ditto.
4405 * tracepoint.c (tracepoints_info): Ditto.
4406 * symtab.c (print_msymbol_info): Ditto.
4407
4408 * language.c (local_hex_string): Delete.
4409 (local_hex_string_custom): Delete.
4410 (longest_local_hex_string): Rename to local_hex_string.
4411 (longest_local_hex_string_custom): Rename to
4412 local_hex_string_custom.
4413 * language.h (local_hex_string): Change parameter type to LONGEST.
4414 (local_hex_string_custom): Ditto.
4415 (longest_local_hex_string): Delete declaration.
4416 (longest_local_hex_string_custom): Ditto.
4417
4418 * solib.c: Update copyright.
4419 * memattr.c: Update copyright.
4420
13d01224
AC
44212002-05-11 Andrew Cagney <ac131313@redhat.com>
4422
4423 * arch-utils.h (legacy_register_to_value): Declare.
4424 (legacy_value_to_register): Declare.
4425 (legacy_convert_register_p): Declare.
4426 * arch-utils.c (legacy_register_to_value): New function.
4427 (legacy_value_to_register): New function.
4428 (legacy_convert_register_p): New function.
4429
4430 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4431 (VALUE_TO_REGISTER): Define.
4432 (CONVERT_REGISTER_P): Define.
4433 * gdbarch.h, gdbarch.c: Regenerate.
4434
4435 * valops.c (value_assign): Use CONVERT_REGISTER_P and
4436 VALUE_TO_REGISTER.
4437 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4438 CONVERT_REGISTER_P.
4439
4a1970e4
DJ
44402005-05-11 Daniel Jacobowitz <drow@mvista.com>
4441 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4442
4443 * Makefile.in: Update dependencies for valops.c.
4444 * valops.c: Include "gdb_assert.h".
4445 (typecmp): Skip THIS parameter to methods.
4446 (find_method_list): Remove static_memfuncp argument,
4447 update callers. Check for stub methods.
4448 (find_value_oload_method_list): Don't set *static_memfuncp.
4449 (find_overload_match): Don't check for stub methods. Assert
4450 that methods are not stubbed. Handle static methods.
4451 (value_find_oload_method_list): Remove static_memfuncp argument.
4452 * gdbtypes.c (check_stub_method): Do not add THIS pointer
4453 to the argument list for static stub methods.
4454 * value.h (value_find_oload_method_list): Update prototype.
4455
b2e75d78
AC
44562002-05-11 Andrew Cagney <ac131313@redhat.com>
4457
4458 * arch-utils.h (generic_register_size): Declare.
4459 (generic_register_raw_size, generic_register_virtual_size): Delete
4460 declarations.
4461 * arch-utils.c (generic_register_raw_size): Delete.
4462 (generic_register_size): New function.
4463 (generic_register_virtual_size): Delete.
4464
4465 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4466 default generic_register_size.
4467 * gdbarch.h, gdbarch.c: Re-generate.
4468
4469 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4470 register_virtual_size.
4471 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4472 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4473
451fbdda
AC
44742002-05-11 Andrew Cagney <ac131313@redhat.com>
4475
4476 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4477 * gdbarch.h, gdbarch.c: Regenerate.
4478 * gnu-v3-abi.c: Update copyright.
4479 (vtable_address_point_offset): Update.
4480 (gnuv3_rtti_type): Update.
4481 (gnuv3_baseclass_offset): Update.
4482 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
4483 (init_fetch_link_map_offsets): Update.
4484 * remote.c (get_remote_state): Update.
4485
6d2f5cea
DJ
44862002-05-11 Daniel Jacobowitz <drow@mvista.com>
4487
4488 * TODO: Remove value_headof/value_from_vtable_info comment.
4489 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
4490 * values.c (value_headof, value_from_vtable_info): Delete.
4491 * value.h (value_from_vtable_info): Delete prototype.
4492
d2324da4
AC
44932002-05-11 Andrew Cagney <ac131313@redhat.com>
4494
4495 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
4496 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
4497 $(gdb_regex_h).
4498 (gdb_assert_h): Define.
4499 (gdb_wait_h): Define.
4500 (gdb_regex_h): Define.
4501
5c717440
DJ
45022002-05-11 Daniel Jacobowitz <drow@mvista.com>
4503
4504 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4505 * linespec.c (find_methods): Handle GCC 3.x template constructors.
4506
6c7861b3
JT
45072002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4508
4509 * nbsd-tdep.c: Fix comment.
4510
ea5bc2a6
JT
45112002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4512
4513 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
4514 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
4515 (nbsd-tdep.o): New dependency list.
4516 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
4517 nbsd-tdep.h.
4518 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
4519 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
4520 * nbsd-tdep.c: New file.
4521 * nbsd-tdep.h: New file.
4522 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
4523 nbsd-tdep.h.
4524 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
4525 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4526 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
4527 * config/sh/nbsd.mt (TDEPFILES): Ditto.
4528
b28da865
JT
45292002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4530
4531 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
4532 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
4533 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
4534 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
4535 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
4536 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
4537
4b8ff1fa
JT
45382002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4539
4540 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
4541 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4542 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
4543 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
4544 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
4545 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
4546 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
4547
dfe6eb1f
JT
45482002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4549
4550 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
4551 fetch_elfcore_registers to...
4552 * i386nbsd-tdep.c: ...here.
4553 (i386nbsd_use_struct_convention): Rename to...
4554 (i386nbsd_aout_use_struct_convention): ...this.
4555 (i386nbsd_supply_reg): New function.
4556 (i386nbsd_fill_reg): New function.
4557 (fetch_core_registers): Use i386nbsd_supply_reg.
4558 (fetch_elfcore_registers): Likewise.
4559 (_initialize_i386nbsd_tdep): New function.
4560 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
4561 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4562 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
4563 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
4564 (i386nbsd_aout_use_struct_convention): ...this.
4565
20cb8cda
JT
45662002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4567
4568 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
4569 (store_inferior_registers): Use shnbsd_fill_reg.
4570 * shnbsd-tdep.c (sh_nbsd_supply_registers,
4571 sh_nbsd_supply_register): Collapse into...
4572 (shnbsd_supply_reg): ...this.
4573 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
4574 (shnbsd_fill_reg): ...this.
4575 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
4576 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
4577 (fetch_core_registers): Use shnbsd_supply_reg.
4578 (fetch_elfcore_registers): Use shnbsd_supply_reg.
4579 (sh_nbsd_core_fns): Rename to...
4580 (shnbsd_core_fns): ...this.
4581 (sh_nbsd_elfcore_fns): Rename to...
4582 (shnbsd_elfcore_fns): ...this.
4583 (sh_nbsd_init_abi): Rename to...
4584 (shnbsd_init_abi): ...this.
4585 (_initialize_sh_nbsd_tdep): Rename to...
4586 (_initialize_shnbsd_tdep): ...this.
4587 * shnbsd-tdep.h (sh_nbsd_supply_registers,
4588 sh_nbsd_supply_register, sh_nbsd_fill_registers,
4589 sh_nbsd_fill_register): Remove prototypes.
4590 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
4591
e750d25e
JT
45922002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4593
4594 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
4595 (i387-nat.o): Delete dependency list.
4596 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
4597 (x86-64-linux-nat.o): Likewise.
4598 * i387-nat.c: Delete file, moving contents to...
4599 * i387-tdep.c: ...here.
4600 * i387-nat.h: Rename...
4601 * i387-tdep.h: ...to this.
4602 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
4603 * i386-linux-nat.c: Likewise.
4604 * i386bsd-nat.c: Likewise.
4605 * i386gnu-nat.c: Likewise.
4606 * i386nbsd-nat.c: Likewise.
4607 * i386v4-nat.c: Likewise.
4608 * x86-64-linux-nat.c: Likewise.
4609 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
4610 * config/i386/go32.mh (NATDEPFILES): Likewise.
4611 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
4612 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
4613 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
4614 * config/i386/linux.mh (NATDEPFILES): Likewise.
4615 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
4616 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4617 * config/i386/obsd.mh (NATDEPFILES): Likewise.
4618 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4619
1aee598a
JT
46202002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4621
4622 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
4623 (alphanbsd-nat.o): Remove dependency list.
4624 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
4625 * alphanbsd-nat.c: Delete. Contents moved to...
4626 * alphanbsd-tdep.c: ...here.
4627 (_initialize_alphanbsd_tdep): Register core functions.
4628 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
4629
12bcb0fe
JT
46302002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4631
4632 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
4633 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
4634 (alphanbsd-nat.o): Likewise.
4635 (alphabsd-tdep.o): New dependency list.
4636 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
4637 (fill_gregset): Use alphabsd_fill_reg.
4638 (supply_fpregset): Use alphabsd_supply_fpreg.
4639 (fill_fpregset): Use alphabsd_fill_fpreg.
4640 (fetch_inferior_registers): Use struct reg and struct fpreg
4641 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
4642 and alphabsd_supply_fpreg.
4643 (store_inferior_registers): Use struct reg and struct fpreg
4644 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
4645 and alphabsd_fill_fpreg.
4646 * alphabsd-tdep.c: New file.
4647 * alphabsd-tdep.h: New file.
4648 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
4649 (fetch_elfcore_registers): Use alphabsd_supply_reg and
4650 alphabsd_supply_fpreg.
4651 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
4652 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
4653
361d1df0
EC
46542002-05-11 Eric Christopher <echristo@redhat.com>
4655
4656 * mips-tdep.c (mips_double_register_type): Fix thinko.
4657 (mips_single_register_type): Ditto.
4658 * MAINTAINERS: Add self.
4659
92dd7cee
MK
46602002-05-11 Mark Kettenis <kettenis@gnu.org>
4661
4662 * i387-nat.c (i387_supply_register, i387_fill_fsave,
4663 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
4664 right thing on architectures with different endianness and/or
4665 integer sizes.
4666
e27da16d
JT
46672002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
4668
4669 From Christian Limpach <chris@Pin.LU>
4670 * configure.in: Change sed expression which comments out
4671 NATDEPFILES to also comment out continuation lines.
4672 * configure: Regenerate.
4673
ddde02bd
EZ
46742002-05-10 Elena Zannoni <ezannoni@redhat.com>
4675
4676 * sh-tdep.c: Clean up code erroneously reintroduced by previous
4677 big patch.
4678
1c922164
EZ
46792002-05-10 Elena Zannoni <ezannoni@redhat.com>
4680
4681 * sh-tdep.c: Include correct file.
4682
283150cd
EZ
46832002-05-10 Elena Zannoni <ezannoni@redhat.com>
4684
4685 New support for sh64-elf (sh5) target.
4686
4687 * configure.tgt: For sh64-elf target, default to sh-elf.
4688
4689 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
4690 (struct gdbarch_tdep): Add new fields for new registers and ABI
4691 info.
361d1df0 4692
283150cd
EZ
4693 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
4694 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
4695 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
4696 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
4697 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
4698 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
4699 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
4700 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
4701 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
4702 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
4703 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
4704 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
4705 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
4706 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
4707 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
4708 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
4709 sh64_get_gdb_regnum, sh64_media_reg_base_num,
4710 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
4711 sign_extend, sh64_nofp_frame_init_saved_regs,
4712 sh64_init_extra_frame_info, sh64_get_saved_register,
4713 sh64_extract_struct_value_address, sh64_pop_frame,
4714 sh64_push_arguments, sh64_extract_return_value,
4715 sh64_store_return_value, sh64_show_media_regs,
4716 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
4717 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
4718 sh_sh64_register_virtual_type,
4719 sh_sh64_register_convert_to_virtual,
4720 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
4721 sh64_register_read, sh64_pseudo_register_write,
4722 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
4723 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
4724 sh64_do_pseudo_register, sh_compact_do_registers_info,
4725 sh64_do_registers_info, sh_gdbarch_init): New functions.
4726
3117ed25
EZ
47272002-05-10 Elena Zannoni <ezannoni@redhat.com>
4728
4729 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
4730
2654e6d4
DJ
47312002-05-10 Daniel Jacobowitz <drow@mvista.com>
4732
4733 * linespec.c (decode_line_1): Check for a double quote after
4734 a filename correctly.
4735
9ab3e532
JB
47362002-05-10 Jim Blandy <jimb@redhat.com>
4737
4738 Properly track the size of the current objfile's .debug_line section.
4739 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
4740 (DWARF_LINE_SIZE): New macro.
4741 (dwarf2_build_psymtabs_hard): Record the line section's size in
4742 the partial symbol table.
4743 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
4744 symbol table.
4745
126fa72d
PS
47462002-05-10 Petr Sorfa <petrs@caldera.com>
4747
4748 * ia64-tdep.c: Handle breakpoints on L instruction type
4749 in MLX instruction bundle by moving the breakpoint to
4750 the third slot (X instruction type) as L holds only data.
4751
1f077a3e
KB
47522002-05-10 Kevin Buettner <kevinb@redhat.com>
4753
4754 * dbxread.c (discarding_local_symbols_complaint): New complaint.
4755 (process_one_symbol): Complain about discarding local symbols
4756 due to a misplaced N_LBRAC entry.
4757
8120c9d5 47582002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
4759
4760 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
4761 * linespec.c (find_toplevel_char): '<' and '>' also increase and
4762 decrease the depth we are at, in the case of templates.
361d1df0 4763
67b2c998
DJ
47642002-05-09 Daniel Jacobowitz <drow@mvista.com>
4765
4766 * mips-tdep.c (mips_float_register_type): New function.
4767 (mips_double_register_type): New function.
4768 (mips_print_register): Use them.
4769 (do_fp_register_row): Likewise.
4770
fd326606
DJ
47712002-05-09 Daniel Jacobowitz <drow@mvista.com>
4772
6609d9af 4773 * signals/signals.c (signals): Remove conditional compilation around
fd326606 4774 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 4775 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 4776
bef35864
MS
47772002-05-09 Michael Snyder <msnyder@redhat.com>
4778
4779 * remote-rdp.c (remote_rdp_can_run): Remove.
4780
c55a3f73
TT
47812002-05-09 Tom Tromey <tromey@redhat.com>
4782
4783 * jv-valprint.c (java_val_print): Handle `char' as a special case
4784 of TYPE_CODE_INT.
4785
b8d5e71d
MS
47862002-05-09 Michael Snyder <msnyder@redhat.com>
4787
4788 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
4789 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 4790 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 4791 str r(0123),[sp,#nn].
361d1df0 4792 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
4793 order-independent by placing it in a loop.
4794
e2cd42dd
MS
47952002-05-06 Michael Snyder <msnyder@redhat.com>
4796
4797 * stabsread.c (read_type): Add recognition for new attribute:
4798 "@V;" means that an array type is actually a vector.
4799 This is analogous to the vector flag that's been added to dwarf2.
4800
3ce1502b
MK
48012002-05-09 Mark Kettenis <kettenis@gnu.org>
4802
4803 * i386-tdep.h (i386_abi): New enum.
4804 (struct gdbarch_tdep): Replace os_ident member with abi.
4805 (i386_gdbarch_register_os_abi): New prototype.
4806 * i386-tdep.c (i386_abi_names): New array.
4807 (process_note_abi_tag_sections): Removed.
4808 (process_note_sections): New function.
4809 (i386_elf_abi_from_note, i386_elf_abi): New functions.
4810 (struct i386_abi_handler): New struct.
4811 (i386_abi_handler_list): New variable.
4812 (i386_gdbarch_register_os_abi): New function.
4813 (i386_gdbarch_init): Adapt for the changes given above.
4814
084c156a
DJ
48152002-05-08 Daniel Jacobowitz <drow@mvista.com>
4816
4817 * gregset.h: Say "GNU/Linux".
4818
6599f021
EZ
48192002-05-08 Elena Zannoni <ezannoni@redhat.com>
4820
4821 * gdbtypes.c : Add new builtin type for 64 bit vectors.
4822 (build_gdbtypes): Build builtin_type_v2_float.
4823 (_initialize_gdbtypes): Register new builtin type.
4824
40af4b0c
AC
48252002-05-08 Andrew Cagney <ac131313@redhat.com>
4826
4827 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
4828 (clear_gdbarch_swap): New function.
4829 (initialize_non_multiarch): Call.
4830 (gdbarch_update_p): Before calling init(), swap out and clear the
4831 existing architecture.
4832 * gdbarch.c: Regenerate.
4833
4fe84f46
JT
48342002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4835
4836 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
4837 alphanbsd-tdep.c.
4838
4015edd1
JT
48392002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4840
4841 * sh-nbsd-nat.c: Rename to...
4842 * shnbsd-nat.c: ...this.
4843 * sh-nbsd-tdep.c: Rename to...
4844 * shnbsd-tdep.c: ...this.
4845 * sh-nbsd-tdep.h: Rename to...
4846 * shnbsd-tdep.h: ...this.
4847 * config/sh/nbsd.mh: Use shnbsd-nat.o.
4848 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
4849
0e2bd219
RE
48502002-05-08 Richard Earnshaw <rearnsha@arm.com>
4851
4852 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
4853 concatenation for command help messages.
4854
13a38d45
JT
48552002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4856
4857 * NEWS: Note new sh*-*-netbsdelf* configuration.
4858 * configure.host: Set gdb_host_cpu to sh for all sh*.
4859 (sh*-*-netbsdelf*): New host.
4860 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
4861 (sh*-*-netbsdelf*): New target.
4862 * sh-nbsd-nat.c: New file.
4863 * sh-nbsd-tdep.c: New file.
4864 * sh-nbsd-tdep.h: New file.
4865 * config/sh/nbsd.mh: New file.
4866 * config/sh/nbsd.mt: New file.
4867 * config/sh/nm-nbsd.h: New file.
4868 * config/sh/tm-nbsd.h: New file.
4869
d658f924
JT
48702002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
4871
4872 * sh-tdep.c (sh_osabi_names): Declare.
4873 (process_note_abi_tag_sections): New function.
4874 (get_elfosabi): Ditto.
4875 (sh_gdbarch_register_os_abi): Ditto.
4876 (sh_dump_tdep): Ditto.
4877 _initialize_sh_tdep): Use gdbarch_register to register
4878 sh_gdbarch_init and sh_dump_tdep.
4879 * config/sh/tm-sh.h (sh_osabi): Declare.
4880 (gdbarch_tdep): Add sh_osabi and osabi_name members.
4881
848cfffb
AC
48822002-05-07 Andrew Cagney <ac131313@redhat.com>
4883
4884 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
4885 (thumb_scan_prologue): Ditto.
4886 (arm_find_callers_reg): Ditto.
4887 (arm_frame_chain): Ditto.
4888 (arm_init_extra_frame_info): Ditto.
4889 (arm_frame_saved_pc): Ditto.
4890 (arm_pop_frame): Ditto.
4891 (arm_push_return_address): New function.
4892 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
4893 call_dummy_location, call_dummy_breakpoint_offset_p,
4894 call_dummy_breakpoint_offset, call_dummy_p,
4895 call_dummy_stack_adjust_p, call_dummy_words,
4896 sizeof_call_dummy_words, call_dummy_start_offset,
4897 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
4898 call_dummy_address, push_return_address and push_dummy_frame for
4899 generic dummy frames.
4900
e7d717c0
JT
49012002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
4902
4903 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
4904 size computation for alloca.
4905 (sh_fp_frame_init_saved_regs): Likewise.
4906
7bbcf283
RE
49072002-05-07 Richard Earnshaw <rearnsha@arm.com>
4908
4909 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
4910 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 4911 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
4912 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
4913 * remote-rdp.c (remote_rdp_fetch_register): Use
4914 ARM_MAX_REGISTER_RAW_SIZE.
4915 (remote_rdp_store_register): Likewise.
4916
4657573b
ML
49172002-05-07 Michal Ludvig <mludvig@suse.cz>
4918
361d1df0 4919 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
4920 added default labels to switch {} statements.
4921 * x86-64-tdep.c: Ditto.
4922 * x86-64-linux-nat.c: Ditto.
4923
010f3b2f
JT
49242002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
4925
4926 * solib.h: Protect against multiple inclusion.
4927
debd256d
JB
49282002-05-06 Jim Blandy <jimb@redhat.com>
4929
9ab3e532
JB
4930 Add first preprocessor macro-expansion files.
4931 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4932 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4933 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4934 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4935 (COMMON_OBS): Add macrotab.o, macroexp.o.
4936 (macroexp.o, macrotab.o): New rules.
4937
debd256d
JB
4938 Separate the job of reading the line number info statement program
4939 header (...expialidocious) out into its own function.
4940 * dwarf2read.c (struct line_head, struct filenames, struct
4941 directories): Replace with...
4942 (struct line_header): New structure, containing the full
4943 contents of the statement program header, including the
4944 include directory and file name tables.
4945 (read_file_scope): If we have line number info, instead of just
4946 calling dwarf_decode_lines to do all the work, call
4947 dwarf_decode_line_header first to get a `struct line_header'
4948 containing the data in the statement program header, and then
4949 pass that to dwarf_decode_lines, which will pick up where that
4950 left off. Be sure to clean up the `struct line_header' object.
4951 (dwarf_decode_line_header, free_line_header, add_include_dir,
4952 add_file_name): New functions.
4953 (dwarf_decode_lines): Move all the code to read the statement
4954 program header into dwarf_decode_line_header. Take the line
4955 header it built as the first argument, instead of the offset to
4956 the compilation unit's line number info. Use the new `struct
4957 line_header' type instead of the old structures. No need to do
4958 cleanups here now, since we don't allocate anything.
4959 (dwarf2_statement_list_fits_in_line_number_section,
4960 dwarf2_line_header_too_long): New complaints.
4961
ac3aafc7
EZ
49622002-05-06 Elena Zannoni <ezannoni@redhat.com>
4963
4964 * gdbtypes.c (init_vector_type): New function.
4965 (build_builtin_type_vec128): Simplify the representation of SIMD
4966 registers.
4967 (build_gdbtypes): Initialize new builtin vector types.
4968 (_initialize_gdbtypes): Register new vector types with gdbarch.
4969 (builtin_type_v4_float, builtin_type_v4_int32,
4970 builtin_type_v8_int16, builtin_type_v16_int8,
4971 builtin_type_v2_int32, builtin_type_v4_int16,
4972 builtin_type_v8_int8): New (renamed) SIMD types.
4973
13e49980
MK
49742002-05-06 Mark Kettenis <kettenis@gnu.org>
4975
4976 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
4977 (i387_fill_fxsave): Likewise.
4978
997b20b8
AO
49792002-05-05 Alexandre Oliva <aoliva@redhat.com>
4980
4981 * alpha-tdep.c (alpha_extract_return_value): Don't use
4982 non-constant array size in prototype.
4983
535c96ce
AC
49842002-05-04 Andrew Cagney <ac131313@redhat.com>
4985
4986 From Brian Taylor <briant at model dot com>:
4987 * ui-out.c (ui_out_field_core_addr): Use the function
4988 longest_local_hex_string_custom'to format addresses > 32 bits
4989 wide.
4990
4991 * ui-out.c (ui_out_field_core_addr): Update comment.
4992
bedfa57b
AC
49932002-05-04 Andrew Cagney <ac131313@redhat.com>
4994
4995 * stack.c (select_and_print_frame): Make static. Delete the
4996 parameter `level'.
4997 (func_command): Update call.
4998 (select_frame_command): Delete code computing the frame level.
4999 * frame.h (select_and_print_frame): Delete declaration.
5000
f621c63e
AC
50012002-05-04 Andrew Cagney <ac131313@redhat.com>
5002
5003 * sparc-tdep.c (sparc_get_saved_register): Comment why
5004 get_prev_frame call is safe.
5005
0f7d239c
AC
50062002-05-04 Andrew Cagney <ac131313@redhat.com>
5007
5008 * frame.h (select_frame): Delete level parameter.
5009 * stack.c (select_frame): Update. Use frame_relative_level to
5010 obtain the frame's level.
5011 (select_and_print_frame): Update call.
5012 (select_frame_command): Ditto.
5013 (up_silently_base): Ditto.
5014 (down_silently_base): Ditto.
5015 * ocd.c (ocd_start_remote): Ditto.
5016 * remote-rdp.c (remote_rdp_open): Ditto.
5017 * remote-mips.c (mips_initialize): Ditto.
5018 (common_open): Ditto.
5019 * remote-e7000.c (e7000_start_remote): Ditto.
5020 * m3-nat.c (select_thread): Ditto.
5021 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5022 (child_get_current_exception_event): Ditto.
5023 * varobj.c (varobj_create): Ditto.
5024 (varobj_update): Ditto.
5025 (c_value_of_root): Ditto.
5026 * tracepoint.c (finish_tfind_command): Ditto.
5027 * corelow.c (core_open): Ditto.
5028 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5029 * thread.c (info_threads_command): Ditto.
5030 (switch_to_thread): Ditto.
5031 * infrun.c (normal_stop): Ditto.
5032 (restore_selected_frame): Ditto.
5033 (restore_inferior_status): Ditto.
5034 * breakpoint.c (insert_breakpoints): Ditto.
5035 (watchpoint_check): Ditto.
5036 (bpstat_stop_status): Ditto.
5037 (do_enable_breakpoint): Ditto.
5038 * blockframe.c (flush_cached_frames): Ditto.
5039 (reinit_frame_cache): Ditto.
5040
71d6c7b1
AC
50412002-05-04 Andrew Cagney <ac131313@redhat.com>
5042
5043 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5044 maintainer.
5045
cda6c68a
JB
50462002-05-04 Jim Blandy <jimb@redhat.com>
5047
5048 * gdbtypes.c (replace_type): Doc fix.
5049
5c1c87f0
AC
50502002-05-04 Andrew Cagney <ac131313@redhat.com>
5051
5052 * valprint.c (strcat_longest): Delete commented out function.
5053 Update copyright.
5054
cd9bfe15
AC
50552002-05-04 Andrew Cagney <ac131313@redhat.com>
5056
5057 * MAINTAINERS: Mark a29k as deleted.
5058 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5059 Move new configurations to the top.
5060 * configure.tgt: Remove a29k.
5061 * config/a29k/tm-vx29k.h: Delete.
5062 * config/a29k/vx29k.mt: Delete.
5063 * config/a29k/tm-a29k.h: Delete.
5064 * config/a29k/a29k-udi.mt: Delete.
5065 * config/a29k/a29k.mt: Delete.
5066 * a29k-tdep.c: Delete.
5067 * remote-udi.c: Delete.
5068 * remote-mm.c: Delete.
5069 * remote-eb.c: Delete.
5070 * remote-adapt.c: Delete.
5071 * Makefile.in: Remove obsolete code.
5072 * gdbserver/Makefile.in: Ditto.
5073 * config/s390/s390x.mt: Ditto.
5074 * config/s390/s390.mt: Ditto.
5075 * config/sparc/sparclynx.mh: Ditto.
5076 * config/sparc/linux.mh: Ditto.
5077 * config/pa/hppaosf.mh: Ditto.
5078 * config/pa/hppabsd.mh: Ditto.
5079 * config/ns32k/nbsd.mt: Ditto.
5080 * config/mips/vr5000.mt: Ditto.
5081 * config/m68k/sun3os4.mh: Ditto.
5082 * config/m68k/nbsd.mt: Ditto.
5083 * config/m68k/m68klynx.mh: Ditto.
5084 * config/m32r/m32r.mt: Ditto.
5085 * config/i386/x86-64linux.mt: Ditto.
5086 * config/i386/nbsdelf.mt: Ditto.
5087 * config/i386/nbsd.mt: Ditto.
5088 * config/i386/i386lynx.mh: Ditto.
5089
bf0c5130
AC
50902002-05-04 Andrew Cagney <ac131313@redhat.com>
5091
5092 * target.c (debug_print_register): New function. Handle oversize
5093 registers.
5094 (debug_to_fetch_registers): Call.
5095 (debug_to_store_registers): Call.
5096
2ae1c2d2
JB
50972002-05-03 Jim Blandy <jimb@redhat.com>
5098
13a393b0
JB
5099 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5100 (read_type): Doc fix.
5101 * gdbtypes.c (replace_type): Doc fix.
5102
2ae1c2d2
JB
5103 * stabsread.c (multiply_defined_struct): New complaint.
5104 (read_struct_type): If the type we were passed isn't empty, or
5105 incomplete, don't read the new struct type into it; complain,
5106 and return the original type unchanged. Take a new `type_code'
5107 argument, which is the type code for the new type.
5108 (read_type): Rather than storing the type's type code here, pass
5109 it as an argument to read_struct_type, and let that take care of
5110 storing it. That way, we don't overwrite the original type code,
5111 so read_struct_type can use it to decide whether we're overwriting
5112 something we shouldn't.
5113 (complain_about_struct_wipeout): New function.
5114
8de9bdc4
AC
51152002-05-03 Andrew Cagney <ac131313@redhat.com>
5116
5117 * gdbarch.sh: Assert that gdbarch is non-NULL.
5118 * gdbarch.c: Regenerate.
5119
f773fdbb
JM
51202002-05-03 Jason Merrill <jason@redhat.com>
5121
5122 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5123 and return NULL.
5124
0e04a514
ML
51252002-05-03 Michal Ludvig <mludvig@suse.cz>
5126
5127 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5128 (x86_64_dwarf2gdb_regno_map_length),
5129 (x86_64_dwarf2_reg_to_regnum): Added.
5130 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5131 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5132 (_initialize_x86_64_tdep): Synced with the change above.
5133 (x86_64_skip_prologue): Reformulated message.
5134
065432a8
PM
51352002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5136
5137 * f-exp.y: Also use new prev_lexptr variable
5138 to improve error reporting. Based on Michael Snyder
5139 2002-04-24 dated patch to c-exp.y.
5140 * jv-exp.y: Likewise.
5141 * m2-exp.y: Likewise.
5142
a3162708
EZ
51432002-05-02 Elena Zannoni <ezannoni@redhat.com>
5144
5145 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5146 we are dealing with vectors.
5147
03620c38
PM
51482002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5149
5150 * config/m68k/tm-nbsd.h: Obvious fix,
5151 correct machine name.
5152
6604db2e
PM
51532002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5154
5155 * p-typeprint.c (pascal_type_print_base): Add support
5156 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5157
0906b739
PM
51582002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5159
5160 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5161 for fondamental pascal 'char' type.
5162
e2625b33
PM
51632002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5164
5165 * p-lang.h (is_pascal_string_type): Declaration changed,
5166 new sixth argument of type char ** added.
361d1df0 5167 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
5168 changed. Args length_pos, length_size, string_pos, char_size
5169 can now be NULL. New argument arrayname set to the field
5170 name of the char array. Return value set to char array
5171 field index plus one.
361d1df0 5172 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
5173 is_pascal_string_type function.
5174
cf17c188
AC
51752002-05-02 Andrew Cagney <cagney@redhat.com>
5176
5177 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5178 <cagney@redhat.com> change.
5179 * gdbarch.c: Regenerate.
5180
52bca491
AC
51812002-05-02 Andrew Cagney <cagney@redhat.com>
5182
5183 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5184 before probing for a new one. Detect errorenous gdbarch_init
5185 functions.
5186 * gdbarch.c: Regenerate.
5187
d5e72505
AC
51882002-05-01 Andrew Cagney <cagney@redhat.com>
5189
5190 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5191 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5192 * config/v850/tm-v850.h: Ditto. Update copyright.
5193
af566d9f
AC
51942002-04-30 Andrew Cagney <ac131313@redhat.com>
5195
5196 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5197 current_gdbarch.
5198
880d85fa
MS
51992002-04-30 Michael Snyder <msnyder@redhat.com>
5200
94c30b78
MS
5201 * arm-tdep.c: Whitespace clean-ups.
5202 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
5203 should have been removed as part of 4/24 change.
5204
6f5987a6
KB
52052002-04-30 Kevin Buettner <kevinb@redhat.com>
5206
5207 * rs6000-tdep.c: Added comment describing how fpscr register
5208 numbers were chosen.
5209
1a113c93
MS
52102002-04-30 Michael Snyder <msnyder@redhat.com>
5211
5212 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5213
9a6f53fe
EZ
52142002-04-29 Elena Zannoni <ezannoni@redhat.com>
5215
5216 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5217 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5218 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5219
11ed25ac
KB
52202002-04-29 Kevin Buettner <kevinb@redhat.com>
5221
5222 From Louis Hamilton <hamilton@redhat.com>:
5223 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5224 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5225 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5226 not bfd-private xcoff data, to determine wordsize.
5227 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5228
ae232405
AC
52292002-04-29 Andrew Cagney <ac131313@redhat.com>
5230
5231 GDB 5.2 released from 5.2 branch.
5232
91fd20f7
ML
52332002-04-29 Michal Ludvig <mludvig@suse.cz>
5234
5235 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5236 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5237 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 5238
2dc5091b
EZ
52392002-04-29 Elena Zannoni <ezannoni@redhat.com>
5240
5241 * rs6000-tdep.c (rs6000_extract_return_value,
5242 rs6000_store_return_value): Handle returning vectors.
5243 (rs6000_gdbarch_init): Use
5244 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5245 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5246 New function.
5247 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5248 vectors.
5249 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5250 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 5251
2b9848d8
PM
52522002-04-24 Pierre Muller <ics.u-strasbg.fr>
5253
5254 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 5255 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
5256 with fprintf_unfiltered (gdb_stderr,...).
5257
f8d17dc5
PM
52582002-04-24 Pierre Muller <ics.u-strasbg.fr>
5259
5260 * remote-array.c (printf_monitor, write_monitor,
361d1df0 5261 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
5262 Replace fprintf (stderr,...
5263 with fprintf_unfiltered (gdb_stderr,....
5264 * remote-es.c: Likewise.
5265 * remote-os9k.c: Likewise.
5266 * remote-st.c: Likewise.
5267
2f2f1ad1
AS
52682002-04-28 Andreas Schwab <schwab@suse.de>
5269
5270 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5271 linux-proc.o and gcore.o.
5272
b6779aa2
AC
52732002-04-26 Michal Ludvig <mludvig@suse.cz>
5274
5275 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5276 code without frame pointers.
5277
7e57f5f4
AC
52782002-04-26 Andrew Cagney <ac131313@redhat.com>
5279
5280 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5281 ON_STACK is needed.
5282
2ceb85d0
BE
52832002-04-26 Ben Elliston <bje@redhat.com>
5284
5285 * target.c (do_xfer_memory): Correct reference to the new option
5286 "trust-readonly-sections".
5287
f5f8a009
EZ
52882002-04-26 Elena Zannoni <ezannoni@redhat.com>
5289
5290 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5291 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5292 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5293 vectors.
5294 (read_array_type): Record the fact that this array type is really a
5295 vector (i.e. are passed in by value).
5296
5868c862
JT
52972002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5298
5299 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5300 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5301 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5302 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5303 * alpha-linux-tdep.c: Include frame.h.
5304 (alpha_linux_sigcontext_addr): New function.
5305 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5306 alpha_linux_sigcontext_addr.
5307 * alpha-osf1-tdep.c: Include gdbcore.h.
5308 (alpha_osf1_sigcontext_addr): New function.
5309 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5310 alpha_osf1_sigcontext_addr.
5311 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5312 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5313
bfb01f37
AC
53142002-04-26 Andrew Cagney <ac131313@redhat.com>
5315
361d1df0 5316 * stack.c (selected_frame_level):
bfb01f37
AC
5317 (select_frame): Do not set selected_frame_level.
5318 * frame.h (selected_frame_level): Delete declaration.
5319
15813d3f
AC
53202002-04-26 Andrew Cagney <ac131313@redhat.com>
5321
5322 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5323 convert_from_func_ptr-addr when AIX / PowerOpen.
5324
6096c27a
AC
53252002-04-25 Andrew Cagney <ac131313@redhat.com>
5326
5327 * valops.c (hand_function_call): Call
5328 generic_save_call_dummy_addr.
5329 * frame.h (generic_save_call_dummy_addr): Declare.
5330 * blockframe.c (struct dummy_frame): Add fields call_lo and
5331 call_hi.
5332 (generic_find_dummy_frame): Check for PC in range call_lo to
5333 call_hi instead of entry_point_address.
5334 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5335 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5336 (generic_save_call_dummy_addr): New function.
5337
f510d44e
DM
53382002-04-24 David S. Miller <davem@redhat.com>
5339
5340 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5341 sparc_skip_prologue.
5342 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5343 information to find prologue when possible.
5344 (sparc_prologue_frameless_p): Call examine_prologue directly.
5345 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5346 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5347 second argument.
5348 (SKIP_PROLOGUE): Likewise.
5349
15d72a92
JT
53502002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5351
5352 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5353 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5354 indicate that the condition it was testing is always true.
5355 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5356 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5357 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5358
accc6d1f
JT
53592002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5360
5361 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5362 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5363 tdep->jb_pc and tdep->jb_elt_size.
5364 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5365 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5366 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5367 * alpha-nat.c (get_longjmp_target): Remove.
5368 (JB_ELEMENT_SIZE): Ditto.
5369 (JB_PC): Ditto.
5370 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5371 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5372 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5373 to alpha_get_longjmp_target.
5374 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5375 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5376 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5377
1bfdc549
AC
53782002-04-25 Andrew Cagney <ac131313@redhat.com>
5379
5380 * README: Update to GDB 5.2.
5381
1bd316f0
AC
53822002-04-25 Andrew Cagney <ac131313@redhat.com>
5383
5384 * gdbarch.sh (LC_ALL): Set to `c'.
5385
2e5ff58c
TR
53862002-04-25 Theodore A. Roth <troth@verinet.com>
5387
5388 * avr-tdep.c: Ran through gdb_indent.sh.
5389
e33ce519
TR
53902002-04-25 Theodore A. Roth <troth@verinet.com>
5391
5392 * MAINTAINERS: Add myself as AVR maintainer.
5393 * NEWS: Note new target avr.
5394
8818c391
TR
53952002-04-25 Theodore A. Roth <troth@verinet.com>
5396
5397 * Makefile.in: Add support for AVR target.
5398 * configure.tgt: Add support for AVR target.
5399 * avr-tdep.c: New file
5400 * config/avr/avr.mt: New file.
5401
79509c2d
TR
54022002-04-25 Theodore A. Roth <troth@verinet.com>
5403
5404 * MAINTAINERS: Add myself to write-after-approval.
5405
dac8068e
PM
54062002-04-24 Pierre Muller <ics.u-strasbg.fr>
5407
5408 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5409 with fprintf_unfiltered (gdb_stderr,....
5410
25bf3106
PM
54112002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5412
5413 Fix PR gdb/508.
5414 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5415
24467a86
PM
54162002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5417
5418 * p-exp.y: Also use new prev_lexptr variable
5419 to improve error reporting. Based on Michael Snyder
5420 2002-04-24 dated patch to c-exp.y.
5421
95b80706
JT
54222002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5423
5424 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5425 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5426 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5427 to 0.
5428 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5429 and struct value.
5430 (FUNCTION_START_OFFSET): Remove.
5431 (BREAKPOINT): Ditto.
5432
e90cc612
JT
54332002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5434
5435 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5436 * NEWS: Ditto.
5437
6c72f9f9
JT
54382002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5439
5440 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5441 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5442 alpha_linux_pc_in_sigtramp.
5443 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5444 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5445 alpha_osf1_pc_in_sigtramp.
5446 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5447 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5448 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5449 alphafbsd_pc_in_sigtramp.
5450 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5451 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5452 alphanbsd_pc_in_sigtramp.
5453 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5454 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5455
5e4f3379
JT
54562002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5457
5458 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5459
da8ca43d
JT
54602002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5461
5462 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5463 alphanbsd-tdep.c.
5464 (alphanbsd-nat.o): New dependency list.
5465 (alphanbsd-tdep.o): Ditto.
5466 * NEWS: Note new native NetBSD/alpha configuration.
5467 * alphanbsd-nat.c: New file.
5468 * alphanbsd-tdep.c: Ditto.
5469 * configure.host (alpha*-*-netbsd*): New host.
5470 * configure.tgt (alpha*-*-netbsd*): New target.
5471 * config/alpha/nbsd.mh: New file.
5472 * config/alpha/nbsd.mt: Ditto.
5473 * config/alpha/nm-nbsd.h: Ditto.
5474 * config/alpha/tm-nbsd.h: Ditto.
5475
36a6271d
JT
54762002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5477
5478 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
5479 (alpha-osf1-tdep.o): New dependency list.
5480 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
5481 and skip_sigtramp_frame members.
5482 * alpha-linux-tdep.c: Include gdbcore.h.
5483 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
5484 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
5485 * alpha-osf1-tdep.c: New file.
5486 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
5487 alpha-osf1-dep.c.
5488 (alpha_frame_past_sigtramp_frame): New function.
5489 (alpha_dynamic_sigtramp_offset): Ditto.
5490 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
5491 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
5492 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
5493 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
5494 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
5495 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
5496 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
5497 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
5498 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
5499 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
5500 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
5501 to find_solib_trampoline_target.
5502 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
5503 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
5504 (SKIP_TRAMPOLINE_CODE): Remove.
5505 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5506 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5507 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5508 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5509 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
5510 (PROC_SIGTRAMP_MAGIC): Ditto.
5511 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5512 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5513 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5514 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5515 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5516
2f4bc57b
JT
55172002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5518
5519 * NEWS: Note that Alpha targets are now multi-arch.
5520
665132f9
MS
55212002-04-24 Michael Snyder <msnyder@redhat.com>
5522
5523 * parser-defs.h (prev_lexptr): New external variable.
5524 * parse.c (parse_exp_1): Set prev_lexptr to null before
5525 calling the language-specific parser.
5526 * c-exp.y (yylex): Set prev_lexptr to start of current token.
5527 (yyerror): Use prev_lexptr in error reporting.
5528
32872fa7
DJ
55292002-04-24 Daniel Jacobowitz <drow@mvista.com>
5530
5531 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
5532 * gregset.h: If FILL_FPXREGSET is defined, provide
5533 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
5534 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
5535 is defined, call fill_fpxregset.
5536
57e76fac
MS
55372002-04-24 Roland McGrath <roland@frob.com>
5538
5539 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
5540 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
5541 (supply_gregset, supply_fpregset): New functions.
5542
5543 * gnu-nat.c (gnu_find_memory_regions): New function.
5544 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
5545 (gnu_xfer_memory): Add a cast.
5546
f43845b3
MS
55472002-04-24 Michael Snyder <msnyder@redhat.com>
5548
361d1df0 5549 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
5550 loop. Add handling for "str lr, [sp, #-4]!" and for saves
5551 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 5552 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
5553 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
5554 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
5555
a0abec03
AC
5556Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
5557
5558 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
5559 NUM_PSEUDO_REGS can be used.
5560
d7bd68ca
AC
55612002-04-24 Andrew Cagney <ac131313@redhat.com>
5562
5563 * arch-utils.h: Update copyright.
5564
5565 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
5566 * gdbarch.h, gdbarch.c: Re-generate.
5567
5568 * inferior.h (IN_SIGTRAMP): Delete definition.
5569 * arch-utils.c (legacy_pc_in_sigtramp): New function.
5570 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
5571
5572 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
5573 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
5574 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
5575 (find_proc_framesize): Ditto.
5576 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
5577 (alpha_init_extra_frame_info): Ditto.
5578 * infrun.c (handle_inferior_event): Ditto.
5579 (handle_inferior_event): Ditto.
5580 (check_sigtramp2): Ditto.
5581 * blockframe.c (create_new_frame): Ditto.
5582 (get_prev_frame): Ditto.
5583 * ppc-linux-tdep.c: Update comments.
5584 * i386-linux-tdep.c: Update comments.
5585 * breakpoint.c (bpstat_what): Update comment.
5586
d06f167a
ML
55872002-04-24 Michal Ludvig <mludvig@suse.cz>
5588
5589 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
361d1df0 5590 (regsets_store_inferior_registers): Removed cast to int from
d06f167a
ML
5591 ptrace() calls.
5592 * gdbserver/regcache.h: Added declaration of struct inferior_info.
5593
4867e41e
DM
55942002-04-24 David S. Miller <davem@redhat.com>
5595
21d83aa5
DM
5596 * i960-tdep.c (register_in_window_p): New function.
5597 (i960_find_saved_register): Use it instead of
5598 REGISTER_IN_WINDOW_P.
5599 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
5600
4867e41e
DM
5601 * symtab.h (find_stab_function_addr): Kill extern.
5602 * minsyms.c (find_stab_function_addr): Remove from here...
5603 * dbxread.c: ... to here, and mark it static.
5604
69cdf6a2
DM
56052002-04-20 David S. Miller <davem@redhat.com>
5606
5607 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
5608 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
5609
5a595886
DM
56102002-04-21 David S. Miller <davem@redhat.com>
5611
5612 * remote-vxsparc.c (vx_read_register): Fix typo, we want
5613 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
5614 (vx_write_register): Likewise.
5615
1da1a192
JB
56162002-04-23 J. Brobecker <brobecker@gnat.com>
5617
5618 * source.c (is_regular_file): New function.
5619 (openp): Check wether file to open is a regular file
5620 to avoid opening directories.
5621
baa6f10b
JT
56222002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5623
5624 * findvar.c (extract_signed_integer): Cast printf argument
5625 to suppress format warning.
5626 (extract_unsigned_integer): Likewise.
5627 * infcmd.c (registers_info): Likewise.
5628 * top.c (get_prompt_1): Likewise.
5629 * valops.c (value_assign): Likewise.
5630 * valprint.c (print_decimal): Likewise.
5631
b2c4da81
L
56322002-04-22 H.J. Lu (hjl@gnu.org)
5633
5634 * c-exp.y (typebase): Support
361d1df0 5635
b2c4da81
L
5636 [long|long long|short] [signed|unsigned] [int|]
5637
5638 and
5639
5640 signed [long|long long|short] int
5641
f267bd6a
JT
56422002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5643
5644 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
5645 and vax-tdep.h.
5646 * vax-tdep.h: New file.
5647 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
5648 Make several routines static.
5649 (vax_get_saved_register): New function.
5650 (vax_gdbarch_init): New function.
5651 (_initialize_vax_tdep): Register vax_gdbarch_init.
5652 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
5653 Remove macros now under the control of gdbarch.
5654
da3c6d4a
MS
56552002-04-22 Michael Snyder <msnyder@redhat.com>
5656
11d3b27d
MS
5657 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
5658 Some whitespace and coding standards tweaks.
da3c6d4a 5659
a33f7558
JT
56602002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5661
5662 * vax-tdep.c: Include regcache.h.
5663 (vax_call_dummy_words): New.
5664 (sizeof_vax_call_dummy_words): New.
5665 (vax_fix_call_dummy): New function.
5666 (vax_saved_pc_after_call): Ditto.
5667 * config/vax/tm-vax.h: Don't include regcache.h.
5668 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
5669 (CALL_DUMMY): Remove.
5670 (CALL_DUMMY_WORDS): Define.
5671 (SIZEOF_CALL_DUMMY_WORDS): Define.
5672 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
5673
47a73475
MS
56742002-04-18 Michael Snyder <msnyder@redhat.com>
5675
5676 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
5677
52efde73
JT
56782002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5679
5680 * vax-tdep.c (vax_frame_chain): New function.
5681 (vax_push_dummy_frame): Ditto.
5682 (vax_pop_frame): Ditto.
5683 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
5684 (FRAMELESS_FUNCTION_INVOCATION): Use
5685 generic_frameless_function_invocation_not.
5686 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
5687 (POP_FRAME): Use vax_pop_frame.
5688
ea74468c
JT
56892002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5690
5691 * vax-tdep.c (vax_store_struct_return): New function.
5692 (vax_extract_return_value): Ditto.
5693 (vax_store_return_value): Ditto.
5694 (vax_extract_struct_value_address): Ditto.
5695 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
5696 vax_store_struct_return.
5697 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
5698 (STORE_RETURN_VALUE): Use vax_store_return_value.
5699 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
5700
5516aa92
JT
57012002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5702
5703 * vax-tdep.c (vax_frame_saved_pc): New function.
5704 (vax_frame_args_address_correct): Ditto.
5705 (vax_frame_args_address): Ditto.
5706 (vax_frame_locals_address): Ditto.
5707 (vax_frame_num_args): Move code to be in proximity to
5708 other frame-related functions.
5709 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
5710 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
5711 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
5712 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
5713 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
5714
36af0b35
L
57152002-04-22 H.J. Lu (hjl@gnu.org)
5716
5717 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
5718 includedir.
5719
ab62c900
JT
57202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5721
5722 * vax-tdep.c (vax_frame_init_saved_regs): New function.
5723 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
5724 (FRAME_INIT_SAVED_REGS): New macro.
5725
7232b100
JT
57262002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5727
5728 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
5729
b70d2aee
JT
57302002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5731
5732 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
5733 where needed.
5734 (fetch_osf_core_registers): Likewise.
5735 (supply_gregset): Likewise.
5736
a0e8a2d1 57372002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 5738
a0e8a2d1
JB
5739 * symfile.h (get_section_index): Define.
5740 * symfile.c (get_section_index): New function.
5741 * mdebugread.c (SC_IS_SBSS): New macro.
5742 (SC_IS_BSS): Return true for the scBss storage class only, as
5743 the scSBss storage class refers to the .sbss section.
5744 (parse_partial_symbols): Discard the symbols which associated
5745 section does not exist.
5746 Make sure to use the .sbss section index for symbols which
5747 storage class is scBss, rather than using the .bss section index.
5748
51eb8b08
JT
57492002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5750
5751 * vax-tdep.c: Update copyright years.
5752 (vax_register_name): New function.
5753 (vax_register_byte): Ditto.
5754 (vax_register_raw_size): Ditto.
5755 (vax_register_virtual_size): Ditto.
5756 (vax_register_virtual_type): Ditto.
5757 * config/vax/tm-vax.h: Update copyright years.
5758 (REGISTER_NAMES): Remove.
5759 (REGISTER_NAME): Define.
5760 (REGISTER_BYTE): Use vax_register_byte.
5761 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
5762 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
5763 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
5764
6cc1c0a8
AC
57652002-04-21 Andrew Cagney <ac131313@redhat.com>
5766
5767 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
5768 declaration
5769 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
5770
9319a2fe
DM
57712002-04-21 David S. Miller <davem@redhat.com>
5772
5773 * arch-utils.c (generic_prologue_frameless_p): Kill
5774 SKIP_PROLOGUE_FRAMELESS_P code.
5775 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
5776 references.
5777 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
5778 * arc-tdep.c (arc_prologue_frameless_p): Implement.
5779 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
5780 references.
5781 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
5782 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
5783 (sparc_gdbarch_init): Pass it to
5784 set_gdbarch_prologue_frameless_p.
a0e8a2d1 5785
e9ed6d01
JT
57862002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5787
5788 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
5789 (alphabsd-nat.o): New dependency list.
5790
36012033
JT
57912002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5792
5793 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
5794 alphafbsd-tdep.c.
5795 (alpha-linux-tdep.o): New dependency list.
5796 (alphafbsd-tdep.o): Likewise.
5797
3379287a
JT
57982002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5799
5800 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
5801 to here...
5802 * alpha-tdep.c: ...from here.
5803 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
5804
4bcbd6cb
JT
58052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5806
5807 * config/alpha/tm-alpha.h: Move alpha_software_single_step
5808 prototype from here...
5809 * alpha-tdep.h: ...to here.
5810
b31da25e
AC
58112002-04-21 Andrew Cagney <ac131313@redhat.com>
5812
5813 * frame.h (selected_frame_level): Document as deprecated.
5814 (frame_relative_level): Declare.
5815 * stack.c (frame_relative_level): New function.
5816 (selected_frame_level): Document as deprecated.
5817 (select_frame): Do not set the selected_frame_level.
5818
5819 * stack.c (frame_info, record_selected_frame): Update.
5820 (frame_command, current_frame_command): Update.
5821 (up_silently_base, up_command, down_silently_base): Update.
5822 (down_command): Update.
5823 * inflow.c (kill_command): Update.
5824 * tracepoint.c (finish_tfind_command): Update.
5825 * corelow.c (core_open): Update.
5826 * thread.c (info_threads_command): Update.
5827 (do_captured_thread_select): Update.
5828 * infcmd.c (finish_command): Update.
5829 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
5830
9c1d6fe5
JT
58312002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5832
5833 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
5834
ab89facf
AC
58352002-04-21 Andrew Cagney <ac131313@redhat.com>
5836
5837 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
5838 type const.
5839
82a4efa1
JT
58402002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5841
5842 * alphafbsd-tdep.c: Update copyright years. Include
5843 alpha-tdep.h.
5844 (alphafbsd_use_struct_convention): Make static.
5845 (alphafbsd_init_abi): New function.
5846 (_initialize_alphafbsd_tdep): New function.
5847 * config/alpha/tm-fbsd.h: Update copyright years.
5848 (USE_STRUCT_CONVENTION): Remove.
5849
44dffaac
JT
58502002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5851
5852 * alpha-tdep.c (alpha_abi_handler): New structure to describe
5853 an Alpha ABI variant.
5854 (alpha_abi_handler_list): Declare.
5855 (alpha_gdbarch_register_os_abi): New function.
5856 (alpha_gdbarch_init): Give registered ABI variant handlers a
5857 chance to tweak the gdbarch once we have set up defaults.
5858 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
5859
65585be4
JT
58602002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5861
5862 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
5863 to standard_coerce_float_to_double.
5864 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
5865
d9b023cc
JT
58662002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5867
5868 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
5869 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
5870 from gdbarch_tdep rather than a constant.
5871 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
5872 the default text address for all Alpha Unix ABIs.
5873 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
5874 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
5875
dc129d82
JT
58762002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
5877
5878 * alpha-tdep.h: New file. Includes several Alpha target constants
5879 taken from...
5880 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
5881 let gdbarch deal with.
5882 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
5883 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
5884 to dependency list.
5885 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
5886 Alpha target register names.
5887 * alphabsd-nat.c: Likewise.
5888 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
5889 Alpha target register names. Make serveral routines static.
5890 (alpha_get_saved_register): New function.
5891 (alpha_abi_names): New.
5892 (process_note_abi_tag_sections): New function.
5893 (get_elfosabi): New function.
5894 (alpha_gdbarch_init): New function.
5895 (alpha_dump_tdep): New function.
5896 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
5897
d49d1e0a
AC
58982002-04-21 Andrew Cagney <ac131313@redhat.com>
5899
5900 * frame.c (find_saved_register): Delete #ifdef
5901 HAVE_REGISTER_WINDOWS code.
5902 * config/sparc/tm-sparc.h: Update comments.
5903 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
5904
92e8c9ed
AC
59052002-04-21 Andrew Cagney <ac131313@redhat.com>
5906
5907 * i960-tdep.c (i960_find_saved_register): New function.
5908 (i960_get_saved_register): New function.
5909 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
5910 (i960_get_saved_register): Declare.
5911 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
5912
e1925118
DM
59132002-04-20 David S. Miller <davem@redhat.com>
5914
5915 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
5916
29673b29
AC
59172002-04-20 Andrew Cagney <ac131313@redhat.com>
5918
5919 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
5920 instead of NUM_PSEUDO_REGS.
5921
6c86dcd5
DM
59222002-04-20 David S. Miller <davem@redhat.com>
5923
5924 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
5925 GDB_MULTI_ARCH_PARTIAL
5926 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
5927 define, let tm-sp64.h do it.
5928
aa40ec90
JT
59292002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
5930
5931 * frame.c (find_saved_register): Avoid a NULL pointer
5932 dereference and actually walk the frame list.
5933
0f79675b
AC
59342002-04-20 Andrew Cagney <ac131313@redhat.com>
5935
5936 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
5937 sorted in most most-recent-used order. Document.
5938 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 5939
c04a1aa8
DJ
59402002-04-20 Daniel Jacobowitz <drow@mvista.com>
5941
5942 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
5943 (add_inferior): Call create_register_cache.
5944 (clear_inferiors): Call free_register_cache.
5945 (inferior_regcache_data, set_inferior_regcache_data): New functions.
5946 * gdbserver/regcache.c (struct inferior_regcache_data): New.
5947 (registers): Remove.
5948 (get_regcache): New function.
5949 (create_register_cache, free_register_cache): New functions.
5950 (set_register_cache): Don't initialize the register cache here.
5951 (registers_to_string, registers_from_string, register_data): Call
5952 get_regcache.
5953 * gdbserver/regcache.h: Add prototypes.
5954 * gdbserver/server.h: Likewise.
5955
611cb4a5
DJ
59562002-04-20 Daniel Jacobowitz <drow@mvista.com>
5957
5958 * gdbserver/mem-break.c: New file.
5959 * gdbserver/mem-break.h: New file.
5960 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
5961 dependencies.
5962 * gdbserver/inferiors.c (struct inferior_info): Add target_data
5963 member.
5964 (clear_inferiors): Free target_data member if set.
5965 (inferior_target_data, set_inferior_target_data): New functions.
5966 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
5967 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
5968 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
5969 (struct inferior_linux_data): New.
5970 (linux_create_inferior): Use set_inferior_target_data.
5971 (linux_attach): Likewise. Call add_inferior.
5972 (linux_wait_for_one_inferior): New function.
5973 (linux_wait): Call it.
5974 (linux_write_memory): Add const.
5975 (initialize_low): Call set_breakpoint_data.
5976 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
5977 handling members.
5978 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
5979 call.
5980 * gdbserver/server.h: Include mem-break.h. Update inferior.c
5981 prototypes.
5982 * gdbserver/target.c (read_inferior_memory)
5983 (write_inferior_memory): New functions.
5984 * gdbserver/target.h (read_inferior_memory)
5985 (write_inferior_memory): Change macros to prototypes.
5986 (struct target_ops): Update comments. Add const to write_memory
5987 definition.
5988
f91305dd 59892002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
5990
5991 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
5992 instead of ->prev.
5993 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
5994 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
5995 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
5996 instead of ->prev.
5997
73d322b1
EZ
59982002-04-19 Elena Zannoni <ezannoni@redhat.com>
5999
6000 Fix PR gdb/471.
6001 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6002 (build_builtin_type_vec128): Ditto.
6003 (append_composite_type_field): Fix calculation of type length in
6004 union case.
6005
ccd9a834
EZ
60062002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6007
6008 * config/djgpp/README: Update.
6009
6010 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6011 compiler warnings.
6012
a57f9e49
JT
60132002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6014
6015 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6016 (alpha_setup_arbitrary_frame): ...to this.
6017 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6018 for alpha_setup_arbitrary_frame.
6019
f4f9705a
AC
60202002-04-18 Andrew Cagney <cagney@redhat.com>
6021
6022 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6023 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6024
f4f9705a
AC
6025 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6026 * target.h (memory_breakpoint_from_pc): Update declaration.
6027 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6028
6029 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6030 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6031 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6032 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6033 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6034 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6035 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6036 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6037 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6038 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6039 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6040 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6041
6042 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6043 const pointer.
6044 * monitor.c (monitor_insert_breakpoint): Ditto.
6045 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6046
6047 * config/mcore/tm-mcore.h: Update copyright.
6048 * mem-break.c: Ditto.
6049 * xstormy16-tdep.c: Ditto.
6050
29f319b8
PM
60512002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6052
6053 * p-exp.y: Add precedence rule for '^' token.
6054 This removes the shift/reduce conflicts.
6055 Remove the comment concerning these shift/reduce conflicts.
6056
ebeac11a
EZ
60572002-04-18 Elena Zannoni <ezannoni@redhat.com>
6058
6059 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6060 (registers_powerpc_nofp): New register set for processors
6061 without floating point unit.
6062
27c31547
DM
60632002-04-18 David S. Miller <davem@redhat.com>
6064
6065 * MAINTAINERS: Add myself to write-after-approval.
6066
47a73475
MS
60672002-04-17 Michael Snyder <msnyder@redhat.com>
6068
6069 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6070
953836b2
AC
60712002-04-17 Andrew Cagney <ac131313@redhat.com>
6072
6073 * rs6000-tdep.c (frame_initial_stack_address): Use
6074 frame_register_read to read the alloca_reg.
6075
8b0d4340
AC
60762002-04-17 Andrew Cagney <ac131313@redhat.com>
6077
6078 * frame.c (find_saved_register): Find saved registers in the next
6079 not prev frame.
6080 Fix PR gdb/365.
6081
d8864532
AC
60822002-04-17 Andrew Cagney <ac131313@redhat.com>
6083
6084 * gdbarch.sh (LANG): Set to ``c''.
6085
36cc83a3 60862002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 6087
36cc83a3 6088 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 6089
2f4150cc 60902002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
6091
6092 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6093 Update copyright.
6094
628703c6 6095 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 6096 Also fix PR gdb/391.
361d1df0 6097
56157b4a
AC
60982002-04-14 Andrew Cagney <ac131313@redhat.com>
6099
6100 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6101 * aclocal.m4, configure: Re-generate.
6102 Fix PR gdb/391.
361d1df0 6103
6d1e3329
EZ
61042002-04-14 Elena Zannoni <ezannoni@redhat.com>
6105
6106 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6107 instead of tm_print_insn.
6108
cb06fa07
EZ
61092002-04-14 Elena Zannoni <ezannoni@redhat.com>
6110
6111 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6112
f208ba17
AC
61132002-04-14 Andrew Cagney <ac131313@redhat.com>
6114
6115 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6116 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6117 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6118
20f01a46
DH
61192002-04-12 Don Howard <dhoward@redhat.com>
6120
6121 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6122 max_user_call_depth.
6123 (init_cmd_lists): Initialize the new value;
6124 * cli/cli-script.c (execute_user_command): Limit the call depth of
6125 user defined commands. This avoids a core-dump when user commands
6126 are infinitly recursive.
6127
a88376a3
KB
61282002-04-12 Kevin Buettner <kevinb@redhat.com>
6129
6130 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6131 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6132 from tdep struct instead of DEFAULT_LR_SAVE.
6133 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6134 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6135 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6136
f2172603
MS
61372002-04-12 Michael Snyder <msnyder@redhat.com>
6138
694f61fb 6139 * Remote.c: Spelling fix.
20fe79c8
MS
6140 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6141 If no symbol found for "sbrk", try "_sbrk".
6142 (make_output_phdrs): Use bfd_section_name.
6143 (gcore_copy_callback): Use bfd_section_name.
62995fc4 6144 * eval.c: Indentation fix-ups.
169a7369
MS
6145 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6146 in case it gets applied to an address that is already
6147 in the instruction space.
de74f71f
MS
6148 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6149 * symfile.c: Fix indentation, long lines.
f2172603
MS
6150 * source.c: White space fix-up.
6151
cda5a58a
AC
61522002-04-12 Andrew Cagney <cagney@redhat.com>
6153
6154 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6155 * frame.c (frame_register_read): New function. Return non-zero on
6156 success.
6157 (read_relative_register_raw_bytes_for_frame): Delete.
6158 (read_relative_register_raw_bytes): Delete.
6159 * frame.h (frame_register_read): Declare.
6160 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6161 * sh-tdep.c: Ditto.
6162 * infcmd.c (do_registers_info): Ditto.
6163 * hppa-tdep.c: Ditto.
6164 * rs6000-tdep.c: Ditto.
6165 * h8500-tdep.c: Ditto.
6166 * mips-tdep.c: Ditto.
6167 * h8300-tdep.c: Ditto.
6168 * z8k-tdep.c: Ditto.
6169
2ea5f656
KB
61702002-04-12 Kevin Buettner <kevinb@redhat.com>
6171
6172 From Jimi X <jimix@watson.ibm.com>:
6173 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6174 64-bit SysV ABI.
6175
27b15785
KB
61762002-04-12 Kevin Buettner <kevinb@redhat.com>
6177
6178 From Jimi X <jimix@watson.ibm.com>:
6179 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6180 bfd info.
6181
5d57ee30
KB
61822002-04-12 Kevin Buettner <kevinb@redhat.com>
6183
6184 From Jimi X <jimix@watson.ibm.com>:
6185 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6186 register sets for these processor variants.
6187
bc1e36ca
DJ
61882002-04-11 Daniel Jacobowitz <drow@mvista.com>
6189
6190 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6191 registers which are allowed to fail to store.
6192 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6193 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6194 (ppc_cannot_store_register): FPSCR may not be storable.
6195 * regformats/reg-ppc.dat: Support FPSCR.
6196
e3f36dbd
KB
61972002-04-11 Kevin Buettner <kevinb@redhat.com>
6198
6199 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6200 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6201 Add fpscr as an invalid/unfetchable register.
6202 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6203 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6204 (fill_fpregset): Add support for register fpscr.
6205 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6206 (fill_gregset): Account for the fact that register ``mq'' might
6207 not exist.
6208 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6209 (registers_power): Add fpscr to register set at slot 71.
6210 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6211 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6212
943c9c25
MS
62132002-04-11 Michael Snyder <msnyder@redhat.com>
6214
6215 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6216 * configure: Regenerate.
6217 * config.in: Regenerate.
6218 * acconfig.h: Add define for _SYSCALL32.
6219 * core-sol2.c: Remove #define _SYSCALL32.
6220 * solib-legacy.c: Remove #define _SYSCALL32.
6221
d8c0a2e7
AC
62222002-04-10 Andrew Cagney <ac131313@redhat.com>
6223
6224 * stack.c (select_frame): Cleanup internal error message, do not
6225 use %p.
6226
7cc19214
AC
62272002-04-10 Andrew Cagney <ac131313@redhat.com>
6228
6229 * stack.c (select_frame): Check that selected_frame and the
6230 specified level are as expected.
6231 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6232 Update copyright.
6233 * frame.h (struct frame_info): Add field `level'. Update
6234 copyright.
6235 Work-in-progress PR gdb/464.
6236
67a2b77e
AC
62372002-04-10 Andrew Cagney <ac131313@redhat.com>
6238
6239 * maint.c (maint_print_section_info): Rename print_section_info.
6240 (print_bfd_section_info, print_objfile_section_info): Update.
6241 * inferior.h (struct gdbarch): Add opaque declaration.
6242 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6243 * gdbarch.h: Regenerate.
6244
8cfda98c
ML
62452002-04-10 Michal Ludvig <mludvig@suse.cz>
6246
6247 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6248 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6249 (kernel_u_size): Added.
6250 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6251 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6252
ca439ad2 62532002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 6254
ca439ad2
JI
6255 * valarith.c (find_size_for_pointer_math): New function, either returns
6256 the size for a pointer's target, returns 1 for void *, or errors for
6257 incomplete types.
6258 (value_add, value_sub): use find_size_for_pointer_math.
6259
2f2893d9
DJ
62602002-04-09 Daniel Jacobowitz <drow@mvista.com>
6261
6262 * linux-low.c (linux_look_up_symbols): New hook.
6263 (linux_target_ops): Add linux_look_up_symbols.
6264 * remote-utils.c (decode_address): New function.
6265 (look_up_one_symbol): New function.
6266 * server.c (handle_query): Call target look_up_symbols hook.
6267 * server.h (look_up_one_symbol): Add prototype.
6268 * target.h (struct target_ops): Add look_up_symbols hook.
6269
2ec06d2e
DJ
62702002-04-09 Daniel Jacobowitz <drow@mvista.com>
6271
d64b8841
DJ
6272 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6273 * ChangeLog: Correct paths in last ChangeLog entry.
6274
62752002-04-09 Daniel Jacobowitz <drow@mvista.com>
6276
6277 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
6278 (struct linux_target_ops): New.
6279 (extern the_low_target): New.
d64b8841 6280 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
6281 (register_addr): Use the_low_target explicitly.
6282 (fetch_register): Likewise.
6283 (usr_fetch_inferior_registers): Likewise.
6284 (usr_store_inferior_registers): Likewise.
d64b8841 6285 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
6286 (arm_num_regs): Define.
6287 (arm_regmap): Renamed from regmap, made static.
6288 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6289 made static.
6290 (arm_cannot_store_register): Renamed from cannot_store_register,
6291 made static.
6292 (the_low_target): New.
d64b8841 6293 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
6294 (i386_num_regs): Define.
6295 (i386_regmap): Renamed from regmap, made static.
6296 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6297 made static.
6298 (i386_cannot_store_register): Renamed from cannot_store_register,
6299 made static.
6300 (the_low_target): New.
d64b8841 6301 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
6302 (ia64_num_regs): Define.
6303 (ia64_regmap): Renamed from regmap, made static.
6304 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6305 made static.
6306 (ia64_cannot_store_register): Renamed from cannot_store_register,
6307 made static.
6308 (the_low_target): New.
d64b8841 6309 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
6310 (m68k_num_regs): Define.
6311 (m68k_regmap): Renamed from regmap, made static.
6312 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6313 made static.
6314 (m68k_cannot_store_register): Renamed from cannot_store_register,
6315 made static.
6316 (the_low_target): New.
d64b8841 6317 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
6318 (mips_num_regs): Define.
6319 (mips_regmap): Renamed from regmap, made static.
6320 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6321 made static.
6322 (mips_cannot_store_register): Renamed from cannot_store_register,
6323 made static.
6324 (the_low_target): New.
d64b8841 6325 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
6326 (ppc_num_regs): Define.
6327 (ppc_regmap): Renamed from regmap, made static.
6328 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6329 made static.
6330 (ppc_cannot_store_register): Renamed from cannot_store_register,
6331 made static.
6332 (the_low_target): New.
d64b8841 6333 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
6334 (s390_num_regs): Define.
6335 (s390_regmap): Renamed from regmap, made static.
6336 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6337 made static.
6338 (s390_cannot_store_register): Renamed from cannot_store_register,
6339 made static.
6340 (the_low_target): New.
d64b8841 6341 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
6342 (sh_num_regs): Define.
6343 (sh_regmap): Renamed from regmap, made static.
6344 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6345 made static.
6346 (sh_cannot_store_register): Renamed from cannot_store_register,
6347 made static.
6348 (the_low_target): New.
d64b8841 6349 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
6350 (the_low_target): New.
6351
96cb11df
AC
63522002-04-09 Andrew Cagney <ac131313@redhat.com>
6353
6354 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6355 override FP_REGNUM with frame->fp. Update copyright.
6356 * parse.c (num_std_regs, std_regs): Delete.
6357 (target_map_name_to_register): Do not search std_regs. Update
6358 function description.
6359 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6360 declarations. Update copyright.
6361 Fix PR gdb/251.
361d1df0 6362
c3a3ccc7
DJ
63632002-04-09 Daniel Jacobowitz <drow@mvista.com>
6364
6365 * gdbserver/Makefile.in: Add stamp-h target.
6366 * gdbserver/configure.in: Create stamp-h.
6367 * gdbserver/configure: Regenerated.
6368
ce3a066d
DJ
63692002-04-09 Daniel Jacobowitz <drow@mvista.com>
6370
6371 * gdbserver/inferiors.c: New file.
6372 * gdbserver/target.c: New file.
6373 * gdbserver/target.h: New file.
6374 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6375 dependencies.
6376 * gdbserver/linux-low.c (inferior_pid): New static variable,
6377 moved from server.c.
6378 (linux_create_inferior): Renamed from create_inferior.
6379 Call add_inferior. Return 0 on success instead of a PID.
6380 (linux_attach): Renamed from myattach.
6381 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6382 (linux_thread_alive): Renamed from mythread_alive.
6383 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6384 child dies.
6385 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6386 (regsets_store_inferior_registers): Correct error message.
6387 Add missing ``return 0''.
6388 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6389 (linux_store_registers): Renamed from store_inferior_registers.
6390 (linux_read_memory): Renamed from read_inferior_memory.
6391 (linux_write_memory): Renamed from write_inferior_memory.
6392 (linux_target_ops): New structure.
6393 (initialize_low): Call set_target_ops ().
6394 * gdbserver/remote-utils.c (unhexify): New function.
6395 (hexify): New function.
6396 (input_interrupt): Send signals to ``signal_pid''.
6397 * gdbserver/server.c (inferior_pid): Remove.
6398 (start_inferior): Update create_inferior call.
6399 (attach_inferior): Call add_inferior.
6400 (handle_query): New function.
6401 (main): Call handle_query for `q' packets.
6402 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6403 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6404
0729219d
DJ
64052002-04-09 Daniel Jacobowitz <drow@mvista.com>
6406
6407 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6408 dependencies.
6409 * gdbserver/configure.in: Check for <string.h>
6410 * gdbserver/configure: Regenerate.
6411 * gdbserver/config.in: Regenerate.
6412 * gdbserver/gdbreplay.c: Include needed system headers.
6413 (remote_open): Remove strchr prototype.
6414 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6415 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6416 (supply_register_by_name): Likewise.
6417 (collect_register): Change buf argument to void *.
6418 (collect_register_by_name): Likewise.
6419 * gdbserver/regcache.h: Add missing prototypes.
6420 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6421 * gdbserver/server.c (handle_query): New function.
6422 (attached): New static variable, moved out of main.
6423 (main): Quiet longjmp clobber warnings.
6424 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6425 * gdbserver/utils.c (error): Remove NORETURN.
6426 (fatal): Likewise.
6427
97658e92
DJ
64282002-04-09 Daniel Jacobowitz <drow@mvista.com>
6429
6430 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6431 after the last symbol in a block.
6432
6044e3eb
PM
64332002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6434
6435 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6436 is non zero as a found symbol.
6437
0406ec40
AC
64382002-04-08 Andrew Cagney <ac131313@redhat.com>
6439
6440 * findvar.c: Include "builtin-regs.h".
6441 (value_of_register): Call value_of_builtin_reg when applicable.
6442 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6443 (target_map_name_to_register): Call
6444 builtin_reg_map_name_to_regnum.
6445 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6446 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6447 (builtin_regs_h): Define.
6448 (builtin-regs.o): New target.
6449 (findvar.o): Add $(builtin_regs_h).
6450 * builtin-regs.c, builtin-regs.h: New files.
6451 * std-regs.c: New file.
6452 Partial fix for PR gdb/251.
6453
56a6dfb9
KB
64542002-04-08 Kevin Buettner <kevinb@redhat.com>
6455
6456 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6457 it's no longer required.
6458
3a808432
AC
64592002-04-08 Andrew Cagney <ac131313@redhat.com>
6460
6461 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6462
7c40d541
KB
64632002-04-08 Kevin Buettner <kevinb@redhat.com>
6464
6465 From Jimi X <jimix@watson.ibm.com>:
6466 * rs6000-tdep.c (rs6000_software_single_step): Use
6467 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6468 and size. Use target_insert_breakpoint() and
6469 target_remove_breakpoint() to insert and remove breakpoints
6470 instead of explicit memory reads and writes.
6471
cc9836a8
KB
64722002-04-08 Kevin Buettner <kevinb@redhat.com>
6473
6474 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6475 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6476 ELF_OBJECT_FORMAT ifdef.
6477
7495d1dc
KB
64782002-04-08 Kevin Buettner <kevinb@redhat.com>
6479
6480 From Jimi X <jimix@watson.ibm.com>:
6481 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6482
4288e836
KB
64832002-04-08 Kevin Buettner <kevinb@redhat.com>
6484
6485 From Jimi X <jimix@watson.ibm.com>:
6486 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6487 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6488
a4e4e501
MK
64892002-04-07 Mark Kettenis <kettenis@gnu.org>
6490
6491 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6492 s/asprintf/xasprintf/.
6493 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
6494
006defba
AC
64952002-04-07 Andrew Cagney <ac131313@redhat.com>
6496
6497 I believe Jeff Law denies responsability for this one:
6498 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
6499 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
6500 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
6501 Work-around for PR gdb/366.
6502
7aa83cac
EZ
65032002-04-07 Elena Zannoni <ezannoni@redhat.com>
6504
6505 * remote-e7000.c (write_small, e7000_read_inferior_memory,
6506 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
6507 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
6508
cf1fcca1
EZ
65092002-04-07 Elena Zannoni <ezannoni@redhat.com>
6510
6511 * sh-tdep.c (sh_fp_frame_init_saved_regs,
6512 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
6513 information.
6514
3f289e6f
AC
65152002-04-07 Andrew Cagney <ac131313@redhat.com>
6516
6517 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
6518 maintainer.
6519
129188f6
AC
65202002-04-07 Andrew Cagney <ac131313@redhat.com>
6521
6522 * README (Reporting Bugs in GDB): Document the bug web page as the
6523 prefered way of submitting bugs.
6524 Fix PR gdb/402.
6525
1200cd6e
AC
65262002-04-06 Andrew Cagney <ac131313@redhat.com>
6527
6528 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
6529 -1. Update comment.
6530 * gdbarch.h, gdbarch.c: Re-generate.
6531
2853c33c
AS
65322002-04-07 Andreas Schwab <schwab@suse.de>
6533
6534 * m68klinux-nat.c (fill_fpregset): Properly pass address of
6535 buffer to regcache_collect.
6536
c2169756
AC
65372002-04-06 Andrew Cagney <ac131313@redhat.com>
6538
6539 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
6540 * gdbarch.c, gdbarch.h: Re-generate.
6541
25f1b008
AC
65422002-04-06 Andrew Cagney <ac131313@redhat.com>
6543
6544 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
6545 declaration. Fix -Werror.
6546
59263426
DJ
65472002-04-05 Daniel Jacobowitz <drow@mvista.com>
6548
6549 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
6550 * gdbarch.c: Regenerate.
6551
f5db4da3
MS
65522002-04-05 Michael Snyder <msnyder@redhat.com>
6553
80f8a6eb
MS
6554 * breakpoint.c (clear_command): Rewrite middle section to
6555 combine two loops with identical control conditions.
6556 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
6557 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
6558
ad3dcc5c
L
65592002-04-05 H.J. Lu (hjl@gnu.org)
6560
6561 * solib-svr4.c (bkpt_names): Add "__start".
6562
f32e7a74
AC
65632002-04-04 Andrew Cagney <ac131313@redhat.com>
6564
6565 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
6566 as test for 64 bit target.
6567
8227c0ff
AC
65682002-04-05 Andrew Cagney <ac131313@redhat.com>
6569
6570 * h8500-tdep.c (h8500_write_fp): Delete function.
6571 * dwarf2cfi.c (cfi_write_fp): Document as not used.
6572 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
6573 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
6574 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
6575 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
6576 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
6577 (s390_write_fp):
6578 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
6579 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
6580 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
6581 (d10v_write_fp): Delete function.
6582 * inferior.h (write_fp, generic_target_write_fp): Delete
6583 declarations.
6584 * regcache.c (generic_target_write_fp): Delete function.
6585 (write_fp): Delete function.
6586 * gdbarch.sh (TARGET_WRITE_FP): Delete.
6587 * gdbarch.h, gdbarch.c: Regenerate.
6588 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
6589 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
6590 (sparc64_write_fp): Delete declaration.
6591 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
6592 (h8500_write_fp): Delete declaration.
6593
2757dd86
AC
65942002-04-04 Andrew Cagney <ac131313@redhat.com>
6595
6596 * sparc-tdep.c (sparc64_write_fp): Delete.
6597 (sparc_push_dummy_frame): Replace write_fp call with code to store
6598 the FP directly.
6599 (sparc_gdbarch_init): Do not initialize write_fp.
6600
c69255e1
KB
66012002-04-05 Kevin Buettner <kevinb@redhat.com>
6602
6603 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
6604 clause.
6605
ae767bfb
JB
66062002-03-29 Jim Blandy <jimb@redhat.com>
6607
6608 * stack.c (get_selected_block): Add new argument `addr_in_block',
6609 used to return the exact code address we used to select the block,
6610 not just the block.
6611 * blockframe.c (get_frame_block, get_current_block): Same.
6612 * frame.h (get_frame_block, get_current_block,
6613 get_selected_block): Update declarations.
6614 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
6615 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
6616
84d2ac95
MS
66172002-04-05 Michael Snyder <msnyder@redhat.com>
6618
6619 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
6620 warning message.
6621
596aa3bf
JB
66222002-04-05 J. Brobecker <brobecker@gnat.com>
6623
6624 * utils.c (xfullpath): New function.
6625 * defs.h (xfullpath): Add declaration.
6626 * source.c (openp): Use xfullpath in place of gdb_realpath to
6627 avoid resolving the basename part of filenames when the
6628 associated file is a symbolic link. This fixes a potential
6629 inconsistency between the filenames known to GDB and the
6630 filenames it prints in the annotations.
6631 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
6632 to be able to match a filename with either the real filename, or
6633 the name of any symbolic link to this file.
6634 (lookup_partial_symtab): Ditto.
6635
c02f5703
MS
66362002-04-04 Michael Snyder <msnyder@redhat.com>
6637
6638 * breakpoint.c: Add support for hardware breakpoints in overlays.
6639 (overlay_events_enabled): New state variable.
6640 (insert_breakpoints): Use overlay_events_enabled to decide
6641 whether to attempt to set a breakpoint at the overlay load addr.
6642 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6643 (remove_breakpoint): Use overlay_events_enabled to decide
6644 whether breakpoints need to be removed from overlay load addr.
6645 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6646 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 6647 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
6648 disable_overlay_breakpoints): Update overlay_events_enabled.
6649
5fb290d7
DJ
66502002-04-04 Daniel Jacobowitz <drow@mvista.com>
6651
6652 * dwarf2read.c (struct function_range): New.
6653 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
6654 (check_cu_functions): New.
6655 (read_file_scope): Initialize global function lists.
6656 Call dwarf_decode_line after processing children.
6657 (read_func_scope): Add to global function list.
6658 (dwarf_decode_lines): Call check_cu_functions everywhere
6659 record_line is called. Call record_line with a linenumber
6660 of 0 to mark sequence ends.
6661
7b3fabf0
ML
66622002-04-04 Michal Ludvig <mludvig@suse.cz>
6663
361d1df0 6664 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
6665 change sync with glibc.
6666
bce58c09
JB
66672002-04-03 Jim Blandy <jimb@redhat.com>
6668
6669 * configure.in: Call AC_C_INLINE.
6670 * configure: Regenerated.
361d1df0 6671
2fccf04a
DJ
66722002-04-01 Daniel Jacobowitz <drow@mvista.com>
6673
6674 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
6675 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
6676
2d1bfe2e
MK
66772002-03-31 Mark Kettenis <kettenis@gnu.org>
6678
a5941fbf
MK
6679 * NEWS: Mention gcore support on FreeBSD/i386.
6680
a90cd31d
MK
6681 * fbsd-proc.c: New file.
6682 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
6683 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
6684
2d1bfe2e
MK
6685 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
6686 while statement.
6687
9eb6e5a1
JB
66882002-03-29 Jim Blandy <jimb@redhat.com>
6689
6690 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
6691 unescaped newlines in string literals, but newer ones don't. So
6692 escape them.
6693
f02df580
MS
66942002-03-26 Michael Snyder <msnyder@redhat.com>
6695 Andrew Cagney <cagney@redhat.com>
6696
361d1df0 6697 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
6698 restore file to memory.
6699 * cli/cli-dump.h: New file.
6700 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 6701 * NEWS: Mention new commands.
f02df580 6702
109f874e
MS
67032002-03-28 Michael Snyder <msnyder@redhat.com>
6704
6705 * symfile.c (symbol_file_add): Move test for null symbols to later.
6706
520f6ade
AC
67072002-03-27 Andrew Cagney <ac131313@redhat.com>
6708
6709 From veksler at il.ibm.com:
6710 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
6711 the xstrduped original path.
6712 Fix PR gdb/417.
6713
d4654627
MS
67142002-03-27 Michael Snyder <msnyder@redhat.com>
6715
6716 * breakpoint.c (_initialize_breakpoint): Clean up help string.
6717 * infcmd.c (_initialize_infcmd): Ditto.
6718 * language.c (_initialize_language): Ditto.
6719 * symfile.c (_initialize_symfile): Ditto.
6720 * top.c (_init_main): Ditto.
6721 * cli/cli-cmds.c (init_cli_cmds): Ditto.
6722
6be8bc0c
EZ
67232002-03-27 Elena Zannoni <ezannoni@redhat.com>
6724
6725 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
6726 vector registers handling.
6727 (skip_prologue): Handle new AltiVec instructions. Fill in new
6728 fields of frame data.
6729 (frame_get_saved_regs): Fill in information for AltiVec registers.
6730
12af6855
JB
67312002-03-27 Jim Blandy <jimb@redhat.com>
6732
6733 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
6734 a function; leave this macro here to invoke that function.
6735 (symbol_init_mangled_name): Declaration for that function.
6736 * symtab.c (symbol_init_mangled_name): New function.
6737
dc672865
AC
67382002-03-27 Andrew Cagney <ac131313@redhat.com>
6739
6740 * valarith.c: Replace strerror with safe_strerror.
6741 * tracepoint.c: Ditto.
6742 * lin-lwp.c: Ditto.
6743 * go32-nat.c: Ditto.
6744 * inflow.c: Ditto.
6745 * gnu-nat.c: Ditto.
6746
d96429cd
AS
67472002-03-27 Andreas Schwab <schwab@suse.de>
6748
6749 * event-top.c (command_line_handler): Remove useless if.
6750
7e336ba1
AJ
67512002-03-27 Andreas Jaeger <aj@suse.de>
6752
6753 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
6754 comment.
6755
de220d0f
ML
67562002-03-27 Michal Ludvig <mludvig@suse.cz>
6757
6758 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
6759 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
6760 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
6761 (x86_64_linux_dr_get_status, supply_gregset),
6762 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
6763 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
6764 (x86_64_register_info_table): Add.
6765 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
6766 (x86_64_register_raw_size, x86_64_register_virtual_type),
6767 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
6768 general x86_64_register_info_table.
6769 (i386_gdbarch_init): gdbarch_register_bytes is now set
6770 dynamicaly during initialization.
6771 * regformats/reg-x86-64.dat: Synced with changes to registers above.
6772 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 6773
0e98d0a7
DJ
67742002-03-27 Daniel Jacobowitz <drow@mvista.com>
6775
6776 * gdbserver/server.c (main): Call target_signal_to_host_p
6777 and target_signal_to_host on signals received from the remote.
6778 * gdbserver/remote-utils.c (prepare_resume_reply): Call
6779 target_signal_from_host on signals sent to the remote.
6780 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
6781 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
6782
3130066b
DJ
67832002-03-27 Daniel Jacobowitz <drow@mvista.com>
6784
6785 * signals/signals.c: Include "server.h" in gdbserver build.
6786 (target_signal_from_name): Don't use STREQ.
6787 (_initialize_signals): Likewise. Don't include function in
6788 gdbserver build.
6789
9aedf4f4
DJ
67902002-03-27 Daniel Jacobowitz <drow@mvista.com>
6791
6792 * signals.c: Moved to...
6793 * signals/signals.c: Here.
7e336ba1 6794 * Makefile (signals.o): Update.
9aedf4f4 6795
3fa41cdb
JL
67962002-03-26 Jeff Law (law@redhat.com)
6797
6798 * somread.c (som_symtab_read): Remove some commented out code and
6799 updated related comments. Do not set the minimal symbol table to
6800 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
6801 in a dynamic executable.
6802 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
6803 where we are unable to find the minimal symbol for the given
6804 PC value.
6805
ee677e8d
MS
68062002-03-25 Jeff Law (law@redhat.com)
6807
6808 * linux-proc.c (read_mapping): Scan up to end of line for filename.
6809
e76e1718
ML
68102002-03-25 Michal Ludvig <mludvig@suse.cz>
6811
6812 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
6813
18a642a1
AC
68142002-03-23 Andrew Cagney <ac131313@redhat.com>
6815
6816 * command.h: Update copyright.
6817 (struct cmd_list_element): Replace definition with opaque
6818 declaration.
6819 (enum cmd_types): Document that it will eventually be moved to
6820 cli/cli-decode.h
6821 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
6822 (MALLOCED_REPLACEMENT): Delete macro.
6823 * Makefile.in (cli_decode_h): Add $(command_h).
6824 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 6825 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
6826 * completer.c: Include "cli/cli-decode.h".
6827 * maint.c: Include "cli/cli-decode.h".
6828 * cli/cli-decode.h: Include "command.h".
6829 (enum command_class): Delete.
6830 (enum cmd_types): Comment out.
6831 (enum cmd_auto_boolean): Delete.
6832 (enum var_types): Delete.
6833
b2875cc0
AC
68342002-03-23 Andrew Cagney <ac131313@redhat.com>
6835
6836 * cli/cli-decode.c: Include "gdb_assert.h".
6837 (add_set_or_show_cmd): New static function.
6838 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
6839 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
6840 all fields, such as func, from the set command.
6841
3b45974e
AC
68422002-03-23 Andrew Cagney <ac131313@redhat.com>
6843
6844 * MAINTAINERS (sh-elf): Change warning flag to -w.
6845
823ca731
AC
68462002-03-23 Andrew Cagney <cagney@redhat.com>
6847
6848 * defs.h (error): Add printf format attribute.
6849 * thread-db.c (thread_from_lwp): Fix error format string.
6850 * stack.c (parse_frame_specification): Ditto.
6851 * cli/cli-decode.c (undef_cmd_error): Ditto.
6852 * scm-lang.c (scm_lookup_name): Ditto.
6853 * tracepoint.c (trace_error): Ditto.
6854 * remote-utils.c (usage): Ditto.
6855 * remote.c (compare_sections_command): Ditto.
6856 Fix PR gdb/328.
6857
0e101458
AC
68582002-03-22 Andrew Cagney <ac131313@redhat.com>
6859
6860 * gdbtypes.c (append_composite_type_field): New function.
6861 (init_composite_type): New function.
6862 * gdbtypes.h (append_composite_type_field): Declare.
6863 (init_composite_type): Ditto.
6864
8e0662df
EZ
68652002-03-22 Elena Zannoni <ezannoni@redhat.com>
6866
6867 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 6868 function.
8e0662df
EZ
6869 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
6870 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
6871 structure returning convention for SYSV ABI case, but not
6872 for GNU/Linux, FreeBSD, or NetBSD.
6873
3121eff0
DJ
68742002-03-22 Daniel Jacobowitz <drow@mvista.com>
6875
6876 * symtab.h (lookup_block_symbol): Add mangled_name argument
6877 to prototype.
6878
6879 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
6880 with new mangled_name argument.
6881 * linespec.c (decode_line_1): Likewise.
6882 * valops (value_of_this): Likewise.
6883 * symtab.c (lookup_transparent_type): Likewise.
6884 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
6885 (lookup_symbol): If we are given a mangled name, pass it down
6886 to lookup_symbol_aux.
6887 (lookup_block_symbol): If we are given a mangled name to check
6888 against, only return symbols which match it.
6889
349b409f
CF
68902002-03-22 Christopher Faylor <cgf@redhat.com>
6891
6892 * win32-nat.c (child_create_inferior): Check for proper shell to use
6893 here, in case the user changes it on the fly.
6894 (_initialize_inftarg): Remove shell path considerations.
6895
2a873819
EZ
68962002-03-21 Elena Zannoni <ezannoni@redhat.com>
6897
6898 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
6899 for gdbarch_max_register_raw_size and max_register_virtual_size.
6900 Adjust copyright year.
6901
a1b9830c
DJ
69022002-03-21 Daniel Jacobowitz <drow@mvista.com>
6903
6904 * dbxread.c (process_one_symbol): Extend the first N_SLINE
6905 in a function to cover the entire beginning of the function
6906 as well if it does not already.
6907
8b5790f2
TR
69082002-03-21 Tom Rix <trix@redhat.com>
6909
6910 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
6911 (rs6000_ptrace64): Renamed from ptrace64.
6912
bdbe5747
MH
69132002-03-20 Martin M. Hunt <hunt@redhat.com>
6914
6915 * gdbserver/remote-utils.c (remote_open): Don't call
6916 getprotobyname, we're all using TCP here so just use
6917 IPPROTO_TCP.
7e336ba1 6918 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
6919
69202002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 6921
bdbe5747
MH
6922 * regcache.c (_initialize_regcache): No need to call
6923 build_regcache() at this time; it gets called whenever
6924 the gdbarch changes.
6925
7781cd62
DB
69262002-03-20 David O'Brien <obrien@FreeBSD.org>
6927
6928 * sparc-nat.c: Include sys/param.h where possible.
6929
f65ca430
DJ
69302002-03-20 Daniel Jacobowitz <drow@mvista.com>
6931
6932 Fix PR gdb/422.
6933 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
6934 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
6935 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
6936 complex types.
6937 * stabsread.c (rs6000_builtin_type): Likewise.
6938 (read_sun_floating_type): Likewise.
6939
0c867556
PS
69402002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6941
6942 * stabsread.c (read_member_functions): Remove skip code for duplicate
6943 constructor/destructor methods. Use standard parsing for these
6944 methods and just do not chain them to the list of methods after
6945 parsing.
6946
12b9c64f
AO
69472002-03-19 Alexandre Oliva <aoliva@redhat.com>
6948
6949 * coffread.c: Remove redundant static declarations. Replace
6950 occurrences of `PTR' with `void *'.
6951 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
6952 * top.h (quit_cover): Likewise.
6953 * defs.h (catch_errors): Likewise.
6954
349c5d5f
AC
69552002-03-18 Andrew Cagney <ac131313@redhat.com>
6956
6957 * defs.h (XMALLOC): Define.
6958 * gdb-events.sh (XMALLOC): Delete macro.
6959 * gdb-events.c, gdb-events.h: Regenerate.
6960 * gdbarch.sh (XMALLOC): Delete macro.
6961 * gdbarch.c: Regenerate.
6962 * serial.c (XMALLOC): Delete macro.
6963 * ui-file.c (XMALLOC): Ditto.
6964 * ser-unix.h (XMALLOC): Ditto.
6965 * sh-tdep.c (XMALLOC): Ditto.
6966 * ui-out.c (XMALLOC): Ditto.
6967 * utils.c (XMALLOC): Ditto.
6968 * i386-tdep.c (XMALLOC): Ditto.
6969 * gdb-events.c (XMALLOC): Ditto.
6970 * d10v-tdep.c (XMALLOC): Ditto.
6971 * cli-out.c (XMALLOC): Ditto.
6972
6973 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
6974 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
6975 * ui-file.c, ui-out.c: Ditto.
6976
7d0766f3
AC
69772002-03-18 Andrew Cagney <ac131313@redhat.com>
6978
6979 * command.h (struct cmd_list_element): Add field context.
6980 (set_cmd_context, get_cmd_context): Declare.
6981 * cli/cli-decode.h: Ditto.
6982 * cli/cli-decode.c (get_cmd_context): New function.
6983 (set_cmd_context): New function.
6984 (add_cmd): Initialize context.
6985 Part of fixing PR gdb/145 and PR gdb/146.
6986
5913bcb0
AC
69872002-03-17 Andrew Cagney <ac131313@redhat.com>
6988
1868c04e
AC
6989 * cli/cli-decode.c (cmd_type): New function.
6990 * command.h (cmd_type): Declare.
6991 * infrun.c (set_schedlock_func): Call function cmd_type.
6992 * kod.c (kod_set_os): Call cmd_type.
6993 * cris-tdep.c (cris_version_update): Use function cmd_type.
6994 (cris_mode_update, cris_abi_update): Ditto.
6995
5913bcb0
AC
6996 * command.h: (execute_cmd_post_hook): Declare.
6997 (execute_cmd_pre_hook): Declare.
6998 * cli/cli-script.c (clear_hook_in_cleanup): New function.
6999 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7000 functions. Execute pre/post hook while ensuring that afterwords
7001 hook_in is cleared.
7002 * top.c (execute_command): Use execute_cmd_post_hook, and
7003 execute_cmd_pre_hook to execute pre/post commands.
7004 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7005 hook_stop_stub.
7006 (hook_stop_stub): Call execute_cmd_pre_hook.
7007
b51450c9
AC
70082002-03-17 Andrew Cagney <ac131313@redhat.com>
7009
7010 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7011 set'' and this leads to a core dump. Move xstrdup of
7012 operating_system to after check that it is not NULL.
7013
f66c9f11
AC
70142002-03-17 Andrew Cagney <ac131313@redhat.com>
7015
8e694ecf
AC
7016 * kod.c (kod_set_os): Remove unnecessary check that
7017 ``command->type'' is set_cmd.
7018
f66c9f11
AC
7019 * valprint.c (set_input_radix): Use input_radix.
7020 (set_output_radix): Use output_radix.
7021 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7022 isn't reverted.
7023
9d01611c
AC
70242002-03-16 Andrew Cagney <ac131313@redhat.com>
7025
7026 * value.h (struct value): Delete field ``substring_addr''. Change
7027 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
7028 force_core_addr_align and force_pointer_aligh.
7029
7030 * value.h (struct value): Fix typo in above change.
9d01611c 7031
4156bb53
PS
70322002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7033
7034 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7035 to fix internal_error from ``maintenance print architecture''.
7036
0e5e3ea6
PS
70372002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7038
7039 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7040 for gcc versions after gcc-2.8.1.
7041
9b013045
PS
70422002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7043
7044 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7045 for method resolution. Restore adjustment of ``this'' pointer after
7046 calling value_struct_elt, which was accidentally removed during the
7047 HP merge.
7048
376c9600
AC
70492002-03-15 Andrew Cagney <ac131313@redhat.com>
7050
7051 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7052 value_of_register.
7053 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7054 get_saved_register.
7055 * value.h (value_of_register): Update.
7056
a4db0f07
RH
70572002-03-14 Richard Henderson <rth@redhat.com>
7058
7059 * configure.in: Detect declaration for canonicalize_file_name.
7060 * utils.c (canonicalize_file_name): Declare, if needed.
7061 (gdb_realpath): Prefer realpath if available and usable.
7062 * config.in, configure: Rebuild.
7063
96383835
RH
70642002-03-14 Richard Henderson <rth@redhat.com>
7065
7066 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7067 a constant array bound.
7068
7069 * MAINTAINERS: Add myself to write-after-approval.
7070
75245b24
MS
70712002-03-14 Michael Snyder <msnyder@redhat.com>
7072
7073 * symfile.c (syms_from_objfile): Return immediately if no syms.
7074 (symbol_file_add): Return immediately if no syms.
7075 (find_sym_fns): Return immediately if no syms.
7076
e641a1ca
ML
70772002-03-13 Michal Ludvig <mludvig@suse.cz>
7078
7079 * gdbserver/remote-util.c (remote_open): Print remote-side's
7080 IP address when remote debugging over the network.
7e336ba1 7081
df08bfec
DB
70822002-03-12 David O'Brien <obrien@FreeBSD.org>
7083
7084 * config/sparc/fbsd.mh: Fix copyright.
7085 * config/sparc/fbsd.mt: Likewise.
7086
9a57864f
RE
70872002-03-11 Richard Earnshaw <rearnsha@arm.com>
7088
7089 * MAINTAINERS: Fix typo in name of gdb warnings option.
7090 (x86-64): Fix formating so that this can be parsed by awk.
7091
dd7bf85e
DJ
70922002-03-10 Daniel Jacobowitz <drow@mvista.com>
7093
7094 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7095 * defs.h: Include "gdb/signals.h".
7096 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7097
33a0a2ac
ML
70982002-03-10 Michal Ludvig <mludvig@suse.cz>
7099
7100 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 7101 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
7102 from x86-64-tdep.h
7103
dd824b04
DJ
71042002-03-10 Daniel Jacobowitz <drow@mvista.com>
7105 Don Howard <dhoward@redhat.com>
7106
7107 * mips-tdep.c (ST0_FR): Define.
7108 (mips2_fp_compat): New function, temporarily disabled.
7109 (mips_read_fp_register_single): New function.
7110 (mips_read_fp_register_double): New function.
7111 (mips_print_register): Use them.
7112 (do_fp_register_row): Likewise.
7113
6a41ff59
AC
71142002-03-09 Andrew Cagney <ac131313@redhat.com>
7115
7116 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7117 approval''.
7118
4ea09c10
PS
71192002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7120
7121 * stabsread.c (read_member_functions): Fix is_stub test for
7122 static member functions, improve comment.
7123
6ccc741d
RE
71242002-03-07 Richard Earnshaw <rearnsha@arm.com>
7125
7126 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7127 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7128 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7129 commands that set boolean values.
7130 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7131 (arm_rdi_resume): Always initialize PC.
7132 (arm_rdi_open): Don't use rslt as a boolean.
7133 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7134 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7135 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7136 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7137
438013df
AO
71382002-03-06 Alexandre Oliva <aoliva@redhat.com>
7139
7140 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7141 * configure: Rebuilt.
7142
70ed8774
SC
71432002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7144
7145 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7146 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7147
5ba2abeb
AC
71482002-03-06 Andrew Cagney <ac131313@redhat.com>
7149
7150 * cli/cli-decode.c (set_cmd_completer): New function.
7151 * command.h (set_cmd_completer): Declare.
7152 * cli/cli-decode.h (set_cmd_completer): Ditto.
7153
7154 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7155 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7156 * win32-nat.c (_initialize_inftarg): Ditto.
7157 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7158 * proc-api.c (_initialize_proc_api): Ditto.
7159 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7160 * source.c (_initialize_source): Ditto.
7161 * exec.c (_initialize_exec): Ditto.
7162 * solib.c (_initialize_solib): Ditto.
7163 * top.c (init_main): Ditto.
7164 * tracepoint.c (_initialize_tracepoint): Ditto.
7165 * symfile.c (_initialize_symfile): Ditto.
7166 * printcmd.c (_initialize_printcmd): Ditto.
7167 * infcmd.c (_initialize_infcmd): Ditto.
7168 * corefile.c (_initialize_core): Ditto.
7169
f779ca99
AC
71702002-03-05 Andrew Cagney <ac131313@redhat.com>
7171
7172 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7173
01a3934b
AC
71742002-03-05 Andrew Cagney <ac131313@redhat.com>
7175
7176 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7177
37057839
AC
71782002-03-05 Andrew Cagney <ac131313@redhat.com>
7179
7180 * NEWS: Update headings, 5.2 has branched.
7181
c6ecbae5
DJ
71822002-03-04 Daniel Jacobowitz <drow@mvista.com>
7183
7184 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7185 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7186 (register_addr, REGISTER_RAW_SIZE): Likewise.
7187 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7188 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7189
e9f30c21
ML
71902002-03-03 Michal Ludvig <mludvig@suse.cz>
7191
7192 * MAINTAINERS (x86-64): Add myself.
7193 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7194 changed value_ptr -> struct value *
7195
54394ac3
DB
71962002-03-01 David O'Brien <obrien@FreeBSD.org>
7197
7198 * configure.host (sparc64-*-freebsd): Add.
7199 * configure.tgt: Likewise.
7200 * config/sparc/fbsd.mh: New file.
7201 * config/sparc/fbsd.mt: Likewise.
7202 * config/sparc/nm-fbsd.h: Likewise.
7203 * config/sparc/tm-fbsd.h: Likewise.
7204
bfe95955
DJ
72052002-03-01 Daniel Jacobowitz <drow@mvista.com>
7206
7207 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7208 regformats/reg-s390x.dat.
7209
f33c6cbf
AC
72102002-03-01 Andrew Cagney <ac131313@redhat.com>
7211
7212 * utils.c: Add FIXME explaining true/false problem.
7213
5ecaa7dd
AC
72142002-02-28 Andrew Cagney <ac131313@redhat.com>
7215
7216 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7217
2a251cc2
MC
72182002-02-28 Michael Chastain <mec@shout.net>
7219
7220 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7221
6a8031a3 72222002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
7223
7224 * gdbserver/linux-s390-low.c: New file.
7225 * regformats/reg-s390.dat: New file.
7226 * regformats/reg-s390x.dat: New file.
7227 * gdbserver/configure.srv: Add S/390.
7228 * gdbserver/Makefile.in: Add S/390.
7229 * configure.tgt: Enable gdbserver for S/390.
7230
ac469903
EZ
72312002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7232
7233 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7234 first line of the doc string for "info dos", except at the end of
7235 the sentence, since the short help stops at the first period.
7236
985cb1a3
JM
72372002-02-28 Jason Merrill <jason@redhat.com>
7238
7239 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7240
c570663e
FF
72412002-02-27 Fred Fish <fnf@redhat.com>
7242
7243 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7244 comment (dumy -> dummy).
7245
43630227
PS
72462002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7247
7248 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7249
b84911e8
RB
72502002-02-27 Rodney Brown <rbrown64@csc.com.au>
7251
7252 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7253
58caa3dc
DJ
72542002-02-27 Daniel Jacobowitz <drow@mvista.com>
7255
7256 * gdbserver/acconfig.h: New file.
7257 * gdbserver/i387-fp.c: New file.
7258 * gdbserver/i387-fp.h: New file.
7259 * gdbserver/linux-x86-64.c: New file.
7260 * regformats/reg-x86-64.dat: New file.
7261 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7262 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7263 * gdbserver/configure.in: Add support for regsets.
7264 * gdbserver/config.in: Regenerate.
7265 * gdbserver/configure: Regenerate.
7266 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7267 * gdbserver/linux-low.h: New file.
7268 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7269 for regsets.
7270 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7271 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7272 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7273 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7274 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7275 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7276 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7277 "i387-fp.h". Add PTRACE_GETREGS and friends.
7278 * gdbserver/regcache.c (supply_register): New function.
7279 (supply_register_by_name): New function.
7280 (collect_register): New function.
7281 (collect_register_by_name): New function.
7282
93652174
DJ
72832002-02-27 Daniel Jacobowitz <drow@mvista.com>
7284
7285 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7286 (config.status): Add configure.srv dependency.
7287 (server_h): Add config.h dependency.
7288
a02e4a61
DJ
72892002-02-27 Daniel Jacobowitz <drow@mvista.com>
7290
7291 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7292 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7293 * gdbserver/configure.srv: Change i386-*-linux* to use
7294 reg-i386-linux.o.
7295
ce0eebec
AC
72962002-02-26 Andrew Cagney <ac131313@redhat.com>
7297
7298 * x86-64-tdep.c: Re-indent. Update copyright date.
7299
82dbc5f7
AC
73002002-02-26 Andrew Cagney <ac131313@redhat.com>
7301
7302 From Michal Ludvig <mludvig@suse.cz>:
7303 * x86-64-tdep.c (value.h): Delete.
7304 (gdb_assert.h): Include.
7305 (x86_64_register_convert_to_virtual,
7306 x86_64_register_convert_to_raw ): Add check which lets only
7307 floating-point values to be converted.
7308 (value_push): Delete.
7309 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7310 (i386_gdbarch_init): Number of register_bytes fixed.
7311
e4621584
AC
73122002-02-26 Andrew Cagney <ac131313@redhat.com>
7313
7314 * MAINTAINERS: Add x86-64 target.
7315
81a9a963
AC
73162002-02-26 Andrew Cagney <ac131313@redhat.com>
7317
7318 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7319 * osfsolib.c (solib_map_sections): Ditto.
7320 * irix5-nat.c (solib_map_sections): Ditto.
7321 * corelow.c (gdb_check_format): Ditto.
7322 * symfile.c (symfile_bfd_open): Ditto.
7323 * solib.c (solib_map_sections): Ditto.
7324 Fix PR gdb/354.
7e336ba1 7325
0f017ab9
AC
73262002-02-26 Andrew Cagney <ac131313@redhat.com>
7327
7328 * remote.c (_initialize_remote): By default, disable ``e'' and
7329 ``E'' step out-of-range packets.
7330
75738c29
AS
73312002-02-26 Andreas Schwab <schwab@suse.de>
7332
7333 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7334 m68k_linux_frame_saved_pc.
7335 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7336 in_sigtramp.
7337 (SIGCONTEXT_PC_OFFSET): Remove.
7338 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7339 m68k_linux_sigtramp_saved_pc): New functions.
7340 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7341 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7342 (UCONTEXT_PC_OFFSET): Define.
7343 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7344 non-RT and RT signal trampolines.
7345
7e8ed687
RE
73462002-02-26 Richard Earnshaw <rearnsha@arm.com>
7347
7348 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7349 (TARGET_NBPG, STACK_END_ADDR): Delete
7350 (VARIABLES_INSIDE_BLOCK): Delete.
7351
6972bc8b
AC
73522002-02-25 Andrew Cagney <ac131313@redhat.com>
7353
7354 * utils.c (perror_with_name): Make string parameter constant.
7355 (print_sys_errmsg): Ditto.
7356 (query): Ditto.
7357 * defs.h (perror_with_name): Update.
7358 (print_sys_errmsg): Update.
7359 (query): Update.
7360
aa32f823
DJ
73612002-02-25 Daniel Jacobowitz <drow@mvista.com>
7362
7363 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7364 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7365
19caaa45
PS
73662002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7367
7368 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7369 if it already matches the current architecture from the exec file.
7370 Include arch-utils.h for gdbarch_info_init prototype.
7371 * Makefile.in (rs6000-nat.o): Update dependencies.
7372
d951901f
EZ
73732002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7374
7375 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7376 list of exported variables.
7377
7ea81414
DJ
73782002-02-24 Daniel Jacobowitz <drow@mvista.com>
7379
7380 * gdbserver/configure.srv: New file.
7381 * gdbserver/configure.in: Use configure.srv instead
7382 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7383 from it.
7384 * gdbserver/configure: Regenerated.
7385 * gdbserver/terminal.h: New file.
7386 * gdbserver/Makefile.in: Update for configure changes. Remove
7387 more unneeded include paths.
7388
080fe24b
AC
73892002-02-24 Andrew Cagney <ac131313@redhat.com>
7390
7391 From wiz at danbala:
7392 * config/sparc/tm-sp64.h: Fix grammar and typos.
7393 Fix PR gdb/287.
7394
8605d56e
AC
73952002-02-24 Andrew Cagney <ac131313@redhat.com>
7396
7397 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
7398 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7399 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7400 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
7401 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7402 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7403 * s390-tdep.c: Ditto.
92362027
AC
7404 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7405 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7406 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7407 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7408 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7409 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7410 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7411 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7412 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7413 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 7414 Fix PR gdb/378.
7e336ba1 7415
8ed32cc0
AC
74162002-02-23 Andrew Cagney <ac131313@redhat.com>
7417
a3007b6f
AC
7418 * lin-thread.c: Delete file.
7419 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7420 to gdb_proc_service.h.
7421 * configure: Re-generate.
7422
50a9e2f1
AC
7423 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7424 * serial.c (serial_open): Delete check for "ocd".
7425 Fix PR gdb/349.
7426
8b6e7932
AC
7427 * Makefile.in (linux-thread.o): Delete target.
7428 * linux-thread.c: Delete file.
7429
d155c46b
AC
7430 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7431 renamed SH files to be consistent.
7432
8ed32cc0
AC
7433 * symtab.c (sort_search_symbols): Use xfree.
7434
0e18d038
RE
74352002-02-23 Richard Earnshaw <rearnsha@arm.com>
7436
7437 * arm-linux-tdep.c (arm_linux_init_abi): Register
7438 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7439 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7440 definition with undef, since we don't want the sysvr4 definition.
7441 (SKIP_TRAMPOLINE_CODE): Likewise.
7442
27aac7ff
AC
74432002-02-23 Andrew Cagney <ac131313@redhat.com>
7444
7445 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7446
7447 * configure.in: (AC_CHECK_FUNCS) Added test for
7448 canonicalize_file_name Regenerated.
7449 * config.in, configure: Regenerated.
7450 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7451 defined use canonicalize_file_name.
7e336ba1 7452
65a6e0ee
MC
74532002-02-23 Michael Chastain <mec@shout.net>
7454
7455 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7456
47b95330
AC
74572002-02-23 Andrew Cagney <ac131313@redhat.com>
7458
7459 * README: Remove references to cygnus.com.
7460 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7461 dot com'' form. Remove references to cygnus.com and sourceware.
7462
696f451b
AC
74632002-02-23 Andrew Cagney <ac131313@redhat.com>
7464
7465 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7466 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7467 1003.1-2001 no longer allows "head -1".
7468 * gdb/Makefile.in (version.c): Likewise.
7469 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7470 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7471 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7472
bbaca940
AC
74732002-02-23 Andrew Cagney <ac131313@redhat.com>
7474
7475 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7476 * command.h (cmd_cfunc_eq): Declare.
7477 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7478
7479 * cli/cli-cmds.h (is_complete_command): Change parameter to a
7480 ``struct cmd_list_element *''.
7481 * cli/cli-cmds.c (is_complete_command): Update. Use
7482 cmd_cfunc_eq.
7483 * top.c (execute_command): Pass the command to
7484 is_complete_command.
7485 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7486
b8b8b047
AC
74872002-02-23 Andrew Cagney <ac131313@redhat.com>
7488
7489 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
7490 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7491 architecture defines.
7492 * s390-tdep.c (s390_gdbarch_init): Likewise.
7493
19d3fc80
RE
74942002-02-23 Richard Earnshaw <rearnsha@arm.com>
7495
7496 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
7497 (arm_linux_push_arguments): Likewise.
7498 (arm_linux_init_abi): Register them. Also register linux-specific
7499 call_dummy_words.
7500 (find_minsym_and_objfile): Use strcmp, not STREQ.
7501 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
7502 (arm_linux_call_dummy_words): Delete declaration.
7503 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
7504 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
7505 declarations.
7506 (LOWEST_PC): Delete.
7507
3ab13650
PS
75082002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7509
7510 * maint.c (print_section_info): Do not prepend `0x' to filepos
7511 output, it will be handled by local_hex_string_custom.
7512
19d3fc80 75132002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
7514
7515 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
7516 (store_newfpe_double, store_newfpe_extended, store_fpregister)
7517 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
7518
d85a5daf
JB
75192002-02-22 Jim Blandy <jimb@redhat.com>
7520
7521 Indicate that the bcache functions don't change the strings
7522 they're passed.
7523 * bcache.h (bcache, hash): Add `const' keywords to declarations.
7524 * bcache.c (bcache, hash): Add `const' keywords to definitions.
7525
eeb25b8a
PM
75262002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
7527
7528 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
7529
6badb179
CF
75302002-02-21 Christopher Faylor <cgf@redhat.com>
7531
7532 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
7533 find the complete path to a loaded DLL.
7534
e8717518
FF
75352002-02-21 Fred Fish <fnf@redhat.com>
7536
7537 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
7538 that marks the end of the range of a function, enter a line number
7539 entry that has a line number of zero and a PC offset that matches
7540 the end of the function. This starts a range of PC's for which no
7541 line number information is known.
7542 * symtab.c (find_pc_sect_line): If our best fit is in a range of
7543 PC's for which no line number info is found (line number is zero)
7544 then we didn't find any valid line information.
7545 * symtab.h: Document use of zero line number entry.
7546
9abe5450
EZ
75472002-02-21 Elena Zannoni <ezannoni@redhat.com>
7548
7549 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
7550 (have_ptrace_getvrregs): Define for run time checks.
7551 (gdb_vrregset_t): New type for Altivec register handling.
7552 (fetch_register, store_register): Fetch/store altivec register
7553 when needed.
7554 (fetch_altivec_register, store_altivec_register): New functions.
7555 (supply_vrregset, fill_vrregset): New functions.
7556 (fetch_altivec_registers, store_altivec_registers): New functions.
7557 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
7558 registers as well.
7559
aaa38bb5
AJ
75602002-02-21 Jiri Smid <smid@suse.cz>
7561
7562 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
7563
b34db576
RE
75642002-02-21 Richard Earnshaw <rearnsha@arm.com>
7565
7566 * Makefile.in (armnbsd-nat.o): Update dependencies.
7567 * armnbsd-nat.c (supply_gregset): New function. Common code to
7568 supply the integer register set.
7569 (supply_fparegset): New function. Similar for FPA registers.
7570 (fetch_regs, fetch_fp_regs): Use them.
7571 (fetch_core_registers): Likewise.
7572 (fetch_elfcore_registers): New function.
7573 (arm_netbsd_elfcore_fns): New core-file type specification.
7574 (_initialize_arm_netbsd_nat): Register it.
7575
3e56fc4b
RE
75762002-02-21 Richard Earnshaw <rearnsha@arm.com>
7577
7578 * armnbsd-nat.c: Include gdbcore.h.
7579 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
7580 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
7581 'void' to declaration, to shut up ARI.
7582 (fetch_core_registers): Make static. Rewrite using supply_register.
7583 (arm_netbsd_core_fns): New core-file type specification.
7584 (_initialize_arm_netbsd_nat): New function.
7585
097f6b0b
CF
75862002-02-21 Christopher Faylor <cgf@redhat.com>
7587
7588 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
7589 value.
7590
c914e0cc
CF
75912002-02-20 Christopher Faylor <cgf@redhat.com>
7592
7593 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
7594 fails.
7595
385fa495
DJ
75962002-02-20 Daniel Jacobowitz <drow@mvista.com>
7597
7598 * jv-exp.y (parse_number): Change type of implicit longs
7599 to builtin_type_uint64.
7600
e5f1222d
DJ
76012002-02-20 Daniel Jacobowitz <drow@mvista.com>
7602
7603 * gdbserver/linux-low.c (mywait): Change argument to waitpid
7604 to be an integer instead of a `union wait'.
7605
75c9abc6
DJ
76062002-02-20 Daniel Jacobowitz <drow@mvista.com>
7607
7608 * mips-linux-nat.c: Call the operating system GNU/Linux.
7609 * mips-linux-tdep.c: Likewise.
7610 * mips-tdep.c: Likewise.
7611
551792a5
DJ
76122002-02-20 Daniel Jacobowitz <drow@mvista.com>
7613
7614 Fix PR gdb/265.
7615 * jv-exp.y (parse_number): Handle 64-bit integers.
7616
ee6e2b82
DJ
76172002-02-20 Daniel Jacobowitz <drow@mvista.com>
7618
7619 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
7620 AC_STDC_HEADERS to AC_HEADER_STDC.
7621 * gdbserver/configure: Regenerated.
7622
a48442a0
RE
76232002-02-20 Richard Earnshaw <rearnsha@arm.com>
7624
7625 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
7626 is defined.
7627 * sparc-tdep.c (get_longjmp_target): Likewise.
7628
fe419ffc
RE
76292002-02-20 Richard Earnshaw <rearnsha@arm.com>
7630
7631 * News: Add news about ARM and Multi-arch. Mention the new target
7632 arm*-*-netbsd*.
7633
5832ed7e
JB
76342002-02-19 Jim Blandy <jimb@redhat.com>
7635
7636 * stabsread.c (error_type_complaint): Improve error message.
7637
84563040
DJ
76382002-02-19 Daniel Jacobowitz <drow@mvista.com>
7639
7640 * gdbserver/README: Update documentation.
7641 * gdbserver/configure.in: Update configury to match documentation.
7642 * gdbserver/Makefile.in: Likewise.
7643 * gdbserver/configure: Regenerated.
7644 * gdbserver/aclocal.m4: New file, generated by aclocal.
7645 * gdbserver/config.in: New file, generated by autoheader.
7646
375fd65b
RE
76472002-02-19 Richard Earnshaw <rearnsha@arm.com>
7648
7649 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
7650 armnbsd-nat.c.
7651
08216dd7
RE
76522002-02-19 Richard Earnshaw <rearnsha@arm.com>
7653
7654 * arm-tdep.h (enum arm_float_model): New enum.
7655 (struct gdbarch_tdep): Add fp_model.
7656 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
7657 up floating-point conversions until we know the floating-point model
7658 in use by the inferior. Don't complain about being unable to
7659 determine the ABI of the inferior when we don't have one.
7660 (arm_extract_return_value): Support different floating-point models.
7661 (arm_store_return_value): Likewise.
aaa38bb5 7662 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
7663 ARM_FLOAT_SOFT.
7664 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
7665
65d6d66a
PS
76662002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7667
7668 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
7669 of ``current_gdbarch''.
7670
47221191
RE
76712002-02-19 Richard Earnshaw <rearnsha@arm.com>
7672
7673 * armnbsd-nat.c : ANSIfy all function declarations.
7674 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
7675 (fetch_inferior_registers): Re-implement in terms of above.
7676 (store_register, store_regs, store_fp_register, store_fp_regs): New.
7677 (store_inferior_registers): Re-implement in terms of above.
7678
fdf39c9a
RE
76792002-02-19 Richard Earnshaw <rearnsha@arm.com>
7680
aaa38bb5 7681 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
7682 kernel.
7683 * arm-linux-tdep.c: Likewise.
7684 * config/arm/tm-linux.h: Likewise.
7685
93247f88
RE
76862002-02-19 Richard Earnshaw <rearnsha@arm.com>
7687
7688 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
7689 * config/arm/nbsd.mt (TM_FILE): Delete.
7690 * config/arm/tm-nbsd.h: Delete.
7691
d7b486e7
RE
76922002-02-19 Richard Earnshaw <rearnsha@arm.com>
7693
7694 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
7695 Initialize CALL_DUMMY_LENGTH.
7696
41d39a95
RE
76972002-02-19 Richard Earnshaw <rearnsha@arm.com>
7698
7699 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
7700 function.
7701 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 7702 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
7703 defines one thing and that is incorrect for this port.
7704 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
7705
e1195560
PM
77062002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7707
7708 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
7709
c1748f97
PM
77102002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7711
7712 * win32-nat.c (display_selector): New function. Displays information
7713 about the information returned by GetThreadSelectorEntry API function.
7714 (display_selectors): New function. Displays the infomation of
7715 the selector given as argument, or of CS, DS ans FS selectors
7716 if no argument is given.
7717 ( _initialize_inftarg): Add "w32" as info prefix command.
7718 Add "info w32 selector" as command calling display_selectors.
7719
e41e6bbf
PM
77202002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7721
7722 * i386-tdep.c (get_longjmp_target): Fix compilation failure
7723 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
7724 if not defined.
7725
0d3a9f48
RE
77262002-02-18 Richard Earnshaw <rearnsha@arm.com>
7727
7728 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
7729
3fb4b924
RE
77302002-02-18 Richard Earnshaw <rearnsha@arm.com>
7731
7732 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
7733 (arm_fix_call_dummy): Call it.
7734 (arm_call_dummy_breakpoint_offset): Delete.
7735 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
7736 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
7737
7f55af32
AC
77382002-02-18 Andrew Cagney <ac131313@redhat.com>
7739
7740 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
7741 Default to func_frame_chain_valid.
7742 * gdbarch.h, gdbarch.c: Re-generate.
7743 * frame.h (FRAME_CHAIN_VALID): Delete definition.
7744
05f13b9c
EZ
77452002-02-18 Elena Zannoni <ezannoni@redhat.com>
7746
7747 * ppc-linux-nat.c: Update copyright.
7748 (fetch_register, store_register): Add tid parameter, don't compute
7749 tid here.
7750 (fetch_ppc_registers, store_ppc_registers): Add tid
7751 parameter. Pass it along to callees.
7752 (fetch_inferior_registers, store_inferior_registers): Compute tid
7753 here, and pass it to calleed functions.
7754 (fill_gregset, supply_fpregset): Clean up formatting.
7755
d7afb4c9
RE
77562002-02-18 Richard Earnshaw <rearnsha@arm.com>
7757
7758 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
7759 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
7760
9df628e0
RE
77612002-02-18 Richard Earnshaw <rearnsha@arm.com>
7762
7763 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
7764 * gdbarch.c gdbarch.h: Regenerate.
7765 * breakpoint.c (create_longjmp_breakpoint): Always compile this
7766 function.
7767 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
7768 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
7769 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
7770
7771 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
7772 * arm-tdep.c (arm_get_longjmp_target): New function.
7773 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
7774 this to a positive value register arm_get_longjmp_target as the
7775 longjmp handler.
7776 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
7777 (arm_linux_init_abi): Set up longjmp description in tdep.
7778 * armnbsd-nat.c (get_longjmp_target): Delete.
7779 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
7780 description in tdep.
7781 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
7782 (get_longjmp_target): Delete declaration.
7783 (GET_LONGJMP_TARGET): Delete.
7784 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
7785 (GET_LONGJMP_TARGET): Delete.
7786
57bc8964
KB
77872002-02-17 Kevin Buettner <kevinb@redhat.com>
7788
7789 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
7790 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
7791 of ``current_gdbarch''.
7792
83d31a92
TT
77932002-02-17 Tom Tromey <tromey@redhat.com>
7794
7795 * cli/cli-cmds.c (compare_strings): New function.
7796 (complete_command): Only print each unique item once.
7797 * completer.h (complete_line): Declare.
7798 * completer.c (complete_line): New function.
7799 (line_completion_function): Use it.
7800
17ef5d92
AC
78012002-02-16 Andrew Cagney <ac131313@redhat.com>
7802
7803 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
7804 * gdbarch.h, gdbarch.c: Re-generate.
7805
491b8946
DJ
78062002-02-16 Daniel Jacobowitz <drow@mvista.com>
7807
7808 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
7809
78102002-02-16 Daniel Jacobowitz <drow@mvista.com>
7811
7812 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7813 * valops.c (value_arg_coerce): Don't take the address of a reference
7814 to convert an argument to a reference.
7815
dfe7f3ac
CF
78162002-02-15 Christopher Faylor <cgf@redhat.com>
7817
7818 * win32-nat.c (get_image_name): New function.
7819 (handle_load_dll): Use get_image_name function.
7820 (get_child_debug_event): Avoid registering debug events until possibly
7821 execed process is started.
7822 (child_create_inferior): Allow invocation via shell so that command
7823 line redirection, etc. works ok.
7824 (_initialize_inftarg): Add new command: "set shell" to control whether
7825 a shell is used to start a process.
7826
1d33e73a
DJ
78272002-02-15 Daniel Jacobowitz <drow@mvista.com>
7828
7829 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
7830 instead of find_register_by_number.
7831 (cannot_store_register): Likewise.
7832
48cd0caa
PM
78332002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7834
aaa38bb5 7835 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
7836 fprintf_unfiltered (gdb_stderr, ...).
7837
8656e7d8
DJ
78382002-02-15 Daniel Jacobowitz <drow@mvista.com>
7839
7840 * gdbserver/gdbserver.1: Document --attach.
7841
66e810cd
RE
78422002-02-15 Richard Earnshaw <rearnsha@arm.com>
7843
7844 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
7845 descriptions.
7846 * arm-tdep.c (arm_default_arm_le_breakpoint)
7847 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
7848 (arm_default_thumb_be_breakpoint): New. Initialize them from
7849 traditional breakpoint defines.
7850 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
7851 (arm_gdbarch_init): Initialize new breakpoint variables.
7852 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
7853 (arm_linux_init_abi): Initialize linux-specific breakpoint.
7854 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
7855 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
7856 code out to ...
7857 (arm_netbsd_init_abi_common): ... here; new function.
7858 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
7859 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
7860 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
7861 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
7862
97e03143
RE
78632002-02-15 Richard Earnshaw <rearnsha@arm.com>
7864
7865 * arm-tdep.h (enum arm_abi): New enum.
7866 (struct gdbarch_tdep): New structure.
7867 (LOWEST_PC): Provide a default.
7868 (arm_gdbarch_register_os_abi): Declare new function.
7869 * arm-tdep.c (arm_abi_names): New array.
7870 (process_note_abi_tag_sections): New function.
7871 (get_elfosabi): New function.
7872 (arm_gdbarch_register_os_abi): New function.
7873 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
7874 support for that ABI has been built in, then call the appropriate
7875 configuration routine. Use gdbarch_num_regs() to get the number
7876 of registers.
7877 (arm_dump_tdep): New function.
7878 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
7879 place-holder functions.
7880 (_initialize_arm_tdep): Register them.
7881 * config/arm/tm-arm.h (LOWEST_PC): Delete.
7882
7883 * armnbsd-tdep.c: New file.
7884 * Makefile.in (armnbsd-tdep.o): Add dependencies.
7885 * config/arm/nbsd.mt (TDEPFILES): Add it.
7886 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
7887
7888 * armnbsd-nat.c: Include regcache.h.
7889 * Makefile.in (armnbsd-nat.o): Update dependency list.
7890
7891 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
7892
ad68be46
DJ
78932002-02-14 Daniel Jacobowitz <drow@mvista.com>
7894
7895 * gdbserver/Makefile.in: Fix typos in target rules.
7896
003d6d1d
DJ
78972002-02-14 Daniel Jacobowitz <drow@mvista.com>
7898
aaa38bb5 7899 Fix part of PR gdb/267.
003d6d1d
DJ
7900 * linespec.c (find_methods): Handle constructors specially for now.
7901
6b230f1b
CV
79022002-02-14 Corinna Vinschen <vinschen@redhat.com>
7903
7904 * arm-tdep.c (arm_push_arguments): Eliminate special float type
7905 handling.
7906 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
7907 standard_coerce_float_to_double().
7908
1ea98d12
CF
79092002-02-14 Christopher Faylor <cgf@redhat.com>
7910
7911 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
7912 GDBINIT_FILENAME.
7913
dd47e6fd
EZ
79142002-02-14 Elena Zannoni <ezannoni@redhat.com>
7915
7916 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
7917 find_variant_by_name, because it confuses the multiarch
7918 framework. Return NULL if there isn't an architecture with the
7919 user supplied name, instead of forcing a different one without
7920 recording the change with the multiarch machinery.
7921 (find_variant_by_name): Delete.
7922
d7e39b9e
PS
79232002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7924
7925 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
7926 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
7927
76e42a4f
MH
79282002-02-13 Martin M. Hunt <hunt@redhat.com>
7929
aaa38bb5 7930 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
7931 print_frame_info_listing_hook, set current_source_symtab.
7932
0a30fbc4
DJ
79332002-02-14 Daniel Jacobowitz <drow@mvista.com>
7934
7935 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
7936 and remove unused $(INCLUDE_DIR).
7937 Add regcache.c to OBS.
7938 Add generated register protocol files to clean target.
7939 Update dependencies for new objects, obsolete old target code.
7940
7941 * gdbserver/linux-low.c: Remove all platform-specific code to
7942 new files. Remove various dead code. Update to use regcache
7943 functionality.
7944 * gdbserver/remote-utils.c (fromhex): Add return statement
7945 to quiet warning.
7946 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
7947 constant.
7948 (input_interrupt): Add integer parameter to match prototype
7949 of a signal handler.
7950 (outreg): Use register_data ().
7951 (prepare_resume_reply): Use gdbserver_expedite_regs.
7952 * gdbserver/server.c (main): Dynamically allocate own_buf because
7953 PBUFSIZ is no longer constant. Use registers_to_string () and
7954 registers_from_string ().
7955 * gdbserver/server.h: No longer include "defs.h". Add prototypes
7956 for error (), fatal (), and warning (). Update definition of
7957 PBUFSIZ to use regcache functionality. Add include guard.
7958 * gdbserver/utils.c (fatal): Add missing ``const''.
7959 (warning): New function.
7960
7961 * regformats/regdat.sh: Include "regcache.h" in generated files.
7962 Provide init_registers () function.
7963 * regformats/regdef.h: Add prototype for set_register_cache ().
7964 Add include guard.
7965
7966 * gdbserver/linux-arm-low.c: New file.
7967 * gdbserver/linux-i386-low.c: New file.
7968 * gdbserver/linux-ia64-low.c: New file.
7969 * gdbserver/linux-m68k-low.c: New file.
7970 * gdbserver/linux-mips-low.c: New file.
7971 * gdbserver/linux-ppc-low.c: New file.
7972 * gdbserver/linux-sh-low.c: New file.
7973
7974 * gdbserver/regcache.c: New file.
7975 * gdbserver/regcache.h: New file.
7976
7977 * gdbserver/low-linux.c: Removed obsolete file.
7978
4cc841d0
DJ
79792002-02-14 Daniel Jacobowitz <drow@mvista.com>
7980
7981 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
7982 * config/i386/linux.mt: Likewise.
7983 * config/ia64/linux.mt: Likewise.
7984 * config/m68k/linux.mh: Likewise.
7985 * config/powerpc/linux.mh: Likewise.
7986 * config/mips/linux.mt: Likewise.
7987
7988 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
7989
7990 * config/i386/i386lynx.mh: Mark gdbserver variables
7991 as (currently) obsolete for this target.
7992 * config/i386/nbsd.mt: Likewise.
7993 * config/i386/nbsdelf.mt: Likewise.
7994 * config/m32r/m32r.mt: Likewise.
7995 * config/m68k/m68klynx.mh: Likewise.
7996 * config/m68k/nbsd.mt: Likewise.
7997 * config/m68k/sun3os4.mh: Likewise.
7998 * config/mips/vr5000.mt: Likewise.
7999 * config/ns32k/nbsd.mt: Likewise.
8000 * config/pa/hppabsd.mh: Likewise.
8001 * config/pa/hppaosf.mh: Likewise.
8002 * config/powerpc/nbsd.mt: Likewise.
8003 * config/rs6000/rs6000lynx.mh: Likewise.
8004 * config/s390/s390.mt: Likewise.
8005 * config/s390/s390x.mt: Likewise.
8006 * config/sparc/sparclynx.mh: Likewise.
8007 * config/sparc/sun4os4.mh: Likewise.
8008 * config/i386/x86-64linux.mt: Likewise.
8009 * config/sparc/linux.mh: Likewise.
8010
a85f51e7
DJ
80112002-02-14 Daniel Jacobowitz <drow@mvista.com>
8012
8013 * configure.tgt: Configure gdbserver only for known working
8014 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8015 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8016 SUBDIRS if it is configured. Update comment for ${nativefile}.
8017 * configure: Regenerated.
8018
65554fef
MS
80192002-02-13 Michael Snyder <msnyder@redhat.com>
8020
670a52db
MS
8021 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8022
6dbdc4a3
MS
8023 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8024 (default_gcore_mach): Just return 0, work around a problem in bfd.
8025 (default_gcore_target): OK to return NULL if exec_bfd is null.
8026 (make_mem_sec): Use a cast, avoid a warning.
8027
8028 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 8029 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
8030 sizeof (host pointer) != sizeof (target pointer)).
8031 (procfs_make_note_section): Avoid overflow in psargs string.
8032
aaa38bb5 8033 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
8034 implementation return an error.
8035
80362002-02-13 Rodney Brown <rbrown64@csc.com.au>
8037
8038 * procfs.c (procfs_make_note_section): Provide a default definition
8039 (for alpha-dec-osf4.0f). Fix typos.
8040
1e4d76e7
EZ
80412002-02-13 Elena Zannoni <ezannoni@redhat.com>
8042
8043 * linux-proc.c: Add include of regcache.h.
8044 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8045
b6d1a1d5
AC
80462002-02-13 Andrew Cagney <ac131313@redhat.com>
8047
8048 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
8049 * memattr.c (create_mem_region): Disallow useless empty region.
8050 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 8051 non-overlapping.
b6d1a1d5 8052
6c6ea35e
MC
80532002-02-13 Michael Chastain <mec@shout.net>
8054
8055 * defs.h: Kill CONST_PTR.
8056 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8057 * c-lang.c (c_builtin_types): Likewise.
8058 * ch-lang.c (ch_builtin_types): Likewise.
8059 * f-lang.c (f_builtin_types): Likewise.
8060 * language.c (unknown_builtin_types): Likewise.
8061 * m2-lang.c (m2_builtin_types): Likewise.
8062 * p-lang.c (pascal_builtin_types): Likewise.
8063 * scm-lang.c (c_builtin_types): Likewise.
8064
3e0b0f48
KS
80652002-02-13 Keith Seitz <keiths@redhat.com>
8066
8067 * arm-tdep.h (arm_get_next_pc): Add declaration.
8068
67255d04
RE
80692002-02-13 Richard Earnshaw <rearnsha@arm.com>
8070
8071 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8072 with other related struct-returning functions.
8073 (arm_extract_struct_value_address): New function.
8074 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8075 initialize float_format, double_format and long_double_format as
8076 appropriate to the endianness of the target.
8077 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8078 (arm_use_struct_convention): Delete declaration.
8079 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8080
079777f6
KS
80812002-02-13 Keith Seitz <keiths@redhat.com>
8082
8083 * defs.h (core_addr_to_string_nz): New function.
8084
34588f23
MK
80852002-02-13 Mark Kettenis <kettenis@gnu.org>
8086
8087 Apply missing bits of 2002-01-15 patch.
8088 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8089 (fill_fpregset): Use i387_fill_fsave.
8090
49b563f9
KS
80912002-02-12 Keith Seitz <keiths@redhat.com>
8092
49b563f9
KS
8093 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8094 (core_addr_to_string_nz): New function.
8095
aeb98c60
RE
80962002-02-11 Richard Earnshaw <rearnsha@arm.com>
8097
8098 * arm-linux-nat.c: Really include arm-tdep.h.
8099 * config/arm/tm-linux.h (struct type, struct value): Declare.
8100
65554fef
MS
81012002-02-11 Michael Snyder <msnyder@redhat.com>
8102
8103 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8104 (gcore section): Ifdef for Solaris and Unixware only.
8105 (procfs_do_thread_registers): Unixware needs one lwpstatus
8106 per thread (not one prstatus or pstatus).
8107 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8108 not over all gdb threads. For unixware, call elfcore_write_pstatus
8109 once before iterating over threads.
8110
34e8f22d
RE
81112002-02-11 Richard Earnshaw <rearnsha@arm.com>
8112
8113 * arm-tdep.h: New file.
8114 * arm-tdep.c: Include arm-tdep.h.
8115 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8116 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8117 (arm_print_float_info, arm_register_type, convert_to_extended)
8118 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8119 (arm_extract_return_value, arm_register_name): Make static.
8120 (arm_software_single_step): Similarly. Fix types in declaration.
8121 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8122 (arm_store_return_value, arm_store_struct_return): New functions.
8123 (arm_gdbarch_init): Register the above functions. Also register
8124 call_dummy_start_offset, sizeof_call_dummy_words,
8125 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8126 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 8127 max_register_virtual_size, register_size. Set up
34e8f22d
RE
8128 prologue_cache.saved_regs here, rather than ...
8129 (_initialize_arm_tdep): ... here.
8130 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8131 declarations.
8132 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8133 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8134 (arm_print_float_info, arm_register_type, convert_to_extended)
8135 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8136 (arm_extract_return_value, arm_register_name): Delete declarations.
8137 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8138 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8139 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8140 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8141 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8142 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8143 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8144 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8145 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8146 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8147 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8148 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8149 interface.
8150 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8151 * remote-rdi.c remote-rdp.c: Likewise.
8152 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8153 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8154 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8155 definition.
8156
8157 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8158 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8159 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8160 from non-ARM_ prefixed definitions.
8161 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8162 all uses of above.
8163 * remote-rdi.c remote-rdp.c: Likewise.
8164 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8165
148754e5
RE
81662002-02-11 Richard Earnshaw <rearnsha@arm.com>
8167
8168 * arm-tdep.c (arm_frameless_function_invocation)
8169 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8170 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8171 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8172 (arm_pop_frame, arm_get_next_pc): Make static.
8173 (arm_gdbarch_init): Register above in gdbarch structure.
8174 (arm_read_fp): Renamed from arm_target_read_fp.
8175 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8176 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8177 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8178 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8179 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8180 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8181 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
8182 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8183 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8184 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8185 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 8186
434d2d4f
DJ
81872002-02-10 Daniel Jacobowitz <drow@mvista.com>
8188
8189 * symtab.c (compare_search_syms): New function.
8190 (sort_search_symbols): New function.
8191 (search_symbols): Sort symbols after searching rather than
8192 before.
8193
55241689
AC
81942002-02-10 Andrew Cagney <ac131313@redhat.com>
8195
8196 * NEWS: Linux -> GNU/Linux.
8197
028c194b
AC
81982002-02-10 Andrew Cagney <ac131313@redhat.com>
8199
8200 * gdbarch.sh: For for level one methods, disallow a definition
8201 when partially multi-arched. Add comments explaining rationale.
8202 * gdbarch.h: Re-generate.
8203
6acf50cd
AC
82042002-02-10 Andrew Cagney <ac131313@redhat.com>
8205
8206 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8207 multi-arch partial.
aaa38bb5 8208
50248794
AC
82092002-02-10 Andrew Cagney <ac131313@redhat.com>
8210
8211 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8212 field. Use diff -u.
8213 * gdbarch.c: Re-generate.
8214
c30e0066
AC
82152002-02-10 Andrew Cagney <ac131313@redhat.com>
8216
9b56c5f3 8217 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
8218 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8219 partial.
8220
6e6d6484
AC
82212002-02-10 Andrew Cagney <ac131313@redhat.com>
8222
8223 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8224 multi-arch partial.
8225 (PUSH_ARGUMENTS): Switch to using predefault.
8226 * gdbarch.c: Regenerate.
8227
c203844d
AC
82282002-02-10 Andrew Cagney <ac131313@redhat.com>
8229
8230 * valops.c (PUSH_ARGUMENTS): Delete definition.
8231 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8232 partial. Default to default_push_arguments.
8233 * gdbarch.h, gdbarch.c: Regenerate.
8234
b5a2688f
AC
82352002-02-09 Andrew Cagney <ac131313@redhat.com>
8236
8237 * defs.h (throw_exception): Rename return_to_top_level. Update
8238 comments.
8239 * utils.c (error_stream, internal_verror, quit): Ditto.
8240 * top.c (throw_exception, catcher): Ditto.
8241 * sparclet-rom.c (sparclet_load): Ditto.
8242 * remote.c (interrupt_query, minitelnet): Ditto.
8243 * remote-sds.c (interrupt_query): Ditto.
8244 * remote-mips.c (mips_error, mips_kill): Ditto.
8245 * ocd.c (interrupt_query): Ditto.
8246 * monitor.c (monitor_interrupt_query): Ditto.
8247 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8248 * target.h: Update comment.
aaa38bb5 8249
b5a2688f 8250 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 8251
2fa5c1e0
AC
82522002-02-09 Andrew Cagney <ac131313@redhat.com>
8253
8254 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8255 default_double_format.
8256 * gdbarch.h, gdbarch.c: Re-generate.
8257 * findvar.c (floatformat_unknown): Delete variable definition.
8258 * doublest.h (floatformat_unknown): Delete variable declaration.
8259
da966255
JB
82602002-02-09 Jim Blandy <jimb@redhat.com>
8261
8262 * stabsread.c (read_type): Add code to parse Sun's syntax for
8263 prototyped function types.
8264
123a4891
AC
82652002-02-09 Andrew Cagney <ac131313@redhat.com>
8266
8267 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8268 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8269
fb39c8f3
PS
82702002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8271
8272 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8273 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8274 now _initialize_xcoffsolib gets called again and overrides the
8275 commands from solib.c in a native configuration.
8276
0b87a11d
MK
82772002-02-09 Mark Kettenis <kettenis@gnu.org>
8278
8279 * doublest.c (store_typed_floating): Don't try to return a value.
8280 Fixes PR gdb/290.
8281
bdc2fc72
JB
82822002-02-08 Jim Blandy <jimb@redhat.com>
8283
8284 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8285 is prototyped and has no arguments, print its argument list as
8286 `(void)'.
8287
da69bbcf
CD
82882002-02-08 Chris Demetriou <cgd@broadcom.com>
8289
8290 * MAINTAINERS (write-after-approval): Add myself.
8291 (paper-trail): I've escaped!
aaa38bb5 8292
b69571f5
CF
82932002-02-08 Christopher Faylor <cgf@redhat.com>
8294
8295 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8296 changes.
8297 (_initialize_check_for_gdb_ini): Ditto.
8298
f6871398
MH
82992002-02-08 Martin M. Hunt <hunt@redhat.com>
8300
8301 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8302 xaprintf -> xasprintf.
8303
4e52d31c
PM
83042002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8305
8306 * win32-nat.c: Remove use of printf and sprintf functions.
8307
39bbf761
RE
83082002-02-08 Richard Earnshaw <rearnsha@arm.com>
8309
8310 * arm-tdep.c (arm_frame_chain_valid): Make static.
8311 (arm_push_arguments): Likewise.
8312 (arm_gdbarch_init): New function.
8313 (_initialize_arm_tdep): Call it.
8314 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8315 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8316 (FRAME_CHAIN_VALID): Delete.
8317 (arm_frame_chain_valid): Delete declaration.
8318 (PUSH_ARGUMENTS): Delete.
8319 (arm_push_arguments): Delete declaration.
8320 (CALL_DUMMY_P): Delete.
8321
9c9532c9
CV
83222002-02-08 Andrew Cagney <ac131313@redhat.com>
8323 Corinna Vinschen <vinschen@redhat.com>
8324
8325 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8326 on builtin float types.
8327
4e8f7a8b
DJ
83282002-02-08 Daniel Jacobowitz <drow@mvista.com>
8329
8330 * utils.c: Include <curses.h> before "bfd.h".
8331 * tui/tui-hooks.c: Likewise.
8332 * tui/tui.c: Likewise.
8333 * tui/tuiCommand.c: Likewise.
8334 * tui/tuiData.c: Likewise.
8335 * tui/tuiDataWin.c: Likewise.
8336 * tui/tuiDisassem.c: Likewise.
8337 * tui/tuiGeneralWin.c: Likewise.
8338 * tui/tuiIO.c: Likewise.
8339 * tui/tuiLayout.c: Likewise.
8340 * tui/tuiRegs.c: Likewise.
8341 * tui/tuiSource.c: Likewise.
8342 * tui/tuiSourceWin.c: Likewise.
8343 * tui/tuiStack.c: Likewise.
8344 * tui/tuiWin.c: Likewise.
8345
cd4bffcf
EZ
83462002-02-07 Elena Zannoni <ezannoni@redhat.com>
8347
8348 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8349 to include space for pseudoregs as well. Update loops accordingly.
8350 (sh_fp_frame_init_saved_regs): Ditto.
8351 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8352
26806ce2
AC
83532002-02-07 Andrew Cagney <ac131313@redhat.com>
8354
8355 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8356 Add Richard Earnshaw to Arm maintainers.
8357
97fdab62
AC
83582002-02-07 Andrew Cagney <ac131313@redhat.com>
8359
a6b98203
AC
8360 * defs.h (warning_begin): Delete declaration.
8361
97fdab62
AC
8362 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8363 Delete macro.
8364
78b29b40
MS
83652002-02-07 Michael Snyder <msnyder@redhat.com>
8366
aaa38bb5 8367 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
8368 Logic bug, remove misplaced else.
8369
d8849953
KD
83702002-02-07 Klee Dienes <klee@apple.com>
8371
8372 * fork-inferior.c (fork_inferior): Add '!' to the list of
8373 characters that need to be quoted when building a string for the
8374 shell. Quote '!' specifically with a backslash, since CSH chokes
8375 when trying to evaluate "str!str".
aaa38bb5 8376
095778a0
NC
83772002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8378
8379 * rdi-share/host.h: Only provide a typedef for bool if it is not
8380 defined.
8381
1900040c
MS
83822002-02-04 Michael Snyder <msnyder@redhat.com>
8383
8384 * breakpoint.h (enum bptype): Add new overlay event bp type.
8385 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 8386
1900040c
MS
8387 * breakpoint.c (create_internal_breakpoint): New function.
8388 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8389 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8390 (create_thread_event_breakpoint): Ditto.
8391 (create_solib_event_breakpoint): Ditto.
8392 (create_overlay_event_breakpoint): New function.
8393 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8394 (update_breakpoints_after_exec): Delete and re-initialize
8395 overlay event breakpoints after an exec. Add FIXME comment
8396 about longjmp breakpoint.
8397 (print_it_typical): Ignore overlay event breakpoints.
8398 (print_one_breakpoint): Ditto.
8399 (mention): Ditto.
8400 (bpstat_what): Do not stop for overlay event breakpoints.
8401 (delete_breakpoint): Don't delete overlay event breakpoints.
8402 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8403 (breakpoint_re_set): Re-create overlay event breakpoint.
8404
8405 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8406 (overlay_manual_command): Disable overlay breakpoints.
8407 (overlay_off_command): Disable overlay breakpoints.
8408
082fc60d
RE
84092002-02-06 Richard Earnshaw <rearnsha@arm.com>
8410
8411 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8412 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8413 to here from config/tm-arm.h.
8414 (coff_sym_is_thumb): Make static.
8415 (arm_elf_make_msymbol_special): New function.
8416 (arm_coff_make_msymbol_special): New function.
8417 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8418 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8419 (coff_sym_is_thumb): Delete declaration.
8420 (arm_elf_make_msymbol_special): Declare.
8421 (arm_coff_make_msymbol_special): Declare.
8422 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8423 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8424
039c5766
RE
84252002-02-06 Richard Earnshaw <rearnsha@arm.com>
8426
8427 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8428
84292002-02-06 Richard Earnshaw <rearnsha@arm.com>
8430
8431 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8432 * gdbarch.c gdbarch.h: Regenerate.
8433 * arch-utils.c (default_print_float_info): New function.
8434 * arch-utils.h (default_print_float_info): Prototype it.
8435 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8436 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8437 (PRINT_FLOAT_INFO): Document it.
8438
8439 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8440 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8441 (PRINT_FLOAT_INFO): Define.
8442
58fa08f0
PM
84432002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8444
aaa38bb5 8445 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
8446 Add typecast to sprintf argument to suppress a warning.
8447
7393af7c
PM
84482002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
8449
58fa08f0 8450 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
8451 to allow easier handling of pass state.
8452 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8453 that gives exception name and address.
8454 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 8455 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 8456 exceptions added.
aaa38bb5
AJ
8457 (child_continue): Correctly report continue_status.
8458 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 8459 TARGET_SIGNAL_0 (new default value).
aaa38bb5 8460 (child_resume): consider sig argument passed to decide if
7393af7c
PM
8461 the exception should be passed to debuggee or not.
8462
6af4589c
MS
84632002-02-05 Michael Snyder <msnyder@redhat.com>
8464
8465 * regcache.c (fetch_register): Call target_fetch_register
8466 only if we don't call FETCH_PSEUDO_REGISTER.
8467 (store_register): Call target_store_register only if we
8468 don't call STORE_PSEUDO_REGISTER.
8469
a2cf933a
EZ
84702002-02-05 Elena Zannoni <ezannoni@redhat.com>
8471
8472 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8473 ELF_MAKE_MSYMBOL_SPECIAL.
8474 * gdbarch.c, gdbarch.h: Regenerate.
8475 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 8476 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
8477 * elfread.c (elf_symtab_read): Compile use of
8478 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8479 multiarched.
8480 * coffread.c (coff_symtab_read): Ditto, for
8481 COFF_MAKE_MSYMBOL_SPECIAL.
8482
6bb7be43
JB
84832002-02-05 Jim Blandy <jimb@redhat.com>
8484
8485 * solib-svr4.c (svr4_truncate_ptr): New function.
8486 (svr4_relocate_section_addresses): Do the address arithmetic with
8487 the appropriate truncation for target addresses, even when
8488 CORE_ADDR is larger than a target address.
8489
e18651ec
DJ
84902002-02-05 Daniel Jacobowitz <drow@mvista.com>
8491
8492 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8493 to (int *).
8494
6b2725be
DJ
84952002-02-05 Daniel Jacobowitz <drow@mvista.com>
8496
8497 * gdbserver/linux-low.c (kill_inferior): Remove commented out
8498 code.
8499
fca9e603
DJ
85002002-02-05 Daniel Jacobowitz <drow@mvista.com>
8501
8502 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
8503
6c537a52
DJ
85042002-02-05 Daniel Jacobowitz <drow@mvista.com>
8505
8506 * gdbserver/linux-low.c: Remove unused include files.
8507
d844cde6
DJ
85082002-02-05 Daniel Jacobowitz <drow@mvista.com>
8509
8510 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
8511 (read_inferior_memory): Use it.
8512 (write_inferior_memory): Likewise.
8513
d07c63e7
DJ
85142002-02-05 Daniel Jacobowitz <drow@mvista.com>
8515
8516 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
8517 grubbing through sys_errlist.
8518
da6d8c04
DJ
85192002-02-05 Daniel Jacobowitz <drow@mvista.com>
8520
8521 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
8522
5b421780
PM
85232002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8524 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
8525
9f60d481
AC
85262002-02-04 Andrew Cagney <ac131313@redhat.com>
8527
8528 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
8529 (do_sfunc, set_cmd_sfunc): New functions.
8530
8531 * command.h (struct cmd_list_element): Add field func.
8532 * cli/cli-decode.h (struct cmd_list_element): Ditto.
8533 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
8534 * cli/cli-decode.h: Ditto.
8535
8536 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
8537 (help_all, help_cmd_list): Ditto.
8538 (find_cmd, complete_on_cmdlist): Ditto.
8539 * top.c (execute_command): Ditto.
8540
8541 * cli/cli-setshow.c (do_setshow_command): Call func instead of
8542 function.sfunc.
8543
8544 * infcmd.c (notice_args_read): Fix function signature.
8545
8546 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
8547 * cli/cli-decode.c (add_set_cmd): Ditto.
8548 * utils.c (initialize_utils): Ditto.
8549 * maint.c (_initialize_maint_cmds): Ditto.
8550 * infrun.c (_initialize_infrun): Ditto.
8551 * demangle.c (_initialize_demangler): Ditto.
8552 * remote.c (add_packet_config_cmd): Ditto.
8553 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8554 * cris-tdep.c (_initialize_cris_tdep): Ditto.
8555 * proc-api.c (_initialize_proc_api): Ditto.
8556 * kod.c (_initialize_kod): Ditto.
8557 * valprint.c (_initialize_valprint): Ditto.
8558 * top.c (init_main): Ditto.
8559 * infcmd.c (_initialize_infcmd): Ditto.
8560 * corefile.c (_initialize_core): Ditto.
8561 * arm-tdep.c (_initialize_arm_tdep): Ditto.
8562 * arch-utils.c (initialize_current_architecture): Ditto.
8563 (_initialize_gdbarch_utils): Ditto.
8564 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
8565
8566 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
8567 * wince.c (_initialize_inftarg): Ditto.
8568 * symfile.c (_initialize_symfile): Ditto.
8569 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8570 * language.c (_initialize_language): Ditto.
8571 * arc-tdep.c (_initialize_arc_tdep): Ditto.
8572
f9ba0717
MS
85732002-02-04 Michael Snyder <msnyder@redhat.com>
8574
8575 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
8576
0c74b2a7
DJ
85772002-02-04 Daniel Jacobowitz <drow@mvista.com>
8578
8579 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
8580 Add rules for building the register data files.
8581
c638789f
DJ
85822002-02-04 Daniel Jacobowitz <drow@mvista.com>
8583
8584 * regformats/regdat.sh: Add braces to the definition of
8585 expedite_regs_${arch}.
8586
db253027
DJ
85872002-02-04 Daniel Jacobowitz <drow@mvista.com>
8588
8589 * regformats/regdef.h (struct reg): Add comment describing the
8590 requirements for offset and size fields.
8591
206be19c
AS
85922002-02-04 Andreas Schwab <schwab@suse.de>
8593
8594 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
8595 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
8596
181c1381
RE
85972002-02-04 Richard Earnshaw <rearnsha@arm.com>
8598
8599 * gdbarch.sh (copyright): Update years in generated header.
8600 (SMASH_TEXT_ADDRESS): Add rule.
db253027 8601 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
8602 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
8603 * dbxread.c: Likewise.
8604 * dwarfread.c: Likewise.
8605 * elfread.c: Likewise.
8606 * somread.c: Likewise.
8607
8608 * arm-tdep.c (arm_smash_text_address): New function.
8609 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
8610
fa4ba8da
PM
86112002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8612
8613 Add support for hardware watchpoints on win32 native.
aaa38bb5 8614 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 8615 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 8616 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
8617 of debug registers.
8618 (debug_registers_changed): New variable. Reflects when debug registers
8619 are changed and need to be written to inferior.
aaa38bb5 8620 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
8621 was set, used when new threads are created.
8622 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
8623 i386-nat code.
8624 (thread_rec): Set dr array if id is the thread of current_event .
8625 (child_continue, child_resume): Change the debug registers for all
8626 threads if debug_registers_changed.
8627 (child_add_thread): Change the debug registers if debug_registers_used.
8628 * config/i386/cygwin.mh: Add use of i386-nat.o file.
8629 Link nm.h to new nm-cygwin.h file.
8630 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
8631 of hardware registers.
8632
a73c86fb
AC
86332002-02-03 Andrew Cagney <ac131313@redhat.com>
8634
8635 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
8636 Restore behavour broken by 2002-01-20 Andrew Cagney
8637 <ac131313@redhat.com> IEEE_FLOAT removal.
8638
acf5ed49
DJ
86392002-02-03 Daniel Jacobowitz <drow@mvista.com>
8640
8641 * c-valprint.c (c_val_print): Pass a proper valaddr to
8642 cp_print_class_method.
8643 * valops.c (search_struct_method): If there is only one method
8644 and args is NULL, return that method.
8645
493d28d5
DJ
86462002-02-03 Daniel Jacobowitz <drow@mvista.com>
8647
8648 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
8649 accessing tag_name directly.
8650
7495dfdb
DJ
86512002-02-03 Daniel Jacobowitz <drow@mvista.com>
8652
8653 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
8654 of accessing tag_name directly.
8655
dd6bda65
DJ
86562002-02-03 Daniel Jacobowitz <drow@mvista.com>
8657
8658 PR gdb/280
8659 * gdbtypes.c (replace_type): New function.
8660 * gdbtypes.h (replace_type): Add prototype.
8661 * stabsread.c (read_type): Use replace_type.
8662
88fe217c
RE
86632002-02-03 Richard Earnshaw <rearnsha@arm.com>
8664
8665 * Makefile.in (memattr.o): Add missing dependencies rule.
8666
e5d66720
PS
86672002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8668
8669 * breakpoint.c (break_at_finish_command): Really export.
8670 (break_at_finish_at_depth_command): Ditto.
8671 (tbreak_at_finish_command): Ditto.
8672 * hppa-tdep.c: Include completer.h.
8673 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
8674 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
8675
fffee0be
AC
86762002-02-01 Andrew Cagney <ac131313@redhat.com>
8677
8678 * utils.c (do_write): New function.
8679 (error_stream): Rewrite combining the code from error_begin and
8680 verror.
8681 (verror): Rewrite using error_stream.
8682 (error_begin): Delete function.
8683
255e7dbf
AC
86842002-02-01 Andrew Cagney <ac131313@redhat.com>
8685
8686 * utils.c (error_begin): Make static.
8687 * defs.h (error_begin): Delete declaration.
8688
8689 * linespec.c (cplusplus_error): Replace cplusplus_hint.
8690 (decode_line_1): Use cplusplus_error instead of error_begin,
8691 cplusplus_hint and return_to_top_level.
8692 * coffread.c (coff_symfile_read): Use error instead of error_begin
8693 and return_to_top_level.
8694 * infrun.c (default_skip_permanent_breakpoint): Ditto.
8695
ddfe3c15
AC
86962002-02-01 Andrew Cagney <ac131313@redhat.com>
8697
8698 * language.h (type_error, range_error): Make string parameter
8699 constant.
8700 * language.c (warning_pre_print): Delete extern declaration.
8701 * dwarfread.c (warning_pre_print): Ditto.
8702 * language.c (type_error, range_error): Rewrite to use verror and
8703 vwarning instead of warning_begin.
8704
03ac34d5
MS
87052002-02-01 Michael Snyder <msnyder@redhat.com>
8706
261c4ca2
MS
8707 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
8708 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 8709
e00d1dc8
AC
87102002-02-01 Andrew Cagney <ac131313@redhat.com>
8711
8712 * command.h (NO_FUNCTION): Delete macro.
8713 * cli/cli-decode.h (NO_FUNCTION): Ditto.
8714 * top.c (execute_command): Replace NO_FUNCTION with NULL.
8715 * tracepoint.c (_initialize_tracepoint): Ditto.
8716 * cli/cli-decode.c (add_set_cmd): Ditto.
8717 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 8718
76b79d6e
DJ
87192002-02-01 Daniel Jacobowitz <drow@mvista.com>
8720
8721 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
8722 Update ``this'' pointer when calling virtual functions.
8723
799f9e91
MS
87242002-02-01 Michael Snyder <msnyder@redhat.com>
8725
c7bd442c 8726 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
8727 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
8728
3cf384d4
DJ
87292002-02-01 Daniel Jacobowitz <drow@mvista.com>
8730
8731 * regformats/reg-arm.dat: New file.
8732 * regformats/reg-i386.dat: New file.
8733 * regformats/reg-ia64.dat: New file.
8734 * regformats/reg-m68k.dat: New file.
8735 * regformats/reg-mips.dat: New file.
8736 * regformats/reg-ppc.dat: New file.
8737 * regformats/reg-sh.dat: New file.
8738 * regformats/regdef.h: New file.
8739 * regformats/regdat.sh: New file.
8740
0defa245
RE
87412002-02-01 Richard Earnshaw <reanrsha@arm.com>
8742
8743 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
8744 (arm_frame_args_address, arm_frame_locals_address): New functions.
8745 (arm_frame_num_args): New function.
8746 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
8747 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
8748 (FRMA_NUM_ARGS): Call arm_frame_num_args.
8749
405f26e6
MS
87502002-01-31 Michael Snyder <msnyder@redhat.com>
8751
502fd408
MS
8752 * breakpoint.c (break_at_finish_command): Export.
8753 (break_at_finish_at_depth_command): Export.
8754 (tbreak_at_finish_command): Export.
8755 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
8756 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
8757 "tbreak" commands, which are HPPA specific.
8758
7d35e135
MS
8759 * printcmd.c (disassemble_command): Remove an ancient
8760 artifact of an old merge.
8761
aaa38bb5 8762 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
8763 Define enum constant values for overlay mode.
8764 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
8765 (overlay_is_mapped, overlay_auto_command,
8766 overlay_manual_command): Ditto.
d874f1e2 8767
aaa38bb5
AJ
8768 * breakpoint.c (insert_breakpoints, remove_breakpoint,
8769 breakpoint_here_p, breakpoint_inserted_here_p,
8770 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
8771 describe_other_breakpoints, check_duplicates, clear_command):
8772 Coding standard fixes.
8773
8add0441 8774 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 8775 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
8776 code: check bfd SEC_READONLY flag for section.
8777
e351066e
AC
87782002-01-31 Andrew Cagney <ac131313@redhat.com>
8779
7d35e135 8780 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 8781
8a48e967
DJ
87822002-01-30 Daniel Jacobowitz <drow@mvista.com>
8783
8784 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
8785 data symbols, since we search based on textlow and texthigh.
8786 (find_pc_sect_symtab): Likewise.
8787
f5a96129
AC
87882002-01-30 Andrew Cagney <ac131313@redhat.com>
8789
8790 * defs.h (vwarning): Declare.
f5a96129
AC
8791 * utils.c (vwarning): New function.
8792 (warning): Call vwarning.
8793 (warning_begin): Delete function.
8794
8795 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
8796 the warning message.
8797 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
8798 warning_begin.
8799
cefd4ef5
MS
88002002-01-30 Michael Snyder <msnyder@redhat.com>
8801
1a703748
MS
8802 * NEWS: Mention "set trust-readonly-sections" command.
8803 Mention generate-core-file command.
cefd4ef5 8804
3a11626d
MS
88052002-01-15 Michael Snyder <msnyder@redhat.com>
8806
8807 * target.c: New command, "set trust-readonly-sections on".
8808 (do_xfer_memory): Honor the suggestion to trust readonly sections
8809 by reading them from the object file instead of from the target.
8810 (initialize_targets): Register command "set trust-readonly-sections".
8811
d1c7e53b
AC
88122002-01-29 Andrew Cagney <ac131313@redhat.com>
8813
8814 * parse.c (target_map_name_to_register): Simplify, search regs and
8815 pseudo-regs using a single loop.
8816
e2c9a72c
AC
88172002-01-30 Andrew Cagney <ac131313@redhat.com>
8818
8819 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
8820
69824b4e
MK
88212002-01-15 Rodney Brown <rbrown64@csc.com.au>
8822
8823 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
8824 * config/i386/i386v42mp.mh: Add i387-nat.o .
8825 * i386v4-nat.c: Include i387-nat.h.
8826 (supply_fpregset): Use i387_supply_fsave.
8827 (fill_fpregset): Use i387_fill_fsave.
8828
6eb69eab
RE
88292002-01-30 Richard Earnshaw <rearnsha@arm.com>
8830
8831 * arm-tdep.c (arm_call_dummy_words): Define.
8832 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
8833 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
8834 (CALL_DUMMY_WORDS): Define.
8835 (arm_call_dummy_words): Declare.
8836 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
8837 (arm_linux_call_dummy_words): Declare.
8838
9852326a
AS
88392002-01-30 Andreas Schwab <schwab@suse.de>
8840
8841 * m68klinux-nat.c: Fix last change to use regcache_collect
8842 instead of referencing registers[] directly.
8843
977a3030
AC
88442002-01-29 Andrew Cagney <ac131313@redhat.com>
8845
8846 * parse.c (target_map_name_to_register): Delete code wrapped in
8847 #ifdef REGISTER_NAME_ALIAS_HOOK.
8848
2076c72b
MS
88492002-01-28 Michael Snyder <msnyder@redhat.com>
8850
8851 * regcache.c (legacy_read_register_gen): Need to be able to
8852 read pseudo-register as well as real register.
8853 (legacy_write_register_gen): Ditto.
8854
8fcc723b
AC
88552002-01-28 Andrew Cagney <ac131313@redhat.com>
8856
8857 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
8858 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
8859 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
8860 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
8861 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
8862 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
8863 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
8864 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
8865 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
8866 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
8867 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
8868 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
8869 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
8870 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
8871 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
8872 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
8873 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
8874 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
8875 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
8876 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
8877
afe64c1a
AC
88782002-01-28 Andrew Cagney <ac131313@redhat.com>
8879
8880 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
8881 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
8882 (initialize_current_architecture): Update target_byte_order using
8883 information from BFD.
aaa38bb5 8884 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
8885 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
8886
75bc7ddf
AC
88872002-01-28 Andrew Cagney <ac131313@redhat.com>
8888
8889 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
8890 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
8891
8892 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
8893 #ifdef INVALID_FLOAT.
8894 * infcmd.c (do_registers_info): Ditto.
8895 * values.c (unpack_double): Ditto. Add comment.
8896
8897 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
8898 already commented out.
8899
0280a90a
AS
89002002-01-26 Andreas Schwab <schwab@suse.de>
8901
8902 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8903 * m68klinux-nat.c: Update ptrace interface for fetching/storing
8904 registers and add support for PTRACE_GETREGS.
8905
7072a954
AC
89062002-01-24 Andrew Cagney <ac131313@redhat.com>
8907
8908 GDB 5.1.1 released from 5.1 branch.
8909 * NEWS: Add 5.1.1 news.
8910 * README: Sync with 5.1 branch.
8911
86f902e0
FF
89122002-01-23 Fred Fish <fnf@redhat.com>
8913
8914 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
8915 stabstring on initial malloc. Reallocing will copy it for us,
8916 if necessary.
8917
8af51c36
EZ
89182002-01-23 Elena Zannoni <ezannoni@redhat.com>
8919
aaa38bb5 8920 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
8921 (HFILES_NO_SRCDIR): Remove hpread.h.
8922 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
8923 (hpread.o): Update dependencies.
8924 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
8925
8926 * hp-psymtab-read.c: Remove file.
8927 * hp-symtab-read.c: Remove file.
8928 * hpread.h: Remove file.
8929
8930 * hpread.c: Merge all contents of hp-psymtab-read.c,
8931 hp-symtab-read.c and hpread.h into this file, as it was prior to
8932 January 1999.
8933
8934 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 8935 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
8936 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
8937 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
8938
dc5cfeb6
EZ
89392002-01-23 Elena Zannoni <ezannoni@redhat.com>
8940
8941 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
8942 fill_gregset): Call gdbarch_tdep() just once, assign result to
8943 variable and use that, instead of calling the function several
8944 times.
8945
ea87b71b
AO
89462002-01-24 Alexandre Oliva <aoliva@redhat.com>
8947
8948 * configure.host: Accept sparcv9 as alias for sparc64.
8949 * configure.tgt: Likewise.
8950
13fc0c2f
KB
89512002-01-22 Kevin Buettner <kevinb@redhat.com>
8952
8953 * solib-aix5.c (build_so_list_from_mapfile)
8954 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
8955 arguments is not reversed.
8956 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
8957 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 8958
7bd872fe
EZ
89592002-01-22 Elena Zannoni <ezannoni@redhat.com>
8960
8961 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
8962 modified version of obsolete sh_fetch_pseudo_register.
8963 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
8964 (sh4_register_read): New function.
8965 (sh_pseudo_register_write): New function. Renamed and modified
8966 version of obsolete sh_store_pseudo_register.
8967 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
8968 (sh4_register_write): New function.
8969 (sh_gdbarch_init): Remove setting of gdbarch function
8970 fetch_pseudo_register and store_pseudo_register. Remove setting of
8971 register_convert_to_raw, register_convert_to_virtual,
8972 register_convertible.
8973 (sh_sh4_register_convertible): Delete. No longer needed. All is
8974 taken care by architecture specific functions
8975 register_read/register_write.
8976 (sh_sh4_register_convert_to_virtual): Make static.
8977 (sh_sh4_register_convert_to_raw): Ditto.
8978
069e84fd
AC
89792002-01-22 Andrew Cagney <ac131313@redhat.com>
8980
8981 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
8982 (floatformat_is_nan, floatformat_mantissa): Ditto.
8983
8984 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
8985 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
8986 builtin_type_ieee_double_little,
8987 builtin_type_ieee_double_littlebyte_bigword,
8988 builtin_type_m68881_ext, builtin_type_i960_ext,
8989 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
8990 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
8991 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
8992 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
8993
211a4f69
CV
89942002-01-22 Corinna Vinschen <vinschen@redhat.com>
8995
8996 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
8997 parameter. Set frameless flag if it exists and depended of
8998 whether the scanned function is frameless or not.
8999 (xstormy16_skip_prologue): If function is frameless, return
9000 result of xstormy16_scan_prologue().
9001 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9002 call.
9003
f81353e4
EZ
90042002-01-21 Elena Zannoni <ezannoni@redhat.com>
9005
9006 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9007 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9008 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9009 sh_sh4_register_byte, sh_sh4_register_raw_size,
9010 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9011 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9012 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9013 sh_store_pseudo_register, sh_do_pseudo_register): Call
9014 gdbarch_tdep() just once, assign result to variable and use that,
9015 instead of calling the function several times.
9016
63c73a17
MK
90172002-01-20 Mark Kettenis <kettenis@gnu.org>
9018
9019 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9020 macros instead of LAST_FPU_CTRL_REGNUM.
9021 (store_register): Likewise.
9022
39ad761d
JB
90232002-01-21 Jim Blandy <jimb@redhat.com>
9024
9025 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9026 is up-to-date before running the program, not just when a program
9027 exits.
9028
3d74b771
FF
90292002-01-21 Fred Fish <fnf@redhat.com>
9030
9031 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9032 when we have found all instructions we are looking for.
9033
966fbf70
RE
90342002-01-21 Richard Earnshaw <rearnsha@arm.com>
9035
9036 * arm-tdep.c (arm_register_name): New function.
9037 (arm_registers_names): Make static.
9038 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9039 (arm_register_name): Declare.
9040 (REGISTER_NAME): Use it.
9041
c3b4394c
RE
90422002-01-21 Richard Earnshaw <rearnsha@arm.com>
9043 Kevin Buettner <kevinb@redhat.com>
9044
9045 Convert arm targets to new FRAME interface.
9046 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9047 (arm_frame_find_save_regs): Delete.
9048 (arm_frame_init_saved_regs): New.
9049 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9050 Allocate extra_info as required. Convert all uses of fsr.regs
9051 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9052 to use extra_info.
9053 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9054 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9055 (check_prologue_cache, save_prologue_cache): Likewise.
9056 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9057 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9058 (FRAME_FIND_SAVED_REGS): Delete.
9059 (arm_frame_find_saved_regs): Delete prototype.
9060 (arm_frame_init_saved_regs): New prototype.
9061 (FRAME_INIT_SAVED_REGS): Define.
9062
61d99182
AC
90632002-01-20 Andrew Cagney <ac131313@redhat.com>
9064
9065 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9066
6aaea291
AC
90672002-01-20 Andrew Cagney <ac131313@redhat.com>
9068
9069 From Jeff Law <law@redhat.com>:
9070 * infttrace.c: Include <sys/pstat.h>.
9071 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9072 exec file if the ttrace equivalent fails.
9073
15f698d2
AC
90742002-01-20 Andrew Cagney <ac131313@redhat.com>
9075
9076 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9077 (closeLogFile): Ditto.
9078
f86ddd7c
MC
90792002-01-20 Michael Chastain <mec@shout.net>
9080
9081 * top.c (print_gdb_version): Bump copyright year to 2002.
9082
904507ce
AC
90832002-01-20 Andrew Cagney <ac131313@redhat.com>
9084
9085 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9086 Zannoni and Eli Zaretskii.
9087
d7f0b9ce
DJ
90882002-01-20 Daniel Jacobowitz <drow@mvista.com>
9089
9090 * buildsym.c: Update copyright years.
9091 * c-typeprint.c: Likewise.
9092 * dwarf2read.c: Likewise.
9093 * f-typeprint.c: Likewise.
9094 * gdbtypes.c: Likewise.
9095 * gdbtypes.h: Likewise.
9096 * hp-symtab-read.c: Likewise.
9097 * hpread.c: Likewise.
9098 * mdebugread.c: Likewise.
9099 * p-typeprint.c: Likewise.
9100
3fd3d7d2
AC
91012002-01-20 Andrew Cagney <ac131313@redhat.com>
9102
9103 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9104 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9105 byte-order selectable.
9106 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9107 * arch-utils.c: Ditto.
9108 (set_endian): Ditto.
9109 (set_endian_from_file): Ditto.
9110 * gdbserver/low-sim.c (create_inferior): Ditto.
9111 * gdbarch.sh: Ditto.
9112 * gdbarch.h: Re-generate.
aaa38bb5
AJ
9113 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9114 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9115 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9116 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9117 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9118 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9119 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
9120 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9121 macro definition.
9122 * config/mips/tm-wince.h: Remove #undef of macro
9123 TARGET_BYTE_ORDER_SELECTABLE.
9124 * config/sh/tm-wince.h: Ditto.
9125
b02dede2
DJ
91262002-01-20 Daniel Jacobowitz <drow@mvista.com>
9127
9128 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9129 member function fields. Add accessor macro
9130 TYPE_FN_FIELD_ARTIFICIAL.
9131 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9132 * c-typeprint.c (c_type_print_base): Skip artificial member
9133 functions.
9134
c3643761
DJ
91352002-01-20 Daniel Jacobowitz <drow@mvista.com>
9136
9137 * f-typeprint.c: Delete unused function f_type_print_args.
9138 * p-typeprint.c: Delete unused function pascal_type_print_args.
9139
8176bb6d
DJ
91402002-01-20 Daniel Jacobowitz <drow@mvista.com>
9141
9142 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9143 comment. Add ``artificial'' to ``union field_location''.
9144
9145 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9146
9147 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9148 * mdebugread.c (parse_symbol): Likewise.
9149 * stabsread.c (define_symbol): Likewise.
9150 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9151 initializing TYPE_FIELD_BITPOS to n (obsolete).
9152 (hpread_doc_function_type): Likewise.
9153 * hpread.c (hpread_function_type): Likewise.
9154
7fd60527
AC
91552002-01-20 Andrew Cagney <ac131313@redhat.com>
9156
9157 * configure.in (host_makefile_frag): Only require a host makefile
9158 fragment when a native build.
9159 * configure: Re-generate.
9160
c2f05ac9
AC
91612002-01-20 Andrew Cagney <ac131313@redhat.com>
9162
9163 * doublest.h (floatformat_from_type): Declare.
9164 * doublest.c (floatformat_from_type): New function.
9165 (convert_typed_floating): Use.
9166
9167 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9168 call to function floatformat_from_type.
9169
9170 * gdbarch.sh (IEEE_FLOAT): Delete.
9171 * gdbarch.h, gdbarch.c: Re-generate.
9172 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9173 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9174 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9175 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9176 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9177 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9178 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9179 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9180 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9181 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9182 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
9183 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9184
9185 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9186 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9187 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9188 * sh-tdep.c (sh_gdbarch_init): Ditto.
9189 * mips-tdep.c (mips_gdbarch_init): Ditto.
9190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9191 * cris-tdep.c (cris_gdbarch_init): Ditto.
9192
abf22e64
AJ
91932002-01-20 Jiri Smid <smid@suse.cz>
9194
9195 * configure.host, configure.tgt: Support x86-64.
9196 * NEWS: Note new target x86-64.
9197
b7c4cbf8
AJ
9198 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9199 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9200 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9201 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9202 x86-64-linux-nat.o): Fix dependencies.
9203
82600034
AC
92042002-01-19 Andrew Cagney <ac131313@redhat.com>
9205
9206 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9207 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9208 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9209 * config/sparc/xm-sun4os4.h: Delete file.
9210 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 9211
bbe5c628
AC
92122002-01-19 Andrew Cagney <ac131313@redhat.com>
9213
9214 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9215 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9216 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9217 * config/i386/i386lynx.mh (XM_FILE): Delete.
9218 * config/rs6000/xm-rs6000ly.h: Delete file.
9219 * config/sparc/xm-sparclynx.h: Delete file.
9220 * config/m68k/xm-m68klynx.h: Delete file.
9221 * config/i386/xm-i386lynx.h: Delete file.
9222 * config/xm-lynx.h: Delete file.
9223 * config/djgpp/fnchange.lst: Update.
9224
f8453e34
JT
92252002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9226
9227 * alpha-tdep.c (alpha_register_byte): New function.
9228 (alpha_register_raw_size): Ditto.
9229 (alpha_register_virtual_size): Ditto.
9230 (alpha_skip_prologue_internal): Renamed from
9231 alpha_skip_prologue.
9232 (alpha_skip_prologue): New version that calls
9233 alpha_skip_prologue_internal.
9234 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9235 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9236 second argument from alpha_skip_prologue.
9237 (REGISTER_BYTE): Use alpha_register_byte.
9238 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9239 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9240 (FRAMELESS_FUNCTION_INVOCATION): Use
9241 generic_frameless_function_invocation_not.
9242 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9243 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9244
52d9e613
AC
92452002-01-19 Andrew Cagney <ac131313@redhat.com>
9246
9247 * config/mips/xm-news-mips.h: Delete file.
9248 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9249
9250 * config/m88k/xm-m88k.h: Delete file.
9251 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9252 * config/m88k/xm-delta88v4.h: Ditto.
9253 * config/m88k/xm-delta88.h: Ditto.
9254
9255 * config/alpha/xm-fbsd.h: Delete file.
9256 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9257
9258 * config/sparc/xm-sparc.h: Delete file.
9259 * Makefile.in (xm-sun4os4.h): Delete dependency.
9260 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9261 * config/sparc/xm-sun4os4.h: Ditto.
9262 * config/sparc/xm-linux.h: Ditto.
9263
9264 * config/i386/xm-windows.h: Delete file.
9265
2d1b2124
AC
92662002-01-19 Andrew Cagney <ac131313@redhat.com>
9267
9268 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9269 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9270
ee1f65f0
JT
92712002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9272
9273 * alpha-tdep.c (alpha_call_dummy_words): New.
9274 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9275 (CALL_DUMMY_P): Define.
9276 (CALL_DUMMY_WORDS): Define.
9277 (SIZEOF_CALL_DUMMY_WORDS): Define.
9278
98081e55
PB
92792002-01-19 Per Bothner <per@bothner.com>
9280
9281 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9282 isn't NULL, which can happen with some gcj-3.x-produced code.
9283
0d056799
JT
92842002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9285
9286 * alpha-tdep.c (alpha_register_virtual_type): New function.
9287 (alpha_init_frame_pc_first): Ditto.
9288 (alpha_fix_call_dummy): Ditto.
9289 (alpha_store_struct_return): Ditto.
9290 (alpha_extract_struct_value_address): Ditto.
9291 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9292 alpha_register_virtual_type.
9293 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9294 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9295 alpha_extract_struct_value_address.
9296 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9297 (INIT_FRAME_PC): Use init_frame_pc_noop.
9298 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9299
4604bcad
MK
93002002-01-19 Mark Kettenis <kettenis@gnu.org>
9301
9302 * i386gnu-nat.c: Include "i386-tdep.h".
9303 (fetch_fpregs): Simplify code dealing with uninitialized floating
9304 point states such that it doesn't require FP7_REGNUM.
9305
140f9984
JT
93062002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9307
abf22e64
AJ
9308 * alpha-tdep.c (frame_extra_info): New.
9309 (alpha_find_saved_regs): Make static. Use
140f9984
JT
9310 frame->extra_info.
9311 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
9312 (alpha_frame_saved_pc): Use frame->extra_info.
9313 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9314 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
9315 (init_extra_frame_info): Rename to...
9316 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 9317 (alpha_print_extra_frame_info): New function.
140f9984
JT
9318 (alpha_frame_locals_address): Ditto.
9319 (alpha_frame_args_address): Ditto.
abf22e64 9320 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
9321 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9322 alpha_frame_args_address.
abf22e64 9323 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 9324 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
9325 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9326 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
9327 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9328 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9329
d734c450
JT
93302002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9331
9332 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9333 (alpha_cannot_fetch_register): Ditto.
9334 (alpha_cannot_store_register): Ditto.
9335 (alpha_register_convertible): Ditto.
9336 (alpha_use_struct_convention): Ditto.
9337 * config/alpha/tm-alpha.h: Update copyright years.
9338 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9339 (INNER_THAN): Use core_addr_lessthan.
9340 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9341 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9342 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9343 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9344 (FRAME_CHAIN): Remove unnecessary cast.
9345
b4ceaee6
AC
93462002-01-18 Andrew Cagney <ac131313@redhat.com>
9347
9348 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9349 obsolete.
9350
0a65a603
AC
93512002-01-18 Andrew Cagney <ac131313@redhat.com>
9352
9353 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9354 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9355 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9356 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9357 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9358 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9359 * x86-64-linux-nat.c: Ditto.
9360
636a6dfc
JT
93612002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9362
abf22e64 9363 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
9364 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9365 (REGISTER_NAME): Define.
9366
acceddb6
JT
93672002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9368
9369 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9370
ec32e4be
JT
93712002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9372
9373 * alpha-tdep.c: Update copyright years.
9374 (alpha_next_pc): New function.
9375 (alpha_software_single_step): Ditto.
9376 * config/alpha/tm-alpha.h: Add prototype for
9377 alpha_software_single_step.
9378
e771a871
JT
93792002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9380
9381 * alphabsd-nat.c: Update copyright years.
9382 (fill_gregset): Use regcache_collect.
9383 (fill_fpregset): Likewise.
9384 (fetch_inferior_registers): Only fetch integer registers
9385 if requested to do so.
9386 (store_inferior_registers): Only store integer registers
9387 if requested to do so.
9388
7708fa01
AC
93892002-01-17 Andrew Cagney <ac131313@redhat.com>
9390
9391 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9392 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9393 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9394 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9395 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9396 * config/arm/linux.mh (XDEPFILES): Delete.
9397 * config/arm/nbsd.mh (XDEPFILES): Delete.
9398 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9399 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9400 * config/i386/i386m3.mh (XDEPFILES): Delete.
9401 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9402 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9403 * config/i386/fbsd.mh (XDEPFILES): Delete.
9404 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9405 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9406 * config/i386/i386v4.mh (XDEPFILES): Delete.
9407 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9408 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9409 * config/i386/i386aix.mh (XDEPFILES): Delete.
9410 * config/i386/go32.mh (XDEPFILES): Delete.
9411 * config/i386/cygwin.mh (XDEPFILES): Delete.
9412 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9413 * config/i386/i386mach.mh (XDEPFILES): Delete.
9414 * config/i386/i386v32.mh (XDEPFILES): Delete.
9415 * config/i386/linux.mh (XDEPFILES): Delete.
9416 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9417 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9418 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9419 * config/i386/i386sco.mh (XDEPFILES): Delete.
9420 * config/i386/i386v.mh (XDEPFILES): Delete.
9421 * config/i386/nbsd.mh (XDEPFILES): Delete.
9422 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9423 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9424 * config/i386/symmetry.mh (XDEPFILES): Delete.
9425 * config/i386/obsd.mh (XDEPFILES): Delete.
9426 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9427 * config/ia64/linux.mh (XDEPFILES): Delete.
9428 * config/ia64/aix.mh (XDEPFILES): Delete.
9429 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9430 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9431 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9432 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9433 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9434 * config/m68k/linux.mh (XDEPFILES): Delete.
9435 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9436 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9437 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9438 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9439 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9440 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9441 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9442 * config/m88k/delta88.mh (XDEPFILES): Delete.
9443 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9444 * config/m88k/m88k.mh (XDEPFILES): Delete.
9445 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9446 * config/mips/linux.mh (XDEPFILES): Delete.
9447 * config/mips/irix6.mh (XDEPFILES): Delete.
9448 * config/mips/irix5.mh (XDEPFILES): Delete.
9449 * config/mips/irix4.mh (XDEPFILES): Delete.
9450 * config/mips/irix3.mh (XDEPFILES): Delete.
9451 * config/mips/decstation.mh (XDEPFILES): Delete.
9452 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9453 (NATDEPFILES): Move core-aout.o to here.
9454 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9455 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9456 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9457 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9458 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9459 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9460 * config/pa/hpux11.mh (XDEPFILES): Delete.
9461 * config/powerpc/aix.mh (XDEPFILES): Delete.
9462 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9463 * config/powerpc/linux.mh (XDEPFILES): Delete.
9464 * config/romp/rtbsd.mh: Rename XDEPFILES.
9465 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9466 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9467 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9468 * config/s390/s390.mh (XDEPFILES): Delete.
9469 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9470 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9471 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9472 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9473 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9474 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9475 * config/sparc/linux.mh (XDEPFILES): Delete.
9476 * config/vax/vaxult.mh (XDEPFILES): Delete.
9477 * config/vax/vaxult2.mh (XDEPFILES): Delete.
9478 * Makefile.in (DEPFILES): Remove XDEPFILES.
9479
375fc983
AC
94802002-01-17 Andrew Cagney <ac131313@redhat.com>
9481
9482 * utils.c (internal_verror): Fix comments, default is yes not no.
9483 Update queries to match. Default to quit and dump core.
9484
8926118c
AC
94852002-01-17 Andrew Cagney <ac131313@redhat.com>
9486
9487 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
9488 copyright.
9489 * defs.h, event-top.c, gdbcmd.h: Ditto.
9490 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9491 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9492 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9493 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
9494 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
9495 * mi/mi-main.c:Ditto.
9496
9497 * stack.c, symfile.c: Update copyright.
9498
45b7b345
DJ
94992002-01-17 Daniel Jacobowitz <drow@mvista.com>
9500
db728ff7
DJ
9501 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
9502 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
9503 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
9504 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 9505
db728ff7
DJ
95062002-01-17 Daniel Jacobowitz <drow@mvista.com>
9507
9508 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
9509 * gdbserver/low-lynx.c (myattach): Likewise.
9510 * gdbserver/low-nbsd.c (myattach): Likewise.
9511 * gdbserver/low-sim.c (myattach): Likewise.
9512 * gdbserver/low-sparc.c (myattach): Likewise.
9513 * gdbserver/low-sun3.c (myattach): Likewise.
9514
9515 * gdbserver/low-linux.c (myattach): New function.
45b7b345 9516
db728ff7 9517 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
9518 (main): Handle "--attach".
9519
8de3c354
AC
95202002-01-16 Andrew Cagney <ac131313@redhat.com>
9521
9522 * MAINTAINERS (language support): Daniel Jacobwitz is C++
9523 maintainer.
9524
b0129042
DJ
95252002-01-15 Daniel Jacobowitz <drow@mvista.com>
9526
9527 * c-typeprint.c (is_type_conversion_operator): Add additional
9528 check for non-conversion operators.
9529
ba8679fb 95302002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
9531
9532 * linux-proc.c: Add "info proc" command, a la procfs.c.
9533 (read_mapping): New function, abstract and re-use code.
9534 (linux_find_memory_regions): Use new func read_mapping.
9535 (linux_info_proc_cmd): New function, implement "info proc".
9536 (_initialize_linux_proc): Add new command "info proc".
9537
e4f9b4d5
MS
95382002-01-15 Michael Snyder <msnyder@redhat.com>
9539
9540 * symfile.c (generic_load): Use bfd_map_over_sections method
9541 instead of manipulating bfd structure members directly.
9542 (add_section_size_callback): New function, bfd sections callback
9543 used by generic_load.
9544 (load_sections_callback): New function, bfd sections callback
9545 used by generic_load.
9546
08cf96df
EZ
95472002-01-15 Elena Zannoni <ezannoni@redhat.com>
9548
abf22e64 9549 [Based on work by Jim Blandy]
08cf96df
EZ
9550 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
9551 (builtin_type_vec128): Export.
9552 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
9553 types.
9554 (builtin_type_vec128): New builtin type for 128 bit vector
9555 registers.
9556 (build_gdbtypes): Initialize builtin_type_v16qi and
9557 builtin_type_v8hi. Create the vec128 register builtin type
9558 structure.
9559 (build_builtin_type_vec128): New function.
abf22e64 9560 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
9561 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
9562 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
9563 AltiVec register to new builtin type.
9564
d7242108
DJ
95652001-01-15 Daniel Jacobowitz <drow@mvista.com>
9566
9567 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
9568 to make_cv_type.
9569
4ee3352d
AC
95702002-01-14 Andrew Cagney <ac131313@redhat.com>
9571
9572 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
9573 CLEAN_UP_REGISTER_VALUE.
9574 * regcache.c (supply_register): Update only call.
9575
f015b2e7
AC
95762002-01-14 Andrew Cagney <ac131313@redhat.com>
9577
9578 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9579 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9580 a29k-*-vxworks* targets as obsolete.
9581
356ae49d
MS
95822002-01-14 Michael Snyder <msnyder@redhat.com>
9583
9584 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
9585 until we can resolve portability issues.
9586 * gregset.h: Remove references to fpxregs.
9587 * gcore.c (gcore_command): Initialize note_sec to NULL.
9588
ade8f45e
AC
95892002-01-13 Andrew Cagney <ac131313@redhat.com>
9590
9591 * signals.c (target_signal_to_name): Rewrite. Only use
9592 signals[].name when in bounds and non-NULL.
abf22e64 9593
89c49e7a
AC
95942002-01-13 Andrew Cagney <ac131313@redhat.com>
9595
9596 From Petr Ledvina <ledvinap@kae.zcu.cz>:
9597 * signals.c (target_signal_to_name): Verify that SIG is within the
9598 bounds of the signals array.
9599
4daa9f9f
AC
96002002-01-13 Andrew Cagney <ac131313@redhat.com>
9601
9602 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
9603
ba4bbdcb
KS
96042002-01-13 Keith Seitz <keiths@redhat.com>
9605
9606 * stack.c (print_frame_info_base): Print the frame's pc
9607 only if when print_frame_info_listing_hook is not defined.
9608
575bbeb6
KS
96092002-01-13 Keith Seitz <keiths@redhat.com>
9610
9611 * varobj.c (varobj_set_value): Make sure that there were no
9612 errors evaluating the object before attempting to set its
9613 value.
9614 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
9615 so this offset adjustment is no longer necessary.
9616 (create_child): Don't set the error flag if the child is
9617 a CPLUS_FAKE_CHILD.
9618 (value_of_child): If value_fetch_lazy fails, return NULL
9619 so that callers will be notified that an error occurred.
9620 (c_value_of_variable): Delay check of variable's validity
9621 until later. We actually want all structs and unions to have
9622 the value "{...}".
9623 Do not return "???" for variables which could not be evaluated.
9624 This error condition must be returned to the caller so that it
9625 can get the error condition from gdb.
9626 (cplus_name_of_child): Adjust index for vptr before figuring
9627 out the name of the child.
9628 (cplus_value_of_child): If a child's (real) parent is not valid,
9629 don't even bother trying to give a value for it. Just return
9630 an error. Change all instances in this function.
9631 (cplus_type_of_child): If our parent is one of the "fake"
9632 parents, we need to get at the type of the real parent, and
9633 derive the child's true type using this information.
9634
b76898ab
AC
96352002-01-13 Andrew Cagney <ac131313@redhat.com>
9636
9637 From 2002-01-09 John Marshall <johnm@falch.net>:
9638 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
9639 sources.redhat.com, and tweak some related URLs which had
9640 suffered from linkrot.
9641
b6649e88
AC
96422002-01-13 Andrew Cagney <ac131313@redhat.com>
9643
9644 From Jeff law:
9645 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
9646 structures passed in registers.
9647
82cc5033
EZ
96482002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
9649
9650 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
9651 white space which prevented compilation. Reported by DSK
9652 <dsk@student.unsw.edu.au>.
9653
ba5f2f8a
MS
96542002-01-11 Michael Snyder <msnyder@redhat.com>
9655
fbd35540
MS
9656 * symfile.c (build_section_addr_info_from_section_tab):
9657 Use bfd access method instead of manipulating bfd directly.
9658 (syms_from_objfile): Ditto.
9659 (simple_overlay_update_1): Ditto.
9660 (simple_overlay_update): Ditto.
9661 (generic_load): Ditto.
9662 (overlay_unmapped_address): FIXME comment, bfd access methods.
9663 (sections_overlap): FIXME comment, bfd access methods.
9664 (pc_in_mapped_range): FIXME comment, bfd access methods.
9665 (pc_in_unmapped_range): FIXME comment, bfd access methods.
9666 (section_is_mapped): FIXME comment, bfd access methods.
9667 (section_is_overlay): FIXME comment, bfd access methods.
9668
ba5f2f8a
MS
9669 * symfile.c (generic_load): Whitespace and long line cleanups.
9670 Remove duplicate variable, change several local variables to
9671 more appropriate data types.
9672 (print_transfer_performance): Use %lu instead of %ld for ulongs.
9673
17df2af6
AC
96742002-01-12 Andrew Cagney <ac131313@redhat.com>
9675
9676 From Peter Schauer:
9677 * language.c (longest_local_hex_string_custom): Use phex_nz to
9678 convert NUM to a hex string.
9679
ec920329
EZ
96802002-01-12 Elena Zannoni <ezannoni@redhat.com>
9681
9682 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
9683 the function.
538a76d6 9684 Update Copyright year.
ec920329 9685
3abd2e01
AC
96862002-01-12 Andrew Cagney <ac131313@redhat.com>
9687
9688 * language.c (longest_raw_hex_string): Delete unused function.
9689
b21b22e0
PS
96902002-01-11 Petr Sorfa <petrs@caldera.com>
9691
9692 * MAINTAINERS (write-after-approval): Add myself.
9693 * dwarf2read.c (read_tag_string_type): Handling of
9694 DW_AT_byte_size.
9695 (read_tag_string_type): FORTRAN fix to prevent propagation of
9696 first string size.
9697 (set_cu_language): Handling of DW_LANG_Fortran95
9698
747fe712
RE
96992002-01-11 Richard Earnshaw <rearnsha@arm.com>
9700
9701 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
9702 GETPID(inferior_ptid).
9703 (store_inferior_registers): Likewise.
9704
f1bea926
JM
97052002-01-10 Jason Merrill <jason@redhat.com>
9706
9707 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
9708 Fix DW_OP_minus.
9709
ae940673
AC
97102002-01-10 Andrew Cagney <ac131313@redhat.com>
9711
9712 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
9713 and bfd/elf32-sh-nbsd.c.
9714
00546b04
MS
97152002-01-10 Michael Snyder <msnyder@redhat.com>
9716
352ed7b4
MS
9717 * NEWS: Mention --pid and corefile/proc-id behavior change.
9718
c18be923
MS
9719 * Makefile.in: Add rules for gcore.o and linux-proc.o.
9720 * gcore.c: Include cli/cli-decode.h instead of command.h.
9721
00546b04
MS
9722 * main.c (captured_main): Add new command line option "--pid".
9723 If the second command line argument (following the symbol-file)
9724 begins with a digit, try to attach to it before trying to open
9725 it as a corefile.
9726 (print_gdb_help): Document the "--pid" argument.
9727
db60ec62
EZ
97282002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
9729
9730 * completer.c (command_completer): New function.
9731
9732 * completer.h <command_completer>: Add prototype.
9733
9734 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
9735 completer for the "help" command.
9736
39c22d1a
JM
97372002-01-09 Jason Merrill <jason@redhat.com>
9738
9739 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
9740
c564377f
MS
97412002-01-09 Michael Snyder <msnyder@redhat.com>
9742
975aec09
MS
9743 * i386-linux-nat.c (fill_fpxregset): Make global.
9744 (store_fpxregset): Ditto.
9745
db4a10fa
MS
9746 * gregset.h (gdb_fpxregset_t): Define.
9747 (supply_fpxregset): Prototype.
9748 (fill_fpxregset): Prototype.
9749
c564377f
MS
9750 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
9751
c3d45d70
RE
97522002-01-09 Richard Earnshaw <rearnsha@arm.com>
9753
9754 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
9755 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
9756 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
9757
fcc87af1
AC
97582002-01-09 Andrew Cagney <ac131313@redhat.com>
9759
9760 * MAINTAINERS: Update target maintainer rules so that any
9761 Maintainer can approve a tested patch for a maintenance-only
9762 target.
9763
dd96c05b
RE
97642002-01-09 Richard Earnshaw <rearnsha@arm.com>
9765
d4297db9 9766 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 9767
d4297db9 9768 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
9769 IN_SIGTRAMP.
9770
145fdc6e
MS
97712002-01-08 Michael Snyder <msnyder@redhat.com>
9772
9773 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
9774 real name of the executable, rather than the /proc name.
9775
be4d1333
MS
97762002-01-03 Michael Snyder <msnyder@redhat.com>
9777
9778 Implement a "generate-core-file" command in gdb, save target state.
9779 * gcore.c: New file. Implement new command 'generate-core-file'.
9780 Save a corefile image of the current state of the inferior.
9781 * linux-proc.c: Add linux-specific code for saving corefiles.
9782 * target.h (struct target_ops): Add new target vectors for saving
9783 corefiles; to_find_memory_regions and to_make_corefile_notes.
9784 (target_find_memory_regions): New macro.
9785 (target_make_corefile_notes): New macro.
9786 * target.c (update_current_target): Inherit new target methods.
9787 (dummy_find_memory_regions): New place-holder method.
9788 (dummy_make_corefile_notes): New place-holder method.
9789 (init_dummy_target): Initialize new dummy target vectors.
9790 * exec.c (exec_set_find_memory_regions): New function.
9791 Allow the exec_ops vector for memory regions to be taken over.
9792 (exec_make_note_section): New function, target vector method.
9793 * defs.h (exec_set_find_memory_regions): Export prototype.
9794 * procfs.c (proc_find_memory_regions): New function, corefile method.
9795 (procfs_make_note_section): New function, corefile method.
9796 (init_procfs_ops): Set new target vector pointers.
9797 (find_memory_regions_callback): New function.
9798 (procfs_do_thread_registers): New function.
9799 (procfs_corefile_thread_callback): New function.
9800 * sol-thread.c (sol_find_memory_regions): New function.
9801 (sol_make_note_section): New function.
9802 (init_sol_thread_ops): Initialize new target vectors.
9803 * inftarg.c (inftarg_set_find_memory_regions): New function.
9804 Allow to_find_memory_regions vector to be taken over.
9805 (inftarg_set_make_corefile_notes): New function.
9806 Allow to_make_corefile_notes vector to be taken over.
9807 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
9808 interface layer if not target_has_execution (may be a corefile).
9809 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
9810 * config/sparc/sun4sol2.mh: Ditto.
9811 * config/alpha/alpha-linux.mh: Ditto.
9812 * config/arm/linux.mh: Ditto.
9813 * config/i386/x86-64linux.mh: Ditto.
9814 * config/ia64/linux.mh: Ditto.
9815 * config/m68k/linux.mh: Ditto.
9816 * config/mips/linux.mh: Ditto.
9817 * config/powerpc/linux.mh: Ditto.
9818 * config/sparc/linux.mh: Ditto.
9819
c6b92abd
MS
98202002-01-07 Michael Snyder <msnyder@redhat.com>
9821
9822 * arm-linux-nat.c: Remove references to regcache.c internal data
9823 (registers[] and register_valid[]).
9824
4b09dc8c
MS
98252002-01-07 Michael Snyder <msnyder@redhat.com>
9826
abf22e64
AJ
9827 * linux-proc.c: New file. Implement child_pid_to_exec_file,
9828 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
9829 symbol file and shlibs.
9830 * Makefile.in: Add rule for linux-proc.o.
9831 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
9832 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
9833 * config/arm/linux.mh: Ditto.
9834 * config/i386/linux.mh: Ditto.
9835 * config/i386/x86-64linux.mh: Ditto.
9836 * config/ia64/linux.mh: Ditto.
9837 * config/m68k/linux.mh: Ditto.
9838 * config/mips/linux.mh: Ditto.
9839 * config/powerpc/linux.mh: Ditto.
9840 * config/sparc/linux.mh: Ditto.
9841
c25b74ac
PM
98422002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
9843
9844 * win32-nat.c: Add i386-tdep.h dependency.
9845
94cd915f
MS
98462002-01-07 Michael Snyder <msnyder@redhat.com>
9847
c7cccb76
MS
9848 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
9849 instead of bfd_get_arch_size. Don't bail out just because
9850 there's no exec_bfd.
abf22e64 9851
34c0bd93
MS
9852 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
9853 * p-valprint.c (pascal_object_print_value): Ditto.
9854 * somread.c (som_symtab_read): Ditto.
9855 * symfile.c (simple_free_overlay_region_table): Ditto.
9856 * valops.c (value_assign): Ditto.
9857
21c1c920
MS
9858 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
9859 use tilde_expand and strerror for opening save-tracepoints file.
9860
5bbd998e
MS
9861 * thread-db.c (thread_db_new_objfile): Indendation fix.
9862
94cd915f
MS
9863 * infptrace.c (GDB_MAX_ALLOCA): New define.
9864 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 9865 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
9866 can be overridden with whatever value is appropriate to the host).
9867 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
9868 alloca to allocate potentially large buffer.
9869 * rs6000-nat.c (child_xfer_memory): Ditto.
9870 * symm-nat.c (child_xfer_memory): Ditto.
9871 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
9872
494e8a93
JSC
98732002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
9874
9875 From Nick Clifton <nickc@redhat.com>
9876 * d10v-tdep.c: Set STACK_START to 0x200bffe.
9877
d0e1d48e
MS
98782002-01-07 Michael Snyder <msnyder@redhat.com>
9879
abf22e64 9880 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
9881 Don't use exec_bfd if it's NULL.
9882
290b2c7a
MK
98832002-01-06 Mark Kettenis <kettenis@gnu.org>
9884
abf22e64 9885 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 9886
aef21287
AC
98872002-01-06 Andrew Cagney <ac131313@redhat.com>
9888
9889 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
9890 * gnu-nat.c: Ditto.
9891
30efa627
AC
98922002-01-06 Andrew Cagney <ac131313@redhat.com>
9893
9894 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
9895 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
9896 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
9897 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
9898 z8k-coff have not been multi-arched. Update z8k-coff build
9899 status.
9900
9b4ff276
AC
99012002-01-06 Andrew Cagney <ac131313@redhat.com>
9902
9903 * MAINTAINERS: Mark a29k target as obsolete.
9904 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
9905 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
9906 comments.
9907 * NEWS: Note that a29k targets are obsolete.
9908 * a29k-tdep.c: Mark as obsolete.
9909 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9910 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9911 a29k-*-vxworks* targets as obsolete.
9912 * remote-adapt.c: Obsolete.
9913 * remote-eb.c: Obsolete.
9914 * remote-mm.c: Obsolete.
9915 * remote-udi.c: Obsolete.
9916 * config/a29k/a29k-udi.mt: Obsolete.
9917 * config/a29k/a29k.mt: Obsolete.
9918 * config/a29k/tm-a29k.h: Obsolete.
9919 * config/a29k/tm-vx29k.h: Obsolete.
9920 * config/a29k/vx29k.mt: Obsolete.
9921
a9011d31
AC
99222002-01-05 Andrew Cagney <ac131313@redhat.com>
9923
9924 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
9925 with BFD_ENDIAN_BIG.
9926
9299404e
AC
99272002-01-05 Andrew Cagney <ac131313@redhat.com>
9928
9929 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
9930 * configure, config.in: Re-generate.
9931 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
9932 * defs.h: Do not include <endian.h>.
9933
7e89e357
JT
99342002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
9935
9936 * acconfig.h (HAVE_PT_GETXMMREGS): New.
9937 * config.in: Regenerate.
9938 * configure.in: Update copyright years.
9939 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
9940 * configure: Regenerate.
9941 * i386bsd-nat.c: Update copyright years.
9942 (fill_gregset): Use regcache_collect.
9943 (fetch_inferior_registers): Only fetch integer registers
9944 if requested to do so. Add support for XMM registers
9945 using PT_GETXMMREGS.
9946 (store_inferior_registers): Only store integer registers
9947 if requested to do so. Add support for XMM registers
9948 using PT_SETXMMREGS.
9949 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
9950 (store_inferior_registers): Remove.
9951 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
9952 (fetch_elfcore_registers): New function.
9953 (i386nbsd_elfcore_fns): New.
9954 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
9955 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
9956 i386bsd-nat.o.
9957 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9958 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
9959 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
9960 * config/i386/tm-nbsd.h: Update copyright years.
9961 (HAVE_SSE_REGS): Define.
9962 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
9963 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
9964 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
9965 (SIGCONTEXT_PC_OFFSET): Remove.
9966 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
9967
a752853e
AC
99682002-01-05 Andrew Cagney <ac131313@redhat.com>
9969
9970 * configure.tgt: Remove powerpc-*-macos* target.
9971 * config/m68k/xm-mpw.h: Delete file.
9972 * config/xm-mpw.h: Delete file.
9973 * ser-mac.c: Delete file.
9974 * mpw-make.sed: Delete file.
9975 * mpw-config.in: Delete file.
9976 * mac-xdep.c: Delete file.
9977 * mac-gdb.r: Delete file.
9978 * mac-defs.h: Delete file.
9979 * mac-nat.c: Delete file.
9980 * config/powerpc/macos.mh: Delete file.
9981 * config/powerpc/macos.mt: Delete file.
9982 * config/powerpc/nm-macos.h: Delete file.
9983 * config/powerpc/tm-macos.h: Delete file.
9984 * source.c (openp, open_source_file): Remove obsolete code.
9985 * top.c (gdb_readline): Ditto.
9986 * utils.c (query): Ditto.
9987 * event-top.c (display_gdb_prompt): Ditto.
9988 * Makefile.in (ser-mac.o): Delete obsolete target.
9989 * NEWS: Update.
9990
d7449b42
AC
99912002-01-04 Andrew Cagney <ac131313@redhat.com>
9992
9993 * defs.h (BIG_ENDIAN): Delete macro definition.
9994 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
9995 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
9996 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
9997 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
9998 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
9999 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10000 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10001 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10002 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10003 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10004 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10005 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10006 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10007 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10008 * gdbarch.c: Re-generate.
10009
356374e8
DJ
100102002-01-04 Daniel Jacobowitz <drow@mvista.com>
10011
10012 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10013 for core files.
10014
a2b8f8f8
JT
100152002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10016
10017 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10018
12466af9
AC
100192002-01-04 Andrew Cagney <ac131313@redhat.com>
10020
10021 * value.h (value_ptr): Delete typedef.
10022
3549ab40
JT
100232002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10024
10025 * i386nbsd-nat.c: Update copyright years.
10026 Include i386-tdep.h.
10027
fedbd091
EZ
100282002-01-04 Elena Zannoni <ezannoni@redhat.com>
10029
10030 * stabsread.c: Update copyright years.
10031
10032 From Debashis Mahata <debashis.mahata@wipro.com>:
10033 (read_struct_fields): Deal with Sun C compiler erroneous stab
10034 output for structs and unions.
fec8b34f 10035 Fix PR gdb/269.
fedbd091 10036
eb43544b
DJ
100372002-01-04 Daniel Jacobowitz <drow@mvista.com>
10038
10039 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10040 prototype.
10041
1514d34e
DJ
100422002-01-04 Daniel Jacobowitz <drow@mvista.com>
10043
10044 * cp-abi.c: Fix whitespace.
10045 (baseclass_offset): New wrapper function.
10046 * cp-abi.h (baseclass_offset): Add prototype.
10047 (struct cp_abi_ops): Add baseclass_offset pointer.
10048
10049 * valops.c (vb_match): Move to...
10050 * gnu-v2-abi.c (vb_match): here.
10051 * valops.c (baseclass_offset): Move to...
10052 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10053
10054 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10055
10056 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10057 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10058 * hpacc-abi.c (init_hpacc_ops): Likewise.
10059
7f8c9282
DJ
100602002-01-04 Daniel Jacobowitz <drow@mvista.com>
10061
10062 * valops.c (find_overload_match): Accept obj as a
10063 reference parameter. Update it before returning.
10064 * value.h (find_overload_match): Update prototype.
10065 * eval.c (evaluate_subexp_standard): Pass object to
10066 find_overload_match by reference.
10067
f23631e4
AC
100682002-01-03 Andrew Cagney <ac131313@redhat.com>
10069
10070 * valarith.c: Replace value_ptr with struct value pointer. Remove
10071 register attribute from value declarations.
10072 * valops.c: Ditto.
10073 * value.h: Ditto.
10074 * scm-lang.c (scm_lookup_name): Ditto.
10075
79e10fab 100762002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 10077
79e10fab
AC
10078 Abstract the functionality of iterating over mapped memory
10079 regions into a general purpose iterator function.
abf22e64 10080 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
10081 iterator for memory sections.
10082 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10083 (solib_mappings_callback): New function, callback for above.
10084 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10085 (info_mappings_callback): New function, callback for above.
10086
10087 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10088
c5ad026a
MK
100892002-01-01 Mark Kettenis <kettenis@gnu.org>
10090
d2a7c97a
MK
10091 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10092 * i386-tdep.c: Include "elf-bfd.h".
10093 (process_note_abi_tag_sections): New function.
10094 (i386_gdbarch_init): Add code to recognize various OS/ABI
10095 combinations.
10096
c5ad026a
MK
10097 * maint.c (_initialize_maint_cmds): Add missing \ in
10098 string-literal.
10099
a1a5b71e 10100For older changes see ChangeLog-2001
c906108c
SS
10101\f
10102Local Variables:
10103mode: change-log
10104left-margin: 8
10105fill-column: 74
10106version-control: never
10107End:
This page took 0.761479 seconds and 4 git commands to generate.