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