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