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