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