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