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