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