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