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