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