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