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