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