2002-08-25 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2
3 * regcache.c (max_register_size): New function.
4 (init_legacy_regcache_descr): Ensure that max_register_size is
5 large enough for REGISTER_VIRTUAL_SIZE.
6 * regcache.h (max_register_size): Declare.
7
8 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9
10 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
11 store_return_value.
12 (e500_extract_return_value): Change type of valbuf pointer to
13 void.
14
15 2002-08-24 Mark Kettenis <kettenis@gnu.org>
16
17 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
18 workaround.
19
20 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
21 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
22 long long) to prevent compiler warning on 64-bit systems.
23
24 2002-08-23 Andrew Cagney <cagney@redhat.com>
25
26 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
27 (DEPRECATED_STORE_RETURN_VALUE): New method.
28 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
29 * gdbarch.h, gdbarch.c: Re-generate.
30
31 * values.c (set_return_value): Pass current_regcache to
32 STORE_RETURN_VALUE.
33 * arch-utils.h (legacy_store_return_value): Declare.
34 * arch-utils.c (legacy_store_return_value): New function.
35 (legacy_extract_return_value): Update parameters.
36
37 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
38 STORE_RETURN_VALUE.
39 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
40 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
41 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
42 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
43 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
44 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
45 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
46 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
47 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
48 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
49
50 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
51 * i386-tdep.c (i386_extract_return_value): Update.
52 * arch-utils.c (legacy_extract_return_value): Update.
53 * frv-tdep.c (frv_gdbarch_init): Update.
54 * cris-tdep.c (cris_gdbarch_init): Update.
55 * d10v-tdep.c (d10v_gdbarch_init): Update.
56 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
57 * m68k-tdep.c (m68k_gdbarch_init): Update.
58 * mcore-tdep.c (mcore_gdbarch_init): Update.
59 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
60 * s390-tdep.c (s390_gdbarch_init): Update.
61 * sparc-tdep.c (sparc_gdbarch_init): Update.
62 * sh-tdep.c (sh_gdbarch_init): Update.
63 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
64 * v850-tdep.c (v850_gdbarch_init): Update.
65 * avr-tdep.c (avr_gdbarch_init): Update.
66 * ia64-tdep.c (ia64_gdbarch_init): Update.
67 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
68 * vax-tdep.c (vax_gdbarch_init): Update.
69 * alpha-tdep.c (alpha_gdbarch_init): Update.
70 * arm-tdep.c (arm_gdbarch_init): Update.
71 * mips-tdep.c (mips_gdbarch_init): Update.
72 * i386-tdep.c (i386_gdbarch_init): Update.
73
74 2002-08-23 Andrew Cagney <ac131313@redhat.com>
75
76 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
77 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
78
79 2002-08-24 Mark Kettenis <kettenis@gnu.org>
80
81 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
82 problems.
83
84 2002-08-23 Joel Brobecker <brobecker@gnat.com>
85
86 * infrun.c (handle_inferior_event): Move a comment outside of a
87 function call, in order to avoid indent reformatting this part
88 of the code in an unreadable way.
89
90 2002-08-23 Grace Sainsbury <graces@redhat.com>
91
92 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
93 when breakpoints fail. Move general breakpoint error messages to
94 insert_breakpoints.
95 * breakpoint.c (insert_breakpoints): Change warnings when
96 breakpoints are nto inserted to specify the type. Remove call to
97 memory_error when hardware breakpoints can't be inserted. Remove
98 multiple calls to warning so all messages are sent to the user at
99 once.
100 (delete_breakpoints): Make insert error messsages more explicit.
101
102 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
103
104 * ChangeLog: Move gdbserver entries after GDB 5.2 to
105 gdbserver/ChangeLog.
106
107 2002-08-23 Mark Kettenis <kettenis@gnu.org>
108
109 * i386-tdep.c: Include "objfiles.h".
110 (i386_svr4_init_abi): Set in_solib_call_trampoline and
111 skip_trampoline_code.
112 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
113 (CPLUS_MARKER): Define to '.'.
114
115 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
116 member.
117 (linux_corefile_thread_callback): Increase args->num_notes.
118 (linux_make_note_section): Initialize thread_args.num_notes, and
119 use it to determine whether notes for any threads were created.
120
121 2002-08-23 Donn Terry <dterry@microsoft.com>
122
123 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
124 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
125 and PCUNKILL.
126 (write_with_trace): Conditionalize out the switch branch handling
127 PCSHOLD if the corresponding macro is not defined. Likewise for
128 PRSABORT and PRSTOP.
129 This change will be needed by the Interix port.
130
131 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
132
133 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
134 ev_offset fields.
135 (skip_prologue): Add support for BookE/e500 instructions.
136 (e500_extract_return_value): New function.
137 (frame_get_saved_regs): Add support for saving ev registers and
138 pseudo gpr's.
139 (e500_store_return_value): New function.
140 (rs6000_gdbarch_init): Move up default intializations of
141 deprecated_extract_return_value and store_return_value. Overwrite
142 init of store_return_value with e500 specific version.
143 Set extract_return_value for e500.
144
145 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
146
147 * blockframe.c (generic_call_dummy_register_unwind): Use
148 regcache_cooked_read to catch cases in which the variable is
149 stored in a pseudo register.
150
151 2002-08-22 Andrew Cagney <cagney@redhat.com>
152
153 * NEWS: Mention that the i960 has been made obsolete.
154 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
155 i960-tdep.c
156 (remote-nrom.o): Obsolete target.
157 (remote-nindy.o, i960-tdep.o): Ditto.
158 * remote-nrom.c: Make file obsolete.
159 * remote-nindy.c, remote-vx960.c: Ditto.
160 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
161 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
162 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
163 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
164 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
165 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
166 i960-*-vxworks* obsolete.
167 * MAINTAINERS: Note that the i960 is obsolete.
168
169 2002-08-21 Corinna Vinschen <vinschen@redhat.com
170
171 * aix-thread.c (aix_thread_detach): Disable thread debugging on
172 detach to allow reinitialization.
173
174 2002-08-22 Andrew Cagney <ac131313@redhat.com>
175
176 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
177 attempt).
178
179 2002-08-22 Jim Blandy <jimb@redhat.com>
180
181 * coffread.c (coff_symfile_read): Don't try to read the line
182 number table from disk if the image file doesn't have a symbol
183 table; we'll never actually look at the info anyway, and Windows
184 ships DLL's with bogus file offsets for the line number data.
185
186 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
187
188 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
189 an e500 executable.
190
191 2002-08-21 Michael Snyder <msnyder@redhat.com>
192
193 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
194 (MSYMBOL_SIZE): Replace macro with function.
195 (DEFAULT_MIPS_TYPE): Delete unused macro.
196 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
197 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
198
199 2002-08-21 Jim Blandy <jimb@redhat.com>
200
201 * valops.c (value_cast): Simplify and correct logic for doing a
202 static cast from a pointer to a base class to a pointer to a
203 derived class.
204
205 2002-08-21 Andrew Cagney <ac131313@redhat.com>
206
207 * infcmd.c (default_print_registers_info): Replace
208 do_registers_info.
209 (registers_info): Use gdbarch_print_registers_info instead of
210 DO_REGISTERS_INFO.
211 * inferior.h (default_print_registers_info): Replace
212 do_registers_info.
213 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
214 (DO_REGISTERS_INFO): Change to a predicate function.
215 * gdbarch.h, gdbarch.c: Regenerate.
216
217 2002-08-21 Keith Seitz <keiths@redhat.com>
218
219 * gdb-events.sh: Add target-changed event.
220 * gdb-events.c: Regenerated.
221 * gdb-events.c: Regenerated.
222 * valops.c (value_assign): Add target-changed event notification
223 to inlval_register, lval_memory, and lval_reg_frame_relative.
224
225 2002-08-21 Joel Brobecker <brobecker@gnat.com>
226
227 * NEWS: Add an entry regarding the improvement of the next/step
228 operation on Alpha Tru64 multi-processor machines.
229
230 2002-08-21 Andrew Cagney <ac131313@redhat.com>
231
232 * Makefile.in: Update dependencies for mi/ cli/ and tui/
233 directores.
234 * Makefile.in: Update all _h macro definitions.
235 * Makefile.in (install-gdbtk): Move to install section.
236 (rdi-share/libangsd.a): Move to end of file.
237
238 2002-08-19 Andrew Cagney <ac131313@redhat.com>
239
240 * frame.c (frame_register_unwind): When a register, set addrp to
241 the register's byte.
242
243 2002-08-20 Michael Snyder <msnyder@redhat.com>
244
245 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
246 used locally, so move them from the target machine header to here.
247 (mips_set_processor_type, mips_register_name, mips32_next_pc,
248 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
249 Make static.
250 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
251
252 2002-08-20 Andrew Cagney <cagney@redhat.com>
253
254 * NEWS: Mention that the Apollo line was made obsolete.
255 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
256 m68*-hp-hpux* obsolete.
257 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
258 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
259 * buildsym.c (make_blockvector): Make static.
260 * buildsym.h (make_blockvector): Make extern declaration obsolete.
261 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
262 (ALLDEPFILES): Remove dstread.c.
263 (dstread.o): Obsolete make rule.
264 * dstread.c: Makefile obsolete.
265 * dst.h: Ditto.
266 * config/m68k/hp300hpux.mt: Ditto.
267 * config/m68k/hp300hpux.mh: Ditto.
268 * config/m68k/hp300bsd.mt: Ditto.
269 * config/m68k/hp300bsd.mh: Ditto.
270 * config/m68k/apollo68b.mt: Ditto.
271 * config/m68k/apollo68v.mh: Ditto.
272 * config/m68k/apollo68b.mh: Ditto.
273
274 2002-08-20 Michael Snyder <msnyder@redhat.com>
275
276 * mips-tdep.c (mips_in_return_stub): Make static.
277 (mips_gdbarch_init): Set in_solib_return_trampoline.
278 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
279
280 2002-08-20 Michael Snyder <msnyder@redhat.com>
281
282 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
283 * gdbarch.c, gdbarch.h: Regenerate.
284 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
285 Add.
286 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
287
288 2002-08-20 Michael Snyder <msnyder@redhat.com>
289
290 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
291 (mips_gdbarch_init): Set skip_trampoline_code,
292 in_solib_call_trampoline.
293 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
294 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
295
296 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
297
298 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
299
300 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
301 vector type for ev registers.
302 (e500_pseudo_register_read): New function.
303 (e500_pseudo_register_write): New function.
304 (e500_dwarf2_reg_to_regnum): New function.
305 (PPC_UISA_NOFP_SPRS): New macro.
306 (PPC_EV_REGS): New macro.
307 (PPC_GPRS_PSEUDO_REGS): New macro.
308 (registers_e500): New register set for e500.
309 (variants): Add e500 variant.
310 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
311 before setting architectural dependent variations. Initialize ev
312 registers numbers. Add case for e500 architecture. Set the
313 number of pseudo registers.
314
315 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
316
317 * rs6000-tdep.c: Clean up comments.
318
319 2002-08-20 Andrew Cagney <cagney@redhat.com>
320
321 * h8300-tdep.c: Re-indent file.
322
323 2002-08-20 Jim Blandy <jimb@redhat.com>
324
325 * Makefile.in (LDFLAGS): Allow the configure script to establish a
326 default for this.
327
328 2002-08-20 Keith Seitz <keiths@redhat.com>
329
330 * breakpoints.c (watch_command_1): Use internal breakpoint
331 when setting a watchpoint_scope breakpoint.
332
333 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
334
335 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
336 (build_builtin_type_vec64i): Ditto.
337 (build_builtin_type_vec128): Ditto.
338 (build_builtin_type_vec128i): Ditto.
339
340 2002-08-19 Michael Snyder <msnyder@redhat.com>
341
342 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
343 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
344 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
345 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
346 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
347 CALL_DUMMY_ADDRESS): Delete.
348 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
349 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
350 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
351 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
352 push_return_address.
353 (mips_register_raw_size, mips_eabi_use_struct_convention,
354 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
355 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
356 mips_init_extra_frame_info, mips_eabi_push_arguments,
357 mips_n32n64_push_arguments, mips_push_return_address,
358 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
359 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
360
361 2002-08-19 Michael Snyder <msnyder@redhat.com>
362
363 * mips-tdep.c (mips_frame_num_args): New function.
364 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
365 frame_saved_pc, frame_args_address, frame_locals_address,
366 frame_num_args, and frame_args_skip.
367 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
368 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
369 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
370 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
371
372 2002-08-20 Michael Snyder <msnyder@redhat.com>
373
374 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
375 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
376 * mips-tdep.c (mips_store_struct_return): New function.
377 (mips_extract_struct_value_address): New function.
378 (mips_gdbarch_init): Set store_struct_return and
379 extract_struct_value_address.
380
381 2002-08-20 David Carlton <carlton@math.stanford.edu>
382
383 * dwarf2read.c (dwarf2_build_psymtabs): Check that
384 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
385 (read_file_scope): Check that line_header is nonzero before
386 decoding macro information.
387
388 2002-08-20 Mark Kettenis <kettenis@gnu.org>
389
390 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
391 flag the general-purpose registers as floating-point on targets
392 that don't support the floating-point registers.
393
394 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
395
396 * rs6000-tdep.c (altivec_register_p): Delete.
397 (rs6000_do_altivec_registers): Delete.
398 (rs6000_altivec_registers_info): Delete.
399 (rs6000_do_registers_info): Delete.
400 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
401 (rs6000_gdbarch_init): Remove setting of do_registers_info.
402
403 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
404
405 * infcmd.c (do_registers_info): Print vector registers in hex
406 format only.
407 (print_vector_info): Check that printing registers
408 makes sense.
409 (print_float_info): Ditto.
410
411 2002-08-20 Andrew Cagney <ac131313@redhat.com>
412
413 * mips-tdep.c (mips_gdbarch_init): Update.
414 (mips_o32_extract_return_value): Rewrite.
415 (mips_o32_store_return_value): Rewrite.
416 (mips_o32_xfer_return_value): New function.
417 (mips_xfer_register): Tweak debug print message. Allow for
418 buf_offset when dumping the value transfered.
419
420 2002-08-20 Andrew Cagney <ac131313@redhat.com>
421
422 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
423 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
424 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
425 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
426 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
427
428 2002-08-14 Michael Snyder <msnyder@redhat.com>
429
430 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
431
432 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
433
434 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
435 register.
436 (P): New macro to define a register as a pseudo register.
437 (R, R4, R8, R16, FR32, R64, R0): Updated.
438 (struct variant): Add new fields for number of pseudo registers
439 and number of total registers.
440 (tot_num_registers): New macro replacing....
441 (num_registers): ...deleted macro.
442 (num_registers): New function.
443 (num_pseudo_registers): New function.
444 (variants): Update all variants to intialize new fields correctly.
445 Postpone initialization of number of pseudo regs and real regs.
446 (init_variants): New function.
447 (rs6000_gdbarch_init): Initialize variants. Update calculation of
448 registers offsets.
449
450 2002-08-19 David Carlton <carlton@math.stanford.edu>
451
452 * valops.c (search_struct_field): Change error message to treat
453 return value of 0 from value_static_field as meaning that field is
454 optimized out.
455 (value_struct_elt_for_reference): Ditto.
456 * values.c (value_static_field): Treat an unresolved location the
457 same as a nonexistent symbol. Fix PR gdb/635.
458 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
459 enclosed. Fix PR gdb/574.
460 * MAINTAINERS: Add self to Write After Approval list.
461
462 2002-08-19 Andrew Cagney <ac131313@redhat.com>
463
464 * mips-tdep.c (mips_xfer_register): New function.
465 (mips_n32n64_extract_return_value): Rewrite.
466 (mips_gdbarch_init): For N32 and N64, set extract_return_value
467 instead of deprecated_extract_return_value.
468
469 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
470
471 * rs6000-tdep.c (TDEP): Delete macro.
472 (branch_dest): Replace use of TDEP macro with its body.
473 (rs6000_pop_frame): Ditto.
474 (rs6000_push_arguments): Ditto.
475 (rs6000_skip_trampoline_code): Ditto.
476 (rs6000_frame_saved_pc): Ditto.
477 (rs6000_frame_chain): Ditto.
478 (rs6000_register_name): Ditto.
479 (rs6000_register_byte): Ditto.
480 (rs6000_register_raw_size): Ditto.
481 (rs6000_register_virtual_type): Ditto.
482 (rs6000_register_convertible): Ditto.
483 (rs6000_convert_from_func_ptr_addr): Ditto.
484
485 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
486
487 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
488 conditionally.
489 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
490 MIPS_LINUX_JB_ELEMENT_SIZE.
491 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
492 for MAX_REGISTER_RAW_SIZE arrays.
493 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
494 MIPS_LINUX_JB_ELEMENT_SIZE.
495
496 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
497
498 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
499
500 2002-08-19 Aidan Skinner <aidan@velvet.net>
501
502 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
503 ada-valprint.c ada-tasks.c.
504 (YYFILES): Add ada-exp.y.
505 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
506 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
507 (ada-exp.tab.o): New target.
508
509 2002-08-18 Andrew Cagney <ac131313@redhat.com>
510
511 * regcache.c (regcache_xfer_part): New function.
512 (regcache_raw_read_part): New function.
513 (regcache_raw_write_part): New function.
514 (regcache_cooked_read_part): New function.
515 (regcache_cooked_write_part): New function.
516 * regcache.h (regcache_raw_read_part): Declare.
517 (regcache_raw_write_part): Declare.
518 (regcache_cooked_read_part): Declare.
519 (regcache_cooked_write_part): Declare.
520
521 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
522
523 * remote.c (remote_open_1): Add async_p.
524 (remote_async_open_1): Delete.
525 (open_remote_target): Delete.
526 (remote_open, extended_remote_open): Update calls to remote_open_1.
527 (remote_async_open, extended_remote_async_open): Call
528 remote_open_1 instead of remote_async_open_1.
529
530 2002-08-19 Mark Kettenis <kettenis@gnu.org>
531
532 * blockframe.c: Fix a few coding standard violations.
533
534 2002-08-19 Mark Kettenis <kettenis@gnu.org>
535
536 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
537 here from ...
538 * config/i386/tm-i386sco5.h: ... here. File removed.
539 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
540
541 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
542 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
543 (TM_FILE): Set to tm-i386.h.
544 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
545 * config/i386/tm-i386v.h: Remove file.
546 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
547 instead of "i386/tm-i386v.h".
548 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
549 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
550 "i386/tm-i386v.h".
551 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
552 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
553 "i386/tm-i386.h".
554
555 2002-08-18 Mark Kettenis <kettenis@gnu.org>
556
557 * config/i386/nm-i386v.h: Add protection against
558 multiple-inclusion.
559 (i386_register_u_addr): Remove prototype.
560 (register_u_addr): New prototype.
561 (REGISTER_U_ADDR): Redefine accordingly.
562 * i386v-nat.c: Improve several comments.
563 (i386_register_u_addr): Change signature and rename to
564 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
565 ubase variable.
566
567 2002-08-18 Andrew Cagney <ac131313@redhat.com>
568
569 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
570 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
571 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
572 deprecated_extract_return_value.
573 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
574 rename mips_o32o64_push_arguments.
575 (mips_gdbarch_init): Update.
576 (mips_extract_return_value): Delete.
577 (mips_o32_extract_return_value): Clone mips_extract_return_value.
578 (mips_o64_extract_return_value): Clone mips_extract_return_value.
579 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
580 (mips_n32n64_extract_return_value): Clone
581 mips_extract_return_value.
582 (mips_store_return_value): Delete.
583 (mips_o32_store_return_value): Clone mips_store_return_value.
584 (mips_o64_store_return_value): Clone mips_store_return_value.
585 (mips_eabi_store_return_value): Clone mips_store_return_value.
586 (mips_n32n64_store_return_value): Clone mips_store_return_value.
587
588 2002-08-18 Aidan Skinner <aidan@velvet.net>
589
590 * ada-lang.c: Use gdb_string.h instead of <string.h>.
591 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
592
593 2002-08-18 Aidan Skinner <aidan@velvet.net>
594
595 * ada-lang.c: Run through gdb_indent.sh.
596 * ada-lang.h: Run through gdb_indent.sh.
597 * ada-tasks.c: Run through gdb_indent.sh.
598 * ada-typeprint.c: Run through gdb_indent.sh.
599 * ada-valprint.c: Run through gdb_indent.sh.
600
601 2002-08-18 Andrew Cagney <ac131313@redhat.com>
602
603 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
604 ABI.
605
606 2002-08-18 Mark Kettenis <kettenis@gnu.org>
607
608 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
609
610 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
611 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
612
613 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
614 write_register_gen instead of write_register_bytes.
615
616 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
617 i[3456]-*-osf1mk* configurations have been made obsolete.
618 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
619 i[3456]86-*-osf1mk* hosts obsolete.
620 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
621 targets obsolete.
622 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
623 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
624 config/i386/i386m3.mt, config/i386/nm-m3.h,
625 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
626 config/i386/i386mk.mh, config/i386/i386mk.mt,
627 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
628 obsolete.
629 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
630 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
631 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
632
633 2002-08-18 Andrew Cagney <ac131313@redhat.com>
634
635 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
636 (hppa_value_returned_from_stack): Declare.
637 (hppa_extract_return_value): Declare.
638 * config/pa/hppa.mt: New file.
639 * configure.tgt: Recognize hppa*-*-*.
640 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
641
642 2002-08-18 Mark Kettenis <kettenis@gnu.org>
643
644 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
645 comment.
646
647 2002-08-17 Mark Kettenis <kettenis@gnu.org>
648
649 * top.c (gdb_rl_operate_and_get_next): Make sure
650 operate-and-get-next functions correctly even when the history
651 list is completely filled.
652
653 2002-08-18 Andrew Cagney <ac131313@redhat.com>
654
655 * MAINTAINERS (Target Instruction Set Architectures): Rename
656 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
657 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
658 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
659 already listed under Host/Native.
660
661 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
662 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
663 mips*-*-*.
664
665 2002-08-17 Andrew Cagney <ac131313@redhat.com>
666
667 * config/ia64/ia64.mt: New file.
668 * config/alpha/alpha.mt: New file.
669 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
670 ia64-linux-gnu. Mention that ia64-elf is broken.
671 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
672
673 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
674
675 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
676 generic_func_frame_valid instead of func_frame_valid.
677
678 2002-08-16 Joel Brobecker <brobecker@gnat.com>
679
680 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
681 procfs appears to be broken when debugging on multi-processor
682 machines. So enable software single stepping in order to avoid
683 using the procfs interface to do next/step operations, using
684 internal breakpoints instead.
685
686 * infrun.c (handle_inferior_event): Readjust the stop_pc by
687 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
688 make this pc address equal to the value it would have if the
689 system stepping capability was used. Also set a new flag used
690 to ensure that we don't readjust the PC one more time later.
691
692 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
693 address by DECR_PC_AFTER_BREAK when software single step is
694 in use for this architecture, as this has already been taken
695 care of in handle_inferior_event().
696
697 2002-08-16 Joel Brobecker <brobecker@gnat.com>
698
699 * infrun.c (handle_inferior_event): Minor reformatting, to make
700 a rather long condition expression easier to read.
701
702 2002-08-16 Andrew Cagney <ac131313@redhat.com>
703
704 * Makefile.in (gdbtk.o): Move to end of file.
705 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
706 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
707 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
708 (gdbtk-wrapper.o, gdbres.o): Ditto.
709
710 2002-08-16 Andrew Cagney <ac131313@redhat.com>
711
712 * Makefile.in (copying.o): Separate out compile rule.
713 (hpux-thread.o, procfs.o, signals.o): Ditto.
714 (v850ice.o, z8k-tdep.o): Ditto.
715 (tui-file.o): Move to TUI section.
716 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
717 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
718
719 2002-08-16 Joel Brobecker <brobecker@gnat.com>
720
721 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
722 skip_trampoline_code, for better namespace-proofing.
723
724 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
725
726 2002-08-16 Joel Brobecker <brobecker@gnat.com>
727
728 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
729
730 2002-08-16 Joel Brobecker <brobecker@gnat.com>
731
732 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
733 signal, check whether we hit a breakpoint before checking for a
734 single step breakpoint. Otherwise, GDB fails to notice that a
735 breakpoint has been hit when stepping onto a breakpoint.
736
737 2002-08-16 Keith Seitz <keiths@redhat.com>
738
739 * gdb-events.sh (clear_gdb_event_hooks): New function.
740 * gdb-events.c: Regenerate.
741 * gdb-events.h: Regenerate.
742
743 2002-08-16 Andrew Cagney <ac131313@redhat.com>
744
745 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
746 not_a_sw_breakpoint.
747 * breakpoint.h (bpstat_stop_status): Add parameter names.
748
749 2002-08-16 Grace Sainsbury <graces@redhat.com>
750
751 * remote.c (remote_insert_hw_breakpoint)
752 (remote_remove_hw_breakpoint): Fix calculation of length field
753 for Z-packet.
754
755 2002-08-15 Michael Snyder <msnyder@redhat.com>
756
757 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
758 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
759 (supply_fpregset): Ditto.
760
761 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
762 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
763 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
764 (TARGET_READ_SP): Delete.
765 (DO_REGISTERS_INFO): Delete.
766 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
767 Delete.
768 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
769 from macros to functions.
770
771 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
772 (mips_register_convertible, mips_register_convert_to_virtual,
773 mips_register_convert_to_raw): Make static.
774 (mips_read_sp): New function.
775 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
776 (mips_do_registers_info): Make static.
777 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
778 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
779 (mips_register_convert_from_type, mips_register_convert_to_type):
780 New functions.
781 (mips_gdbarch_init): Set up function_start_offset,
782 register_virtual_size, pc_in_sigtramp.
783
784 2002-08-15 Andrew Cagney <ac131313@redhat.com>
785
786 * infcmd.c (vector_info): New function.
787 (_initialize_infcmd): Add command "info vector".
788 (print_vector_info): New function.
789
790 * gdbarch.sh (PRINT_VECTOR_INFO): New method
791 * gdbarch.h, gdbarch.c: Regenerate.
792
793 2002-08-15 Andrew Cagney <ac131313@redhat.com>
794
795 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
796 ``print_all''. Only print vector registers when ``print_all''.
797
798 2002-08-15 Andrew Cagney <ac131313@redhat.com>
799
800 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
801 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
802
803 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
804 Add `args' parameter.
805 * gdbarch.h, gdbarch.c: Regenerate.
806
807 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
808
809 * infcmd.c (float_info): Call print_float_info.
810 (print_float_info): New function. By default, print the
811 floating-point registers.
812
813 * arch-utils.h (default_print_float_info): Delete declaration.
814 * arch-utils.c (default_print_float_info): Delete function.
815
816 2002-08-16 Mark Kettenis <kettenis@gnu.org>
817
818 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
819 out define.
820
821 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
822 FRAME.
823
824 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
825 * configure.host: Make i[3456]86-*-aix host obsolete.
826 * configure.tgt: Make i[3456]86-*-aix target obsolete.
827 * config/i386/i386aix.mh, config/i386/i386aix.mt,
828 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
829 config/i386/xm-i386aix.h: Make files obsolete.
830 * i386aix-nat.c: Make file obsolete.
831 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
832 (i386aix-nat.o): Make target obsolete.
833
834 * config/i386/nm-gnu.h: Removed.
835 * config/i386/nm-i386gnu.h: New file.
836 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
837 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
838 Moved here from ...
839 * config/i386/tm-i386gnu.h: ... here. Removed.
840 * config/i386/xm-i386gnu.h: Removed.
841 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
842 (NAT_FILE): Set to nm-i386gnu.h.
843 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
844 * i386-tdep.c: New file.
845 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
846 (i386gnu-tdep.o): Specify dependencies.
847
848 2002-08-15 Mark Kettenis <kettenis@gnu.org>
849
850 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
851 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
852 Adjust a few comments to reflect reality a bit closer.
853 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
854 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
855 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
856 target_insert_watchpoint, target_remove_watchpoint):
857 Move defines to ...
858 * config/i386/nm-i386sco5.h: ... here.
859 (kernel_u_size): Add prototype. Improve a few comments and add
860 protection against multiple inclusion.
861
862 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
863 out define.
864
865 * uw-thread.c (SP_ARG0): Define if not already defined.
866 * config/i386/tm-i386.h (SO_ARG0): Remove define.
867
868 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
869
870 * config/i386/tm-i386.h: Don't include "regcache.h".
871
872 * i387-tdep.h (i387_print_float_info): New prototype.
873 * i387-tdep.c (print_i387_value, print_i387_ext,
874 print_i387_status_word, print_i387_control_word): Add `struct
875 ui_file *' argument and use it for output.
876 (i387_print_float_info): Renamed from i387_float_info. Add
877 `struct gdbarch *' and `struct ui_file *' arguments and use the
878 latter for output.
879 * i386-tdep.c: Include "i387-tdep.h".
880 (i386_gdbarch_init): Set print_float_info.
881 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
882 (FLOAT_INFO): Remove define.
883
884 2002-08-13 Michael Snyder <msnyder@redhat.com>
885
886 * mips-tdep.c (mips_push_arguments): Rename to
887 mips_eabi_push_arguments, and tune for EABI.
888 (MIPS_REGS_HAVE_HOME_P): Delete.
889 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
890 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
891 Delete references to mips_regs_have_home_p.
892
893 2002-08-14 Keith Seitz <keiths@redhat.com>
894
895 * Makefile.in (install-gdbtk): Create insight plugin directory.
896 Install plugins.tcl file.
897
898 2002-08-14 Keith Seitz <keiths@redhat.com>
899
900 * configure.in: Move SUBDIRS to near top of the file so that
901 --enable options may add things to it.
902 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
903 * configure: Regenerate.
904
905 2002-08-13 Michael Snyder <msnyder@redhat.com>
906
907 * mips-tdep.c (mips_o32o64_push_arguments): New function,
908 cloned from mips_push_arguments, tuned for o32/o64 ABI.
909 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
910
911 2002-08-13 Andrew Cagney <ac131313@redhat.com>
912
913 * vax-tdep.c (vax_get_saved_register): Delete function.
914 (vax_gdbarch_init): Update.
915 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
916 (ns32k_gdbarch_init): Update.
917 * alpha-tdep.c (alpha_get_saved_register): Delete function.
918 (alpha_gdbarch_init): Update.
919
920 2002-08-13 Andrew Cagney <cagney@redhat.com>
921
922 * regcache.c (init_regcache_descr): Overallocate the
923 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
924 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
925 nr_raw_registers.
926 (set_register_cached): Add range checking assertions. Use
927 current_regcache.
928
929 2002-08-13 Mark Kettenis <kettenis@gnu.org>
930
931 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
932 numbers for MMX registers.
933
934 2002-08-13 Andrew Cagney <cagney@redhat.com>
935
936 * i386-tdep.c (i386_gdbarch_init): Use
937 generic_unwind_get_saved_register.
938
939 2002-08-13 Kevin Buettner <kevinb@redhat.com>
940
941 * procfs.c (procfs_can_use_hw_breakpoint): New function.
942 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
943 target vector.
944 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
945 Delete. Add comment regarding this now-deleted target method.
946
947 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
948
949 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
950 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
951 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
952 real PC and the page number (if it's within the memory bank window).
953 (m68hc11_pseudo_register_write): Likewise when saving.
954 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
955 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
956 (m68hc11_register_raw_size): And use 32-bit for it.
957 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
958 16K memory bank is used by the prog; also use the virtual pc.
959
960 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
961
962 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
963 (m68hc11_gdbarch_init): Install it in gdbarch.
964 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
965 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
966 (MSYMBOL_SIZE): New for documentation.
967 (insn_return_kind): Enum to specify how a function returns.
968 (frame_extra_info): Cleanup and record the return mode.
969 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
970 register in address computation.
971 (m68hc11_get_return_insn): New to obtain the return instruction used
972 by the function.
973 (m68hc11_frame_init_saved_regs): Take into account the return
974 instruction used by the function for far and interrupt functions.
975 (m68hc11_init_extra_frame_info): Take into account page register.
976 (m68hc11_frame_args_address): Adjust according to the return mode.
977 (show_regs): Print page register only when it's used.
978
979 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
980
981 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
982 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
983 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
984 registers.
985 (m68hc11_register_raw_size): Likewise.
986
987 2002-08-13 Andrew Cagney <cagney@redhat.com>
988
989 * i386-tdep.c (i386_register_name): Handle mmx registers.
990 (mmx_regnum_p): New function.
991 (i386_mmx_names): New array.
992 (mmx_num_regs): New variable.
993 (i386_pseudo_register_read): New function.
994 (i386_pseudo_register_write): New function.
995 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
996
997 * regcache.c (regcache_raw_read_unsigned): New function.
998 (regcache_raw_read_signed): New function.
999 * regcache.h (regcache_raw_read_unsigned): Declare.
1000 (regcache_raw_read_signed): Declare.
1001
1002 2002-08-13 Andrew Cagney <cagney@redhat.com>
1003
1004 * regcache.c (regcache_raw_read_as_address): Delete function.
1005 (regcache_cooked_read_signed): New function.
1006 (regcache_cooked_read_unsigned): New function.
1007 * regcache.h (regcache_cooked_read_signed): Declare.
1008 (regcache_cooked_read_unsigned): Declare.
1009 (regcache_raw_read_as_address): Delete declaration.
1010
1011 * blockframe.c (generic_read_register_dummy): Use
1012 regcache_cooked_read_unsigned.
1013 * i386-tdep.c (i386_extract_struct_value_address): Use
1014 regcache_cooked_read_unsigned.
1015
1016 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1017
1018 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1019 double sizes according to ELF ABI flags.
1020 (gdbarch_tdep): Record elf_flags.
1021
1022 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1023
1024 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1025 (m6812_prolog): They can appear in 68HC12 function prologue.
1026 (m68hc11_frame_chain): Cleanup.
1027
1028 2002-08-12 Andrew Cagney <cagney@redhat.com>
1029
1030 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1031 declarations.
1032 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1033 (i386_linux_register_raw_size): Delete function.
1034 (i386_linux_init_abi): Update.
1035 * i386-tdep.c (i386_register_raw_size): Delete function.
1036 (i386_register_byte): Delete function.
1037 (i386_gdbarch_init): Update.
1038 (i386_register_size): Delete array.
1039 (i386_register_offset): Delete array.
1040
1041 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1042 (REGISTER_RAW_SIZE): Delete macro.
1043 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1044 (REGISTER_BYTE): Delete macro.
1045
1046 2002-08-11 Aidan Skinner <aidan@velvet.net>
1047
1048 * ada-lang.c (ada_lookup_partial_symbol)
1049 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1050 prototype names so that grep ^func works properly.
1051
1052 * ada-lang.c (ada_array_element_type)
1053 (ada_lookup_partial_symbol): Fix typos in parameter list.
1054
1055 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1056 Fix prototype names so that grep ^func works properly.
1057
1058 2002-08-10 Andrew Cagney <cagney@redhat.com>
1059 Elena Zannoni <ezannoni@redhat.com>
1060 Martin M. Hunt <hunt@redhat.com>
1061
1062 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1063 (build_builtin_type_vec128i): Set the vector bit.
1064 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1065 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1066 (build_builtin_type_vec64): New function.
1067 (build_builtin_type_vec64i): New function.
1068 (build_gdbtypes): Initialize builtin_type_vec64 and
1069 builtin_type_vec64i.
1070
1071 2002-08-09 Andrew Cagney <cagney@redhat.com>
1072
1073 * regcache.c (regcache_dump): Compare the register offset
1074 with REGISTER_BYTE.
1075 * arch-utils.c (generic_register_byte): New function.
1076 * arch-utils.h (generic_register_byte): Declare.
1077 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1078 * gdbarch.h, gdbarch.c: Regenerate.
1079
1080 2002-08-09 Andrew Cagney <cagney@redhat.com>
1081
1082 * regcache.c: Include "gdbcmd.h"
1083 (_initialize_regcache): Add commands "maintenance print
1084 registers", "maintenance print raw-registers" and "maintenance
1085 print cooked-registers".
1086 (enum regcache_dump_what): Define.
1087 (dump_endian_bytes): New function.
1088 (regcache_dump): New function.
1089 (regcache_print): New function.
1090 (maintenance_print_registers): New function.
1091 (maintenance_print_raw_registers): New function.
1092 (maintenance_print_cooked_registers): New function.
1093 * Makefile.in (regcache.o): Update dependencies.
1094
1095 2002-08-09 Michael Snyder <msnyder@redhat.com>
1096
1097 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1098 (mips_push_arguments): Correct some comments. Use paddr_nz
1099 for printing addresses in debug output. Replace static
1100 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1101 (mips_n32n64_push_arguments): New function, cloned from
1102 mips_push_arguments and tuned for the n32/n64 ABI.
1103 (mips_push_register): Buffer needs dynamic allocation.
1104 (mips_print_register): Ditto.
1105 (do_gp_register_row): Ditto.
1106 (mips_store_return_value): Ditto.
1107 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1108
1109 2002-08-09 Don Howard <dhoward@redhat.com>
1110
1111 * memattr.c (mem_info_command): Print special case of upper bound
1112 as max CORE_ADDR + 1.
1113
1114 2002-08-08 Michael Snyder <msnyder@redhat.com>
1115
1116 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1117 returns structs by ref if they're too big to fit in two registers.
1118
1119 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1120
1121 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1122 saved regs value.
1123 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1124 mips_find_saved_regs().
1125 (mips_pop_frame): Likewise.
1126
1127 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1128
1129 * blockframe.c (frame_saved_regs_register_unwind): Revise
1130 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1131 frames are in use.
1132
1133 2002-08-09 Grace Sainsbury <graces@redhat.com>
1134
1135 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1136 T-packets; the 'a' is not taken as a register number.
1137 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1138 (remote_stopped_data_address): New functions; add to target
1139 vector.
1140 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1141 prototypes to match other implementations of this
1142 function. replace integer argument with pointer -- the length
1143 field in the Z-packet is the length of what is pointed to or 1 if
1144 pointer is null. Add to target vector.
1145 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1146 target vector.
1147
1148 From Mark Salter:
1149 * remote.c (remote_wait): Add support to extract optional
1150 watchpoint information from T-packet. Ignore unrecognized
1151 optional info in T-packet.
1152 (remote_async_wait): Ditto.
1153
1154 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
1155
1156 * cli/cli-dump.c: Change fopen modes to use binary open modes
1157 as defined in include/fopen-bin.h throughout.
1158
1159 2002-08-08 Michael Snyder <msnyder@redhat.com>
1160
1161 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1162
1163 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1164
1165 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1166 assertion failure by returning early after a warning.
1167
1168 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1169
1170 * mips-tdep.c (mips_find_saved_regs): Make static.
1171 (mips_frame_init_saved_regs): New function.
1172 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1173 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1174 (mips_find_saved_regs): Delete declaration.
1175
1176 2002-08-08 Grace Sainsbury <graces@redhat.com>
1177
1178 * remote.c (remote_wait, remote_async_wait): Change
1179 thread_num from int to ULONGEST.
1180 (unpack_varlen_hex): Change result parameter from
1181 int * to ULONGEST *.
1182
1183 2002-08-08 Andrew Cagney <ac131313@redhat.com>
1184
1185 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1186 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1187 powerpc*-*-*.
1188 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1189
1190 2002-08-08 Andrew Cagney <cagney@redhat.com>
1191
1192 * gcore.c (override_derive_stack_segment): Delete variable.
1193 (preempt_derive_stack_segment): Delete function.
1194 (derive_stack_segment): Delete function.
1195 (default_derive_stack_segment): Renamed to derive_stack_segment.
1196 (override_derive_heap_segment): Delete variable.
1197 (preempt_derive_heap_segment): Delete function.
1198 (derive_heap_segment): Delete function.
1199 (default_derive_heap_segment): Rename to derive_heap_segment.
1200
1201 2002-08-06 Michael Snyder <msnyder@redhat.com>
1202
1203 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1204 * mips-tdep.c (mips_EABI_use_struct_convention,
1205 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1206 New functions. (mips_use_struct_convention): Delete.
1207 (mips_gdbarch_init): set use_gdbarch_convention.
1208
1209 2002-08-06 Michael Snyder <msnyder@redhat.com>
1210
1211 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1212 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1213 mips_o32_reg_struct_has_addr): New functions.
1214 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1215
1216 2002-08-07 Andrew Cagney <ac131313@redhat.com>
1217
1218 * regcache.c (pseudo_register): Delete function.
1219 (fetch_register): Delete function.
1220 (store_register): Delete function.
1221 (regcache_raw_read, legacy_read_register_gen): Use
1222 target_fetch_registers instead of fetch_register.
1223 (legacy_write_register_gen, regcache_raw_write): Use
1224 target_store_register instead of store_register.
1225 (write_register_bytes): Ditto.
1226
1227 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1228 (STORE_PSEUDO_REGISTER): Delete.
1229 * gdbarch.h, gdbarch.c: Regenerate.
1230
1231 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
1232
1233 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1234 write dump file binary.
1235
1236 2002-08-05 Michael Snyder <msnyder@redhat.com>
1237
1238 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1239 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1240 (mips_gdbarch_init): Set N32 target to be mips64.
1241
1242 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1243
1244 * frame.c (find_saved_register): Break out of loop once saved
1245 register address is found. Don't mention sparc in loop comment
1246 anymore.
1247
1248 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1249
1250 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1251 mips_default_saved_regsize to 8.
1252
1253 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1254
1255 * gcore.c: Do not include <sys/procfs.h>.
1256 * Makefile.in (gcore.o): Update dependencies.
1257
1258 2002-08-06 Andrew Cagney <cagney@redhat.com>
1259
1260 * configure.tgt: Make arc-*-* obsolete.
1261 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1262 * MAINTAINERS: Make arc-elf obsolete.
1263 * arc-tdep.c: Make file obsolete.
1264 * config/arc/arc.mt: Ditto.
1265 * config/arc/tm-arc.h: Ditto.
1266
1267 2002-08-05 Theodore A. Roth <troth@verinet.com>
1268
1269 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1270
1271 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1272
1273 * mcore-tdep.c (mcore_gdbarch_init): Use
1274 generic_unwind_get_saved_register instead of
1275 generic_get_saved_register.
1276 * v850-tdep.c (v850_gdbarch_init): Ditto.
1277 * frv-tdep.c (frv_gdbarch_init): Ditto.
1278 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1279 * s390-tdep.c (s390_gdbarch_init): Ditto.
1280 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1281 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1282 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1283
1284 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1285
1286 * objfiles.h: Add missing #include "symfile.h"
1287
1288 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1289
1290 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1291
1292 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1293 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1294 of FIELD_BITSIZE.
1295
1296 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1297
1298 * NEWS: Cleanup and nitpick.
1299
1300 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1301
1302 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1303
1304 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1305
1306 * Makefile.in (gdbtk-bp.o): Update dependencies.
1307 (gdbtk-register.o): Ditto.
1308 (gdbtk-varobj.o): Ditto.
1309
1310 2002-08-03 Andrew Cagney <cagney@redhat.com>
1311
1312 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1313 m68hc11_fetch_pseudo_register.
1314 (m68hc11_pseudo_register_write): Replace
1315 m68hc11_store_pseudo_register.
1316 (m68hc11_gdbarch_init): Update.
1317
1318 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1319
1320 * gdbarch.sh: Include "gdb_string.h".
1321 * gdbarch.c: Regenerate.
1322
1323 * regcache.c: Include "gdb_string.h".
1324 * ax-general.c: Ditto.
1325 * varobj.c: Ditto.
1326 * std-regs.c: Ditto.
1327 * fbsd-proc.c: Ditto.
1328 * thread.c: Ditto.
1329
1330 * Makefile.in (regcache.o): Update dependencies.
1331 (thread.o, gdbarch.o): Ditto.
1332 (ax-general.o, gdbarch.o): Ditto.
1333 (varobj.o, std-regs.o): Ditto.
1334 (fbsd-proc.o): Specify dependencies.
1335
1336 2002-08-02 Andrew Cagney <cagney@redhat.com>
1337
1338 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1339 regnum.
1340 (regcache_cooked_write): Ditto.
1341
1342 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1343
1344 * regcache.c (regcache_cooked_read): New function.
1345 (regcache_cooked_write): New function.
1346 (read_register_gen): Rewrite using regcache_cooked_read.
1347 (write_register_gen): Rewrite using regcache_cooked_write.
1348
1349 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1350 Declare.
1351
1352 2002-08-02 Andrew Cagney <cagney@redhat.com>
1353
1354 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1355 Replace the architecture methods register_read and register_write.
1356 * gdbarch.h, gdbarch.c: Regenerate.
1357 * regcache.c (init_regcache_descr): Update.
1358 (read_register_gen): Update.
1359 (write_register_gen): Update.
1360 (supply_register): Update comment.
1361
1362 * sh-tdep.c (sh_gdbarch_init): Update.
1363 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1364 `regcache' and `gdbarch' parameters. Make `buffer' a void
1365 pointer. Update code.
1366 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1367 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1368 void pointer. Update code.
1369 (sh64_register_write): Delete.
1370 (sh4_register_read): Delete.
1371 (sh64_register_read): Delete.
1372 (sh4_register_write): Delete.
1373 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1374 void pointer, `to' parameter a void pointer.
1375 (sh_sh64_register_convert_to_raw): Ditto.
1376
1377 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1378
1379 * mips-tdep.c (mips_register_virtual_type): Use architecture
1380 invariant return values.
1381
1382 2002-08-01 Andrew Cagney <cagney@redhat.com>
1383
1384 * linux-proc.c: Include "gdb_string.h".
1385 * Makefile.in (linux-proc.o): Update dependency list.
1386
1387 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1388
1389 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1390 comment.
1391
1392 2002-08-01 Grace Sainsbury <graces@redhat.com>
1393
1394 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1395 to_insert_watchpoint, to_remove_watchpoint,
1396 to_stopped_by_watchpoint, to_stopped_data_address,
1397 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1398 target vecctor. Define their corresponding macros so they call
1399 them.
1400
1401 * target.c: Add default and debug versions of for
1402 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1403 to_insert_watchpoint, to_remove_watchpoint,
1404 to_stopped_by_watchpoint, to_stopped_data_address,
1405 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1406
1407 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1408
1409 * mips-tdep.c (mips_register_virtual_type): New function.
1410 (mips_gdbarch_init): Register mips_register_virtual_type()
1411 with gdbarch machinery.
1412 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1413 this file instead of tm-bigmips.h.
1414 (MIPS_REGSIZE): Delete this macro.
1415 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1416 multiarch version in mips-tdep.c will be found.
1417
1418 2002-08-01 Andrew Cagney <cagney@redhat.com>
1419
1420 * NEWS: Menion that CHILL has been made obsolete.
1421
1422 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1423 * stabsread.c (read_range_type): Ditto.
1424 * gdbtypes.h: Ditto.
1425 * language.c (binop_type_check): Ditto.
1426 (binop_result_type): Ditto.
1427 (integral_type): Ditto.
1428 (character_type): Ditto.
1429 (string_type): Ditto.
1430 (boolean_type): Ditto.
1431 (structured_type): Ditto.
1432 (lang_bool_type): Ditto.
1433 (binop_type_check): Ditto.
1434 * language.h (_LANG_chill): Ditto.
1435 * dwarfread.c (set_cu_language): Ditto.
1436 * dwarfread.c (CHILL_PRODUCER): Ditto.
1437 * dwarfread.c (handle_producer): Ditto.
1438 * expression.h (enum exp_opcode): Ditto.
1439 * eval.c: Ditto for comments.
1440 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1441 * expprint.c (print_subexp): Ditto.
1442 (print_subexp): Ditto.
1443 * valops.c (value_cast): Ditto.
1444 (search_struct_field): Ditto.
1445 * value.h (COERCE_VARYING_ARRAY): Ditto.
1446 * symfile.c (init_filename_language_table): Ditto.
1447 (add_psymbol_with_dem_name_to_list): Ditto.
1448 * valarith.c (value_binop): Ditto.
1449 (value_neg): Ditto.
1450 * valops.c (value_slice): Ditto.
1451 * symtab.h (union language_specific): Ditto.
1452 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1453 (SYMBOL_DEMANGLED_NAME): Ditto.
1454 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1455 * defs.h (enum language): Ditto.
1456 * symtab.c (got_symtab): Ditto.
1457 * utils.c (fprintf_symbol_filtered): Ditto.
1458
1459 * ch-typeprint.c: Make file obsolete.
1460 * ch-valprint.c: Make file obsolete.
1461 * ch-lang.h: Make file obsolete.
1462 * ch-exp.c: Make file obsolete.
1463 * ch-lang.c: Make file obsolete.
1464
1465 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1466 CHILL_LIB.
1467 (TARGET_FLAGS_TO_PASS): Ditto.
1468 (CHILLFLAGS): Obsolete.
1469 (CHILL): Obsolete.
1470 (CHILL_FOR_TARGET): Obsolete.
1471 (CHILL_LIB): Obsolete.
1472 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1473 ch-valprint.c.
1474 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1475 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1476 ch-lang.o.
1477 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1478 targets.
1479
1480 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1481
1482 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1483 This does not change anything at the moment, but will be helpful
1484 later when full Ada support is integrated.
1485
1486 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1487
1488 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1489 help message.
1490
1491 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1492
1493 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1494 and save it in a local variable. Use variable in later test.
1495
1496 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1497
1498 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1499 test. (Thanks to Daniel Jacobowitz.)
1500
1501 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1502
1503 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1504 (mips_abi_strings): Add "n64".
1505 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1506
1507 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1508
1509 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1510 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1511
1512 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1513
1514 * utils.c (host_pointer_to_address, address_to_host_pointer):
1515 Use gdb_assert() instead of explicit call to internal_error().
1516
1517 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1518
1519 * Makefile.in (rs6000-nat.o): Update dependencies.
1520
1521 From Nicholas Duffek:
1522 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1523 (aix-thread.o): New rule.
1524 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1525 * config/powerpc/aix432.mh: New file.
1526
1527 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1528
1529 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1530 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1531 (fetch_core_registers, ppc_linux_supply_gregset)
1532 (ppc_linux_supply_fpregset): New functions.
1533 (ppc_linux_regset_core_fns): New.
1534 (_initialize_ppc_linux_tdep): Call add_core_fns.
1535 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1536 and ppc_linux_supply_gregset.
1537 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1538 (supply_fpregset): Call ppc_linux_supply_fpregset.
1539 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1540 corelow.o.
1541 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1542
1543 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1544
1545 * symtab.c (lookup_symbol): Demangle before lowercasing.
1546
1547 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1548
1549 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1550 declaration.
1551 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1552 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1553 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1554 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1555 "gdb_string.h".
1556 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1557 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1558 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1559 (avr-tdep.o, mon960-rom.o): Ditto.
1560 (aout_stabs_gnu_h): Define.
1561 (symtab_h): Remove $(gdb_obstack_h).
1562
1563 2002-07-30 Jim Blandy <jimb@redhat.com>
1564
1565 Patch from David Carlton <carlton@math.stanford.edu>:
1566 * gdbinit.in: Move the `dir' commands that add GDB's own source
1567 directory to the search path to the end, so that the `gdb' source
1568 directory will be searched first.
1569
1570 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1571
1572 * gdb_obstack.h: New file.
1573 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1574 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1575 * objfiles.h: Include "gdb_obstack.h".
1576 * Makefile.in (gdb_obstack_h): Define.
1577 (symtab_h): Add $(gdb_obstack_h).
1578 (objfiles_h): Add $(gdb_obstack_h).
1579
1580 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1581 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1582 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1583 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1584 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1585 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1586 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1587 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1588
1589 * Makefile.in (bcache.o): Update dependencies.
1590 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1591 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1592 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1593 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1594 (stabsread.o, symfile.o, symmisc.o): Ditto.
1595 (symtab.o, typeprint.o, macroexp.o): Ditto.
1596 (macrotab.o, mdebugread.o): Ditto.
1597 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1598 (coff_ecoff_h, aout_aout64_h): Define.
1599 (aout_stabs_gnu_h, libaout_h): Define.
1600
1601 2002-07-29 Andrew Cagney <cagney@redhat.com>
1602
1603 * regcache.c (struct regcache_descr): Rename nr_registers to
1604 nr_cooked_registers. Revise comments describing the structure
1605 member fields.
1606 (init_regcache_descr): Update.
1607 (init_legacy_regcache_descr): Update.
1608 (read_register_gen, write_register_gen): When a cooked register in
1609 the raw register range, directly access the value from the raw
1610 register cache.
1611
1612 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1613
1614 * z8k-tdep.c: Do not include "obstack.h".
1615 * h8300-tdep.c, h8500-tdep.c: Ditto.
1616 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1617 * valprint.c, v850-tdep.c: Ditto.
1618 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1619 * mn10200-tdep.c: Ditto.
1620
1621 * Makefile.in (z8k-tdep.o): Update dependencies.
1622 (m68hc11-tdep.o, valprint.o): Ditto.
1623 (v850-tdep.o, d10v-tdep.o): Ditto.
1624 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1625 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1626 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1627 (sh_opc_h, gdb_sim_sh_h): Define.
1628 (elf_sh_h, elf_bfd_h): Define.
1629 (opcode_m68hc11_h): Define.
1630 (OPCODES_SRC, OPCODES_DIR): define.
1631 (OPCODES): Use $(OPCODES_DIR).
1632 (gdb_sim_d10v_h): Rename sim_d10v_h.
1633 (gdb_sim_arm_h): Rename sim_arm_h.
1634
1635 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1636
1637 * utils.c (host_pointer_to_address, address_to_host_pointer):
1638 Change internal_error() message to indicate function responsible
1639 for the error.
1640
1641 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1642
1643 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1644 calls to local_hex_string_custom().
1645
1646 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1647
1648 * irix5-nat.c: Move IRIX shared library support from here...
1649 * solib-irix.c: ...to here. Revised substantially to work with
1650 generic solib framework.
1651
1652 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1653 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1654 * mips-irix-tdep.c: New file.
1655
1656 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1657 (mips-irix-tdep.o, solib-irix.o): New rules.
1658 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1659 solib-irix.o.
1660 * config/mips/irix6.mt (TDEPFILES): Likewise.
1661 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1662
1663 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1664
1665 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1666 disabled (via ``#if 0'') includes.
1667
1668 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1669
1670 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1671 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1672 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1673 Add support for the fpscr register.
1674 * rs6000-nat.c (regmap, fetch_inferior_registers)
1675 (store_inferior_registers, fetch_core_registers): Likewise.
1676
1677 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1678
1679 * rs6000-nat.c (language.h): Include.
1680 (special_regs): Delete this array.
1681 (regmap): New function.
1682 (fetch_register, store_register): Use regmap() to map gdb
1683 register numbers to ptrace register numbers. Also, use
1684 outputs from regmap() to make decisions regarding type of
1685 ptrace() call to make. In particular, don't compare against
1686 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1687 (fetch_inferior_registers, store_inferior_registers): Where
1688 possible, obtain register numbers from tdep struct. Don't
1689 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1690 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1691 (LAST_UISA_SP_REGNUM): Delete.
1692
1693 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1694
1695 * rs6000-nat.c (ppc-tdep.h): Include.
1696 (fetch_registers, store_register, fetch_core_registers): Don't
1697 access registers[] directly. Instead, use supply_register() or
1698 regcache_collect() as appropriate.
1699 (find_toc_address): Format hex address with local_hex_string().
1700
1701 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1702
1703 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1704 bfd/elf32-frv.c.
1705
1706 2002-07-24 Tom Tromey <tromey@redhat.com>
1707
1708 * jv-exp.y: Marked all strings with _().
1709 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1710 internal_error.
1711 (MethodInvocation, CastExpression, parse_number, yyerror,
1712 java_type_from_name, push_expression_name, yylex): Typo fixes.
1713
1714 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
1715
1716 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1717 (tee_file_flush, tee_file_write, tee_file_fputs)
1718 (tee_file_isatty): New.
1719 * ui-file.h (tee_file_new): Add prototype.
1720
1721 2002-07-24 Aidan Skinner <aidan@velvet.net>
1722
1723 * ada-lang.c: Change k&r style function definitions to prototyped
1724 form.
1725 * ada-typeprint.c: Change k&r style function definitions to prototyped
1726 form.
1727 * ada-valprint.c: Change k&r style function definitions to prototyped
1728 form.
1729
1730 2002-07-24 Andrew Cagney <cagney@redhat.com>
1731
1732 * README: Remove reference to remote-bug.
1733 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1734 remote-bug.c.
1735 (m88k-nat.o): Delete rule.
1736 (m88k-tdep.o): Delete rule.
1737 (remote-bug.o): Delete rule.
1738 * MAINTAINERS: Mark as obsolete.
1739 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1740 * m88k-tdep.c: Make file obsolete.
1741 * config/m88k/m88k.mh: Ditto.
1742 * config/m88k/delta88v4.mh: Ditto.
1743 * config/m88k/delta88v4.mt: Ditto.
1744 * config/m88k/delta88.mt: Ditto.
1745 * config/m88k/delta88.mh: Ditto.
1746 * remote-bug.c: Ditto.
1747 * config/m88k/tm-delta88.h: Ditto.
1748 * config/m88k/nm-delta88v4.h: Ditto.
1749 * config/m88k/xm-delta88.h: Ditto.
1750 * config/m88k/xm-dgux.h: Ditto.
1751 * config/m88k/tm-m88k.h: Ditto.
1752 * config/m88k/nm-m88k.h: Ditto.
1753 * config/m88k/tm-delta88v4.h: Ditto.
1754 * m88k-nat.c: Ditto.
1755 * cxux-nat.c: Ditto.
1756 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1757 and m88*-*-* obsolete.
1758 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1759 m88*-*-* obsolete.
1760
1761 2002-07-24 Andrew Cagney <cagney@redhat.com>
1762
1763 * findvar.c (extract_unsigned_integer): Make `addr' parameter
1764 constant. Same for local pointer variables.
1765 (extract_signed_integer): Ditto.
1766 * defs.h (extract_unsigned_integer): Update.
1767 (extract_signed_integer): Update.
1768
1769 2002-07-24 Andrew Cagney <cagney@redhat.com>
1770
1771 * regcache.c (regcache_raw_write): Change buf parameter to a
1772 constant void pointer.
1773 (regcache_raw_read): Change buf parameter to a void pointer.
1774 (legacy_write_register_gen): Change myaddr parameter a constant
1775 void pointer.
1776 (supply_register): Change val parameter to a const void pointer.
1777 * regcache.h (regcache_raw_write): Update declaration.
1778 (regcache_raw_read): Update declaration.
1779 (supply_register): Update declaration.
1780
1781 2002-07-24 Tom Tromey <tromey@redhat.com>
1782
1783 * defs.h (gdb_readline_wrapper): Declare.
1784 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1785 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1786 * top.c (gdb_readline_wrapper): New function.
1787 (command_line_input): Use it.
1788
1789 2002-07-24 Andrew Cagney <cagney@redhat.com>
1790
1791 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1792 regcache_read and regcache_write.
1793 (regcache_raw_read_as_address): Replace regcache_read_as_address.
1794 * regcache.c: Update.
1795 * sh-tdep.c (sh64_push_arguments): Update comment.
1796 (sh_pseudo_register_read): Update.
1797 (sh_pseudo_register_write): Update.
1798 (sh4_register_read): Update.
1799 (sh4_register_write): Update.
1800 (sh64_pseudo_register_read): Update.
1801 (sh64_pseudo_register_write): Update.
1802 (sh64_register_read): Update.
1803 (sh64_register_write): Update.
1804 * i386-tdep.c (i386_extract_return_value): Update.
1805 (i386_extract_struct_value_address): Update.
1806 (i386_extract_return_value): Update.
1807 * blockframe.c (generic_read_register_dummy): Update.
1808 (generic_call_dummy_register_unwind): Update
1809 * infrun.c (write_inferior_status_register): Update.
1810
1811 2002-07-23 Jim Blandy <jimb@redhat.com>
1812
1813 * parser-defs.h (expression_context_pc): Make this extern.
1814 (Thanks to Michael Snyder.)
1815
1816 2002-07-23 Andrew Cagney <ac131313@redhat.com>
1817
1818 GDB 5.2.1 released from 5.2 branch.
1819 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1820 * README: Update to mention 5.2.1.
1821
1822 2002-07-23 Mark Salter <msalter@redhat.com>
1823
1824 * remote.c (remote_read_bytes): Fix check for error.
1825
1826 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1827
1828 * aix-thread.c (language.h): Include.
1829 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1830 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1831 Print newlines at end of debug messages.
1832 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1833 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1834
1835 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1836
1837 * aix-thread.c (ppc-tdep.h): Include.
1838 (special_register_p): New function.
1839 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1840 (store_regs_user_thread): Use register number information from
1841 gdbarch_tdep struct instead of hardcoded offsets relative to
1842 FIRST_UISA_SP_REGNUM.
1843 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1844 special_register_p() instead of using FPLAST_REGNUM and
1845 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1846 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1847 will be MQ's register number.
1848
1849 2002-07-22 Michael Snyder <msnyder@redhat.com>
1850
1851 * aix-thread.c (ops): Rename to aix_thread_ops.
1852 (base_ops): Rename to base_target.
1853 (ops_attach): Rename to aix_thread_attach.
1854 (ops_detach): Rename to aix_thread_detach.
1855 (ops_resume): Rename to aix_thread_detach.
1856 (ops_wait): Rename to aix_thread_wait.
1857 (ops_kill): Rename to aix_thread_kill.
1858 (init_ops): Rename to init_aix_thread_ops.
1859 (ops_fetch_register): Rename to aix_thread_fetch_register.
1860 (ops_store_register): Rename to aix_thread_store_register.
1861 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1862 (ops_thread_alive): Rename to aix_thread_thread_alive.
1863 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1864 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1865 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1866 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1867 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1868 (store_regs_lib): Rename to store_regs_user_thread.
1869 (store_regs_kern): Rename to store_regs_kernel_thread.
1870
1871 2002-07-22 Michael Snyder <msnyder@redhat.com>
1872
1873 * aix-thread.c (ops_prepare_to_store): Eliminate.
1874 (init_ops): Don't initialize ops.prepare_to_store.
1875 (store_regs_kern): Pre-fetch register buffers from child,
1876 because some registers may not be in the cache. Copy
1877 regs from register cache only if they are cached.
1878 (store_regs_lib): Copy regs from register cache only
1879 if they are cached.
1880 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1881 fill_gprs64): Ditto.
1882
1883 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1884
1885 * aix-thread.c (gdb_assert.h): Include.
1886 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1887 register sizes (from register cache) match size of buffer holding
1888 register data.
1889 (fill_sprs32): Change parameter types to match those in the ptrace()
1890 buffer.
1891 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1892 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1893
1894 2002-07-22 Michael Snyder <msnyder@redhat.com>
1895
1896 * aix-thread.c (supply_sprs64): Cosmetic change.
1897 (supply_sprs32): Cosmetic change.
1898 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1899 (fill_sprs64): Use regcache_collect instead of read_register.
1900 (store_regs_lib): Use regcache_collect instead of
1901 read_register. Use fill_sprs32 instead of fill_sprs64,
1902 if debugging a 32-bit architecture.
1903 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1904 out of the register cache, instead of passing a pointer into
1905 the register cache directly to ptrace. Use regcache_collect
1906 insteaad of read_register.
1907 (ops_prepare_to_store): Use target_read_registers instead
1908 of read_register_bytes.
1909
1910 2002-07-20 Aidan Skinner <aidan@velvet.net>
1911
1912 * MAINTAINERS: Add self under write after approval.
1913
1914 2002-07-20 Aidan Skinner <aidan@velvet.net>
1915
1916 * ada-tasks.c: Change k&r style function definitions to prototyped
1917 form.
1918
1919 2002-07-19 Andrew Cagney <ac131313@redhat.com>
1920
1921 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1922 * x86-64-tdep.c: Include "objfiles.h".
1923 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1924 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1925
1926 2002-07-17 Michal Ludvig <michal@suse.cz>
1927
1928 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1929 (update_context): Initialise cfa variable.
1930
1931 2002-07-17 Michael Snyder <msnyder@redhat.com>
1932
1933 * aix-thread.c: Shorten some long lines.
1934 Bring comments into line with code spec.
1935
1936 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1937
1938 * infrun.c: Re-indent using gdb_indent.sh.
1939
1940 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1941
1942 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1943 Leave the indentation temporarily untouched, to minimize the diffs.
1944
1945 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
1946
1947 * stabsread.c: Make os9k sections of the code obsolete,
1948 for real this time.
1949 * stabsread.h: Make os9k sections of the code obsolete.
1950
1951 2002-07-18 Michal Ludvig <mludvig@suse.cz>
1952
1953 * linux-low.c (regsets_store_inferior_registers): Add free()
1954 at the end of a loop to prevent memory leak.
1955 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1956 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1957 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1958 line a comment.
1959 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1960
1961 2002-07-17 Jim Blandy <jimb@redhat.com>
1962
1963 * macrocmd.c (info_macro_command): Remove newline from error
1964 message.
1965
1966 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
1967
1968 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1969 (sh_gdbarch_init): Use it for sh-dsp.
1970
1971 2002-07-16 Kevin Buettner <kevinb@redhat.com>
1972
1973 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1974 64-bit DWARF2 format.
1975
1976 2002-07-16 Joel Brobecker <brobecker@gnat.com>
1977
1978 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1979 <sys/proc.h> when not available.
1980
1981 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1982
1983 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1984 * stabsread.c: Make os9k sections of the code obsolete.
1985 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1986 * config/i386/i386os9k.mt: Make file obsolete.
1987 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1988 (COMMON_OBS): Remove os9kread.o
1989 (SFILES): Remove os9kread.c.
1990 (os9kread.o, remote-os9k.o): Make target obsolete.
1991 * remote-os9k.c: Make file obsolete.
1992 * os9kread.c: Make file obsolete.
1993 * Makefile.in
1994
1995 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1996
1997 * NEWS: Mention that the FR30 has been made obsolete.
1998 * fr30-tdep.c: Make file obsolete.
1999 * config/fr30/tm-fr30.h: Ditto.
2000 * config/fr30/fr30.mt: Ditto.
2001 * configure.tgt: Make fr30-*-elf obsolete.
2002 * MAINTAINERS: Make fr30-elf obsolete.
2003
2004 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2005
2006 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2007 found is not inside a section.
2008
2009 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2010
2011 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2012 strerror().
2013 (pdc_realloc): Use xrealloc() instead of realloc().
2014
2015 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2016
2017 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2018 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2019 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2020 macros.
2021
2022 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2023
2024 * aix-thread.c (ptrace_check): Eliminate goto.
2025 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2026 problem.
2027
2028 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2029
2030 * aix-thread.c (gdbcmd.h): Include.
2031 (DEBUG, DBG, DBG2, dbg): Eliminate.
2032 (debug_aix_thread): New static global.
2033 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2034 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2035 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2036 invocations to DBG and DBG2 macros to test against
2037 ``debug_aix_thread'' and call fprintf_unfiltered().
2038 (_initialize_aix_thread): Add new command "set debug aix-thread".
2039
2040 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2041
2042 From Gerhard Tonn <TON@de.ibm.com>:
2043 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2044 instead of supply_register.
2045
2046 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2047
2048 * dwarf2cfi.c: Include "gdb_assert.h".
2049 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2050 non-NULL.
2051 (update_context): Do not use __func__. Add missing ``break''.
2052 (update_context): Do not use __func__.
2053
2054 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
2055
2056 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2057 and its setting. Set gdbarch instruction printing functions
2058 directly. For non-rs6000 case use new function
2059 gdb_print_insn_powerpc.
2060 (gdb_print_insn_powerpc): New function.
2061
2062 2002-07-13 Andrew Cagney <ac131313@redhat.com>
2063
2064 * NEWS: Mention that the d30v has been marked obsolete.
2065 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2066 * configure.tgt: Mark d30v-*-* as obsolete.
2067 * d30v-tdep.c: Mark file as obsolete.
2068 * config/d30v/d30v.mt: Ditto.
2069 * config/d30v/tm-d30v.h: Ditto.
2070
2071 2002-07-13 Aidan Skinner <aidan@velvet.net>
2072
2073 * ada-tasks.c (add_task_entry): replace calls to
2074 malloc() with xmalloc
2075 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2076
2077 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2078 ada_finish_decode_line_1, all_sals_for_line
2079 ada_breakpoint_rewrite): replace calls to free() with xfree()
2080
2081 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2082
2083 From Nicholas Duffek (with minor changes by Martin Hunt,
2084 Louis Hamilton, and Kevin Buettner):
2085 * aix-thread.c: New file.
2086
2087 2002-07-12 Petr Sorfa <petrs@caldera.com>
2088
2089 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2090 complaint for invalid attribute class or form.
2091 (read_func_scope): DW_AT_frame_base
2092 better handling of DW_AT_block*.
2093 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2094 better handling of DW_AT_block*.
2095 (read_common_block): DW_AT_location
2096 better handling of DW_AT_block*.
2097 (read_partial_die): DW_AT_location better handling
2098 of DW_AT_block*.
2099 (new_symbol): DW_AT_external better handling of
2100 DW_AT_block*. Proper initialization of variable
2101 "addr".
2102 (attr_form_is_block): New function that returns true
2103 if the attribute's form is of DW_FORM_block*.
2104
2105 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2106
2107 * valops.c (find_method_list): Remove comment about
2108 removed STATIC_MEMFUNCP argument.
2109 (value_find_oload_method_list): Likewise.
2110
2111 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2112
2113 From Nicholas Duffek:
2114 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2115 target_new_objfile_hook.
2116
2117 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2118
2119 From Nicholas Duffek:
2120 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2121 csect.
2122
2123 2002-07-12 Andrew Cagney <cagney@redhat.com>
2124
2125 * MAINTAINERS: Mention --enable-sim-build-warnings.
2126 (m68hc11-elf): Disable sim build warnings.
2127 (m32r-elf): Mark as broken obsolete candidate.
2128 (x86_64-linux-gnu): Mark as buildable with -Werror.
2129 (arm-elf): Change -w to ``,'' which enables warnings but not
2130 -Werror.
2131
2132 2002-07-12 Andrew Cagney <ac131313@redhat.com>
2133
2134 * bcache.h: Update copyright.
2135 (struct bstring, struct bcache): Move definition to "bcache.c".
2136 Replaced by opaque declaration.
2137 (bcache_xfree): Replace free_bcache.
2138 (bcache_xmalloc, bcache_memory_used): Declare.
2139
2140 * bcache.c: Update copyright.
2141 (struct bstring, struct bcache): Moved to here from "bcache.h".
2142 Update comments.
2143 (bcache_xmalloc, bcache_memory_used): New functions.
2144 (bcache_xfree): Replace function free_bcache.
2145
2146 * Makefile.in (objfiles.o): Add $(bcache_h).
2147 (objfiles_h): Remove $(bcache_h).
2148 (symfile.o): Add $(bcache_h).
2149
2150 * symmisc.c: Update copyright.
2151 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2152 (print_objfile_statistics): Use bcache_memory_used.
2153
2154 * symfile.c: Include "bcache.h".
2155 (reread_symbols): Use bcache_xfree.
2156 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2157 (add_psymbol_to_list): Pass psymbol_cache by value.
2158 (add_psymbol_with_dem_name_to_list): Ditto.
2159
2160 * objfiles.h: Update copyright.
2161 (struct bcache): Declare opaque. Do not include "bcache.h".
2162 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2163 bcache'' pointers.
2164 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2165
2166 * objfiles.c: Include "bcache.h". Update copyright.
2167 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2168 macro_cache.
2169 (free_objfile): Use bcache_xfree.
2170
2171 2002-07-11 Grace Sainsbury <graces@redhat.com>
2172
2173 * monitor.c (monitor_fetch_register): Make name a constant.
2174 (monitor_store_register): Same.
2175
2176 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
2177
2178 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2179 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2180 (finish_block) For non-function blocks, hash the symbol table. For
2181 function blocks, mark the symbol table as unhashed.
2182 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2183 (msymbol_hash_iw): Likewise.
2184 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2185 value.
2186 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2187 (lookup_minimal_symbol): Likewise for both.
2188 * symtab.h (struct block): Add `hashtable' flag. Comment the
2189 hashtable.
2190 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2191 (ALL_BLOCK_SYMBOLS): Update.
2192 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2193 (struct symbol): Add `hash_next' pointer.
2194 * symtab.c (lookup_block_symbol): Search using the hash table when
2195 possible.
2196 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2197 (search_symbols, find_addr_symbol): Likewise.
2198
2199 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2200 (read_dst_symtab): Likewise.
2201 * jv-lang.c (get_java_class_symtab): Likewise.
2202 * mdebugread.c: Include "gdb_assert.h".
2203 (shrink_block): Assert that the block being modified is not hashed.
2204 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2205 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2206 symbols.
2207 (dump_symtab): Recognize hashed blocks.
2208 * printcmd.c (print_frame_args): Assert that function blocks do not
2209 have hashed symbol tables.
2210 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2211 (fill_in_ada_prototype, debug_print_block): Likewise.
2212 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2213
2214 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
2215
2216 * stack.c (print_frame): Use result of frame_address_in_block()
2217 instead of fi->pc when evaluating symbols.
2218 (backtrace_command_1): Ditto.
2219
2220 2002-07-11 Andrew Cagney <cagney@redhat.com>
2221
2222 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2223 Make static.
2224
2225 * arm-tdep.c (arm_register_name): Make return type constant.
2226
2227 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2228
2229 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2230 prototype.
2231 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2232 * s390-tdep.c (s390_fp_regnum): Ditto.
2233 (s390_read_fp): Ditto.
2234 (s390_pop_frame): Ditto.
2235 (_initialize_s390_tdep): Ditto.
2236 * remote.c (get_remote_state): Ditto.
2237 * procfs.c (mappingflags): Ditto.
2238 * memattr.c (_initialize_mem): Ditto.
2239 * mcore-tdep.c (mcore_pop_frame): Ditto.
2240 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2241 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2242 * language.c (set_case_str): Ditto.
2243 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2244 * frv-tdep.c (new_variant): Ditto.
2245 (frv_stopped_data_address): Ditto.
2246 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2247 (context_alloc): Ditto.
2248 (frame_state_alloc): Ditto.
2249 (unwind_tmp_obstack_init): Ditto.
2250 (unwind_tmp_obstack_free): Ditto.
2251 (cfi_read_fp): Ditto.
2252 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2253 (cris_pop_frame): Ditto.
2254 * c-lang.c (scanning_macro_expansion): Ditto.
2255 (finished_macro_expansion): Ditto.
2256 (c_preprocess_and_parse): Ditto.
2257 * gdbarch.sh: Ditto.
2258 * gdbarch.h, gdbarch.c: Regenerate.
2259 * config/mn10200/tm-mn10200.h: Adjust indentation.
2260 * target.c: Adjust indentation.
2261 * symtab.h: Adjust indentation.
2262 * stabsread.h: Adjust indentation.
2263 * remote-es.c: Adjust indentation.
2264 * os9kread.c: Adjust indentation.
2265
2266 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2267
2268 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2269 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2270
2271 2002-07-10 Grace Sainsbury <graces@redhat.com>
2272
2273 * NEWS: Mention m68k, mcore multi-arching.
2274 * MAINTAINERS: Change status of m68k, mcore to reflect
2275 multi-arching.
2276
2277 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2278
2279 * valops.c (find_overload_match): Free oload_syms.
2280
2281 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2282
2283 Define HAVE_SYS_PROC_H if sys/proc.h exists
2284 * configure.in: Add check for sys/proc.h
2285 * config.in: Regenerate.
2286 * configure: Regenerate.
2287
2288 2002-07-09 Grace Sainsbury <graces@redhat.com>
2289
2290 * config/m68k/tm-m68k.h: Remove macros wrapped in
2291 #if !GDB_MULTI_ARCH.
2292
2293 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2294
2295 * config.in, configure: Regenerate.
2296
2297 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2298
2299 * dwarf2cfi.c: Include "gcore.h".
2300 (execute_stack_op): Fix implementation of the
2301 DW_OP_deref and DW_OP_deref_size operators by letting do their
2302 lookup in the target.
2303
2304 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2305
2306 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2307 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2308 tdep->sc_sp_offset.
2309
2310 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2311
2312 Fix PR gdb/595, gdb/602
2313 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2314 Don't call value_cast, just read the vtable pointer; update comments
2315 to match.
2316
2317 2002-07-05 Grace Sainsbury <graces@redhat.com>
2318
2319 * config/mcore/tm-mcore.h: Remove file.
2320 * config/mcore/mcore.mt: Remove definition of TM_FILE
2321 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2322
2323 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2324
2325 * i386bsd-tdep.c: Include "gdb_string.h".
2326
2327 2002-07-04 Grace Sainsbury <graces@redhat.com>
2328
2329 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2330 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2331 mcore-tdep.
2332 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2333 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2334 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2335 (RETVAL_REGNUM): Move macros from tm-mcore.h
2336 (mcore_reg_struct_has_addr): New function.
2337 (mcore_gdbarch_init): Added initializations for the macros removed
2338 from tm-mcore.h.
2339
2340 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2341
2342 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2343 traditonal string branding within the ELF header.
2344
2345 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2346
2347 * symtab.c (remove_params): New function.
2348 (make_symbol_overload_list): Use it instead of cplus_demangle.
2349 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2350
2351 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2352
2353 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2354
2355 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2356 New variables.
2357 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2358 and tdep->sigtramp_end.
2359 * i386obsd-nat.c: New file.
2360 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2361
2362 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2363 Don't call get_current_frame().
2364
2365 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2366
2367 * i386-nat.c (child_post_startup_inferior): New function
2368 calling i386_cleanup_dregs if
2369 I386_USE_GENERIC_WATCHPOINTS is defined.
2370 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2371 conditional to acknowledge that i386-nat.c has its
2372 own child_post_startup_inferior function.
2373
2374 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2375
2376 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2377 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2378 instead of MAX_REGISTER_RAW_SIZE.
2379 (i386_extract_return_value, i386_extract_struct_value_address):
2380 Convert to use regcache.
2381 (i386_gdbarch_init): Set max_register_raw_size and
2382 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2383 Set extract_return_value and extract_struct_value_address instead
2384 of their deprecated variants.
2385
2386 Convert i386 target to generic dummy frames.
2387 * i386-tdep.c: Include "symfile.h".
2388 (i386_frameless_signal_p): Consider a function to be frameless if
2389 the pc points at the first instruction of the function.
2390 (i386_frame_chain): Handle (generic) call dummies.
2391 (i386_frame_saved_pc): Likewise.
2392 (i386_frame_init_saved_regs): Remove code dealing with call
2393 dummies on the stack.
2394 (i386_push_dummy_frame): Removed.
2395 (i386_call_dummy_words): Removed.
2396 (i386_fix_call_dummy): Removed.
2397 (i386_push_return_address): New function.
2398 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2399 parameter, and don't call get_current_frame.
2400 (i386_pop_frame): New function.
2401 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2402 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2403 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2404 call_dummy_length to 0, set call_dummy_words to NULL, set
2405 sizeof_call_dummy_words to 0, set fix_call_dummy to
2406 generic_fix_call_dummy, set pc_in_call_dummy to
2407 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2408 generic_push_dummy_frame, set push_return_address to
2409 i386_push_return_address and set frame_chain_valid to
2410 generic_file_frame_chain_valid.
2411
2412 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2413
2414 * gdbarch.sh (struct regcache): Add opaque declaration.
2415 (EXTRACT_RETURN_VALUE): New architecture method.
2416 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2417 * gdbarch.h, gdbarch.c: Regenerate.
2418 * arch-utils.c (legacy_extract_return_value): New function.
2419 * arch-utils.h (legacy_extract_return_value): Declare.
2420 * values.c (value_being_returned): Re-enable code handling
2421 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2422 deprecated_grub_regcache_for_registers call to block handling
2423 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2424 (EXTRACT_RETURN_VALUE): Do not define.
2425
2426 2002-07-03 Grace Sainsbury <graces@redhat.com>
2427
2428 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2429 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2430 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2431 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2432 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2433 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2434 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2435 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2436 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2437 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2438 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2439 argument so the function fits the prototype in the architecture
2440 vector.
2441 (mcore_pop_frame): Remove argument so the function fits the
2442 prototype. Use get_current_frame instead of the argument.
2443 (mcore_push_arguments): Change type of struct_return so the
2444 function can be used in the architecture vector.
2445 (mcore_store_struct_return): Add.
2446 (mcore_frame_init_saved_regs): Add.
2447 (mcore_gdbarch_init): Add function calls to replace the macros
2448 removed from tm-mcore.h
2449
2450 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2451
2452 * infcmd.c (print_return_value): Remove compatibility code calling
2453 deprecated_grub_regcache_for_registers.
2454
2455 * values.c: Include "regcache.h".
2456 (value_being_returned): Update. Use
2457 deprecated_grub_regcache_for_registers to extract the register
2458 buffer address.
2459 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2460 ``struct regcache''.
2461 * Makefile.in (values.o): Add dependency on $(regcache_h).
2462
2463 * inferior.h (run_stack_dummy): Change type of second parameter to
2464 a ``struct regcache''.
2465 * valops.c (hand_function_call): Change type of retbuf to ``struct
2466 regcache''. Allocate using regcache_xmalloc, clean using
2467 make_cleanup_regcache_xfree.
2468 * infcmd.c (run_stack_dummy): Update. Use
2469 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2470
2471 * regcache.c (do_regcache_xfree): New function.
2472 (make_cleanup_regcache_xfree): New function.
2473 * regcache.h (make_cleanup_regcache_xfree): Declare.
2474
2475 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2476
2477 * event-top.c (command_line_handler): Don't read past
2478 beginning of buffer.
2479
2480 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2481
2482 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2483 struct frame_id.
2484 (varobj_create): Store frame_id for root.
2485 (varobj_gen_name): Use xasprintf.
2486 (varobj_update): Save and restore frame using get_frame_id() and
2487 frame_find_by_id().
2488 (create_child): Use xasprintf.
2489 (new_root_variable): Initialize frame_id.
2490 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2491 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2492 to prevent memory leak.
2493
2494 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2495
2496 * valops.c (hand_function_call): Move declaration of retbuf to
2497 start of function, allocate using malloc, add a cleanup but before
2498 the inf_status cleanup, cleanup the buffer. Rename local variable
2499 old_chain to inf_status_cleanup.
2500
2501 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2502
2503 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2504
2505 * cli/cli-decode.c (cmd_func_p): New function.
2506 (cmd_func): New function.
2507
2508 * command.h: Add cmd_func() and cmd_func_p().
2509
2510 2002-07-03 Grace Sainsbury <graces@redhat.com>
2511
2512 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2513 (REGISTER_SIZE): Remove.
2514 (MAX_REGISTER_RAW_SIZE): Remove.
2515 (REGISTER_VIRTUAL_TYPE): Remove.
2516 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2517 (REGISTER_NAME): Remove.
2518 (USE_GENERIC_DUMMY_FRAMES): Remove.
2519 (CALL_DUMMY): Remove.
2520 (CALL_DUMMY_START_OFFSET): Remove.
2521 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2522 (CALL_DUMMY_LOCATION): Remove.
2523 (FIX_CALL_DUMMY): Remove.
2524 (CALL_DUMMY_ADDRESS): Remove.
2525 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2526 (SAVE_DUMMY_FRAME_TOS): Remove.
2527 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2528 (mcore_register_virtual_type): New function.
2529 (mcore_register_byte): New function.
2530 (mcore_register_size): New function.
2531 (mcore_register_name): New function.
2532 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2533 macros removed from tm-mcore.h.
2534 (mcore_dump_tdep): Add.
2535 (_initialize_mcore_tdep): Add gdbarch_register call.
2536
2537 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2538
2539 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2540 frameless_look_for_prologue, such that we actually call this
2541 function.
2542
2543 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2544
2545 * frame.h (frame_address_in_block): New function.
2546
2547 * blockframe.c (frame_address_in_block): New function extracted
2548 from get_frame_block().
2549 (get_frame_block): Use frame_address_in_block().
2550 (block_innermost_frame): Use frame_address_in_block() to match
2551 the frame pc address against the block boundaries rather than
2552 the frame pc directly. This prevents a failure when a frame pc
2553 is actually a return-address pointing immediately after the end
2554 of the given block.
2555
2556 2002-07-02 Grace Sainsbury <graces@redhat.com>
2557
2558 * MAINTAINERS: Add self under write after approval.
2559
2560 2002-07-02 Grace Sainsbury <graces@redhat.com>
2561
2562 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2563 used in architecture vector. The default is
2564 m68k_local_breakpoint_from_pc.
2565 (m68k_local_breakpoint_from_pc): Add.
2566 (enum): Add register numbers from tm-m68k.h.
2567 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2568 vector.
2569 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2570 GDB_MULTI_ARCH_PARTIAL.
2571 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2572 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2573 m68k-tdep.c.
2574 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2575 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2576 to enum in m68k-tdep.c
2577
2578 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2579
2580 * solib-osf.c (open_map): Compute the list of shared libraries
2581 loaded by the inferior, rather than the list of libraries loaded
2582 by GDB itself. Otherwise, GDB ends up reading the symbols from
2583 the wrong shared libraries...
2584
2585 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2586
2587 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2588 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2589 macros.
2590 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2591 Remove functions.
2592 (FRAMELESS_SIGNAL): Remove function.
2593 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2594 i386_linux_saved_pc_after_call): Removed.
2595 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2596 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2597 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2598
2599 * i386-tdep.c (i386_frameless_signal_p): New function.
2600 (i386_frame_chain): Deal with frameless signals.
2601 (i386_sigtramp_saved_sp): New function.
2602 (i386_frame_saved_pc): Deal with frameless signals.
2603 (i386_saved_pc_after_call): Make sure the correct value is
2604 returned just after entry into a sigtramp.
2605 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2606 i386fbsd4_sc_sp_offset): New variables.
2607 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2608 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2609 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2610 similiar to what we already did for sc_pc_offset.
2611 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2612 tdep->sc_sp_offset.
2613
2614 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2615
2616 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2617
2618 * config/i386/tm-x86-64linux.h: New.
2619 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2620 definitions.
2621 * config/i386/nm-x86-64.h: Rename to ...
2622 * config/i386/nm-x86-64linux.h: ... this one.
2623 * config/i386/x86-64linux.mh: Reflect the above change.
2624
2625 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2626
2627 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2628 with sigcontext_addr. Add sc_sp_offset.
2629 (i386bsd_sigtramp_saved_pc): Remove prototype.
2630 (i386bsd_sicontext_addr): Add prototype.
2631 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2632 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2633 (i386_svr4_sigtramp_saved_pc): Removed.
2634 (i386_svr4_sigcontext_addr): New function.
2635 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2636 Initialize tdep->sigcontext_addr instead. Initialize
2637 tdep->sc_pc_offset and tdep->sc_sp_offset.
2638 (i386_gdbarch_init): Likewise.
2639 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2640 any more.
2641 (i386bsd_sigtramp_saved_pc): Remove function.
2642 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2643 Initialize tdep->sigcontext_addr instead. Initialize
2644 tdep->sc_pc_offset.
2645 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2646 of tdep->sigtramp_saved_pc.
2647 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2648 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2649 instead.
2650
2651 * i386-tdep.c (i386_frameless_function_invocation,
2652 i386_frame_num_args, i386_frame_init_saved_regs,
2653 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2654 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2655 i386_extract_return_value, i386_store_return_value,
2656 i386_extract_struct_value_address, i386_register_virtual_type,
2657 i386_register_convertible, i386_register_convert_to_virtual,
2658 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2659 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2660 static.
2661
2662 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2663
2664 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2665
2666 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2667 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2668 this macro. Include "value.h".
2669
2670 2002-06-30 Aidan Skinner <aidan@velvet.net>
2671
2672 * ada-exp.tab.c: remove as it's a generated file
2673 * ada-lex.c: remove as it's a generated file
2674
2675 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2676
2677 * config/i386/tm-i386.h (struct frame_info, struct
2678 frame_saved_regs, struct value, struct type): Remove forward
2679 declarations.
2680
2681 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2682 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2683 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2684 (FILL_FPXREGSET): Define.
2685
2686 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2687
2688 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2689 i[3456]86-*-netbsd* case.
2690 * config/i386/tm-obsd.h: Removed.
2691 * config/i386/obsd.mt: Removed.
2692 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2693 core-aout.o.
2694 (MH_CFLAGS): Add -DYYDEBUG=0.
2695
2696 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2697 i386nbsd_sc_pc_offset on OpenBSD too.
2698
2699 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2700 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2701 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2702 define.
2703 * i386bsd-tdep.c: Include "arch-utils.h".
2704 (i386bsd_aout_in_solib_call_trampoline): New function.
2705 (i386bsd_init_abi): Set in_solib_call_trampoline to
2706 i386bsd_aout_in_solib_call_trampoline.
2707 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2708 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2709
2710 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2711
2712 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2713 (struct obstack, struct bcache): Add opaque declarations.
2714 * Makefile.in (macrotab_h): Update
2715
2716 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2717
2718 * blockframe.c (generic_find_dummy_frame): Change return type to
2719 ``struct regcache''.
2720 (struct dummy_frame): Replace field ``registers'' with regcache, a
2721 struct regcache object.
2722 (generic_find_dummy_frame): Update.
2723 (generic_push_dummy_frame): Update. Use regcache_xfree,
2724 regcache_xmalloc and regcache_cpy.
2725 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2726 regcache_xfree.
2727 (deprecated_generic_find_dummy_frame): Update.
2728 (generic_read_register_dummy): Update. Use
2729 regcache_read_as_address.
2730 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2731 (generic_get_saved_register): Update. Use regcache_read.
2732
2733 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2734
2735 * Makefile.in (objfiles_h): Add $(bcache_h).
2736 * objfiles.h: Include "bcache.h".
2737
2738 * Makefile.in (symtab_h): Remove $(bcache_h).
2739 * symtab.h: Do not include "bcache.h".
2740
2741 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2742
2743 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2744 generic_func_frame_chain_valid.
2745
2746 2002-06-28 David O'Brien <obrien@FreeBSD.org>
2747
2748 * config/i386/nm-fbsd.h: Include <sys/param.h>.
2749 * config/i386/tm-fbsd.h: Likewise.
2750
2751 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2752
2753 * rs6000-tdep.c (rs6000_gdbarch_init): Use
2754 generic_unwind_get_saved_register.
2755
2756 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2757
2758 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2759 * regcache.c (supply_register): Add missing argument to
2760 register_buffer call.
2761
2762 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2763
2764 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
2765 Solaris /bin/grep does not not like it. From Peter Schauer.
2766
2767 2002-06-26 Tom Tromey <tromey@redhat.com>
2768
2769 * command.h (add_setshow_cmd): Declare.
2770 (add_setshow_cmd_full): Declare.
2771 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
2772 returns void. Use add_setshow_cmd_full.
2773 (add_setshow_cmd_full): New function.
2774 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2775 (add_setshow_boolean_cmd): Likewise.
2776
2777 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2778
2779 * config/vax/tm-vax.h: Protect from multiple inclusion.
2780 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2781 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2782 * config/vax/tm-vaxbsd.h: ...here. New file.
2783 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2784
2785 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2786
2787 * config/vax/tm-vax.h (BREAKPOINT): Remove.
2788 (BELIEVE_PCC_PROMOTION): Remove.
2789 (AP_REGNUM): Move to...
2790 * config/vax/nm-vax.h: ...here.
2791 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2792 (vax_breakpoint_from_pc): New function.
2793 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2794 and gdbarch_believe_pcc_promotion.
2795
2796 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2797
2798 * Makefile.in (vax_tdep_h): Define.
2799 (vax-tdep.o): Use $(vax_tdep_h).
2800 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2801 (vax_dump_tdep): New function.
2802 (_initialize_vax_tdep): Register vax_dump_tdep.
2803 * vax-tdep.h: Include osabi.h.
2804 (struct gdbarch_tdep): New.
2805
2806 2002-06-26 Andrew Cagney <cagney@redhat.com>
2807
2808 * frame.h (deprecated_generic_find_dummy_frame): Rename
2809 generic_find_dummy_frame.
2810 * blockframe.c (generic_find_dummy_frame): Make static.
2811 (deprecated_generic_find_dummy_frame): New function.
2812 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2813 generic_find_dummy_frame with deprecated_find_dummy_frame.
2814 (sh64_nofp_frame_init_saved_regs): Ditto.
2815 (sh_fp_frame_init_saved_regs): Ditto.
2816 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2817 (s390_frame_chain): Ditto.
2818 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2819
2820 2002-06-26 Grace Sainsbury <graces@redhat.com>
2821
2822 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2823 gdbarch vector are at the top.
2824 (NUM_REGS): Remove.
2825 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2826 (FRAME_ARGS_ADDRESS): Remove.
2827 (FRAME_LOCALS_ADDRESS): Remove.
2828 (FRAME_NUM_ARGS): Remove.
2829 (FRAME_ARGS_SKIP): Remove.
2830 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2831 (m68k_gdbarch_init): Add gdbarch initializations for macros
2832 undefined in tm-m68k.h
2833
2834 2002-06-26 Grace Sainsbury <graces@redhat.com>
2835
2836 * monitor.h: Add the function regname to monitor_ops
2837 structure. This way NUM_REGS does not have to be a constant.
2838 * monitor.c (monitor_fetch_register): Added support for regname
2839 function. The function is called if the array regnames is NULL.
2840 (monitor_store_register): Same.
2841 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2842 regnames array.
2843 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2844 cpu32bug_cmds.regname to point to new function.
2845 * abug-rom.c (abug_regname): Same as above.
2846 (init_abug_cmds): Same.
2847 * dbug-rom.c (dbug_regname): Same as above.
2848 (init_dbug_cmds): Same.
2849 * remote-est.c (est_regname): Same.
2850 (init_est_cmds): Same.
2851 * rom68k-rom.c (rom68k_regname): Same.
2852 (init_rom68k_cmds): Same.
2853
2854 2002-06-25 Tom Tromey <tromey@redhat.com>
2855
2856 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2857
2858 2002-06-25 Andrew Cagney <cagney@redhat.com>
2859
2860 * infrun.c (stop_registers): Change variable's type to ``struct
2861 regcache'''.
2862 (xmalloc_inferior_status): Delete function.
2863 (free_inferior_status): Delete function.
2864 (normal_stop): Use regcache_cpy.
2865 (struct inferior_status): Change type of fields ``stop_registers''
2866 and ``registers'' to ``struct regcache''.
2867 (write_inferior_status_register): Use regcache_write.
2868 (save_inferior_status): Instead of calling
2869 xmalloc_inferior_status, allocate the inf_status buffer directly.
2870 Use regcache_dup_no_passthrough and regcache_dup to save the
2871 buffers.
2872 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2873 Replace the stop_registers regcache instead of overriding it. Use
2874 regcache_xfree. Instead of calling free_inferior_status, xfree
2875 the buffer directly.
2876 (discard_inferior_status): Use regcache_xfree. Instead of calling
2877 free_inferior_status, xfree the buffer directly.
2878 (build_infrun): Use regcache_xmalloc.
2879 (_initialize_infrun): Delete redundant call to build_infrun.
2880
2881 * Makefile.in (infcmd.o): Add $(regcache_h).
2882
2883 * infcmd.c: Include "regcache.h".
2884 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2885 obtain the address of `stop_registers' register buffer.
2886 (print_return_value): Ditto.
2887
2888 * inferior.h (struct regcache): Add opaque declaration.
2889 (stop_registers): Change variable's declared type to ``struct
2890 regcache''.
2891
2892 2002-06-24 Tom Tromey <tromey@redhat.com>
2893
2894 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2895 * target.c (initialize_targets): Fixed typo in
2896 trust-readonly-sections `show' documentation.
2897
2898 * main.c: Marked all strings with _().
2899
2900 2002-06-24 Don Howard <dhoward@redhat.com>
2901
2902 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2903 that means max CORE_ADDR+1.
2904 (lookup_mem_region): Ditto.
2905 (mem_info_command): Ditto.
2906
2907 2002-06-24 Grace Sainsbury <graces@redhat.com>
2908
2909 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2910 (REGISTER_BYTES_OK): Remove.
2911 (REGISTER_BYTES): Remove.
2912 (STORE_STRUCT_RETURN): Remove.
2913 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2914 (STORE_RETURN_VALUE): Remove.
2915 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2916 (FRAME_CHAIN): Remove.
2917 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2918 (FRAME_SAVED_PC): Remove.
2919 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2920 (m68k_store_struct_return): Add.
2921 (m68k_deprecated_extract_return_value): Add.
2922 (m68k_deprecated_extract_struct_value_address): Add.
2923 (m68k_store_return_value): Add.
2924 (m68k_frame_chain): Add.
2925 (m68k_frameless_function_invocation): Add.
2926 (m68k_frame_saved_pc): Add.
2927 (m68k_gdbarch_init): added set_gdbarch calls for new
2928 functions and deleted macros.
2929
2930 2002-06-23 Tom Tromey <tromey@redhat.com>
2931
2932 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2933 (ALLDEPFILES): Likewise.
2934 (udiheaders): Removed.
2935 (udip2soc.o): Likewise.
2936 (udi2go32.o): Likewise.
2937 (udr.o): Likewise.
2938 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2939
2940 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2941
2942 * infrun.c (_initialize_infrun): Delete unnecessary call to
2943 build_infrun.
2944
2945 * regcache.h: Update comments describing the regcache_cpy family
2946 of functions.
2947 (regcache_save, regcache_restore): Delete declaration.
2948 (regcache_save_no_passthrough): Delete declaration.
2949 (regcache_restore_no_passthrough): Delete declaration.
2950 * regcache.c (regcache_save): Delete function.
2951 (regcache_save_no_passthrough): Delete function.
2952 (regcache_restore): Delete function.
2953 (regcache_restore_no_passthrough): Delete function.
2954
2955 2002-06-21 Andrew Cagney <ac131313@redhat.com>
2956
2957 * config/m68k/tm-m68k.h: Fix typo.
2958 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2959 (m68k_frame_init_saved_regs): Declare.
2960
2961 2002-06-21 Jim Blandy <jimb@redhat.com>
2962
2963 Remove some vestiges of Harris 88k support.
2964 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2965 register numbering quirk.
2966 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2967 odd symbols occurring in Harris 88k ELF targets.
2968
2969 2002-06-21 Tom Tromey <tromey@redhat.com>
2970
2971 * gdb_locale.h: New file.
2972 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2973 (defs_h): Added gdb_locale.h.
2974 * configure, config.in: Rebuilt.
2975 * configure.in (PACKAGE): Define.
2976 * defs.h: Include gdb_locale.h.
2977 * main.c (captured_main): Call setlocale, bindtextdomain,
2978 textdomain.
2979
2980 2002-06-21 Dave Brolley <brolley@redhat.com>
2981
2982 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2983 * config/frv/frv.mt: New file.
2984 * config/frv/tm-frv.h: New file.
2985 * configure.tgt: Support frv-*-*.
2986 * Makefile.in (frv-tdep.o): New target.
2987 * frv-tdep.c: New file.
2988 * NEWS: Mention frv.
2989
2990 2002-06-21 Dave Brolley <brolley@redhat.com>
2991
2992 * MAINTAINERS: Add self to "Write After Approval" list.
2993
2994 2002-06-21 Grace Sainsbury <graces@redhat.com>
2995
2996 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2997 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2998 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2999 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3000 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3001
3002 * m68k-tdep.c: Include arch-utils.h
3003 (m68k_register_raw_size): Add.
3004 (m68k_register_virtual_size): Add.
3005 (m68k_register_virtual_type): Add.
3006 (m68k_register_name): Add.
3007 (m68k_stack_align): Add.
3008 (m68k_register_byte): Add.
3009 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3010 tm-m68k.h.
3011
3012 2002-06-21 Grace Sainsbury <graces@redhat.com>
3013
3014 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3015 m68k_find_saved_regs.
3016 (m68k_pop_frame): Removed saved_regs structure, and replaced
3017 references to it with frame->saved_regs.
3018 (m68k_gdbarch_init): Added function calls to initialize the
3019 gdbarch structure.
3020 (m68k_fix_call_dummy): Add.
3021 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3022 (CALL_DUMMY): Remove.
3023 (CALL_DUMMY_LENGTH): Remove.
3024 (CALL_DUMMY_START_OFFSET): Remove.
3025 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3026 (FIX_CALL_DUMMY): Remove.
3027 (PUSH_DUMMY_FRAME): Remove.
3028 (POP_FRAME): Remove.
3029
3030 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3031
3032 * parse.c (parse_fprintf): New function used to avoid calls to
3033 fprintf in bison parser generated debug code.
3034 * parser-defs.h: Declaration of new parse_fprintf function.
3035 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3036 Set YYDEBUG to 1 by default.
3037 Set YYFPRINTF as parse_fprintf.
3038
3039 2002-06-21 Michal Ludvig <mludvig@suse.cz>
3040
3041 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3042 encoding anymore.
3043 (pointer_encoding, enum ptr_encoding): New.
3044 (execute_cfa_program): Take care about pointer encoding.
3045 (dwarf2_build_frame_info): Only call parse_frame_info for
3046 .debug_frame and .eh_frame.
3047 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3048 fixed augmentation handling, added relative addressing,
3049 ignore duplicate FDEs. Added comments.
3050 * dwarf2cfi.c: Reindented.
3051
3052 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
3053
3054 * event-top.c (command_handler): Don't use space_at_cmd_start
3055 unless there is sbrk() on the host. Assign time and space data
3056 to union fields of the appropriate length.
3057
3058 2002-06-20 Michal Ludvig <mludvig@suse.cz>
3059
3060 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3061 x86_64_register_name. Return type changed to 'const char *'.
3062 (x86_64_register_name2nr): Rename to x86_64_register_number.
3063 (x86_64_gdbarch_init): Update to reflect the change.
3064 * x86-64-tdep.h: Ditto.
3065 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3066 (supply_fpregset): Ditto.
3067
3068 2002-06-19 Andrew Cagney <cagney@redhat.com>
3069
3070 * regcache.h: Update copyright.
3071 (struct regcache, struct gdbarch): Add opaque declarations.
3072 (current_regcache): Declare global variable.
3073 (regcache_read, regcache_write): Add gdbarch parameter.
3074 (regcache_save, regcache_save_no_passthrough)
3075 (regcache_restore, regcache_restore_no_passthrough)
3076 (regcache_dup, regcache_dup_no_passthrough)
3077 (regcache_cpy, regcache_cpy_no_passthrough)
3078 (deprecated_grub_regcache_for_registers)
3079 (deprecated_grub_regcache_for_register_valid)
3080 (regcache_valid_p): Add function declarations.
3081
3082 * regcache.c: Update copyright.
3083 (regcache_descr_handle): New global variable.
3084 (struct regcache_descr): Define.
3085 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3086 (regcache_descr, xfree_regcache_descr): New functions.
3087 (struct regcache): Define.
3088 (regcache_xmalloc, regcache_xfree): New functions.
3089 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3090 (regcache_dup, regcache_dup_no_passthrough): New functions.
3091 (regcache_valid_p, regcache_read_as_address): New functions.
3092 (deprecated_grub_regcache_for_registers): New function.
3093 (deprecated_grub_regcache_for_register_valid): New function.
3094 (current_regcache): New global variable.
3095 (register_buffer): Add regcache parameter. Update calls.
3096 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3097 (read_register_gen, write_register_gen): Update register_buffer
3098 call. Test for legacy_p instead of gdbarch_register_read_p or
3099 gdbarch_register_write_p.
3100 (regcache_collect): Update register_buffer call.
3101 (build_regcache): Rewrite. Use deprecated grub functions.
3102 (regcache_save, regcache_save_no_passthrough): New functions.
3103 (regcache_restore, regcache_restore_no_passthrough): New
3104 functions.
3105 (_initialize_regcache): Create the regcache_data_handle. Swap
3106 current_regcache global variable.
3107
3108 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3109 parameter to regcache_read and regcache_write calls.
3110 (sh4_register_read): Ditto.
3111 (sh64_pseudo_register_read): Ditto.
3112 (sh64_register_read): Ditto.
3113 (sh_pseudo_register_write): Ditto.
3114 (sh4_register_write): Ditto.
3115 (sh64_pseudo_register_write): Ditto.
3116 (sh64_register_write): Ditto.
3117
3118 * defs.h (XCALLOC): Define.
3119
3120 2002-06-19 Grace Sainsbury <graces@redhat.com>
3121
3122 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3123 * m68k-tdep.c (m68k_gdbarch_init): Added.
3124 (m68k_dump_tdep): Added.
3125
3126 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3127
3128 * ada-lang.c (fill_in_ada_prototype): Update comment.
3129
3130 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3131
3132 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3133 MIPS_ABI_LAST.
3134 (mips_abi_string, mips_abi_strings): New.
3135 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3136 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3137 tdep->mips_abi_string. Honor mips_abi_string. Default to
3138 O32 if no ABI is found.
3139 (mips_dump_tdep): Use mips_abi_strings.
3140 (mips_abi_update): New function.
3141 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3142 ``set mips abi'' and ``show mips abi''. Check the size of
3143 mips_abi_strings.
3144
3145 2002-06-19 Andrew Cagney <cagney@redhat.com>
3146
3147 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3148 constant.
3149
3150 2002-06-18 Joel Brobecker <brobecker@gnat.com>
3151
3152 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3153 current frame using only the first stack size adjustment. All
3154 subsequent size adjustments are not considered to be part of
3155 the "static" part of the current frame.
3156 Compute the address of the saved registers relative to the
3157 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3158 in use in this frame.
3159
3160 2002-06-18 Don Howard <dhoward@redhat.com>
3161
3162 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3163 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3164 suggesting this solution.
3165
3166 2002-06-18 Andrew Cagney <ac131313@redhat.com>
3167
3168 * config/romp/xm-rtbsd.h: Delete file.
3169 * config/romp/rtbsd.mh: Delete file.
3170
3171 2002-06-18 Keith Seitz <keiths@redhat.com>
3172
3173 * breakpoint.c (condition_command): Post breakpoint_modify
3174 when a condition is added to an existing breakpoint.
3175 (commands_command): Likewise for commands.
3176 (set_ignore_count): Likewise for ignore counts.
3177 If no tty, do not simply return, still need to send event
3178 notification.
3179 (ignore_command): Only print a newline if the command came
3180 from a tty.
3181 Don't call breakpoints_changed, since this is now properly
3182 handled by set_ignore_count.
3183
3184 2002-06-18 Andrew Cagney <cagney@redhat.com>
3185
3186 * MAINTAINERS: Note that cris-elf target can be compiled with
3187 -Werror.
3188 * cris-tdep.c (cris_register_name): Make return type constant.
3189 (cris_breakpoint_from_pc): Ditto.
3190
3191 2002-06-18 Michal Ludvig <mludvig@suse.cz>
3192
3193 * frame.h (struct frame_info): Change type of context to
3194 'struct context'.
3195
3196 2002-06-17 Andrew Cagney <cagney@redhat.com>
3197
3198 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3199 pointer.
3200 * gdbarch.h, gdbarch.c: Regenerate.
3201 * config/mips/tm-mips.h (mips_register_name): Update.
3202 * i386-tdep.h (i386_register_name): Update.
3203 * mips-tdep.c (mips_register_name): Update
3204 * alpha-tdep.c (alpha_register_name): Update.
3205 * arch-utils.c (legacy_register_name): Update.
3206 * arch-utils.h (legacy_register_name): Update.
3207 * avr-tdep.c (avr_register_name): Update.
3208 * ia64-tdep.c (ia64_register_name): Update.
3209 * i386-tdep.c (i386_register_name): Update.
3210 * sparc-tdep.c (sparc32_register_name): Update.
3211 (sparc64_register_name): Update.
3212 (sparclite_register_name): Update.
3213 (sparclet_register_name): Update.
3214 * sh-tdep.c (sh_generic_register_name): Update.
3215 (sh_sh_register_name): Update.
3216 (sh_sh3_register_name): Update.
3217 (sh_sh3e_register_name): Update.
3218 (sh_sh_dsp_register_name): Update.
3219 (sh_sh3_dsp_register_name): Update.
3220 (sh_sh4_register_name): Update.
3221 (sh_sh64_register_name): Update.
3222 * s390-tdep.c (s390_register_name): Update.
3223 * rs6000-tdep.c (rs6000_register_name): Update.
3224 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3225 (ns32k_register_name_32382): Update.
3226 * d10v-tdep.c (d10v_ts2_register_name): Update.
3227 (d10v_ts3_register_name): Update.
3228 * xstormy16-tdep.c (xstormy16_register_name): Update.
3229 * vax-tdep.c (vax_register_name): Update.
3230 * v850-tdep.c (v850_register_name): Update.
3231 * m68hc11-tdep.c (m68hc11_register_name): Update.
3232 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3233 (am33_register_name): Update.
3234
3235 2002-06-17 Grace Sainsbury <graces@redhat.com>
3236
3237 * m68k-tdep.c: Reindented.
3238
3239 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3240
3241 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3242 list of predefined types.
3243
3244 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3245
3246 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3247 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3248 REGISTER_CONVERT_TO_RAW): Remove defines.
3249 (i386_register_virtual_type, i386_register_convertible,
3250 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3251 Remove prototypes.
3252 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3253 macros mentioned above.
3254
3255 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3256 (i386lynx_saved_pc_after_call): Remove prototype.
3257 * i386ly-tdep.c: Include "i386-tdep.h".
3258 (i386lynx_saved_pc_after_call): Make static. Use
3259 read_memory_nobpt instead of read_memory. Use
3260 read_memory_unsigned_integer instead of read_memory_integer.
3261 (i386lynx_init_abi): New function.
3262 (i386lynx_coff_osabi_sniffer): New function.
3263 (_initialize_i386bsd_tdep): New function.
3264
3265 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3266 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3267 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3268 (i386_fix_call_dummy): Remove prototype.
3269 * i386-tdep.c (i386_call_dummy_words): New variable.
3270 (i386_gdbarch_init): Adjust for removal of the
3271 macros mentioned above.
3272
3273 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3274
3275 * command.h (add_setshow_auto_boolean_cmd): Replace
3276 add_set_auto_boolean_cmd.
3277 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3278 add_set_auto_boolean_cmd.
3279 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3280 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3281 mask-address'' command.
3282 (show_mask_address): Add cmd parameter.
3283 * remote.c (add_packet_config_cmd): Update. Change type of
3284 set_func and show_func to cmd_sfunc_ftype.
3285 (_initialize_remote): Update `set remote Z-packet'
3286 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3287 (show_remote_protocol_e_packet_cmd): Ditto.
3288 (show_remote_protocol_E_packet_cmd): Ditto.
3289 (show_remote_protocol_P_packet_cmd): Ditto.
3290 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3291 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3292 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3293 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3294 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3295 (show_remote_protocol_Z_packet_cmd): Ditto.
3296 (show_remote_protocol_binary_download_cmd): Ditto.
3297 (show_remote_cmd): Pass NULL to all of above.
3298
3299 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3300
3301 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3302 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3303 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3304 POP_FRAME): Remove defines.
3305 (i386_push_arguments, i386_store_struct_return,
3306 i386_extract_return_value, i386_store_return_value,
3307 i386_extract_struct_value_address, i386_push_dummy_frame,
3308 i386_pop_frame): Renove prototypes.
3309 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3310 macros mentioned above.
3311
3312 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3313
3314 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3315 add_set_boolean_cmd.
3316 (add_setshow_cmd): New function.
3317 * command.h (add_setshow_boolean_cmd): Replace
3318 add_set_boolean_cmd.
3319 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3320 and ``set rdiromatzero''.
3321 * maint.c (_initialize_maint_cmds): Update commented out code.
3322 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3323 * target.c (initialize_targets): Update `set
3324 trust-readonly-sections'.
3325 * remote.c (_initialize_remote): Update `set remotebreak'.
3326
3327 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3328
3329 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3330 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3331 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3332 fit into multi-arch framework.
3333 (i386_breakpoint_from_pc): New function.
3334 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3335 above.
3336
3337 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3338 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3339 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3340 (i386_frameless_function_invocation, i386_frame_num_args,
3341 i386_frame_init_saved_regs): Remove prototypes.
3342 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3343 macros mentioned above.
3344
3345 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3346
3347 * cli/cli-decode.c (set_cmd_cfunc): Update.
3348 (set_cmd_sfunc): Update.
3349 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3350 (set_cmd_sfunc, set_cmd_cfunc): Update.
3351 * cli/cli-decode.h: Update.
3352
3353 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3354
3355 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3356 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3357
3358 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3359
3360 * defs.h (auto_boolean): Declare enum.
3361 * command.h (cmd_auto_boolean): Delete enum.
3362 * mips-tdep.c (mask_address_var): Update.
3363 (mips_mask_address_p): Update.
3364 (show_mask_address): Update.
3365 * remote.c (struct packet_config): Update.
3366 (update_packet_config): Update.
3367 (show_packet_config_cmd): Update.
3368 (packet_ok): Update.
3369 (add_packet_config_cmd): Update.
3370 (_initialize_remote):
3371 * command.h: Update.
3372 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3373 (do_setshow_command): Update.
3374 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3375 * cli/cli-decode.h: Update.
3376
3377 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3378
3379 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3380 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3381 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3382 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3383 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3384 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3385
3386 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3387 list of DJGPP COFF targets.
3388
3389 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3390 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3391 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3392 (FP0_REGNUM): Remove define.
3393 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3394 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3395 (i386_register_virtual_size): Remove protoype.
3396 * i386-tdep.c (i386_register_virtual_size): Removed.
3397 (i386_extract_return_value, i386_store_return_value): Use
3398 FP0_REGNUM instead of NUM_FREGS to determine whether the
3399 floating-point registers are available.
3400 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3401 Adjust for removal of macros mentioned above.
3402
3403 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3404
3405 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3406 comments.
3407 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3408 Remove prototypes.
3409 (supply_gregset, fill_gregset): Remove use of register keyword and
3410 remove declaration for regmap. Use I386_NUM_GREGS instead of
3411 NUM_REGS and NUM_FREGS.
3412 (FPREGSET_FSAVE_OFFSET): Remove.
3413 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3414 NUM_FREGS to determine whether the floating-point registers are
3415 available.
3416
3417 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3418 gnu_store_registers): Replace usage of NUM_GREGS with
3419 I386_NUM_GREGS.
3420
3421 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3422 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3423 usage of NUM_GREGS with I386_NUM_GREGS.
3424
3425 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3426
3427 * i386bsd-nat.c: Include "i386-tdep.h".
3428 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3429 I386_NUM_GREGS.
3430
3431 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3432 and associated comment. They no longer make any sense, since we
3433 don't use this file anymore on Linux.
3434
3435 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3436 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3437 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3438 elements in these arrays.
3439 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3440 MAX_NUM_REGS.
3441
3442 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3443
3444 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3445 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3446
3447 2002-06-14 Andrew Cagney <cagney@redhat.com>
3448
3449 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3450 EXTRACT_RETURN_VALUE.
3451 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3452 EXTRACT_STRUCT_VALUE_ADDRESS.
3453 * gdbarch.h, gdbarch.c: Regenerate.
3454
3455 * values.c (value_being_returned): Handle
3456 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3457 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3458
3459 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3460 * arm-tdep.c (arm_gdbarch_init): Update.
3461 * avr-tdep.c (avr_gdbarch_init): Update.
3462 * cris-tdep.c (cris_gdbarch_init): Update.
3463 * d10v-tdep.c (d10v_gdbarch_init): Update.
3464 * ia64-tdep.c (ia64_gdbarch_init): Update.
3465 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3466 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3467 * s390-tdep.c (s390_gdbarch_init): Update.
3468 * sh-tdep.c (sh_gdbarch_init): Update.
3469 * s390-tdep.c (s390_gdbarch_init): Update.
3470 * sparc-tdep.c (sparc_gdbarch_init): Update.
3471 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3472 * v850-tdep.c (v850_gdbarch_init): Update.
3473 * vax-tdep.c (vax_gdbarch_init): Update.
3474 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3475 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3476
3477 * config/arc/tm-arc.h: Update.
3478 * config/d30v/tm-d30v.h: Update.
3479 * config/fr30/tm-fr30.h: Update.
3480 * config/h8300/tm-h8300.h: Update.
3481 * config/h8500/tm-h8500.h: Update.
3482 * config/i386/tm-i386.h: Update.
3483 * config/i386/tm-ptx.h: Update.
3484 * config/i386/tm-symmetry.h: Update.
3485 * config/i960/tm-i960.h: Update.
3486 * config/m32r/tm-m32r.h: Update.
3487 * config/m68k/tm-delta68.h: Update.
3488 * config/m68k/tm-linux.h: Update.
3489 * config/m68k/tm-m68k.h: Update.
3490 * config/m88k/tm-m88k.h: Update.
3491 * config/mcore/tm-mcore.h: Update.
3492 * config/mips/tm-mips.h: Update.
3493 * config/mn10200/tm-mn10200.h: Update.
3494 * config/pa/tm-hppa.h: Update.
3495 * config/pa/tm-hppa64.h: Update.
3496 * config/sparc/tm-sp64.h: Update.
3497 * config/sparc/tm-sparc.h: Update.
3498 * config/sparc/tm-sparclet.h: Update.
3499 * config/z8k/tm-z8k.h: Update.
3500
3501 2002-06-14 Andrew Cagney <cagney@redhat.com>
3502
3503 * Makefile.in (i386_linux_tdep_h): Define.
3504 (i386_tdep_h, i387_tdep_h): Define.
3505 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3506 $(i386_tdep_h) and $(i387_tdep_h).
3507 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3508
3509 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3510
3511 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3512 Already covered by the default.
3513
3514 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3515 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3516 (i386_gdbarch_init): Initialize long_double_format and long_double
3517 bit.
3518
3519 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3520 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3521 Move these to ...
3522 * config/i386/i386sol2.mh: ... here.
3523 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3524 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3525 (SIGCONTEXT_PC_OFFSET): Remove define.
3526 (IN_SIGTRAMP): Remove define.
3527 * i386-sol2-tdep.c: New file.
3528
3529 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3530 * config/i386/tm-i386nw.h: Removed.
3531
3532 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3533 USE_STRUCT_CONVENTION): Remove defines.
3534 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3535 (get_longjmp_target): Remove prototype.
3536 (IN_SIGTRAMP): Remove define.
3537 (i386bsd_in_sigtramp): Remove prototype.
3538 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3539 function. Update comment accordingly
3540 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3541 (FRAME_SAVED_PC): Remove define.
3542 (i386bsd_frame_saved_pc): Remove prototype.
3543 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3544 GET_LONGJMP_TARGET): Remove defines.
3545 (get_longjmp_target): Remove prototype.
3546 (IN_SIGTRAMP): Remove define.
3547 (i386bsd_in_sigtramp): Remove prototype.
3548 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3549 function. Update comment accordingly
3550 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3551 (FRAME_SAVED_PC): Remove define.
3552 (i386bsd_frame_saved_pc): Remove prototype.
3553 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3554 Remove prototype.
3555 (USE_STRUCT_CONVENTION): Remove prototype.
3556 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3557 declaration.
3558 (_initialize_i386bsd_nat): Revise logic to determine some
3559 constants at compile time when compiling a native GDB. Warn if
3560 things don't match up with what we expect.
3561 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3562 Remove variables.
3563 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3564 to use date stored in `struct gdbarch_tdep'.
3565 (i386bsd_sigcontext_offset): Remove varaible.
3566 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3567 stored in `struct gdbarch_tdep'.
3568 (i386bsd_frame_saved_pc): Make static.
3569 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3570 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3571 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3572 i386fbsd4_sc_pc_offset): New variables.
3573 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3574 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3575 functions.
3576 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3577 functions.
3578 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3579 Modify the value of i386fbsd_sigtramp_start and
3580 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3581 i386fbsd_sigtramp_end.
3582 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3583 function.
3584
3585 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3586 define to i386-linux-tdep.h.
3587 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3588 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3589 defines.
3590 (i386_linux_register_name, i386_linux_register_byte,
3591 i386_linux_register_raw_size): Remove prototypes.
3592 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3593 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3594 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3595 TARGET_WRITE_PC): Remove defines.
3596 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3597 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3598 i386_linux_write_pc): Remove prototypes.
3599 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3600 (get_longjmp_target): Remove prototype.
3601 * i386-linux-tdep.h: New file.
3602 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3603 * i386-linux-tdep.c: Include "i386-tdep.h" and
3604 "i386-linux-tdep.h".
3605 (i386_linux_register_name, i386_linux_register_byte,
3606 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3607 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3608 Make static.
3609 (i386_linux_init_abi): New function.
3610 (_initialize_i386_linux_tdep): New function.
3611
3612 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3613 (i386_saved_pc_after_call): Remove prototype.
3614 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3615 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3616 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3617 (i386_register_name, i386_stab_reg_to_regnum,
3618 i386_dwarf_reg_to_regnum): Remove prototypes.
3619 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3620 SIZEOF_SSE_REGS): Remove defines.
3621 (REGISTER_BYTES): Remove define.
3622 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3623 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3624 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3625 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3626 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3627 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3628 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3629 (get_longjmp_target): Remove prototype.
3630 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3631 (sigtramp_saved_pc): Remove define.
3632 (i386v4_sigtramp_saved_pc): Remove prototype.
3633 * config/i386/tm-go32.h (FRAME_CHAIN,
3634 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3635 (i386go32_frame_saved_pc): Remove prototype.
3636 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3637 (get_longjmp_target): Remove prototype.
3638 * i386-tdep.h: Include "osabi.h".
3639 (enum i386_abi): Removed.
3640 (enum struct_return): New enum.
3641 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3642 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3643 sc_pc_offset members.
3644 (i386_gdbarch_register_os_abi): Remove prototype.
3645 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3646 I386_SSE_NUM_REGS): New defines.
3647 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3648 I386_SSE_SIZEOF_REGS): New defines.
3649 (i386_register_name, i386_register_byte, i386_register_raw_size):
3650 New prototypes.
3651 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3652 (i386bsd_sigtramp_saved_pc): New prototype.
3653 * i386-tdep.c: Don't include "elf-bfd.h".
3654 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3655 i386_frame_chain, i386_saved_pc_after_call): Make static.
3656 (i386_frame_saved_pc): Rewrite to call architecture dependent
3657 function to deal with signal handlers. Make static.
3658 (i386go32_frame_saved_pc): Removed.
3659 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3660 Removed.
3661 (i386_get_longjmp_target): New function.
3662 (default_struct_convention, pcc_struct_convention,
3663 reg_struct_convention, valid_conventions, struct_convention): New
3664 variables.
3665 (i386_use_struct_convention): New function.
3666 (i386v4_sigtramp_saved_pc): Renamed to
3667 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3668 (i386_pc_in_sigtramp): New function.
3669 (i386_abi_names): Removed.
3670 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3671 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3672 Removed.
3673 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3674 i386_gdbarch_register_os_abi): Removed.
3675 (struct i386_abi_handler): Removed.
3676 (i386_abi_handler_list): Removed.
3677 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3678 functions.
3679 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3680 i386_nw_init_abi): New functions.
3681 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3682 Use set_gdbarch_xxx() calls instead of relying on macros for a
3683 number of calls.
3684 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3685 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3686 Register the various architecture variants defined in this file.
3687
3688 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3689
3690 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3691 (struct main_type): Remove arg_types member. Update comments for
3692 struct field.
3693 (TYPE_ARG_TYPES): Remove.
3694 (TYPE_FN_FIELD_ARGS): Update.
3695 (smash_to_method_type): Update prototype.
3696
3697 * c-typeprint.c (cp_type_print_method_args): Take method type
3698 instead of argument list. Use new argument layout. Simplify.
3699 (c_type_print_args): Use new argument layout. Simplify.
3700 (c_type_print_base): Update call to cp_type_print_method_args.
3701 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3702 argument; use die->type instead. Update call to
3703 smash_to_method_type.
3704 (read_structure_scope): Update call to dwarf2_add_member_fn.
3705 * gdbtypes.c (allocate_stub_method): Update comment.
3706 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3707 Use new argument layout.
3708 (check_stub_method): Use new argument layout. Don't count
3709 void as an argument.
3710 (print_arg_types): Update comments. Use new argument layout.
3711 (recursive_dump_type): Don't print arg_types member.
3712 * hpread.c (hpread_read_struct_type): Use new argument layout.
3713 (fixup_class_method_type): Likewise.
3714 (hpread_type_lookup): Likewise.
3715 * stabsread.c (read_type): Update calls to read_args and
3716 smash_to_method_type.
3717 (read_args): Use new argument layout. Simplify.
3718 * valops.c (typecmp): Use new argument layout. Update parameters
3719 and comments. Simplify.
3720 (hand_function_call): Use new argument layout.
3721 (search_struct_method): Update call to typecmp.
3722 (find_overload_match): Use new argument layout.
3723
3724 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3725
3726 * NEWS: Mention multithreaded debug support for gdbserver.
3727
3728 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3729
3730 * MAINTAINERS: Mention NEWS.
3731
3732 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3733
3734 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3735 (struct mips_objfile_private, compare_pdr_entries): New.
3736 (non_heuristic_proc_desc): Read the ".pdr" section if it
3737 is present.
3738
3739 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3740
3741 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3742 (arm_debug): New static variable.
3743 (_initialize_arm_tdep): Add ``set debug arm'' command.
3744
3745 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3746
3747 * Makefile.in (sim_arm_h): Define.
3748 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3749 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3750 (arm_register_sim_regno): New function, map an internal REGNUM
3751 onto a simulator register number.
3752 (arm_gdbarch_init): Set register_sim_regno.
3753
3754 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
3755
3756 * MAINTAINERS: Add self.
3757
3758 2002-06-11 Jim Blandy <jimb@redhat.com>
3759
3760 * source.c (source_info): Mention whether the symtab has
3761 information about preprocessor macros.
3762
3763 Call the command `info macro', not `show macro'.
3764 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3765 Fix error message.
3766 (_initialize_macrocmd): Register `info_macro_command' in
3767 `infolist', not `showlist'.
3768
3769 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3770
3771 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3772 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3773 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3774 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3775 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
3776 unconditionally.
3777 (set_mipsfpu_single_command, set_mipsfpu_double_command)
3778 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3779 (_initialize_mips_tdep): Remove dead code.
3780 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3781 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3782 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3783 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3784 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3785 MIPS_LAST_FP_ARG_REGNUM): Remove.
3786
3787 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3788
3789 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3790 (unwind_tmp_obstack_free, parse_frame_info)
3791 (update_context, cfi_read_fp, cfi_write_fp)
3792 (cfi_frame_chain, cfi_init_extra_frame_info)
3793 (cfi_virtual_frame_pointer): Use the above function.
3794 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3795
3796 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
3797
3798 * v850-tdep.c (v850_type_is_scalar): New function.
3799 (v850_use_struct_convention): Match current gcc implementation
3800 as close as possible.
3801 (v850_push_arguments): Fix stack_offset handling. Don't write
3802 struct_addr into register. This is done by v850_store_struct_return.
3803 (v850_extract_return_value): Care for structs.
3804 (v850_store_return_value): Ditto.
3805 (v850_store_struct_return): Actually write address.
3806
3807 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3808
3809 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3810 without debug information too.
3811
3812 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3813
3814 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3815 Make multi-arch pure.
3816 * gdbarch.h, gdbarch.c: Re-generate.
3817 * arm-tdep.c (arm_print_float_info): Update.
3818 * arch-utils.h (default_print_float_info): Update.
3819 * arch-utils.c (default_print_float_info): Update.
3820 * infcmd.c (float_info): Update call.
3821
3822 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3823
3824 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3825 the front of the initialize list.
3826
3827 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3828
3829 * infrun.c (struct inferior_status): Replace fields
3830 selected_frame_address and selected_level with field
3831 selected_frame_id.
3832 (save_inferior_status): Update. Use get_frame_id.
3833 (struct restore_selected_frame_args): Delete.
3834 (restore_selected_frame): Update. Use frame_find_by_id.
3835 (restore_inferior_status): Update.
3836
3837 * breakpoint.h (struct breakpoint): Change type of
3838 watchpoint_frame to frame_id.
3839 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3840 call to get_current_frame.
3841 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3842 get_current_frame.
3843 (watchpoint_check): Use frame_find_by_id.
3844
3845 * frame.h (record_selected_frame): Delete declaration.
3846 * stack.c (record_selected_frame): Delete function.
3847
3848 * frame.h (struct frame_id): Define.
3849 (get_frame_id): Declare.
3850 (frame_find_by_id): Declare.
3851 * frame.c (frame_find_by_id): New function.
3852 (get_frame_id): New function.
3853
3854 2002-06-10 Andrey Volkov <avolkov@transas.com>
3855
3856 * ser-e7kpc.c: Fix duplicated define and call of
3857 _initialize_ser_e7000pc
3858
3859 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3860
3861 * signals/signals.c (target_signal_from_host): Fix #ifdef
3862 SIGRTMIN case.
3863 (do_target_signal_to_host): Likewise.
3864
3865 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3866
3867 * mips-tdep.c (mips_find_abi_section): New function.
3868 (mips_gdbarch_init): Call it.
3869
3870 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3871
3872 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3873 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3874 after Andrew's 2002-06-08 gdbarch change.
3875
3876 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3877
3878 * i386-linux-nat.c (suppy_gregset): Don't supply
3879 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3880 register cache.
3881 (fill_gregset): Don't fetch it under the same circumstances.
3882
3883 2002-06-09 Andrew Cagney <cagney@redhat.com>
3884
3885 * Makefile.in (callback_h): Define.
3886 (remote_sim_h): Update path to remote-sim.h.
3887 (remote-rdp.o): Add $(callback_h).
3888 (remote-sim.o): Use $(callback_h).
3889 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3890 * remote-rdp.c: Include "gdb/callback.h".
3891
3892 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3893
3894 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3895 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3896
3897 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3898
3899 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3900 * rdi-share/serpardr.c: Ditto.
3901 * rdi-share/unixcomm.c: Ditto.
3902 * rdi-share/serdrv.c: Ditto.
3903 * rdi-share/hostchan.h: Ditto.
3904 * rdi-share/hostchan.c: Ditto.
3905 * rdi-share/host.h: Ditto.
3906 * rdi-share/devsw.c: Ditto.
3907
3908 * objfiles.h: Change type of obj_private to void pointer.
3909 * pa64solib.c: Update copyright. Don't include "assert.h", use
3910 strcmp instead of STREQ, use LONGEST, do not use PTR
3911 * somsolib.c: Ditto.
3912
3913 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3914 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3915 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3916
3917 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3918
3919 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3920 (default_get_saved_register): Delete function.
3921 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3922 generic_unwind_get_saved_register.
3923 * gdbarch.h, gdbarch.c: Re-generate.
3924
3925 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3926
3927 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3928 generic_func_frame_chain_valid.
3929 * gdbarch.h, gdbarch.c: Re-generate.
3930 * blockframe.c (generic_func_frame_chain_valid): Only check
3931 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3932 passing FP to PC_IN_CALL_DUMMY.
3933 Fix PR gdb/360.
3934
3935 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3936
3937 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3938 (register_gdbarch_data): Initialize init_p.
3939 (gdbarch_data): Initialize data pointer using the init function.
3940 (init_gdbarch_data): Delete function.
3941 (gdbarch_update_p): Update.
3942 (initialize_non_multiarch): Update.
3943 (struct gdbarch): Add field initialized_p.
3944 * gdbarch.h, gdbarch.c: Re-generate.
3945
3946 2002-06-07 Michal Ludvig <mludvig@suse.cz>
3947
3948 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3949 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3950 better do the things actually here.
3951 * x86-64-tdep.c (x86_64_register_name2nr): New.
3952 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3953 (x86_64_gdbarch_init): Respect the above change.
3954 * x86-64-tdep.h (x86_64_register_name2nr)
3955 (x86_64_register_nr2name): Add prototypes.
3956 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3957
3958 2002-06-06 Michael Snyder <msnyder@redhat.com>
3959
3960 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3961 Delete extra braces and re-indent.
3962 (d10v_store_return_value): Char return values
3963 must be shifted over by one byte in R0.
3964 (d10v_extract_return_value): Delete extra braces, re-indent.
3965
3966 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3967
3968 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3969 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3970 (d10v_integer_to_address): Rewrite.
3971 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3972 the d10v specific functions which take care of converting to the
3973 correct space.
3974
3975 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3976
3977 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3978 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3979
3980 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3981
3982 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3983 includes.
3984 * config/tm-linux.h: Ditto.
3985 * config/alpha/tm-alphalinux.h: Ditto.
3986 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3987 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3988 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3989 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3990 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3991 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3992 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3993 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3994 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3995 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3996 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3997 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3998 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3999 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4000 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4001 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4002 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4003 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4004 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4005 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4006 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4007 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4008 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4009 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4010 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4011 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4012 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4013 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4014 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4015 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4016 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4017 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4018 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4019 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4020 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4021 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4022 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4023
4024 2002-05-04 Aidan Skinner <aidan@velvet.net>
4025
4026 * ada-exp.tab.c: New file
4027 * ada-exp.y: New file
4028 * ada-lang.c: New file
4029 * ada-lang.h: New file
4030 * ada-lex.c: New file
4031 * ada-lex.l: New file
4032 * ada-tasks.c: New file
4033 * ada-typeprint.c: New file
4034 * ada-valprint.c: New file
4035
4036 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4037
4038 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4039 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4040
4041 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4042
4043 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4044 insetead of ppc-linux-tdep.o.
4045 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4046 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4047
4048 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4049
4050 2002-05-07 Christian Groessler <chris@groessler.org>
4051 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4052 bit register contents for little endian hosts.
4053
4054 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4055
4056 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4057 any maintainer.
4058
4059 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4060
4061 * gdbarch.h: Regenerate.
4062
4063 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4064
4065 * MAINTAINERS: Add everyone to write-after-approval list.
4066
4067 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4068
4069 * stack.c (frame_info): Use frame_register_unwind instead of
4070 saved_regs. Mention when the SP is on the stack or in a register.
4071
4072 * frame.h (frame_register_unwind_ftype): Define. Document.
4073 (struct frame_info): Add field register_unwind and
4074 register_unwind_cache.
4075 (frame_register_unwind): Declare.
4076 (generic_unwind_get_saved_register): Declare.
4077
4078 * frame.c (frame_register_unwind): New function.
4079 (generic_unwind_get_saved_register): New function.
4080
4081 * blockframe.c (generic_call_dummy_register_unwind): New function.
4082 (frame_saved_regs_register_unwind): New function.
4083 (set_unwind_by_pc): New function.
4084 (create_new_frame): New function.
4085 (get_prev_frame): New function.
4086
4087 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4088
4089 * a29k-share/: Delete directory.
4090 * remote-vx29k.c: Delete file.
4091
4092 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4093
4094 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4095 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4096
4097 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4098
4099 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4100 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4101 (sparc64nbsd-nat.o)
4102 (sparcnbsd-nat.o)
4103 (sparcnbsd-tdep.o): New dependency lists.
4104 * NEWS: Note new UltraSPARC NetBSD native configuration.
4105 * configure.host (sparc64-*-netbsd*): New host.
4106 * configure.tgt (sparc-*-netbsdelf*)
4107 (sparc-*-netbsd*): Set gdb_target to nbsd.
4108 (sparc64-*-netbsd*): New target.
4109 * sparc64nbsd-nat.c: New file.
4110 * sparcnbsd-nat.c: New file.
4111 * sparcnbsd-tdep.c: New file.
4112 * sparcnbsd-tdep.h: New file.
4113 * config/sparc/nbsd.mt: New file.
4114 * config/sparc/nbsd64.mh: New file.
4115 * config/sparc/nbsd64.mt: New file.
4116 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4117 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4118 (HOST_IPC): Remove.
4119 * config/sparc/nbsdaout.mt: Remove.
4120 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4121 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4122 (HOST_IPC): Remove.
4123 * config/sparc/nbsdelf.mt: Remove.
4124 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4125 sparc-nat.c compatiblity defines.
4126 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4127 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4128 * config/sparc/tm-nbsd64.h: New file.
4129 * config/sparc/tm-nbsdaout.h: Remove.
4130 * config/sparc/xm-nbsd.h: Remove.
4131
4132 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4133
4134 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4135 * sparc-tdep.c: Include osabi.h.
4136 (gdbarch_tdep): Add osabi member.
4137 (_initialize_sparc_tdep): Use gdbarch_register.
4138 (sparc_gdbarch_init): Use generic OS ABI framework.
4139 (sparc_dump_tdep): New function.
4140
4141 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4142
4143 * corefile.c (do_captured_read_memory_integer): Return non-zero
4144 result.
4145 (safe_read_memory_integer): Copy result of memory read when
4146 status is non-zero. Also, add comments.
4147
4148 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4149
4150 * Makefile.in (ppc_tdep_h): Define.
4151 (ppc-linux-nat.o)
4152 (ppc-linux-tdep.o)
4153 (rs6000-tdep.o): Use $(ppc_tdep_h).
4154 (ppc-sysv-tdep.o)
4155 (ppcnbsd-nat.o)
4156 (ppcnbsd-tdep.o): New dependency lists.
4157 * ppc-tdep.h: Use generic OS ABI framework.
4158 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4159 (ppc_linux_init_abi): New functions.
4160 (ppc_sysv_abi_broken_use_struct_convention)
4161 (ppc_sysv_abi_use_struct_convention)
4162 (ppc_sysv_abi_push_arguments): Move to...
4163 * ppc-sysv-tdep.c: ...here.
4164 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4165 * rs6000-tdep.c (process_note_abi_tag_sections)
4166 (get_elfosabi): Remove.
4167 (rs6000_gdbarch_init): Use generic OS ABI framework.
4168 (rs6000_dump_tdep): New function.
4169 (_initialize_rs6000_tdep): Use gdbarch_register.
4170 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4171 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4172 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4173 of ppc-linux-tdep.o.
4174 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4175 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4176 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4177 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4178 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4179 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4180
4181 2002-05-29 Jim Blandy <jimb@redhat.com>
4182
4183 * macroscope.c (default_macro_scope): Put `void' in empty argument
4184 list.
4185
4186 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4187
4188 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4189 * arch-utils.c: Include "sim-regno.h".
4190 * gdbarch.sh: Don't include "sim-regno.h".
4191 * gdbarch.h, gdbarch.c: Regenerate.
4192 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4193 here.
4194 * arch-utils.h (legacy_register_sim_regno): To here.
4195 * remote-sim.c (legacy_register_sim_regno): Move function from
4196 here.
4197 * arch-utils.c (legacy_register_sim_regno): To here.
4198
4199 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4200
4201 * sim-regno.h: New file.
4202 * Makefile.in (sim_regno_h): Define.
4203 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4204 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4205 (legacy_register_sim_regno): New function.
4206 (one2one_register_sim_regno): New function.
4207 (gdbsim_fetch_register): Rewrite.
4208 (gdbsim_store_register): Only store a register when
4209 REGISTER_SIM_REGNO is valid.
4210 * d10v-tdep.c: Include "sim-regno.h".
4211 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4212 (d10v_ts3_register_sim_regno): Ditto.
4213 * gdbarch.sh: Include "sim-regno.h".
4214 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4215 * gdbarch.h, gdbarch.c: Regenerate.
4216 * arch-utils.h (default_register_sim_regno): Delete declaration.
4217 * arch-utils.c (default_register_sim_regno): Delete function.
4218
4219 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4220
4221 * ppcnbsd-nat.c: Rewrite.
4222 * ppcnbsd-tdep.c: New file.
4223 * ppcnbsd-tdep.h: New file.
4224 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4225 solib.o, and solib-svr4.o.
4226 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4227 nbsd-tdep.o, and corelow.o.
4228
4229 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4230
4231 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4232 `tr' and `sed'. Mention that `broken' targets are not expected to
4233 build.
4234
4235 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4236
4237 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4238 Let PC point right after the prologue before looking up symbols.
4239
4240 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4241
4242 * i386-tdep.c (i386_register_virtual_type): Return
4243 builtin_type_vec128i for SSE registers.
4244
4245 * gdbtypes.h (builtin_type_vec128i): Declare.
4246
4247 * gdbtypes.c (build_builtin_type_vec128i): New function.
4248 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4249 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4250 (build_gdbtypes): Initialize new builtin vector types.
4251 (_initialize_gdbtypes): Register new vector types with gdbarch.
4252
4253 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4254
4255 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4256 since it has been multi-arch'd.
4257 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4258 Move Alpha and VAX multi-arch news entries to same section
4259 as other multi-arch news.
4260
4261 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4262
4263 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4264 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4265 static. Rename some register numbers to put them in ns32k-tdep
4266 private namespace.
4267 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4268 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4269 functions.
4270 (_initialize_ns32k_tdep): Use gdbarch_register.
4271 * ns32k-tdep.h: New file.
4272 * ns32knbsd-tdep.c: New file.
4273 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4274 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4275 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4276 REGISTER_BYTES, REGISTER_BYTE): Remove.
4277 * config/ns32k/tm-ns32k.h: New file.
4278 * config/ns32k/tm-umax.h: Remove.
4279
4280 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4281
4282 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4283 ns32k_store_struct_return, ns32k_extract_return_value,
4284 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4285 functions.
4286 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4287 ns32k_saved_pc_after_call.
4288 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4289 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4290 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4291 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4292 ns32k_extract_struct_value_address.
4293
4294 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4295
4296 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4297 ns32k_fix_call_dummy): New.
4298 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4299 ns32k_call_dummy_words.
4300 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4301 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4302 CALL_DUMMY_NARGS): Remove.
4303 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4304
4305 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4306
4307 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4308 ns32k_frame_saved_pc, ns32k_frame_args_address,
4309 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4310 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4311 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4312 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4313 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4314 (BREAKPOINT): Remove..
4315 (FRAME_CHAIN): Define as ns32k_frame_chain.
4316 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4317 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4318 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4319 (FRAME_FIND_SAVED_REGS): Remove.
4320 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4321 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4322 (POP_FRAME): Define as ns32k_pop_frame.
4323
4324 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4325
4326 * ns32k-tdep.c (ns32k_register_byte_32082,
4327 ns32k_register_byte_32382, ns32k_register_raw_size,
4328 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4329 functions.
4330 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4331 ns32k_register_byte_32382.
4332 * config/ns32k/tm-umax.h: Update copyright years.
4333 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4334 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4335 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4336 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4337 (ns32k_get_enter_addr): Fix prototype.
4338
4339 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4340
4341 * ns32k-tdep.c: Update copyright years.
4342 (ns32k_register_name_32082): New function.
4343 (ns32k_register_name_32382): Ditto.
4344 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4345 (REGISTER_NAME): Define as ns32k_register_name_32382.
4346 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4347 (REGISTER_NAME): Define as ns32k_register_name_32082.
4348
4349 2002-05-24 Jim Blandy <jimb@redhat.com>
4350
4351 * dwarf2read.c (free_line_header): Use xfree, not free.
4352
4353 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4354
4355 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4356 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4357
4358 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4359
4360 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4361
4362 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4363
4364 From Ross Alexander at NEC Europe:
4365 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4366
4367 2002-05-23 Michael Snyder <msnyder@redhat.com>
4368
4369 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4370 for input, rather than parse_and_eval_address.
4371
4372 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4373
4374 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4375 * Makefile.in (sim_d10v_h): Update definition.
4376
4377 2002-05-24 Andrew Cagney <cagney@redhat.com>
4378
4379 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4380 change `2002-05-22 Michael Snyder' below.
4381 (d10v_push_arguments): Ditto.
4382 (d10v_extract_return_value): Ditto.
4383
4384 2002-05-23 Jim Blandy <jimb@redhat.com>
4385
4386 * macrotab.c (check_for_redefinition): Don't complain if the new
4387 definition is the same as the previous one. Take more arguments
4388 to allow the comparison.
4389 (macro_define_object, macro_define_function): Pass more arguments
4390 to check_for_redefinition.
4391
4392 2002-05-22 Michael Snyder <msnyder@redhat.com>
4393
4394 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4395 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4396 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4397 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4398 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4399 Add a temp variable to save a call (and a memory read).
4400 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4401 if possible (so that PC_IN_CALL_DUMMY will work).
4402
4403 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4404
4405 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4406
4407 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4408
4409 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4410 fde->cie_ptr.
4411 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4412 (dwarf2_build_frame_info): Add offset to fde->initial_location
4413 so that frames of shared libraries are mapped correctly.
4414 (execute_stack_op): Change type of 'result' from ULONGEST to
4415 CORE_ADDR.
4416
4417 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4418
4419 * config/alpha/tm-nbsd.h: Include solib.h.
4420
4421 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4422
4423 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4424 assumptions about the host's byte order.
4425
4426 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4427
4428 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4429 to dependency list.
4430 * alphanbsd-tdep.c: Include solib-svr4.h.
4431 * shnbsd-tdep.c: Ditto.
4432
4433 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4434
4435 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4436 nbsd-tdep.h to dependency list.
4437 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4438 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4439 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4440 nbsdaout.mh and nbsdelf.mh consistently.
4441 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4442 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4443 nbsdaout.mt and nbsdelf.mh consistently.
4444 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4445 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4446 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4447 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4448 a.out shared library stuff from here...
4449 * config/nm-nbsdaout.h: ...to here.
4450 * config/tm-nbsd.h: Remove.
4451 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4452 * config/arm/nbsd.mh: Remove.
4453 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4454 nbsd-tdep.o.
4455 * config/arm/nbsdaout.mh: New file.
4456 * config/arm/nbsdelf.mh: New file.
4457 * config/arm/nm-nbsdaout.h: New file.
4458 * config/i386/nbsd.mh: Remove.
4459 * config/i386/nbsd.mt: Remove.
4460 * config/i386/nbsdaout.mh: New file.
4461 * config/i386/nbsdaout.mt: New file.
4462 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4463 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4464 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4465 i386_register_u_addr): Remove.
4466 * config/i386/nm-nbsdaout.h: New file.
4467 * config/i386/nm-nbsdelf.h: Remove.
4468 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4469 (USE_STRUCT_CONVENTION): Remove.
4470 * config/i386/tm-nbsdaout.h: New file.
4471 * config/i386/tm-nbsdelf.h: Remove.
4472 * config/m68k/nbsd.mh: Remove.
4473 * config/m68k/nbsd.mt: Remove.
4474 * config/m68k/nbsdaout.mh: New file.
4475 * config/m68k/nbsdaout.mt: New file.
4476 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4477 * config/m68k/nm-nbsdaout.h: New file.
4478 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4479 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4480 * config/ns32k/nbsd.mh: Remove.
4481 * config/ns32k/nbsd.mt: Remove.
4482 * config/ns32k/nbsdaout.mh: New file.
4483 * config/ns32k/nbsdaout.mt: New file.
4484 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4485 * config/ns32k/nm-nbsdaout.h: New file.
4486 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4487 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4488 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4489 (SVR4_SHARED_LIBS): Remove.
4490 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4491 * config/sparc/nbsd.mh: Remove.
4492 * config/sparc/nbsd.mt: Remove.
4493 * config/sparc/nbsdaout.mh: New file.
4494 * config/sparc/nbsdaout.mt: New file.
4495 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4496 * config/sparc/nbsdelf.mt: New file.
4497 * config/sparc/nm-nbsdaout.h: New file.
4498 * config/sparc/nm-nbsdelf.h: Remove.
4499 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4500 * config/sparc/tm-nbsdaout.h: New file.
4501
4502 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4503
4504 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4505 mipsnbsd-tdep.c
4506 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4507
4508 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4509
4510 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4511 shnbsd-nat.c.
4512 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4513
4514 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4515
4516 * NEWS: Note new MIPS NetBSD native configuration.
4517 * configure.host (mips*-*-netbsd*): New host.
4518 * configure.tgt (mips*-*-netbsd*): New target.
4519 * mipsnbsd-nat.c: New file.
4520 * mipsnbsd-tdep.c: New file.
4521 * mipsnbsd-tdep.h: New file.
4522 * config/mips/nbsd.mh: New file.
4523 * config/mips/nbsd.mt: New file.
4524 * config/mips/nm-nbsd.h: New file.
4525 * config/mips/tm-nbsd.h: New file.
4526
4527 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4528
4529 * Makefile.in (SFILES): Add osabi.c.
4530 (COMMON_OBS): Add osabi.o.
4531 (osabi.o): New dependency list.
4532 * osabi.c: New file.
4533 * osabi.h: New file.
4534 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4535
4536 * Makefile.in (alpha_tdep_h): Define and use instead of
4537 alpha-tdep.h.
4538 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4539 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4540 Remove.
4541 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4542 * alpha-tdep.h: Include osabi.h.
4543 (alpha_abi): Remove.
4544 (gdbarch_tdep): Use generic OS ABI framework.
4545 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4546 gdbarch_register_osabi.
4547 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4548 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4549 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4550
4551 * Makefile.in (sh_tdep_h): Add osabi.h.
4552 * sh-tdep.h (sh_osabi): Remove.
4553 (gdbarch_tdep): Use generic OS ABI framework.
4554 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4555 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4556 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4557 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4558
4559 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4560 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4561 gdbarch_register_osabi.
4562 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4563 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4564 (get_elfosabi): Rename to...
4565 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4566 ABI framework support routines.
4567 (arm_gdbarch_init): Use generic OS ABI framework.
4568 (arm_dump_tdep): Likewise.
4569 (_initialize_arm_tdep): Likewise.
4570 * arm-tdep.h: Include osabi.h.
4571 (arm_abi): Remove.
4572 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4573 osabi member.
4574 (arm_gdbarch_register_os_abi): Remove prototype.
4575 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4576 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4577
4578 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4579 * mips-tdep.c: Include osabi.h.
4580 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4581 OS ABI framework.
4582
4583 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4584
4585 * h8300-tdep.c: Fix formatting.
4586
4587 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4588
4589 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4590 printing vector registers.
4591
4592 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4593
4594 From Fernando Nasser:
4595 * remote.c (remote_async_open_1): Re-throw the exception when the
4596 connection fails.
4597 (remote_cisco_open): Ditto.
4598 (remote_open_1): Ditto.
4599
4600 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4601
4602 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4603 (remote_start_remote): Add uiout parameter. Pass through to
4604 remote_start_remote_dummy.
4605 (remote_open_1): Use catch_exception instead of catch_errors.
4606 (remote_async_open_1): Ditto.
4607 (remote_cisco_open): Ditto.
4608
4609 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4610
4611 * remote.c (remote_start_remote): Replace PTR with void pointer.
4612 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4613 static.
4614
4615 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4616
4617 * gdb_indent.sh: Allow the script to be run in the sim directory.
4618
4619 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4620
4621 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4622 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4623
4624 * corelow.c (core_open): Only call set_gdbarch_from_file if
4625 exec_bfd is NULL.
4626
4627 2002-05-17 Andrey Volkov <avolkov@transas.com>
4628
4629 * h8300-tdep.c: Add support of EXR register
4630 * config/h8300/tm-h8300.h: Ditto.
4631
4632 2002-05-17 Andrey Volkov <avolkov@transas.com>
4633
4634 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4635
4636 2002-05-17 Andrey Volkov <avolkov@transas.com>
4637
4638 * h8300-tdep.c: Change literal regnums to REGNO.
4639
4640 2002-05-17 Jim Blandy <jimb@redhat.com>
4641
4642 * NEWS: Note addition of macro support.
4643
4644 Expand preprocessor macros in C expressions.
4645 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4646 (scan_macro_expansion, scanning_macro_expansion,
4647 finished_macro_expansion): New function declarations.
4648 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4649 variable declarations.
4650 * parser-defs.h (expression_context_pc): New declaration.
4651 * parse.c (expression_context_pc): New variable.
4652 (parse_exp_1): Set expression_context_pc, as well as
4653 expression_context_block.
4654 * c-exp.y (yylex): If we're not already reading the result of a
4655 macro expansion, try to macro-expand the next token. When we're
4656 done scanning a macro expansion, switch back to the mainline text.
4657 Commas and `if's in a macro's expansion don't terminate the input.
4658 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4659 (macro_original_text, macro_expanded_text,
4660 expression_macro_lookup_func, expression_macro_lookup_baton): New
4661 variables.
4662 (scan_macro_expansion, scanning_macro_expansion,
4663 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4664 c_preprocess_and_parse): New functions.
4665 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4666 c_preprocess_and_parse, instead of c_parse.
4667 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4668 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4669
4670 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4671
4672 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4673 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4674 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4675
4676 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4677
4678 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4679
4680 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4681
4682 * Makefile.in (sh_tdep_h): Define and use.
4683 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4684 register enum): Move to...
4685 * * sh-tdep.h: ...here.
4686 * sh-tdep.c: Include sh-tdep.h.
4687 * sh3-rom.c: Likewise.
4688 * shnbsd-tdep.c: Likewise.
4689
4690 2002-05-16 Michael Snyder <msnyder@redhat.com>
4691
4692 * arm-tdep.c: Spelling fix in comment.
4693
4694 2002-05-16 Jim Blandy <jimb@redhat.com>
4695
4696 Add commands for manually expanding macros and showing their
4697 definitions.
4698 * macrocmd.c, macroscope.c, macroscope.h: New files.
4699 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4700 (macroscope_h): New variable.
4701 (HFILES_NO_SRCDIR): Add macroscope.h.
4702 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4703 (macroscope.o, macrocmd.o): New rules.
4704
4705 Teach the Dwarf 2 reader to read macro information.
4706 * dwarf2read.c: #include "macrotab.h".
4707 (dwarf_macinfo_buffer): New variable.
4708 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4709 dwarf_macinfo_size.
4710 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4711 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4712 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4713 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4714 dwarf2_macro_spaces_in_definition): New complaints.
4715 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4716 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4717 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4718 the partial symbol table.
4719 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4720 from what's recorded in the partial symbol table.
4721 (read_file_scope): If the compilation unit has a
4722 `DW_AT_macro_info' attribute, read its macro information.
4723 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4724
4725 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4726
4727 Fix PR gdb/546
4728 * ser-tcp.c: Don't include <netinet/udp.h>.
4729
4730 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4731
4732 * MAINTAINERS: Update my email address.
4733
4734 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
4735
4736 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4737 include file of the same name.
4738
4739 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4740
4741 * configure.tgt: Mark v850 as multi-arched.
4742 * config/v850/tm-v850.h: Remove file.
4743 * config/v850/v850.mt: Eliminate TM_FILE.
4744
4745 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4746
4747 * v850-tdep.c: Full multi-arch.
4748 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4749 Define GDB_MULTI_ARCH to 2.
4750
4751 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4752
4753 * p-exp.y (current_type): New static variable.
4754 Carries the type of the expression at the position that is parsed.
4755 (push_current_type, pop_current_type): Two new functions. Used
4756 to store/restore current_type in expression on specific tokens.
4757 (search_field): New static variable. Set to one after parsing a point
4758 as at that point only a FIELDNAME token should be searched.
4759 (FIELDNAME): New token. After a point only a token belonging to
4760 current_type type definition is allowed.
4761 (all over token rules): reset and change current_type according
4762 to rules.
4763 (exp '[' rule): insert implicit array index field if
4764 exp is a pascal string type.
4765
4766 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4767
4768 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4769 frame info. Use frame_info's saved_regs instead of matching member
4770 in extra_frame_info throughout.
4771 (v850_frame_init_saved_regs): New function.
4772 (v850_init_extra_frame_info): Move most functionality into
4773 v850_frame_init_saved_regs().
4774 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4775 (v850_frame_find_saved_regs): Remove declaration.
4776 (FRAME_FIND_SAVED_REGS): Remove definition.
4777 (v850_frame_init_saved_regs): Add declaration.
4778 (FRAME_INIT_SAVED_REGS): Add definition.
4779
4780 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4781
4782 * v850-tdep.c: Begin multi-arch'ing v850.
4783 (v850_target_architecture_hook): Remove function.
4784 (v850_gdbarch_init): New function. Add code previously in
4785 v850_target_architecture_hook().
4786 (_initialize_v850_tdep): Don't set target_architecture_hook.
4787 Call register_gdbarch_init() instead.
4788
4789 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4790
4791 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4792 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4793 (fixup_class_method_type): Likewise.
4794
4795 2002-05-15 Jim Blandy <jimb@redhat.com>
4796
4797 Add macro structures to GDB's symbol tables. Nobody puts anything
4798 in them yet.
4799 * symtab.h (struct symtab): New member: `macro_table'.
4800 * buildsym.h (pending_macros): New global variable.
4801 * buildsym.c: #include "macrotab.h".
4802 (buildsym_init): Initialize `pending_macros'.
4803 (end_symtab): If we found macro information while reading a CU's
4804 debugging info, do build a symtab structure for it. Make the
4805 symtab point to the macro information, and clear the
4806 `pending_macros' pointer which held it while we were reading the
4807 debug info.
4808 (really_free_pendings): Free any pending macro table.
4809 * objfiles.h (struct objfile): New member: `macro_cache'.
4810 * objfiles.c (allocate_objfile): Set allocate and free functions
4811 for the macro cache's objstack.
4812 (free_objfile): Empty the macro cache's obstack.
4813 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4814 set new allocate and free functions for it.
4815 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4816 free functions for the macro cache's objstack. (Why is this
4817 function building its own objfile?)
4818 * symmisc.c (print_objfile_statistics): Print statistics on the
4819 macro bcache.
4820 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4821
4822 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4823
4824 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4825 (REGISTER_U_ADDR): Delete definition.
4826 (arm_register_u_addr): Delete declaration.
4827
4828 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4829
4830 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4831 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4832
4833 2002-05-14 Andrew Cagney <ac131313@redhat.com>
4834
4835 * regcache.c (register_valid): Revise comments refering to "Not
4836 available" and "unavailable".
4837 * frame.c (frame_register_read): Ditto.
4838 * findvar.c (value_of_register): Ditto.
4839
4840 2002-05-15 Andrew Cagney <cagney@redhat.com>
4841
4842 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4843 (remote-sim.o): Update dependencies.
4844 (d10v-tdep.o): Specify dependencies.
4845 (sim_d10v_h): Define.
4846
4847 2002-05-14 Jim Blandy <jimb@redhat.com>
4848
4849 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4850 * macrotab.c (macro_lookup_inclusion, find_definition,
4851 new_macro_table): Same.
4852
4853 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4854 not `! strcmp ()'. This is a dubious improvement.
4855 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4856
4857 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4858 although it's not necessary, to avoid a warning.
4859
4860 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4861
4862 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4863 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4864 TYPE_INSTANCE_FLAGS.
4865 (struct main_type): New.
4866 (struct type): Move most members to struct main_type. Change
4867 cv_type and as_type to new type_chain member. Add instance_flags.
4868 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4869 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4870 (finish_cv_type): Remove prototype.
4871 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4872 Set TYPE_CHAIN.
4873 (alloc_type_instance): New function.
4874 (smash_type): New function.
4875 (make_pointer_type, make_reference_type, make_function_type)
4876 (smash_to_member_type, smash_to_method_type): Call smash_type.
4877 (make_qualified_type): New function.
4878 (make_type_with_address_space): Call make_qualified_type.
4879 (make_cv_type): Likewise.
4880 (finish_cv_type): Remove unnecessary function.
4881 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4882 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4883 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4884 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4885 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4886 * hpread.c (hpread_read_struct_type): Likewise.
4887 * stabsread.c (read_struct_type): Likewise.
4888
4889 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4890
4891 * configure.tgt: Add a catch all sh* target, for cases like
4892 sh[2,3,4]-elf and sh-hms.
4893
4894 2002-05-14 Keith Seitz <keiths@redhat.com>
4895
4896 * event-loop.c (create_file_handler): Don't do anything but
4897 update data when we are given a fd which we are already
4898 monitoring.
4899
4900 2002-05-14 Michal Ludvig <mludvig@suse.cz>
4901
4902 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4903 (update_context): Use __func__ in warnings.
4904
4905 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4906
4907 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4908 and tcp_close to net_open and net_close.
4909 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4910 using UDP if requested. Don't try to disable Nagle on UDP
4911 sockets.
4912 * remote.c (remote_serial_open): New function. Warn about UDP.
4913 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4914
4915 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4916
4917 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4918
4919 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4920
4921 * configure.tgt: Remove sh-hms target.
4922 * MAINTAINERS: Don't list sh-hms as a separate target.
4923
4924 2002-05-13 Jim Blandy <jimb@redhat.com>
4925
4926 Add first preprocessor macro-expansion files.
4927 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4928 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4929 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4930 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4931 (COMMON_OBS): Add macrotab.o, macroexp.o.
4932 (macroexp.o, macrotab.o): New rules.
4933
4934 2002-05-13 Andrew Cagney <ac131313@redhat.com>
4935
4936 * config/m88k/tm-m88k.h: Update copyright.
4937 (m88k_target_write_pc): Declare
4938 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4939 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4940 (SHIFT_INST_REGS): Update definition.
4941 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4942 using old definition of TARGET_WRITE_PC.
4943 * regcache.c (generic_target_write_pc): Delete code handling
4944 NNPC_REGNUM.
4945 * gdbarch.sh (NNPC_REGNUM): Delete.
4946 * gdbarch.h, gdbarch.c: Regenerate.
4947
4948 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
4949
4950 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4951 builtin reg number.
4952
4953 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4954
4955 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4956 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4957 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4958 access macros.
4959 * c-typeprint.c (cp_type_print_method_args): Likewise.
4960 (c_type_print_args): Likewise.
4961 * d10v-tdep.c (d10v_push_arguments): Likewise.
4962 (d10v_extract_return_value): Likewise.
4963 * expprint.c (print_subexp): Likewise.
4964 * gdbtypes.c (lookup_primitive_typename): Likewise.
4965 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4966 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4967 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4968 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4969 (TYPE_VECTOR): Likewise.
4970 * hpread.c (hpread_read_struct_type)
4971 (fix_static_member_physnames, fixup_class_method_type)
4972 (hpread_type_lookup): Likewise.
4973 * mdebugread.c (parse_symbol, parse_type): Likewise.
4974 * p-lang.c (is_pascal_string_type): Likewise.
4975 * valops.c (hand_function_call): Likewise.
4976 * x86-64-tdep.c (classify_argument): Likewise.
4977
4978 * hpread.c (hpread_read_function_type)
4979 (hpread_read_doc_function_type): Call replace_type.
4980 * dstread.c (create_new_type): Delete.
4981 (decode_dst_structure, process_dst_function): Call alloc_type.
4982 Use type access macros.
4983
4984 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4985
4986 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4987 the're not supported by the current architecture.
4988 (i387_fill_fxsave): Likewise.
4989
4990 2002-05-12 Fred Fish <fnf@redhat.com>
4991
4992 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4993 sect_index_xxx members to index the first slot in section_offsets
4994 if all of the section_offsets are zero.
4995
4996 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4997
4998 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4999 checked in with last change.
5000
5001 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5002
5003 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5004 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5005 config.sub.
5006
5007 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
5008
5009 * Makefile.in: Update dependencies.
5010
5011 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5012
5013 * language.c (local_hex_string_custom): Simplify. Do not depend
5014 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5015
5016 * memattr.c (mem_info_command): Replace calls to
5017 longest_local_hex_string and longest_local_hex_string_custom.
5018 * buildsym.c (make_blockvector): Ditto.
5019 * solib.c (info_sharedlibrary_command): Ditto.
5020 * tracepoint.c (tracepoints_info): Ditto.
5021 * symtab.c (print_msymbol_info): Ditto.
5022
5023 * language.c (local_hex_string): Delete.
5024 (local_hex_string_custom): Delete.
5025 (longest_local_hex_string): Rename to local_hex_string.
5026 (longest_local_hex_string_custom): Rename to
5027 local_hex_string_custom.
5028 * language.h (local_hex_string): Change parameter type to LONGEST.
5029 (local_hex_string_custom): Ditto.
5030 (longest_local_hex_string): Delete declaration.
5031 (longest_local_hex_string_custom): Ditto.
5032
5033 * solib.c: Update copyright.
5034 * memattr.c: Update copyright.
5035
5036 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5037
5038 * arch-utils.h (legacy_register_to_value): Declare.
5039 (legacy_value_to_register): Declare.
5040 (legacy_convert_register_p): Declare.
5041 * arch-utils.c (legacy_register_to_value): New function.
5042 (legacy_value_to_register): New function.
5043 (legacy_convert_register_p): New function.
5044
5045 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5046 (VALUE_TO_REGISTER): Define.
5047 (CONVERT_REGISTER_P): Define.
5048 * gdbarch.h, gdbarch.c: Regenerate.
5049
5050 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5051 VALUE_TO_REGISTER.
5052 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5053 CONVERT_REGISTER_P.
5054
5055 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5056 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5057
5058 * Makefile.in: Update dependencies for valops.c.
5059 * valops.c: Include "gdb_assert.h".
5060 (typecmp): Skip THIS parameter to methods.
5061 (find_method_list): Remove static_memfuncp argument,
5062 update callers. Check for stub methods.
5063 (find_value_oload_method_list): Don't set *static_memfuncp.
5064 (find_overload_match): Don't check for stub methods. Assert
5065 that methods are not stubbed. Handle static methods.
5066 (value_find_oload_method_list): Remove static_memfuncp argument.
5067 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5068 to the argument list for static stub methods.
5069 * value.h (value_find_oload_method_list): Update prototype.
5070
5071 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5072
5073 * arch-utils.h (generic_register_size): Declare.
5074 (generic_register_raw_size, generic_register_virtual_size): Delete
5075 declarations.
5076 * arch-utils.c (generic_register_raw_size): Delete.
5077 (generic_register_size): New function.
5078 (generic_register_virtual_size): Delete.
5079
5080 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5081 default generic_register_size.
5082 * gdbarch.h, gdbarch.c: Re-generate.
5083
5084 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5085 register_virtual_size.
5086 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5087 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5088
5089 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5090
5091 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5092 * gdbarch.h, gdbarch.c: Regenerate.
5093 * gnu-v3-abi.c: Update copyright.
5094 (vtable_address_point_offset): Update.
5095 (gnuv3_rtti_type): Update.
5096 (gnuv3_baseclass_offset): Update.
5097 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5098 (init_fetch_link_map_offsets): Update.
5099 * remote.c (get_remote_state): Update.
5100
5101 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5102
5103 * TODO: Remove value_headof/value_from_vtable_info comment.
5104 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5105 * values.c (value_headof, value_from_vtable_info): Delete.
5106 * value.h (value_from_vtable_info): Delete prototype.
5107
5108 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5109
5110 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5111 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5112 $(gdb_regex_h).
5113 (gdb_assert_h): Define.
5114 (gdb_wait_h): Define.
5115 (gdb_regex_h): Define.
5116
5117 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5118
5119 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5120 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5121
5122 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5123
5124 * nbsd-tdep.c: Fix comment.
5125
5126 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5127
5128 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5129 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5130 (nbsd-tdep.o): New dependency list.
5131 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5132 nbsd-tdep.h.
5133 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5134 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5135 * nbsd-tdep.c: New file.
5136 * nbsd-tdep.h: New file.
5137 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5138 nbsd-tdep.h.
5139 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5140 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5141 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5142 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5143
5144 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5145
5146 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5147 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5148 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5149 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5150 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5151 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5152
5153 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5154
5155 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5156 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5157 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5158 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5159 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5160 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5161 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5162
5163 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5164
5165 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5166 fetch_elfcore_registers to...
5167 * i386nbsd-tdep.c: ...here.
5168 (i386nbsd_use_struct_convention): Rename to...
5169 (i386nbsd_aout_use_struct_convention): ...this.
5170 (i386nbsd_supply_reg): New function.
5171 (i386nbsd_fill_reg): New function.
5172 (fetch_core_registers): Use i386nbsd_supply_reg.
5173 (fetch_elfcore_registers): Likewise.
5174 (_initialize_i386nbsd_tdep): New function.
5175 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5176 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5177 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5178 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5179 (i386nbsd_aout_use_struct_convention): ...this.
5180
5181 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5182
5183 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5184 (store_inferior_registers): Use shnbsd_fill_reg.
5185 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5186 sh_nbsd_supply_register): Collapse into...
5187 (shnbsd_supply_reg): ...this.
5188 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5189 (shnbsd_fill_reg): ...this.
5190 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5191 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5192 (fetch_core_registers): Use shnbsd_supply_reg.
5193 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5194 (sh_nbsd_core_fns): Rename to...
5195 (shnbsd_core_fns): ...this.
5196 (sh_nbsd_elfcore_fns): Rename to...
5197 (shnbsd_elfcore_fns): ...this.
5198 (sh_nbsd_init_abi): Rename to...
5199 (shnbsd_init_abi): ...this.
5200 (_initialize_sh_nbsd_tdep): Rename to...
5201 (_initialize_shnbsd_tdep): ...this.
5202 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5203 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5204 sh_nbsd_fill_register): Remove prototypes.
5205 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5206
5207 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5208
5209 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5210 (i387-nat.o): Delete dependency list.
5211 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5212 (x86-64-linux-nat.o): Likewise.
5213 * i387-nat.c: Delete file, moving contents to...
5214 * i387-tdep.c: ...here.
5215 * i387-nat.h: Rename...
5216 * i387-tdep.h: ...to this.
5217 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5218 * i386-linux-nat.c: Likewise.
5219 * i386bsd-nat.c: Likewise.
5220 * i386gnu-nat.c: Likewise.
5221 * i386nbsd-nat.c: Likewise.
5222 * i386v4-nat.c: Likewise.
5223 * x86-64-linux-nat.c: Likewise.
5224 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5225 * config/i386/go32.mh (NATDEPFILES): Likewise.
5226 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5227 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5228 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5229 * config/i386/linux.mh (NATDEPFILES): Likewise.
5230 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5231 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5232 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5233 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5234
5235 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5236
5237 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5238 (alphanbsd-nat.o): Remove dependency list.
5239 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5240 * alphanbsd-nat.c: Delete. Contents moved to...
5241 * alphanbsd-tdep.c: ...here.
5242 (_initialize_alphanbsd_tdep): Register core functions.
5243 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5244
5245 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5246
5247 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5248 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5249 (alphanbsd-nat.o): Likewise.
5250 (alphabsd-tdep.o): New dependency list.
5251 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5252 (fill_gregset): Use alphabsd_fill_reg.
5253 (supply_fpregset): Use alphabsd_supply_fpreg.
5254 (fill_fpregset): Use alphabsd_fill_fpreg.
5255 (fetch_inferior_registers): Use struct reg and struct fpreg
5256 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5257 and alphabsd_supply_fpreg.
5258 (store_inferior_registers): Use struct reg and struct fpreg
5259 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5260 and alphabsd_fill_fpreg.
5261 * alphabsd-tdep.c: New file.
5262 * alphabsd-tdep.h: New file.
5263 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5264 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5265 alphabsd_supply_fpreg.
5266 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5267 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5268
5269 2002-05-11 Eric Christopher <echristo@redhat.com>
5270
5271 * mips-tdep.c (mips_double_register_type): Fix thinko.
5272 (mips_single_register_type): Ditto.
5273 * MAINTAINERS: Add self.
5274
5275 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5276
5277 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5278 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5279 right thing on architectures with different endianness and/or
5280 integer sizes.
5281
5282 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5283
5284 From Christian Limpach <chris@Pin.LU>
5285 * configure.in: Change sed expression which comments out
5286 NATDEPFILES to also comment out continuation lines.
5287 * configure: Regenerate.
5288
5289 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5290
5291 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5292 big patch.
5293
5294 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5295
5296 * sh-tdep.c: Include correct file.
5297
5298 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5299
5300 New support for sh64-elf (sh5) target.
5301
5302 * configure.tgt: For sh64-elf target, default to sh-elf.
5303
5304 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5305 (struct gdbarch_tdep): Add new fields for new registers and ABI
5306 info.
5307
5308 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5309 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5310 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5311 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5312 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5313 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5314 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5315 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5316 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5317 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5318 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5319 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5320 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5321 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5322 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5323 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5324 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5325 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5326 sign_extend, sh64_nofp_frame_init_saved_regs,
5327 sh64_init_extra_frame_info, sh64_get_saved_register,
5328 sh64_extract_struct_value_address, sh64_pop_frame,
5329 sh64_push_arguments, sh64_extract_return_value,
5330 sh64_store_return_value, sh64_show_media_regs,
5331 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5332 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5333 sh_sh64_register_virtual_type,
5334 sh_sh64_register_convert_to_virtual,
5335 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5336 sh64_register_read, sh64_pseudo_register_write,
5337 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5338 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5339 sh64_do_pseudo_register, sh_compact_do_registers_info,
5340 sh64_do_registers_info, sh_gdbarch_init): New functions.
5341
5342 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5343
5344 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5345
5346 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5347
5348 * linespec.c (decode_line_1): Check for a double quote after
5349 a filename correctly.
5350
5351 2002-05-10 Jim Blandy <jimb@redhat.com>
5352
5353 Properly track the size of the current objfile's .debug_line section.
5354 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5355 (DWARF_LINE_SIZE): New macro.
5356 (dwarf2_build_psymtabs_hard): Record the line section's size in
5357 the partial symbol table.
5358 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5359 symbol table.
5360
5361 2002-05-10 Petr Sorfa <petrs@caldera.com>
5362
5363 * ia64-tdep.c: Handle breakpoints on L instruction type
5364 in MLX instruction bundle by moving the breakpoint to
5365 the third slot (X instruction type) as L holds only data.
5366
5367 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5368
5369 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5370 (process_one_symbol): Complain about discarding local symbols
5371 due to a misplaced N_LBRAC entry.
5372
5373 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5374
5375 From Daniel Berlin <dan@cgsoftware.com>
5376 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5377 decrease the depth we are at, in the case of templates.
5378
5379 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5380
5381 * mips-tdep.c (mips_float_register_type): New function.
5382 (mips_double_register_type): New function.
5383 (mips_print_register): Use them.
5384 (do_fp_register_row): Likewise.
5385
5386 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5387
5388 * signals/signals.c (signals): Remove conditional compilation around
5389 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5390 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5391
5392 2002-05-09 Michael Snyder <msnyder@redhat.com>
5393
5394 * remote-rdp.c (remote_rdp_can_run): Remove.
5395
5396 2002-05-09 Tom Tromey <tromey@redhat.com>
5397
5398 * jv-valprint.c (java_val_print): Handle `char' as a special case
5399 of TYPE_CODE_INT.
5400
5401 2002-05-09 Michael Snyder <msnyder@redhat.com>
5402
5403 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5404 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5405 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5406 str r(0123),[sp,#nn].
5407 (arm_skip_prologue): Ditto. Also make disassembly
5408 order-independent by placing it in a loop.
5409
5410 2002-05-06 Michael Snyder <msnyder@redhat.com>
5411
5412 * stabsread.c (read_type): Add recognition for new attribute:
5413 "@V;" means that an array type is actually a vector.
5414 This is analogous to the vector flag that's been added to dwarf2.
5415
5416 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5417
5418 * i386-tdep.h (i386_abi): New enum.
5419 (struct gdbarch_tdep): Replace os_ident member with abi.
5420 (i386_gdbarch_register_os_abi): New prototype.
5421 * i386-tdep.c (i386_abi_names): New array.
5422 (process_note_abi_tag_sections): Removed.
5423 (process_note_sections): New function.
5424 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5425 (struct i386_abi_handler): New struct.
5426 (i386_abi_handler_list): New variable.
5427 (i386_gdbarch_register_os_abi): New function.
5428 (i386_gdbarch_init): Adapt for the changes given above.
5429
5430 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5431
5432 * gregset.h: Say "GNU/Linux".
5433
5434 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5435
5436 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5437 (build_gdbtypes): Build builtin_type_v2_float.
5438 (_initialize_gdbtypes): Register new builtin type.
5439
5440 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5441
5442 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5443 (clear_gdbarch_swap): New function.
5444 (initialize_non_multiarch): Call.
5445 (gdbarch_update_p): Before calling init(), swap out and clear the
5446 existing architecture.
5447 * gdbarch.c: Regenerate.
5448
5449 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5450
5451 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5452 alphanbsd-tdep.c.
5453
5454 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5455
5456 * sh-nbsd-nat.c: Rename to...
5457 * shnbsd-nat.c: ...this.
5458 * sh-nbsd-tdep.c: Rename to...
5459 * shnbsd-tdep.c: ...this.
5460 * sh-nbsd-tdep.h: Rename to...
5461 * shnbsd-tdep.h: ...this.
5462 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5463 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5464
5465 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5466
5467 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5468 concatenation for command help messages.
5469
5470 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5471
5472 * NEWS: Note new sh*-*-netbsdelf* configuration.
5473 * configure.host: Set gdb_host_cpu to sh for all sh*.
5474 (sh*-*-netbsdelf*): New host.
5475 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5476 (sh*-*-netbsdelf*): New target.
5477 * sh-nbsd-nat.c: New file.
5478 * sh-nbsd-tdep.c: New file.
5479 * sh-nbsd-tdep.h: New file.
5480 * config/sh/nbsd.mh: New file.
5481 * config/sh/nbsd.mt: New file.
5482 * config/sh/nm-nbsd.h: New file.
5483 * config/sh/tm-nbsd.h: New file.
5484
5485 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5486
5487 * sh-tdep.c (sh_osabi_names): Declare.
5488 (process_note_abi_tag_sections): New function.
5489 (get_elfosabi): Ditto.
5490 (sh_gdbarch_register_os_abi): Ditto.
5491 (sh_dump_tdep): Ditto.
5492 _initialize_sh_tdep): Use gdbarch_register to register
5493 sh_gdbarch_init and sh_dump_tdep.
5494 * config/sh/tm-sh.h (sh_osabi): Declare.
5495 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5496
5497 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5498
5499 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5500 (thumb_scan_prologue): Ditto.
5501 (arm_find_callers_reg): Ditto.
5502 (arm_frame_chain): Ditto.
5503 (arm_init_extra_frame_info): Ditto.
5504 (arm_frame_saved_pc): Ditto.
5505 (arm_pop_frame): Ditto.
5506 (arm_push_return_address): New function.
5507 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5508 call_dummy_location, call_dummy_breakpoint_offset_p,
5509 call_dummy_breakpoint_offset, call_dummy_p,
5510 call_dummy_stack_adjust_p, call_dummy_words,
5511 sizeof_call_dummy_words, call_dummy_start_offset,
5512 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5513 call_dummy_address, push_return_address and push_dummy_frame for
5514 generic dummy frames.
5515
5516 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5517
5518 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5519 size computation for alloca.
5520 (sh_fp_frame_init_saved_regs): Likewise.
5521
5522 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5523
5524 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5525 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5526 * arm-tdep.c (arm_store_return_value): Use them.
5527 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5528 * remote-rdp.c (remote_rdp_fetch_register): Use
5529 ARM_MAX_REGISTER_RAW_SIZE.
5530 (remote_rdp_store_register): Likewise.
5531
5532 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5533
5534 * dwarf2cfi.c: Code cleanup, removed unused variables,
5535 added default labels to switch {} statements.
5536 * x86-64-tdep.c: Ditto.
5537 * x86-64-linux-nat.c: Ditto.
5538
5539 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5540
5541 * solib.h: Protect against multiple inclusion.
5542
5543 2002-05-06 Jim Blandy <jimb@redhat.com>
5544
5545 Add first preprocessor macro-expansion files.
5546 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5547 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5548 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5549 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5550 (COMMON_OBS): Add macrotab.o, macroexp.o.
5551 (macroexp.o, macrotab.o): New rules.
5552
5553 Separate the job of reading the line number info statement program
5554 header (...expialidocious) out into its own function.
5555 * dwarf2read.c (struct line_head, struct filenames, struct
5556 directories): Replace with...
5557 (struct line_header): New structure, containing the full
5558 contents of the statement program header, including the
5559 include directory and file name tables.
5560 (read_file_scope): If we have line number info, instead of just
5561 calling dwarf_decode_lines to do all the work, call
5562 dwarf_decode_line_header first to get a `struct line_header'
5563 containing the data in the statement program header, and then
5564 pass that to dwarf_decode_lines, which will pick up where that
5565 left off. Be sure to clean up the `struct line_header' object.
5566 (dwarf_decode_line_header, free_line_header, add_include_dir,
5567 add_file_name): New functions.
5568 (dwarf_decode_lines): Move all the code to read the statement
5569 program header into dwarf_decode_line_header. Take the line
5570 header it built as the first argument, instead of the offset to
5571 the compilation unit's line number info. Use the new `struct
5572 line_header' type instead of the old structures. No need to do
5573 cleanups here now, since we don't allocate anything.
5574 (dwarf2_statement_list_fits_in_line_number_section,
5575 dwarf2_line_header_too_long): New complaints.
5576
5577 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5578
5579 * gdbtypes.c (init_vector_type): New function.
5580 (build_builtin_type_vec128): Simplify the representation of SIMD
5581 registers.
5582 (build_gdbtypes): Initialize new builtin vector types.
5583 (_initialize_gdbtypes): Register new vector types with gdbarch.
5584 (builtin_type_v4_float, builtin_type_v4_int32,
5585 builtin_type_v8_int16, builtin_type_v16_int8,
5586 builtin_type_v2_int32, builtin_type_v4_int16,
5587 builtin_type_v8_int8): New (renamed) SIMD types.
5588
5589 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5590
5591 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5592 (i387_fill_fxsave): Likewise.
5593
5594 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5595
5596 * alpha-tdep.c (alpha_extract_return_value): Don't use
5597 non-constant array size in prototype.
5598
5599 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5600
5601 From Brian Taylor <briant at model dot com>:
5602 * ui-out.c (ui_out_field_core_addr): Use the function
5603 longest_local_hex_string_custom'to format addresses > 32 bits
5604 wide.
5605
5606 * ui-out.c (ui_out_field_core_addr): Update comment.
5607
5608 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5609
5610 * stack.c (select_and_print_frame): Make static. Delete the
5611 parameter `level'.
5612 (func_command): Update call.
5613 (select_frame_command): Delete code computing the frame level.
5614 * frame.h (select_and_print_frame): Delete declaration.
5615
5616 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5617
5618 * sparc-tdep.c (sparc_get_saved_register): Comment why
5619 get_prev_frame call is safe.
5620
5621 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5622
5623 * frame.h (select_frame): Delete level parameter.
5624 * stack.c (select_frame): Update. Use frame_relative_level to
5625 obtain the frame's level.
5626 (select_and_print_frame): Update call.
5627 (select_frame_command): Ditto.
5628 (up_silently_base): Ditto.
5629 (down_silently_base): Ditto.
5630 * ocd.c (ocd_start_remote): Ditto.
5631 * remote-rdp.c (remote_rdp_open): Ditto.
5632 * remote-mips.c (mips_initialize): Ditto.
5633 (common_open): Ditto.
5634 * remote-e7000.c (e7000_start_remote): Ditto.
5635 * m3-nat.c (select_thread): Ditto.
5636 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5637 (child_get_current_exception_event): Ditto.
5638 * varobj.c (varobj_create): Ditto.
5639 (varobj_update): Ditto.
5640 (c_value_of_root): Ditto.
5641 * tracepoint.c (finish_tfind_command): Ditto.
5642 * corelow.c (core_open): Ditto.
5643 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5644 * thread.c (info_threads_command): Ditto.
5645 (switch_to_thread): Ditto.
5646 * infrun.c (normal_stop): Ditto.
5647 (restore_selected_frame): Ditto.
5648 (restore_inferior_status): Ditto.
5649 * breakpoint.c (insert_breakpoints): Ditto.
5650 (watchpoint_check): Ditto.
5651 (bpstat_stop_status): Ditto.
5652 (do_enable_breakpoint): Ditto.
5653 * blockframe.c (flush_cached_frames): Ditto.
5654 (reinit_frame_cache): Ditto.
5655
5656 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5657
5658 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5659 maintainer.
5660
5661 2002-05-04 Jim Blandy <jimb@redhat.com>
5662
5663 * gdbtypes.c (replace_type): Doc fix.
5664
5665 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5666
5667 * valprint.c (strcat_longest): Delete commented out function.
5668 Update copyright.
5669
5670 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5671
5672 * MAINTAINERS: Mark a29k as deleted.
5673 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5674 Move new configurations to the top.
5675 * configure.tgt: Remove a29k.
5676 * config/a29k/tm-vx29k.h: Delete.
5677 * config/a29k/vx29k.mt: Delete.
5678 * config/a29k/tm-a29k.h: Delete.
5679 * config/a29k/a29k-udi.mt: Delete.
5680 * config/a29k/a29k.mt: Delete.
5681 * a29k-tdep.c: Delete.
5682 * remote-udi.c: Delete.
5683 * remote-mm.c: Delete.
5684 * remote-eb.c: Delete.
5685 * remote-adapt.c: Delete.
5686 * Makefile.in: Remove obsolete code.
5687 * config/s390/s390x.mt: Ditto.
5688 * config/s390/s390.mt: Ditto.
5689 * config/sparc/sparclynx.mh: Ditto.
5690 * config/sparc/linux.mh: Ditto.
5691 * config/pa/hppaosf.mh: Ditto.
5692 * config/pa/hppabsd.mh: Ditto.
5693 * config/ns32k/nbsd.mt: Ditto.
5694 * config/mips/vr5000.mt: Ditto.
5695 * config/m68k/sun3os4.mh: Ditto.
5696 * config/m68k/nbsd.mt: Ditto.
5697 * config/m68k/m68klynx.mh: Ditto.
5698 * config/m32r/m32r.mt: Ditto.
5699 * config/i386/x86-64linux.mt: Ditto.
5700 * config/i386/nbsdelf.mt: Ditto.
5701 * config/i386/nbsd.mt: Ditto.
5702 * config/i386/i386lynx.mh: Ditto.
5703
5704 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5705
5706 * target.c (debug_print_register): New function. Handle oversize
5707 registers.
5708 (debug_to_fetch_registers): Call.
5709 (debug_to_store_registers): Call.
5710
5711 2002-05-03 Jim Blandy <jimb@redhat.com>
5712
5713 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5714 (read_type): Doc fix.
5715 * gdbtypes.c (replace_type): Doc fix.
5716
5717 * stabsread.c (multiply_defined_struct): New complaint.
5718 (read_struct_type): If the type we were passed isn't empty, or
5719 incomplete, don't read the new struct type into it; complain,
5720 and return the original type unchanged. Take a new `type_code'
5721 argument, which is the type code for the new type.
5722 (read_type): Rather than storing the type's type code here, pass
5723 it as an argument to read_struct_type, and let that take care of
5724 storing it. That way, we don't overwrite the original type code,
5725 so read_struct_type can use it to decide whether we're overwriting
5726 something we shouldn't.
5727 (complain_about_struct_wipeout): New function.
5728
5729 2002-05-03 Andrew Cagney <ac131313@redhat.com>
5730
5731 * gdbarch.sh: Assert that gdbarch is non-NULL.
5732 * gdbarch.c: Regenerate.
5733
5734 2002-05-03 Jason Merrill <jason@redhat.com>
5735
5736 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5737 and return NULL.
5738
5739 2002-05-03 Michal Ludvig <mludvig@suse.cz>
5740
5741 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5742 (x86_64_dwarf2gdb_regno_map_length),
5743 (x86_64_dwarf2_reg_to_regnum): Added.
5744 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5745 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5746 (_initialize_x86_64_tdep): Synced with the change above.
5747 (x86_64_skip_prologue): Reformulated message.
5748
5749 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5750
5751 * f-exp.y: Also use new prev_lexptr variable
5752 to improve error reporting. Based on Michael Snyder
5753 2002-04-24 dated patch to c-exp.y.
5754 * jv-exp.y: Likewise.
5755 * m2-exp.y: Likewise.
5756
5757 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
5758
5759 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5760 we are dealing with vectors.
5761
5762 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5763
5764 * config/m68k/tm-nbsd.h: Obvious fix,
5765 correct machine name.
5766
5767 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5768
5769 * p-typeprint.c (pascal_type_print_base): Add support
5770 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5771
5772 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5773
5774 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5775 for fondamental pascal 'char' type.
5776
5777 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5778
5779 * p-lang.h (is_pascal_string_type): Declaration changed,
5780 new sixth argument of type char ** added.
5781 * p-lang.c (is_pascal_string_type): Implementation
5782 changed. Args length_pos, length_size, string_pos, char_size
5783 can now be NULL. New argument arrayname set to the field
5784 name of the char array. Return value set to char array
5785 field index plus one.
5786 * p-valprint.c (pascal_val_print): Adapt to new declaration of
5787 is_pascal_string_type function.
5788
5789 2002-05-02 Andrew Cagney <cagney@redhat.com>
5790
5791 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5792 <cagney@redhat.com> change.
5793 * gdbarch.c: Regenerate.
5794
5795 2002-05-02 Andrew Cagney <cagney@redhat.com>
5796
5797 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5798 before probing for a new one. Detect errorenous gdbarch_init
5799 functions.
5800 * gdbarch.c: Regenerate.
5801
5802 2002-05-01 Andrew Cagney <cagney@redhat.com>
5803
5804 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5805 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5806 * config/v850/tm-v850.h: Ditto. Update copyright.
5807
5808 2002-04-30 Andrew Cagney <ac131313@redhat.com>
5809
5810 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5811 current_gdbarch.
5812
5813 2002-04-30 Michael Snyder <msnyder@redhat.com>
5814
5815 * arm-tdep.c: Whitespace clean-ups.
5816 (arm_skip_prologue): Fix thinko; two lines
5817 should have been removed as part of 4/24 change.
5818
5819 2002-04-30 Kevin Buettner <kevinb@redhat.com>
5820
5821 * rs6000-tdep.c: Added comment describing how fpscr register
5822 numbers were chosen.
5823
5824 2002-04-30 Michael Snyder <msnyder@redhat.com>
5825
5826 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5827
5828 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5829
5830 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5831 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5832 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5833
5834 2002-04-29 Kevin Buettner <kevinb@redhat.com>
5835
5836 From Louis Hamilton <hamilton@redhat.com>:
5837 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5838 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5839 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5840 not bfd-private xcoff data, to determine wordsize.
5841 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5842
5843 2002-04-29 Andrew Cagney <ac131313@redhat.com>
5844
5845 GDB 5.2 released from 5.2 branch.
5846
5847 2002-04-29 Michal Ludvig <mludvig@suse.cz>
5848
5849 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5850 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5851 (x86_64_register_info_table): Added comments with register numbers.
5852
5853 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5854
5855 * rs6000-tdep.c (rs6000_extract_return_value,
5856 rs6000_store_return_value): Handle returning vectors.
5857 (rs6000_gdbarch_init): Use
5858 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5859 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5860 New function.
5861 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5862 vectors.
5863 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5864 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5865
5866 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5867
5868 * hpread.c (hpread_psymtab_to_symtab_1,
5869 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5870 with fprintf_unfiltered (gdb_stderr,...).
5871
5872 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5873
5874 * remote-array.c (printf_monitor, write_monitor,
5875 array_insert_breakpoint, array_remove_breakpoint ):
5876 Replace fprintf (stderr,...
5877 with fprintf_unfiltered (gdb_stderr,....
5878 * remote-es.c: Likewise.
5879 * remote-os9k.c: Likewise.
5880 * remote-st.c: Likewise.
5881
5882 2002-04-28 Andreas Schwab <schwab@suse.de>
5883
5884 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5885 linux-proc.o and gcore.o.
5886
5887 2002-04-26 Michal Ludvig <mludvig@suse.cz>
5888
5889 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5890 code without frame pointers.
5891
5892 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5893
5894 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5895 ON_STACK is needed.
5896
5897 2002-04-26 Ben Elliston <bje@redhat.com>
5898
5899 * target.c (do_xfer_memory): Correct reference to the new option
5900 "trust-readonly-sections".
5901
5902 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
5903
5904 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5905 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5906 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5907 vectors.
5908 (read_array_type): Record the fact that this array type is really a
5909 vector (i.e. are passed in by value).
5910
5911 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5912
5913 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5914 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5915 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5916 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5917 * alpha-linux-tdep.c: Include frame.h.
5918 (alpha_linux_sigcontext_addr): New function.
5919 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5920 alpha_linux_sigcontext_addr.
5921 * alpha-osf1-tdep.c: Include gdbcore.h.
5922 (alpha_osf1_sigcontext_addr): New function.
5923 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5924 alpha_osf1_sigcontext_addr.
5925 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5926 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5927
5928 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5929
5930 * stack.c (selected_frame_level):
5931 (select_frame): Do not set selected_frame_level.
5932 * frame.h (selected_frame_level): Delete declaration.
5933
5934 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5935
5936 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5937 convert_from_func_ptr-addr when AIX / PowerOpen.
5938
5939 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5940
5941 * valops.c (hand_function_call): Call
5942 generic_save_call_dummy_addr.
5943 * frame.h (generic_save_call_dummy_addr): Declare.
5944 * blockframe.c (struct dummy_frame): Add fields call_lo and
5945 call_hi.
5946 (generic_find_dummy_frame): Check for PC in range call_lo to
5947 call_hi instead of entry_point_address.
5948 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5949 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5950 (generic_save_call_dummy_addr): New function.
5951
5952 2002-04-24 David S. Miller <davem@redhat.com>
5953
5954 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5955 sparc_skip_prologue.
5956 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5957 information to find prologue when possible.
5958 (sparc_prologue_frameless_p): Call examine_prologue directly.
5959 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5960 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5961 second argument.
5962 (SKIP_PROLOGUE): Likewise.
5963
5964 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5965
5966 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5967 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5968 indicate that the condition it was testing is always true.
5969 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5970 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5971 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5972
5973 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5974
5975 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5976 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5977 tdep->jb_pc and tdep->jb_elt_size.
5978 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5979 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5980 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5981 * alpha-nat.c (get_longjmp_target): Remove.
5982 (JB_ELEMENT_SIZE): Ditto.
5983 (JB_PC): Ditto.
5984 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5985 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5986 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5987 to alpha_get_longjmp_target.
5988 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5989 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5990 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5991
5992 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5993
5994 * README: Update to GDB 5.2.
5995
5996 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5997
5998 * gdbarch.sh (LC_ALL): Set to `c'.
5999
6000 2002-04-25 Theodore A. Roth <troth@verinet.com>
6001
6002 * avr-tdep.c: Ran through gdb_indent.sh.
6003
6004 2002-04-25 Theodore A. Roth <troth@verinet.com>
6005
6006 * MAINTAINERS: Add myself as AVR maintainer.
6007 * NEWS: Note new target avr.
6008
6009 2002-04-25 Theodore A. Roth <troth@verinet.com>
6010
6011 * Makefile.in: Add support for AVR target.
6012 * configure.tgt: Add support for AVR target.
6013 * avr-tdep.c: New file
6014 * config/avr/avr.mt: New file.
6015
6016 2002-04-25 Theodore A. Roth <troth@verinet.com>
6017
6018 * MAINTAINERS: Add myself to write-after-approval.
6019
6020 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6021
6022 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6023 with fprintf_unfiltered (gdb_stderr,....
6024
6025 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6026
6027 Fix PR gdb/508.
6028 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6029
6030 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6031
6032 * p-exp.y: Also use new prev_lexptr variable
6033 to improve error reporting. Based on Michael Snyder
6034 2002-04-24 dated patch to c-exp.y.
6035
6036 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6037
6038 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6039 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6040 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6041 to 0.
6042 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6043 and struct value.
6044 (FUNCTION_START_OFFSET): Remove.
6045 (BREAKPOINT): Ditto.
6046
6047 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6048
6049 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6050 * NEWS: Ditto.
6051
6052 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6053
6054 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6055 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6056 alpha_linux_pc_in_sigtramp.
6057 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6058 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6059 alpha_osf1_pc_in_sigtramp.
6060 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6061 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6062 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6063 alphafbsd_pc_in_sigtramp.
6064 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6065 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6066 alphanbsd_pc_in_sigtramp.
6067 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6068 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6069
6070 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6071
6072 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6073
6074 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6075
6076 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6077 alphanbsd-tdep.c.
6078 (alphanbsd-nat.o): New dependency list.
6079 (alphanbsd-tdep.o): Ditto.
6080 * NEWS: Note new native NetBSD/alpha configuration.
6081 * alphanbsd-nat.c: New file.
6082 * alphanbsd-tdep.c: Ditto.
6083 * configure.host (alpha*-*-netbsd*): New host.
6084 * configure.tgt (alpha*-*-netbsd*): New target.
6085 * config/alpha/nbsd.mh: New file.
6086 * config/alpha/nbsd.mt: Ditto.
6087 * config/alpha/nm-nbsd.h: Ditto.
6088 * config/alpha/tm-nbsd.h: Ditto.
6089
6090 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6091
6092 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6093 (alpha-osf1-tdep.o): New dependency list.
6094 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6095 and skip_sigtramp_frame members.
6096 * alpha-linux-tdep.c: Include gdbcore.h.
6097 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6098 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6099 * alpha-osf1-tdep.c: New file.
6100 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6101 alpha-osf1-dep.c.
6102 (alpha_frame_past_sigtramp_frame): New function.
6103 (alpha_dynamic_sigtramp_offset): Ditto.
6104 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6105 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6106 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6107 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6108 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6109 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6110 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6111 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6112 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6113 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6114 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6115 to find_solib_trampoline_target.
6116 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6117 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6118 (SKIP_TRAMPOLINE_CODE): Remove.
6119 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6120 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6121 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6122 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6123 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6124 (PROC_SIGTRAMP_MAGIC): Ditto.
6125 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6126 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6127 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6128 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6129 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6130
6131 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6132
6133 * NEWS: Note that Alpha targets are now multi-arch.
6134
6135 2002-04-24 Michael Snyder <msnyder@redhat.com>
6136
6137 * parser-defs.h (prev_lexptr): New external variable.
6138 * parse.c (parse_exp_1): Set prev_lexptr to null before
6139 calling the language-specific parser.
6140 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6141 (yyerror): Use prev_lexptr in error reporting.
6142
6143 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6144
6145 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6146 * gregset.h: If FILL_FPXREGSET is defined, provide
6147 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6148 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6149 is defined, call fill_fpxregset.
6150
6151 2002-04-24 Roland McGrath <roland@frob.com>
6152
6153 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6154 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6155 (supply_gregset, supply_fpregset): New functions.
6156
6157 * gnu-nat.c (gnu_find_memory_regions): New function.
6158 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6159 (gnu_xfer_memory): Add a cast.
6160
6161 2002-04-24 Michael Snyder <msnyder@redhat.com>
6162
6163 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6164 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6165 of argument regs ("str r(0123), [r11, #-nn"]).
6166 (arm_skip_prologue): Better handling for frameless functions.
6167 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6168 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6169
6170 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6171
6172 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6173 NUM_PSEUDO_REGS can be used.
6174
6175 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6176
6177 * arch-utils.h: Update copyright.
6178
6179 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6180 * gdbarch.h, gdbarch.c: Re-generate.
6181
6182 * inferior.h (IN_SIGTRAMP): Delete definition.
6183 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6184 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6185
6186 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6187 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6188 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6189 (find_proc_framesize): Ditto.
6190 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6191 (alpha_init_extra_frame_info): Ditto.
6192 * infrun.c (handle_inferior_event): Ditto.
6193 (handle_inferior_event): Ditto.
6194 (check_sigtramp2): Ditto.
6195 * blockframe.c (create_new_frame): Ditto.
6196 (get_prev_frame): Ditto.
6197 * ppc-linux-tdep.c: Update comments.
6198 * i386-linux-tdep.c: Update comments.
6199 * breakpoint.c (bpstat_what): Update comment.
6200
6201 2002-04-24 David S. Miller <davem@redhat.com>
6202
6203 * i960-tdep.c (register_in_window_p): New function.
6204 (i960_find_saved_register): Use it instead of
6205 REGISTER_IN_WINDOW_P.
6206 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6207
6208 * symtab.h (find_stab_function_addr): Kill extern.
6209 * minsyms.c (find_stab_function_addr): Remove from here...
6210 * dbxread.c: ... to here, and mark it static.
6211
6212 2002-04-20 David S. Miller <davem@redhat.com>
6213
6214 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6215 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6216
6217 2002-04-21 David S. Miller <davem@redhat.com>
6218
6219 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6220 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6221 (vx_write_register): Likewise.
6222
6223 2002-04-23 J. Brobecker <brobecker@gnat.com>
6224
6225 * source.c (is_regular_file): New function.
6226 (openp): Check wether file to open is a regular file
6227 to avoid opening directories.
6228
6229 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6230
6231 * findvar.c (extract_signed_integer): Cast printf argument
6232 to suppress format warning.
6233 (extract_unsigned_integer): Likewise.
6234 * infcmd.c (registers_info): Likewise.
6235 * top.c (get_prompt_1): Likewise.
6236 * valops.c (value_assign): Likewise.
6237 * valprint.c (print_decimal): Likewise.
6238
6239 2002-04-22 H.J. Lu (hjl@gnu.org)
6240
6241 * c-exp.y (typebase): Support
6242
6243 [long|long long|short] [signed|unsigned] [int|]
6244
6245 and
6246
6247 signed [long|long long|short] int
6248
6249 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6250
6251 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6252 and vax-tdep.h.
6253 * vax-tdep.h: New file.
6254 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6255 Make several routines static.
6256 (vax_get_saved_register): New function.
6257 (vax_gdbarch_init): New function.
6258 (_initialize_vax_tdep): Register vax_gdbarch_init.
6259 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6260 Remove macros now under the control of gdbarch.
6261
6262 2002-04-22 Michael Snyder <msnyder@redhat.com>
6263
6264 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6265 Some whitespace and coding standards tweaks.
6266
6267 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6268
6269 * vax-tdep.c: Include regcache.h.
6270 (vax_call_dummy_words): New.
6271 (sizeof_vax_call_dummy_words): New.
6272 (vax_fix_call_dummy): New function.
6273 (vax_saved_pc_after_call): Ditto.
6274 * config/vax/tm-vax.h: Don't include regcache.h.
6275 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6276 (CALL_DUMMY): Remove.
6277 (CALL_DUMMY_WORDS): Define.
6278 (SIZEOF_CALL_DUMMY_WORDS): Define.
6279 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6280
6281 2002-04-18 Michael Snyder <msnyder@redhat.com>
6282
6283 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6284
6285 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6286
6287 * vax-tdep.c (vax_frame_chain): New function.
6288 (vax_push_dummy_frame): Ditto.
6289 (vax_pop_frame): Ditto.
6290 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6291 (FRAMELESS_FUNCTION_INVOCATION): Use
6292 generic_frameless_function_invocation_not.
6293 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6294 (POP_FRAME): Use vax_pop_frame.
6295
6296 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6297
6298 * vax-tdep.c (vax_store_struct_return): New function.
6299 (vax_extract_return_value): Ditto.
6300 (vax_store_return_value): Ditto.
6301 (vax_extract_struct_value_address): Ditto.
6302 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6303 vax_store_struct_return.
6304 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6305 (STORE_RETURN_VALUE): Use vax_store_return_value.
6306 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6307
6308 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6309
6310 * vax-tdep.c (vax_frame_saved_pc): New function.
6311 (vax_frame_args_address_correct): Ditto.
6312 (vax_frame_args_address): Ditto.
6313 (vax_frame_locals_address): Ditto.
6314 (vax_frame_num_args): Move code to be in proximity to
6315 other frame-related functions.
6316 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6317 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6318 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6319 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6320 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6321
6322 2002-04-22 H.J. Lu (hjl@gnu.org)
6323
6324 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6325 includedir.
6326
6327 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6328
6329 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6330 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6331 (FRAME_INIT_SAVED_REGS): New macro.
6332
6333 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6334
6335 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6336
6337 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6338
6339 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6340 where needed.
6341 (fetch_osf_core_registers): Likewise.
6342 (supply_gregset): Likewise.
6343
6344 2002-04-22 J. Brobecker <brobecker@gnat.com>
6345
6346 * symfile.h (get_section_index): Define.
6347 * symfile.c (get_section_index): New function.
6348 * mdebugread.c (SC_IS_SBSS): New macro.
6349 (SC_IS_BSS): Return true for the scBss storage class only, as
6350 the scSBss storage class refers to the .sbss section.
6351 (parse_partial_symbols): Discard the symbols which associated
6352 section does not exist.
6353 Make sure to use the .sbss section index for symbols which
6354 storage class is scBss, rather than using the .bss section index.
6355
6356 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6357
6358 * vax-tdep.c: Update copyright years.
6359 (vax_register_name): New function.
6360 (vax_register_byte): Ditto.
6361 (vax_register_raw_size): Ditto.
6362 (vax_register_virtual_size): Ditto.
6363 (vax_register_virtual_type): Ditto.
6364 * config/vax/tm-vax.h: Update copyright years.
6365 (REGISTER_NAMES): Remove.
6366 (REGISTER_NAME): Define.
6367 (REGISTER_BYTE): Use vax_register_byte.
6368 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6369 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6370 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6371
6372 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6373
6374 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6375 declaration
6376 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6377
6378 2002-04-21 David S. Miller <davem@redhat.com>
6379
6380 * arch-utils.c (generic_prologue_frameless_p): Kill
6381 SKIP_PROLOGUE_FRAMELESS_P code.
6382 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6383 references.
6384 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6385 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6386 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6387 references.
6388 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6389 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6390 (sparc_gdbarch_init): Pass it to
6391 set_gdbarch_prologue_frameless_p.
6392
6393 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6394
6395 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6396 (alphabsd-nat.o): New dependency list.
6397
6398 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6399
6400 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6401 alphafbsd-tdep.c.
6402 (alpha-linux-tdep.o): New dependency list.
6403 (alphafbsd-tdep.o): Likewise.
6404
6405 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6406
6407 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6408 to here...
6409 * alpha-tdep.c: ...from here.
6410 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6411
6412 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6413
6414 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6415 prototype from here...
6416 * alpha-tdep.h: ...to here.
6417
6418 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6419
6420 * frame.h (selected_frame_level): Document as deprecated.
6421 (frame_relative_level): Declare.
6422 * stack.c (frame_relative_level): New function.
6423 (selected_frame_level): Document as deprecated.
6424 (select_frame): Do not set the selected_frame_level.
6425
6426 * stack.c (frame_info, record_selected_frame): Update.
6427 (frame_command, current_frame_command): Update.
6428 (up_silently_base, up_command, down_silently_base): Update.
6429 (down_command): Update.
6430 * inflow.c (kill_command): Update.
6431 * tracepoint.c (finish_tfind_command): Update.
6432 * corelow.c (core_open): Update.
6433 * thread.c (info_threads_command): Update.
6434 (do_captured_thread_select): Update.
6435 * infcmd.c (finish_command): Update.
6436 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6437
6438 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6439
6440 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6441
6442 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6443
6444 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6445 type const.
6446
6447 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6448
6449 * alphafbsd-tdep.c: Update copyright years. Include
6450 alpha-tdep.h.
6451 (alphafbsd_use_struct_convention): Make static.
6452 (alphafbsd_init_abi): New function.
6453 (_initialize_alphafbsd_tdep): New function.
6454 * config/alpha/tm-fbsd.h: Update copyright years.
6455 (USE_STRUCT_CONVENTION): Remove.
6456
6457 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6458
6459 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6460 an Alpha ABI variant.
6461 (alpha_abi_handler_list): Declare.
6462 (alpha_gdbarch_register_os_abi): New function.
6463 (alpha_gdbarch_init): Give registered ABI variant handlers a
6464 chance to tweak the gdbarch once we have set up defaults.
6465 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6466
6467 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6468
6469 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6470 to standard_coerce_float_to_double.
6471 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6472
6473 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6474
6475 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6476 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6477 from gdbarch_tdep rather than a constant.
6478 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6479 the default text address for all Alpha Unix ABIs.
6480 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6481 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6482
6483 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6484
6485 * alpha-tdep.h: New file. Includes several Alpha target constants
6486 taken from...
6487 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6488 let gdbarch deal with.
6489 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6490 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6491 to dependency list.
6492 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6493 Alpha target register names.
6494 * alphabsd-nat.c: Likewise.
6495 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6496 Alpha target register names. Make serveral routines static.
6497 (alpha_get_saved_register): New function.
6498 (alpha_abi_names): New.
6499 (process_note_abi_tag_sections): New function.
6500 (get_elfosabi): New function.
6501 (alpha_gdbarch_init): New function.
6502 (alpha_dump_tdep): New function.
6503 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6504
6505 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6506
6507 * frame.c (find_saved_register): Delete #ifdef
6508 HAVE_REGISTER_WINDOWS code.
6509 * config/sparc/tm-sparc.h: Update comments.
6510 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6511
6512 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6513
6514 * i960-tdep.c (i960_find_saved_register): New function.
6515 (i960_get_saved_register): New function.
6516 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6517 (i960_get_saved_register): Declare.
6518 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6519
6520 2002-04-20 David S. Miller <davem@redhat.com>
6521
6522 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6523
6524 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6525
6526 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6527 instead of NUM_PSEUDO_REGS.
6528
6529 2002-04-20 David S. Miller <davem@redhat.com>
6530
6531 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6532 GDB_MULTI_ARCH_PARTIAL
6533 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6534 define, let tm-sp64.h do it.
6535
6536 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6537
6538 * frame.c (find_saved_register): Avoid a NULL pointer
6539 dereference and actually walk the frame list.
6540
6541 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6542
6543 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6544 sorted in most most-recent-used order. Document.
6545 * gdbarch.h, gdbarch.c: Regenerate.
6546
6547 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6548
6549 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6550 instead of ->prev.
6551 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6552 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6553 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6554 instead of ->prev.
6555
6556 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6557
6558 Fix PR gdb/471.
6559 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6560 (build_builtin_type_vec128): Ditto.
6561 (append_composite_type_field): Fix calculation of type length in
6562 union case.
6563
6564 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6565
6566 * config/djgpp/README: Update.
6567
6568 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6569 compiler warnings.
6570
6571 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6572
6573 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6574 (alpha_setup_arbitrary_frame): ...to this.
6575 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6576 for alpha_setup_arbitrary_frame.
6577
6578 2002-04-18 Andrew Cagney <cagney@redhat.com>
6579
6580 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6581 * gdbarch.h, gdbarch.c: Regenerate.
6582
6583 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6584 * target.h (memory_breakpoint_from_pc): Update declaration.
6585 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6586
6587 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6588 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6589 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6590 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6591 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6592 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6593 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6594 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6595 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6596 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6597 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6598 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6599
6600 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6601 const pointer.
6602 * monitor.c (monitor_insert_breakpoint): Ditto.
6603 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6604
6605 * config/mcore/tm-mcore.h: Update copyright.
6606 * mem-break.c: Ditto.
6607 * xstormy16-tdep.c: Ditto.
6608
6609 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6610
6611 * p-exp.y: Add precedence rule for '^' token.
6612 This removes the shift/reduce conflicts.
6613 Remove the comment concerning these shift/reduce conflicts.
6614
6615 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6616
6617 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6618 (registers_powerpc_nofp): New register set for processors
6619 without floating point unit.
6620
6621 2002-04-18 David S. Miller <davem@redhat.com>
6622
6623 * MAINTAINERS: Add myself to write-after-approval.
6624
6625 2002-04-17 Michael Snyder <msnyder@redhat.com>
6626
6627 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6628
6629 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6630
6631 * rs6000-tdep.c (frame_initial_stack_address): Use
6632 frame_register_read to read the alloca_reg.
6633
6634 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6635
6636 * frame.c (find_saved_register): Find saved registers in the next
6637 not prev frame.
6638 Fix PR gdb/365.
6639
6640 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6641
6642 * gdbarch.sh (LANG): Set to ``c''.
6643
6644 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6645
6646 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6647
6648 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6649
6650 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6651 Update copyright.
6652
6653 * hpread.c (hpread_get_lntt): Add declaration.
6654 Also fix PR gdb/391.
6655
6656 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6657
6658 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6659 * aclocal.m4, configure: Re-generate.
6660 Fix PR gdb/391.
6661
6662 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6663
6664 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6665 instead of tm_print_insn.
6666
6667 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6668
6669 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6670
6671 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6672
6673 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6674 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6675 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6676
6677 2002-04-12 Don Howard <dhoward@redhat.com>
6678
6679 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6680 max_user_call_depth.
6681 (init_cmd_lists): Initialize the new value;
6682 * cli/cli-script.c (execute_user_command): Limit the call depth of
6683 user defined commands. This avoids a core-dump when user commands
6684 are infinitly recursive.
6685
6686 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6687
6688 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6689 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6690 from tdep struct instead of DEFAULT_LR_SAVE.
6691 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6692 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6693 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6694
6695 2002-04-12 Michael Snyder <msnyder@redhat.com>
6696
6697 * Remote.c: Spelling fix.
6698 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6699 If no symbol found for "sbrk", try "_sbrk".
6700 (make_output_phdrs): Use bfd_section_name.
6701 (gcore_copy_callback): Use bfd_section_name.
6702 * eval.c: Indentation fix-ups.
6703 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6704 in case it gets applied to an address that is already
6705 in the instruction space.
6706 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6707 * symfile.c: Fix indentation, long lines.
6708 * source.c: White space fix-up.
6709
6710 2002-04-12 Andrew Cagney <cagney@redhat.com>
6711
6712 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6713 * frame.c (frame_register_read): New function. Return non-zero on
6714 success.
6715 (read_relative_register_raw_bytes_for_frame): Delete.
6716 (read_relative_register_raw_bytes): Delete.
6717 * frame.h (frame_register_read): Declare.
6718 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6719 * sh-tdep.c: Ditto.
6720 * infcmd.c (do_registers_info): Ditto.
6721 * hppa-tdep.c: Ditto.
6722 * rs6000-tdep.c: Ditto.
6723 * h8500-tdep.c: Ditto.
6724 * mips-tdep.c: Ditto.
6725 * h8300-tdep.c: Ditto.
6726 * z8k-tdep.c: Ditto.
6727
6728 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6729
6730 From Jimi X <jimix@watson.ibm.com>:
6731 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6732 64-bit SysV ABI.
6733
6734 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6735
6736 From Jimi X <jimix@watson.ibm.com>:
6737 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6738 bfd info.
6739
6740 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6741
6742 From Jimi X <jimix@watson.ibm.com>:
6743 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6744 register sets for these processor variants.
6745
6746 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
6747
6748 * regformats/reg-ppc.dat: Support FPSCR.
6749
6750 2002-04-11 Kevin Buettner <kevinb@redhat.com>
6751
6752 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6753 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6754 Add fpscr as an invalid/unfetchable register.
6755 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6756 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6757 (fill_fpregset): Add support for register fpscr.
6758 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6759 (fill_gregset): Account for the fact that register ``mq'' might
6760 not exist.
6761 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6762 (registers_power): Add fpscr to register set at slot 71.
6763 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6764 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6765
6766 2002-04-11 Michael Snyder <msnyder@redhat.com>
6767
6768 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6769 * configure: Regenerate.
6770 * config.in: Regenerate.
6771 * acconfig.h: Add define for _SYSCALL32.
6772 * core-sol2.c: Remove #define _SYSCALL32.
6773 * solib-legacy.c: Remove #define _SYSCALL32.
6774
6775 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6776
6777 * stack.c (select_frame): Cleanup internal error message, do not
6778 use %p.
6779
6780 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6781
6782 * stack.c (select_frame): Check that selected_frame and the
6783 specified level are as expected.
6784 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6785 Update copyright.
6786 * frame.h (struct frame_info): Add field `level'. Update
6787 copyright.
6788 Work-in-progress PR gdb/464.
6789
6790 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6791
6792 * maint.c (maint_print_section_info): Rename print_section_info.
6793 (print_bfd_section_info, print_objfile_section_info): Update.
6794 * inferior.h (struct gdbarch): Add opaque declaration.
6795 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6796 * gdbarch.h: Regenerate.
6797
6798 2002-04-10 Michal Ludvig <mludvig@suse.cz>
6799
6800 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6801 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6802 (kernel_u_size): Added.
6803 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6804 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6805
6806 2002-04-04 Jim Ingham <jingham@apple.com>
6807
6808 * valarith.c (find_size_for_pointer_math): New function, either returns
6809 the size for a pointer's target, returns 1 for void *, or errors for
6810 incomplete types.
6811 (value_add, value_sub): use find_size_for_pointer_math.
6812
6813 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6814
6815 * linux-low.c (linux_look_up_symbols): New hook.
6816 (linux_target_ops): Add linux_look_up_symbols.
6817 * remote-utils.c (decode_address): New function.
6818 (look_up_one_symbol): New function.
6819 * server.c (handle_query): Call target look_up_symbols hook.
6820 * server.h (look_up_one_symbol): Add prototype.
6821 * target.h (struct target_ops): Add look_up_symbols hook.
6822
6823 2002-04-09 Andrew Cagney <ac131313@redhat.com>
6824
6825 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6826 override FP_REGNUM with frame->fp. Update copyright.
6827 * parse.c (num_std_regs, std_regs): Delete.
6828 (target_map_name_to_register): Do not search std_regs. Update
6829 function description.
6830 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6831 declarations. Update copyright.
6832 Fix PR gdb/251.
6833
6834 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6835
6836 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6837 after the last symbol in a block.
6838
6839 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6840
6841 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6842 is non zero as a found symbol.
6843
6844 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6845
6846 * findvar.c: Include "builtin-regs.h".
6847 (value_of_register): Call value_of_builtin_reg when applicable.
6848 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6849 (target_map_name_to_register): Call
6850 builtin_reg_map_name_to_regnum.
6851 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6852 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6853 (builtin_regs_h): Define.
6854 (builtin-regs.o): New target.
6855 (findvar.o): Add $(builtin_regs_h).
6856 * builtin-regs.c, builtin-regs.h: New files.
6857 * std-regs.c: New file.
6858 Partial fix for PR gdb/251.
6859
6860 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6861
6862 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6863 it's no longer required.
6864
6865 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6866
6867 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6868
6869 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6870
6871 From Jimi X <jimix@watson.ibm.com>:
6872 * rs6000-tdep.c (rs6000_software_single_step): Use
6873 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6874 and size. Use target_insert_breakpoint() and
6875 target_remove_breakpoint() to insert and remove breakpoints
6876 instead of explicit memory reads and writes.
6877
6878 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6879
6880 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6881 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6882 ELF_OBJECT_FORMAT ifdef.
6883
6884 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6885
6886 From Jimi X <jimix@watson.ibm.com>:
6887 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6888
6889 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6890
6891 From Jimi X <jimix@watson.ibm.com>:
6892 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6893 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6894
6895 2002-04-07 Mark Kettenis <kettenis@gnu.org>
6896
6897 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6898 s/asprintf/xasprintf/.
6899 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
6900
6901 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6902
6903 I believe Jeff Law denies responsability for this one:
6904 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
6905 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
6906 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
6907 Work-around for PR gdb/366.
6908
6909 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6910
6911 * remote-e7000.c (write_small, e7000_read_inferior_memory,
6912 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
6913 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
6914
6915 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6916
6917 * sh-tdep.c (sh_fp_frame_init_saved_regs,
6918 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
6919 information.
6920
6921 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6922
6923 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
6924 maintainer.
6925
6926 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6927
6928 * README (Reporting Bugs in GDB): Document the bug web page as the
6929 prefered way of submitting bugs.
6930 Fix PR gdb/402.
6931
6932 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6933
6934 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
6935 -1. Update comment.
6936 * gdbarch.h, gdbarch.c: Re-generate.
6937
6938 2002-04-07 Andreas Schwab <schwab@suse.de>
6939
6940 * m68klinux-nat.c (fill_fpregset): Properly pass address of
6941 buffer to regcache_collect.
6942
6943 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6944
6945 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
6946 * gdbarch.c, gdbarch.h: Re-generate.
6947
6948 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6949
6950 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
6951 declaration. Fix -Werror.
6952
6953 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
6954
6955 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
6956 * gdbarch.c: Regenerate.
6957
6958 2002-04-05 Michael Snyder <msnyder@redhat.com>
6959
6960 * breakpoint.c (clear_command): Rewrite middle section to
6961 combine two loops with identical control conditions.
6962 Add a cleanup to eliminate a memory leak.
6963 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
6964
6965 2002-04-05 H.J. Lu (hjl@gnu.org)
6966
6967 * solib-svr4.c (bkpt_names): Add "__start".
6968
6969 2002-04-04 Andrew Cagney <ac131313@redhat.com>
6970
6971 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
6972 as test for 64 bit target.
6973
6974 2002-04-05 Andrew Cagney <ac131313@redhat.com>
6975
6976 * h8500-tdep.c (h8500_write_fp): Delete function.
6977 * dwarf2cfi.c (cfi_write_fp): Document as not used.
6978 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
6979 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
6980 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
6981 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
6982 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
6983 (s390_write_fp):
6984 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
6985 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
6986 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
6987 (d10v_write_fp): Delete function.
6988 * inferior.h (write_fp, generic_target_write_fp): Delete
6989 declarations.
6990 * regcache.c (generic_target_write_fp): Delete function.
6991 (write_fp): Delete function.
6992 * gdbarch.sh (TARGET_WRITE_FP): Delete.
6993 * gdbarch.h, gdbarch.c: Regenerate.
6994 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
6995 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
6996 (sparc64_write_fp): Delete declaration.
6997 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
6998 (h8500_write_fp): Delete declaration.
6999
7000 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7001
7002 * sparc-tdep.c (sparc64_write_fp): Delete.
7003 (sparc_push_dummy_frame): Replace write_fp call with code to store
7004 the FP directly.
7005 (sparc_gdbarch_init): Do not initialize write_fp.
7006
7007 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7008
7009 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7010 clause.
7011
7012 2002-03-29 Jim Blandy <jimb@redhat.com>
7013
7014 * stack.c (get_selected_block): Add new argument `addr_in_block',
7015 used to return the exact code address we used to select the block,
7016 not just the block.
7017 * blockframe.c (get_frame_block, get_current_block): Same.
7018 * frame.h (get_frame_block, get_current_block,
7019 get_selected_block): Update declarations.
7020 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7021 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7022
7023 2002-04-05 Michael Snyder <msnyder@redhat.com>
7024
7025 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7026 warning message.
7027
7028 2002-04-05 J. Brobecker <brobecker@gnat.com>
7029
7030 * utils.c (xfullpath): New function.
7031 * defs.h (xfullpath): Add declaration.
7032 * source.c (openp): Use xfullpath in place of gdb_realpath to
7033 avoid resolving the basename part of filenames when the
7034 associated file is a symbolic link. This fixes a potential
7035 inconsistency between the filenames known to GDB and the
7036 filenames it prints in the annotations.
7037 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7038 to be able to match a filename with either the real filename, or
7039 the name of any symbolic link to this file.
7040 (lookup_partial_symtab): Ditto.
7041
7042 2002-04-04 Michael Snyder <msnyder@redhat.com>
7043
7044 * breakpoint.c: Add support for hardware breakpoints in overlays.
7045 (overlay_events_enabled): New state variable.
7046 (insert_breakpoints): Use overlay_events_enabled to decide
7047 whether to attempt to set a breakpoint at the overlay load addr.
7048 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7049 (remove_breakpoint): Use overlay_events_enabled to decide
7050 whether breakpoints need to be removed from overlay load addr.
7051 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7052 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7053 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7054 disable_overlay_breakpoints): Update overlay_events_enabled.
7055
7056 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7057
7058 * dwarf2read.c (struct function_range): New.
7059 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7060 (check_cu_functions): New.
7061 (read_file_scope): Initialize global function lists.
7062 Call dwarf_decode_line after processing children.
7063 (read_func_scope): Add to global function list.
7064 (dwarf_decode_lines): Call check_cu_functions everywhere
7065 record_line is called. Call record_line with a linenumber
7066 of 0 to mark sequence ends.
7067
7068 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7069
7070 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7071 change sync with glibc.
7072
7073 2002-04-03 Jim Blandy <jimb@redhat.com>
7074
7075 * configure.in: Call AC_C_INLINE.
7076 * configure: Regenerated.
7077
7078 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7079
7080 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7081 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7082
7083 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7084
7085 * NEWS: Mention gcore support on FreeBSD/i386.
7086
7087 * fbsd-proc.c: New file.
7088 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7089 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7090
7091 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7092 while statement.
7093
7094 2002-03-29 Jim Blandy <jimb@redhat.com>
7095
7096 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7097 unescaped newlines in string literals, but newer ones don't. So
7098 escape them.
7099
7100 2002-03-26 Michael Snyder <msnyder@redhat.com>
7101 Andrew Cagney <cagney@redhat.com>
7102
7103 * cli/cli-dump.c: New file. Dump memory to file,
7104 restore file to memory.
7105 * cli/cli-dump.h: New file.
7106 * Makefile.in: Add rules, dependencies for cli-dump.o.
7107 * NEWS: Mention new commands.
7108
7109 2002-03-28 Michael Snyder <msnyder@redhat.com>
7110
7111 * symfile.c (symbol_file_add): Move test for null symbols to later.
7112
7113 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7114
7115 From veksler at il.ibm.com:
7116 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7117 the xstrduped original path.
7118 Fix PR gdb/417.
7119
7120 2002-03-27 Michael Snyder <msnyder@redhat.com>
7121
7122 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7123 * infcmd.c (_initialize_infcmd): Ditto.
7124 * language.c (_initialize_language): Ditto.
7125 * symfile.c (_initialize_symfile): Ditto.
7126 * top.c (_init_main): Ditto.
7127 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7128
7129 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7130
7131 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7132 vector registers handling.
7133 (skip_prologue): Handle new AltiVec instructions. Fill in new
7134 fields of frame data.
7135 (frame_get_saved_regs): Fill in information for AltiVec registers.
7136
7137 2002-03-27 Jim Blandy <jimb@redhat.com>
7138
7139 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7140 a function; leave this macro here to invoke that function.
7141 (symbol_init_mangled_name): Declaration for that function.
7142 * symtab.c (symbol_init_mangled_name): New function.
7143
7144 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7145
7146 * valarith.c: Replace strerror with safe_strerror.
7147 * tracepoint.c: Ditto.
7148 * lin-lwp.c: Ditto.
7149 * go32-nat.c: Ditto.
7150 * inflow.c: Ditto.
7151 * gnu-nat.c: Ditto.
7152
7153 2002-03-27 Andreas Schwab <schwab@suse.de>
7154
7155 * event-top.c (command_line_handler): Remove useless if.
7156
7157 2002-03-27 Andreas Jaeger <aj@suse.de>
7158
7159 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7160 comment.
7161
7162 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7163
7164 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7165 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7166 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7167 (x86_64_linux_dr_get_status, supply_gregset),
7168 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7169 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7170 (x86_64_register_info_table): Add.
7171 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7172 (x86_64_register_raw_size, x86_64_register_virtual_type),
7173 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7174 general x86_64_register_info_table.
7175 (i386_gdbarch_init): gdbarch_register_bytes is now set
7176 dynamicaly during initialization.
7177 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7178 * gdbserver/linux-x86-64-low.c: Ditto.
7179
7180 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7181
7182 * gdbserver/server.c (main): Call target_signal_to_host_p
7183 and target_signal_to_host on signals received from the remote.
7184 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7185 target_signal_from_host on signals sent to the remote.
7186 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7187 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7188
7189 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7190
7191 * signals/signals.c: Include "server.h" in gdbserver build.
7192 (target_signal_from_name): Don't use STREQ.
7193 (_initialize_signals): Likewise. Don't include function in
7194 gdbserver build.
7195
7196 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7197
7198 * signals.c: Moved to...
7199 * signals/signals.c: Here.
7200 * Makefile (signals.o): Update.
7201
7202 2002-03-26 Jeff Law (law@redhat.com)
7203
7204 * somread.c (som_symtab_read): Remove some commented out code and
7205 updated related comments. Do not set the minimal symbol table to
7206 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7207 in a dynamic executable.
7208 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7209 where we are unable to find the minimal symbol for the given
7210 PC value.
7211
7212 2002-03-25 Jeff Law (law@redhat.com)
7213
7214 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7215
7216 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7217
7218 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7219
7220 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7221
7222 * command.h: Update copyright.
7223 (struct cmd_list_element): Replace definition with opaque
7224 declaration.
7225 (enum cmd_types): Document that it will eventually be moved to
7226 cli/cli-decode.h
7227 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7228 (MALLOCED_REPLACEMENT): Delete macro.
7229 * Makefile.in (cli_decode_h): Add $(command_h).
7230 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7231 * top.c: Include "cli/cli-decode.h".
7232 * completer.c: Include "cli/cli-decode.h".
7233 * maint.c: Include "cli/cli-decode.h".
7234 * cli/cli-decode.h: Include "command.h".
7235 (enum command_class): Delete.
7236 (enum cmd_types): Comment out.
7237 (enum cmd_auto_boolean): Delete.
7238 (enum var_types): Delete.
7239
7240 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7241
7242 * cli/cli-decode.c: Include "gdb_assert.h".
7243 (add_set_or_show_cmd): New static function.
7244 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7245 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7246 all fields, such as func, from the set command.
7247
7248 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7249
7250 * MAINTAINERS (sh-elf): Change warning flag to -w.
7251
7252 2002-03-23 Andrew Cagney <cagney@redhat.com>
7253
7254 * defs.h (error): Add printf format attribute.
7255 * thread-db.c (thread_from_lwp): Fix error format string.
7256 * stack.c (parse_frame_specification): Ditto.
7257 * cli/cli-decode.c (undef_cmd_error): Ditto.
7258 * scm-lang.c (scm_lookup_name): Ditto.
7259 * tracepoint.c (trace_error): Ditto.
7260 * remote-utils.c (usage): Ditto.
7261 * remote.c (compare_sections_command): Ditto.
7262 Fix PR gdb/328.
7263
7264 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7265
7266 * gdbtypes.c (append_composite_type_field): New function.
7267 (init_composite_type): New function.
7268 * gdbtypes.h (append_composite_type_field): Declare.
7269 (init_composite_type): Ditto.
7270
7271 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7272
7273 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7274 function.
7275 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7276 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7277 structure returning convention for SYSV ABI case, but not
7278 for GNU/Linux, FreeBSD, or NetBSD.
7279
7280 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7281
7282 * symtab.h (lookup_block_symbol): Add mangled_name argument
7283 to prototype.
7284
7285 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7286 with new mangled_name argument.
7287 * linespec.c (decode_line_1): Likewise.
7288 * valops (value_of_this): Likewise.
7289 * symtab.c (lookup_transparent_type): Likewise.
7290 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7291 (lookup_symbol): If we are given a mangled name, pass it down
7292 to lookup_symbol_aux.
7293 (lookup_block_symbol): If we are given a mangled name to check
7294 against, only return symbols which match it.
7295
7296 2002-03-22 Christopher Faylor <cgf@redhat.com>
7297
7298 * win32-nat.c (child_create_inferior): Check for proper shell to use
7299 here, in case the user changes it on the fly.
7300 (_initialize_inftarg): Remove shell path considerations.
7301
7302 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7303
7304 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7305 for gdbarch_max_register_raw_size and max_register_virtual_size.
7306 Adjust copyright year.
7307
7308 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7309
7310 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7311 in a function to cover the entire beginning of the function
7312 as well if it does not already.
7313
7314 2002-03-21 Tom Rix <trix@redhat.com>
7315
7316 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7317 (rs6000_ptrace64): Renamed from ptrace64.
7318
7319 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7320
7321 * gdbserver/remote-utils.c (remote_open): Don't call
7322 getprotobyname, we're all using TCP here so just use
7323 IPPROTO_TCP.
7324 * gdbserver/gdbreplay.c (remote_open): Ditto.
7325
7326 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7327
7328 * regcache.c (_initialize_regcache): No need to call
7329 build_regcache() at this time; it gets called whenever
7330 the gdbarch changes.
7331
7332 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7333
7334 * sparc-nat.c: Include sys/param.h where possible.
7335
7336 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7337
7338 Fix PR gdb/422.
7339 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7340 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7341 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7342 complex types.
7343 * stabsread.c (rs6000_builtin_type): Likewise.
7344 (read_sun_floating_type): Likewise.
7345
7346 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7347
7348 * stabsread.c (read_member_functions): Remove skip code for duplicate
7349 constructor/destructor methods. Use standard parsing for these
7350 methods and just do not chain them to the list of methods after
7351 parsing.
7352
7353 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7354
7355 * coffread.c: Remove redundant static declarations. Replace
7356 occurrences of `PTR' with `void *'.
7357 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7358 * top.h (quit_cover): Likewise.
7359 * defs.h (catch_errors): Likewise.
7360
7361 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7362
7363 * defs.h (XMALLOC): Define.
7364 * gdb-events.sh (XMALLOC): Delete macro.
7365 * gdb-events.c, gdb-events.h: Regenerate.
7366 * gdbarch.sh (XMALLOC): Delete macro.
7367 * gdbarch.c: Regenerate.
7368 * serial.c (XMALLOC): Delete macro.
7369 * ui-file.c (XMALLOC): Ditto.
7370 * ser-unix.h (XMALLOC): Ditto.
7371 * sh-tdep.c (XMALLOC): Ditto.
7372 * ui-out.c (XMALLOC): Ditto.
7373 * utils.c (XMALLOC): Ditto.
7374 * i386-tdep.c (XMALLOC): Ditto.
7375 * gdb-events.c (XMALLOC): Ditto.
7376 * d10v-tdep.c (XMALLOC): Ditto.
7377 * cli-out.c (XMALLOC): Ditto.
7378
7379 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7380 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7381 * ui-file.c, ui-out.c: Ditto.
7382
7383 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7384
7385 * command.h (struct cmd_list_element): Add field context.
7386 (set_cmd_context, get_cmd_context): Declare.
7387 * cli/cli-decode.h: Ditto.
7388 * cli/cli-decode.c (get_cmd_context): New function.
7389 (set_cmd_context): New function.
7390 (add_cmd): Initialize context.
7391 Part of fixing PR gdb/145 and PR gdb/146.
7392
7393 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7394
7395 * cli/cli-decode.c (cmd_type): New function.
7396 * command.h (cmd_type): Declare.
7397 * infrun.c (set_schedlock_func): Call function cmd_type.
7398 * kod.c (kod_set_os): Call cmd_type.
7399 * cris-tdep.c (cris_version_update): Use function cmd_type.
7400 (cris_mode_update, cris_abi_update): Ditto.
7401
7402 * command.h: (execute_cmd_post_hook): Declare.
7403 (execute_cmd_pre_hook): Declare.
7404 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7405 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7406 functions. Execute pre/post hook while ensuring that afterwords
7407 hook_in is cleared.
7408 * top.c (execute_command): Use execute_cmd_post_hook, and
7409 execute_cmd_pre_hook to execute pre/post commands.
7410 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7411 hook_stop_stub.
7412 (hook_stop_stub): Call execute_cmd_pre_hook.
7413
7414 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7415
7416 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7417 set'' and this leads to a core dump. Move xstrdup of
7418 operating_system to after check that it is not NULL.
7419
7420 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7421
7422 * kod.c (kod_set_os): Remove unnecessary check that
7423 ``command->type'' is set_cmd.
7424
7425 * valprint.c (set_input_radix): Use input_radix.
7426 (set_output_radix): Use output_radix.
7427 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7428 isn't reverted.
7429
7430 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7431
7432 * value.h (struct value): Delete field ``substring_addr''. Change
7433 aligner fields to force_doublest_align, force_longest_align,
7434 force_core_addr_align and force_pointer_aligh.
7435
7436 * value.h (struct value): Fix typo in above change.
7437
7438 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7439
7440 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7441 to fix internal_error from ``maintenance print architecture''.
7442
7443 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7444
7445 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7446 for gcc versions after gcc-2.8.1.
7447
7448 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7449
7450 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7451 for method resolution. Restore adjustment of ``this'' pointer after
7452 calling value_struct_elt, which was accidentally removed during the
7453 HP merge.
7454
7455 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7456
7457 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7458 value_of_register.
7459 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7460 get_saved_register.
7461 * value.h (value_of_register): Update.
7462
7463 2002-03-14 Richard Henderson <rth@redhat.com>
7464
7465 * configure.in: Detect declaration for canonicalize_file_name.
7466 * utils.c (canonicalize_file_name): Declare, if needed.
7467 (gdb_realpath): Prefer realpath if available and usable.
7468 * config.in, configure: Rebuild.
7469
7470 2002-03-14 Richard Henderson <rth@redhat.com>
7471
7472 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7473 a constant array bound.
7474
7475 * MAINTAINERS: Add myself to write-after-approval.
7476
7477 2002-03-14 Michael Snyder <msnyder@redhat.com>
7478
7479 * symfile.c (syms_from_objfile): Return immediately if no syms.
7480 (symbol_file_add): Return immediately if no syms.
7481 (find_sym_fns): Return immediately if no syms.
7482
7483 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7484
7485 * gdbserver/remote-util.c (remote_open): Print remote-side's
7486 IP address when remote debugging over the network.
7487
7488 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7489
7490 * config/sparc/fbsd.mh: Fix copyright.
7491 * config/sparc/fbsd.mt: Likewise.
7492
7493 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7494
7495 * MAINTAINERS: Fix typo in name of gdb warnings option.
7496 (x86-64): Fix formating so that this can be parsed by awk.
7497
7498 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7499
7500 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7501 * defs.h: Include "gdb/signals.h".
7502 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7503
7504 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7505
7506 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7507 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7508 from x86-64-tdep.h
7509
7510 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7511 Don Howard <dhoward@redhat.com>
7512
7513 * mips-tdep.c (ST0_FR): Define.
7514 (mips2_fp_compat): New function, temporarily disabled.
7515 (mips_read_fp_register_single): New function.
7516 (mips_read_fp_register_double): New function.
7517 (mips_print_register): Use them.
7518 (do_fp_register_row): Likewise.
7519
7520 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7521
7522 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7523 approval''.
7524
7525 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7526
7527 * stabsread.c (read_member_functions): Fix is_stub test for
7528 static member functions, improve comment.
7529
7530 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7531
7532 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7533 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7534 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7535 commands that set boolean values.
7536 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7537 (arm_rdi_resume): Always initialize PC.
7538 (arm_rdi_open): Don't use rslt as a boolean.
7539 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7540 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7541 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7542 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7543
7544 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7545
7546 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7547 * configure: Rebuilt.
7548
7549 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7550
7551 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7552 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7553
7554 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7555
7556 * cli/cli-decode.c (set_cmd_completer): New function.
7557 * command.h (set_cmd_completer): Declare.
7558 * cli/cli-decode.h (set_cmd_completer): Ditto.
7559
7560 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7561 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7562 * win32-nat.c (_initialize_inftarg): Ditto.
7563 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7564 * proc-api.c (_initialize_proc_api): Ditto.
7565 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7566 * source.c (_initialize_source): Ditto.
7567 * exec.c (_initialize_exec): Ditto.
7568 * solib.c (_initialize_solib): Ditto.
7569 * top.c (init_main): Ditto.
7570 * tracepoint.c (_initialize_tracepoint): Ditto.
7571 * symfile.c (_initialize_symfile): Ditto.
7572 * printcmd.c (_initialize_printcmd): Ditto.
7573 * infcmd.c (_initialize_infcmd): Ditto.
7574 * corefile.c (_initialize_core): Ditto.
7575
7576 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7577
7578 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7579
7580 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7581
7582 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7583
7584 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7585
7586 * NEWS: Update headings, 5.2 has branched.
7587
7588 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7589
7590 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7591 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7592 (register_addr, REGISTER_RAW_SIZE): Likewise.
7593 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7594 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7595
7596 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7597
7598 * MAINTAINERS (x86-64): Add myself.
7599 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7600 changed value_ptr -> struct value *
7601
7602 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7603
7604 * configure.host (sparc64-*-freebsd): Add.
7605 * configure.tgt: Likewise.
7606 * config/sparc/fbsd.mh: New file.
7607 * config/sparc/fbsd.mt: Likewise.
7608 * config/sparc/nm-fbsd.h: Likewise.
7609 * config/sparc/tm-fbsd.h: Likewise.
7610
7611 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7612
7613 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7614 regformats/reg-s390x.dat.
7615
7616 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7617
7618 * utils.c: Add FIXME explaining true/false problem.
7619
7620 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7621
7622 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7623
7624 2002-02-28 Michael Chastain <mec@shout.net>
7625
7626 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7627
7628 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7629
7630 * gdbserver/linux-s390-low.c: New file.
7631 * regformats/reg-s390.dat: New file.
7632 * regformats/reg-s390x.dat: New file.
7633 * gdbserver/configure.srv: Add S/390.
7634 * gdbserver/Makefile.in: Add S/390.
7635 * configure.tgt: Enable gdbserver for S/390.
7636
7637 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7638
7639 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7640 first line of the doc string for "info dos", except at the end of
7641 the sentence, since the short help stops at the first period.
7642
7643 2002-02-28 Jason Merrill <jason@redhat.com>
7644
7645 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7646
7647 2002-02-27 Fred Fish <fnf@redhat.com>
7648
7649 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7650 comment (dumy -> dummy).
7651
7652 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7653
7654 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7655
7656 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7657
7658 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7659
7660 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7661
7662 * gdbserver/acconfig.h: New file.
7663 * gdbserver/i387-fp.c: New file.
7664 * gdbserver/i387-fp.h: New file.
7665 * gdbserver/linux-x86-64.c: New file.
7666 * regformats/reg-x86-64.dat: New file.
7667 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7668 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7669 * gdbserver/configure.in: Add support for regsets.
7670 * gdbserver/config.in: Regenerate.
7671 * gdbserver/configure: Regenerate.
7672 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7673 * gdbserver/linux-low.h: New file.
7674 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7675 for regsets.
7676 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7677 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7678 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7679 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7680 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7681 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7682 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7683 "i387-fp.h". Add PTRACE_GETREGS and friends.
7684 * gdbserver/regcache.c (supply_register): New function.
7685 (supply_register_by_name): New function.
7686 (collect_register): New function.
7687 (collect_register_by_name): New function.
7688
7689 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7690
7691 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7692 (config.status): Add configure.srv dependency.
7693 (server_h): Add config.h dependency.
7694
7695 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7696
7697 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7698 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7699 * gdbserver/configure.srv: Change i386-*-linux* to use
7700 reg-i386-linux.o.
7701
7702 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7703
7704 * x86-64-tdep.c: Re-indent. Update copyright date.
7705
7706 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7707
7708 From Michal Ludvig <mludvig@suse.cz>:
7709 * x86-64-tdep.c (value.h): Delete.
7710 (gdb_assert.h): Include.
7711 (x86_64_register_convert_to_virtual,
7712 x86_64_register_convert_to_raw ): Add check which lets only
7713 floating-point values to be converted.
7714 (value_push): Delete.
7715 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7716 (i386_gdbarch_init): Number of register_bytes fixed.
7717
7718 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7719
7720 * MAINTAINERS: Add x86-64 target.
7721
7722 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7723
7724 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7725 * osfsolib.c (solib_map_sections): Ditto.
7726 * irix5-nat.c (solib_map_sections): Ditto.
7727 * corelow.c (gdb_check_format): Ditto.
7728 * symfile.c (symfile_bfd_open): Ditto.
7729 * solib.c (solib_map_sections): Ditto.
7730 Fix PR gdb/354.
7731
7732 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7733
7734 * remote.c (_initialize_remote): By default, disable ``e'' and
7735 ``E'' step out-of-range packets.
7736
7737 2002-02-26 Andreas Schwab <schwab@suse.de>
7738
7739 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7740 m68k_linux_frame_saved_pc.
7741 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7742 in_sigtramp.
7743 (SIGCONTEXT_PC_OFFSET): Remove.
7744 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7745 m68k_linux_sigtramp_saved_pc): New functions.
7746 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7747 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7748 (UCONTEXT_PC_OFFSET): Define.
7749 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7750 non-RT and RT signal trampolines.
7751
7752 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
7753
7754 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7755 (TARGET_NBPG, STACK_END_ADDR): Delete
7756 (VARIABLES_INSIDE_BLOCK): Delete.
7757
7758 2002-02-25 Andrew Cagney <ac131313@redhat.com>
7759
7760 * utils.c (perror_with_name): Make string parameter constant.
7761 (print_sys_errmsg): Ditto.
7762 (query): Ditto.
7763 * defs.h (perror_with_name): Update.
7764 (print_sys_errmsg): Update.
7765 (query): Update.
7766
7767 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
7768
7769 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7770 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7771
7772 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7773
7774 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7775 if it already matches the current architecture from the exec file.
7776 Include arch-utils.h for gdbarch_info_init prototype.
7777 * Makefile.in (rs6000-nat.o): Update dependencies.
7778
7779 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7780
7781 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7782 list of exported variables.
7783
7784 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
7785
7786 * gdbserver/configure.srv: New file.
7787 * gdbserver/configure.in: Use configure.srv instead
7788 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7789 from it.
7790 * gdbserver/configure: Regenerated.
7791 * gdbserver/terminal.h: New file.
7792 * gdbserver/Makefile.in: Update for configure changes. Remove
7793 more unneeded include paths.
7794
7795 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7796
7797 From wiz at danbala:
7798 * config/sparc/tm-sp64.h: Fix grammar and typos.
7799 Fix PR gdb/287.
7800
7801 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7802
7803 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7804 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7805 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7806 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7807 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7808 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7809 * s390-tdep.c: Ditto.
7810 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7811 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7812 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7813 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7814 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7815 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7816 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7817 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7818 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7819 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7820 Fix PR gdb/378.
7821
7822 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7823
7824 * lin-thread.c: Delete file.
7825 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7826 to gdb_proc_service.h.
7827 * configure: Re-generate.
7828
7829 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7830 * serial.c (serial_open): Delete check for "ocd".
7831 Fix PR gdb/349.
7832
7833 * Makefile.in (linux-thread.o): Delete target.
7834 * linux-thread.c: Delete file.
7835
7836 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7837 renamed SH files to be consistent.
7838
7839 * symtab.c (sort_search_symbols): Use xfree.
7840
7841 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7842
7843 * arm-linux-tdep.c (arm_linux_init_abi): Register
7844 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7845 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7846 definition with undef, since we don't want the sysvr4 definition.
7847 (SKIP_TRAMPOLINE_CODE): Likewise.
7848
7849 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7850
7851 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7852
7853 * configure.in: (AC_CHECK_FUNCS) Added test for
7854 canonicalize_file_name Regenerated.
7855 * config.in, configure: Regenerated.
7856 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7857 defined use canonicalize_file_name.
7858
7859 2002-02-23 Michael Chastain <mec@shout.net>
7860
7861 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7862
7863 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7864
7865 * README: Remove references to cygnus.com.
7866 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7867 dot com'' form. Remove references to cygnus.com and sourceware.
7868
7869 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7870
7871 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7872 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7873 1003.1-2001 no longer allows "head -1".
7874 * gdb/Makefile.in (version.c): Likewise.
7875 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7876 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7877 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7878
7879 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7880
7881 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7882 * command.h (cmd_cfunc_eq): Declare.
7883 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7884
7885 * cli/cli-cmds.h (is_complete_command): Change parameter to a
7886 ``struct cmd_list_element *''.
7887 * cli/cli-cmds.c (is_complete_command): Update. Use
7888 cmd_cfunc_eq.
7889 * top.c (execute_command): Pass the command to
7890 is_complete_command.
7891 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7892
7893 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7894
7895 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
7896 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7897 architecture defines.
7898 * s390-tdep.c (s390_gdbarch_init): Likewise.
7899
7900 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7901
7902 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
7903 (arm_linux_push_arguments): Likewise.
7904 (arm_linux_init_abi): Register them. Also register linux-specific
7905 call_dummy_words.
7906 (find_minsym_and_objfile): Use strcmp, not STREQ.
7907 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
7908 (arm_linux_call_dummy_words): Delete declaration.
7909 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
7910 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
7911 declarations.
7912 (LOWEST_PC): Delete.
7913
7914 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7915
7916 * maint.c (print_section_info): Do not prepend `0x' to filepos
7917 output, it will be handled by local_hex_string_custom.
7918
7919 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7920
7921 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
7922 (store_newfpe_double, store_newfpe_extended, store_fpregister)
7923 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
7924
7925 2002-02-22 Jim Blandy <jimb@redhat.com>
7926
7927 Indicate that the bcache functions don't change the strings
7928 they're passed.
7929 * bcache.h (bcache, hash): Add `const' keywords to declarations.
7930 * bcache.c (bcache, hash): Add `const' keywords to definitions.
7931
7932 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
7933
7934 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
7935
7936 2002-02-21 Christopher Faylor <cgf@redhat.com>
7937
7938 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
7939 find the complete path to a loaded DLL.
7940
7941 2002-02-21 Fred Fish <fnf@redhat.com>
7942
7943 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
7944 that marks the end of the range of a function, enter a line number
7945 entry that has a line number of zero and a PC offset that matches
7946 the end of the function. This starts a range of PC's for which no
7947 line number information is known.
7948 * symtab.c (find_pc_sect_line): If our best fit is in a range of
7949 PC's for which no line number info is found (line number is zero)
7950 then we didn't find any valid line information.
7951 * symtab.h: Document use of zero line number entry.
7952
7953 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
7954
7955 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
7956 (have_ptrace_getvrregs): Define for run time checks.
7957 (gdb_vrregset_t): New type for Altivec register handling.
7958 (fetch_register, store_register): Fetch/store altivec register
7959 when needed.
7960 (fetch_altivec_register, store_altivec_register): New functions.
7961 (supply_vrregset, fill_vrregset): New functions.
7962 (fetch_altivec_registers, store_altivec_registers): New functions.
7963 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
7964 registers as well.
7965
7966 2002-02-21 Jiri Smid <smid@suse.cz>
7967
7968 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
7969
7970 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7971
7972 * Makefile.in (armnbsd-nat.o): Update dependencies.
7973 * armnbsd-nat.c (supply_gregset): New function. Common code to
7974 supply the integer register set.
7975 (supply_fparegset): New function. Similar for FPA registers.
7976 (fetch_regs, fetch_fp_regs): Use them.
7977 (fetch_core_registers): Likewise.
7978 (fetch_elfcore_registers): New function.
7979 (arm_netbsd_elfcore_fns): New core-file type specification.
7980 (_initialize_arm_netbsd_nat): Register it.
7981
7982 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7983
7984 * armnbsd-nat.c: Include gdbcore.h.
7985 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
7986 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
7987 'void' to declaration, to shut up ARI.
7988 (fetch_core_registers): Make static. Rewrite using supply_register.
7989 (arm_netbsd_core_fns): New core-file type specification.
7990 (_initialize_arm_netbsd_nat): New function.
7991
7992 2002-02-21 Christopher Faylor <cgf@redhat.com>
7993
7994 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
7995 value.
7996
7997 2002-02-20 Christopher Faylor <cgf@redhat.com>
7998
7999 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8000 fails.
8001
8002 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8003
8004 * jv-exp.y (parse_number): Change type of implicit longs
8005 to builtin_type_uint64.
8006
8007 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8008
8009 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8010 to be an integer instead of a `union wait'.
8011
8012 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8013
8014 * mips-linux-nat.c: Call the operating system GNU/Linux.
8015 * mips-linux-tdep.c: Likewise.
8016 * mips-tdep.c: Likewise.
8017
8018 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8019
8020 Fix PR gdb/265.
8021 * jv-exp.y (parse_number): Handle 64-bit integers.
8022
8023 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8024
8025 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8026 AC_STDC_HEADERS to AC_HEADER_STDC.
8027 * gdbserver/configure: Regenerated.
8028
8029 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8030
8031 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8032 is defined.
8033 * sparc-tdep.c (get_longjmp_target): Likewise.
8034
8035 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8036
8037 * News: Add news about ARM and Multi-arch. Mention the new target
8038 arm*-*-netbsd*.
8039
8040 2002-02-19 Jim Blandy <jimb@redhat.com>
8041
8042 * stabsread.c (error_type_complaint): Improve error message.
8043
8044 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8045
8046 * gdbserver/README: Update documentation.
8047 * gdbserver/configure.in: Update configury to match documentation.
8048 * gdbserver/Makefile.in: Likewise.
8049 * gdbserver/configure: Regenerated.
8050 * gdbserver/aclocal.m4: New file, generated by aclocal.
8051 * gdbserver/config.in: New file, generated by autoheader.
8052
8053 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8054
8055 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8056 armnbsd-nat.c.
8057
8058 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8059
8060 * arm-tdep.h (enum arm_float_model): New enum.
8061 (struct gdbarch_tdep): Add fp_model.
8062 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8063 up floating-point conversions until we know the floating-point model
8064 in use by the inferior. Don't complain about being unable to
8065 determine the ABI of the inferior when we don't have one.
8066 (arm_extract_return_value): Support different floating-point models.
8067 (arm_store_return_value): Likewise.
8068 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8069 ARM_FLOAT_SOFT.
8070 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8071
8072 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8073
8074 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8075 of ``current_gdbarch''.
8076
8077 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8078
8079 * armnbsd-nat.c : ANSIfy all function declarations.
8080 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8081 (fetch_inferior_registers): Re-implement in terms of above.
8082 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8083 (store_inferior_registers): Re-implement in terms of above.
8084
8085 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8086
8087 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8088 kernel.
8089 * arm-linux-tdep.c: Likewise.
8090 * config/arm/tm-linux.h: Likewise.
8091
8092 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8093
8094 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8095 * config/arm/nbsd.mt (TM_FILE): Delete.
8096 * config/arm/tm-nbsd.h: Delete.
8097
8098 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8099
8100 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8101 Initialize CALL_DUMMY_LENGTH.
8102
8103 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8104
8105 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8106 function.
8107 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8108 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8109 defines one thing and that is incorrect for this port.
8110 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8111
8112 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8113
8114 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8115
8116 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8117
8118 * win32-nat.c (display_selector): New function. Displays information
8119 about the information returned by GetThreadSelectorEntry API function.
8120 (display_selectors): New function. Displays the infomation of
8121 the selector given as argument, or of CS, DS ans FS selectors
8122 if no argument is given.
8123 ( _initialize_inftarg): Add "w32" as info prefix command.
8124 Add "info w32 selector" as command calling display_selectors.
8125
8126 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8127
8128 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8129 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8130 if not defined.
8131
8132 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8133
8134 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8135
8136 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8137
8138 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8139 (arm_fix_call_dummy): Call it.
8140 (arm_call_dummy_breakpoint_offset): Delete.
8141 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8142 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8143
8144 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8145
8146 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8147 Default to func_frame_chain_valid.
8148 * gdbarch.h, gdbarch.c: Re-generate.
8149 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8150
8151 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8152
8153 * ppc-linux-nat.c: Update copyright.
8154 (fetch_register, store_register): Add tid parameter, don't compute
8155 tid here.
8156 (fetch_ppc_registers, store_ppc_registers): Add tid
8157 parameter. Pass it along to callees.
8158 (fetch_inferior_registers, store_inferior_registers): Compute tid
8159 here, and pass it to calleed functions.
8160 (fill_gregset, supply_fpregset): Clean up formatting.
8161
8162 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8163
8164 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8165 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8166
8167 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8168
8169 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8170 * gdbarch.c gdbarch.h: Regenerate.
8171 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8172 function.
8173 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8174 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8175 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8176
8177 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8178 * arm-tdep.c (arm_get_longjmp_target): New function.
8179 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8180 this to a positive value register arm_get_longjmp_target as the
8181 longjmp handler.
8182 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8183 (arm_linux_init_abi): Set up longjmp description in tdep.
8184 * armnbsd-nat.c (get_longjmp_target): Delete.
8185 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8186 description in tdep.
8187 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8188 (get_longjmp_target): Delete declaration.
8189 (GET_LONGJMP_TARGET): Delete.
8190 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8191 (GET_LONGJMP_TARGET): Delete.
8192
8193 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8194
8195 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8196 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8197 of ``current_gdbarch''.
8198
8199 2002-02-17 Tom Tromey <tromey@redhat.com>
8200
8201 * cli/cli-cmds.c (compare_strings): New function.
8202 (complete_command): Only print each unique item once.
8203 * completer.h (complete_line): Declare.
8204 * completer.c (complete_line): New function.
8205 (line_completion_function): Use it.
8206
8207 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8208
8209 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8210 * gdbarch.h, gdbarch.c: Re-generate.
8211
8212 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8213
8214 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8215
8216 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8217
8218 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8219 * valops.c (value_arg_coerce): Don't take the address of a reference
8220 to convert an argument to a reference.
8221
8222 2002-02-15 Christopher Faylor <cgf@redhat.com>
8223
8224 * win32-nat.c (get_image_name): New function.
8225 (handle_load_dll): Use get_image_name function.
8226 (get_child_debug_event): Avoid registering debug events until possibly
8227 execed process is started.
8228 (child_create_inferior): Allow invocation via shell so that command
8229 line redirection, etc. works ok.
8230 (_initialize_inftarg): Add new command: "set shell" to control whether
8231 a shell is used to start a process.
8232
8233 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8234
8235 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8236 instead of find_register_by_number.
8237 (cannot_store_register): Likewise.
8238
8239 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8240
8241 * dwarf2read.c: Replace fprintf (stderr, ...) by
8242 fprintf_unfiltered (gdb_stderr, ...).
8243
8244 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8245
8246 * gdbserver/gdbserver.1: Document --attach.
8247
8248 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8249
8250 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8251 descriptions.
8252 * arm-tdep.c (arm_default_arm_le_breakpoint)
8253 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8254 (arm_default_thumb_be_breakpoint): New. Initialize them from
8255 traditional breakpoint defines.
8256 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8257 (arm_gdbarch_init): Initialize new breakpoint variables.
8258 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8259 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8260 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8261 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8262 code out to ...
8263 (arm_netbsd_init_abi_common): ... here; new function.
8264 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8265 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8266 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8267 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8268
8269 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8270
8271 * arm-tdep.h (enum arm_abi): New enum.
8272 (struct gdbarch_tdep): New structure.
8273 (LOWEST_PC): Provide a default.
8274 (arm_gdbarch_register_os_abi): Declare new function.
8275 * arm-tdep.c (arm_abi_names): New array.
8276 (process_note_abi_tag_sections): New function.
8277 (get_elfosabi): New function.
8278 (arm_gdbarch_register_os_abi): New function.
8279 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8280 support for that ABI has been built in, then call the appropriate
8281 configuration routine. Use gdbarch_num_regs() to get the number
8282 of registers.
8283 (arm_dump_tdep): New function.
8284 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8285 place-holder functions.
8286 (_initialize_arm_tdep): Register them.
8287 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8288
8289 * armnbsd-tdep.c: New file.
8290 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8291 * config/arm/nbsd.mt (TDEPFILES): Add it.
8292 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8293
8294 * armnbsd-nat.c: Include regcache.h.
8295 * Makefile.in (armnbsd-nat.o): Update dependency list.
8296
8297 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8298
8299 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8300
8301 * gdbserver/Makefile.in: Fix typos in target rules.
8302
8303 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8304
8305 Fix part of PR gdb/267.
8306 * linespec.c (find_methods): Handle constructors specially for now.
8307
8308 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8309
8310 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8311 handling.
8312 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8313 standard_coerce_float_to_double().
8314
8315 2002-02-14 Christopher Faylor <cgf@redhat.com>
8316
8317 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8318 GDBINIT_FILENAME.
8319
8320 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8321
8322 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8323 find_variant_by_name, because it confuses the multiarch
8324 framework. Return NULL if there isn't an architecture with the
8325 user supplied name, instead of forcing a different one without
8326 recording the change with the multiarch machinery.
8327 (find_variant_by_name): Delete.
8328
8329 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8330
8331 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8332 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8333
8334 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8335
8336 * stack.c (print_frame_info_base): When calling
8337 print_frame_info_listing_hook, set current_source_symtab.
8338
8339 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8340
8341 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8342 and remove unused $(INCLUDE_DIR).
8343 Add regcache.c to OBS.
8344 Add generated register protocol files to clean target.
8345 Update dependencies for new objects, obsolete old target code.
8346
8347 * gdbserver/linux-low.c: Remove all platform-specific code to
8348 new files. Remove various dead code. Update to use regcache
8349 functionality.
8350 * gdbserver/remote-utils.c (fromhex): Add return statement
8351 to quiet warning.
8352 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8353 constant.
8354 (input_interrupt): Add integer parameter to match prototype
8355 of a signal handler.
8356 (outreg): Use register_data ().
8357 (prepare_resume_reply): Use gdbserver_expedite_regs.
8358 * gdbserver/server.c (main): Dynamically allocate own_buf because
8359 PBUFSIZ is no longer constant. Use registers_to_string () and
8360 registers_from_string ().
8361 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8362 for error (), fatal (), and warning (). Update definition of
8363 PBUFSIZ to use regcache functionality. Add include guard.
8364 * gdbserver/utils.c (fatal): Add missing ``const''.
8365 (warning): New function.
8366
8367 * regformats/regdat.sh: Include "regcache.h" in generated files.
8368 Provide init_registers () function.
8369 * regformats/regdef.h: Add prototype for set_register_cache ().
8370 Add include guard.
8371
8372 * gdbserver/linux-arm-low.c: New file.
8373 * gdbserver/linux-i386-low.c: New file.
8374 * gdbserver/linux-ia64-low.c: New file.
8375 * gdbserver/linux-m68k-low.c: New file.
8376 * gdbserver/linux-mips-low.c: New file.
8377 * gdbserver/linux-ppc-low.c: New file.
8378 * gdbserver/linux-sh-low.c: New file.
8379
8380 * gdbserver/regcache.c: New file.
8381 * gdbserver/regcache.h: New file.
8382
8383 * gdbserver/low-linux.c: Removed obsolete file.
8384
8385 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8386
8387 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8388 * config/i386/linux.mt: Likewise.
8389 * config/ia64/linux.mt: Likewise.
8390 * config/m68k/linux.mh: Likewise.
8391 * config/powerpc/linux.mh: Likewise.
8392 * config/mips/linux.mt: Likewise.
8393
8394 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8395
8396 * config/i386/i386lynx.mh: Mark gdbserver variables
8397 as (currently) obsolete for this target.
8398 * config/i386/nbsd.mt: Likewise.
8399 * config/i386/nbsdelf.mt: Likewise.
8400 * config/m32r/m32r.mt: Likewise.
8401 * config/m68k/m68klynx.mh: Likewise.
8402 * config/m68k/nbsd.mt: Likewise.
8403 * config/m68k/sun3os4.mh: Likewise.
8404 * config/mips/vr5000.mt: Likewise.
8405 * config/ns32k/nbsd.mt: Likewise.
8406 * config/pa/hppabsd.mh: Likewise.
8407 * config/pa/hppaosf.mh: Likewise.
8408 * config/powerpc/nbsd.mt: Likewise.
8409 * config/rs6000/rs6000lynx.mh: Likewise.
8410 * config/s390/s390.mt: Likewise.
8411 * config/s390/s390x.mt: Likewise.
8412 * config/sparc/sparclynx.mh: Likewise.
8413 * config/sparc/sun4os4.mh: Likewise.
8414 * config/i386/x86-64linux.mt: Likewise.
8415 * config/sparc/linux.mh: Likewise.
8416
8417 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8418
8419 * configure.tgt: Configure gdbserver only for known working
8420 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8421 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8422 SUBDIRS if it is configured. Update comment for ${nativefile}.
8423 * configure: Regenerated.
8424
8425 2002-02-13 Michael Snyder <msnyder@redhat.com>
8426
8427 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8428
8429 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8430 (default_gcore_mach): Just return 0, work around a problem in bfd.
8431 (default_gcore_target): OK to return NULL if exec_bfd is null.
8432 (make_mem_sec): Use a cast, avoid a warning.
8433
8434 * procfs.c (find_memory_regions_callback): Use a cast instead of
8435 calling host_pointer_to_address (which complains if
8436 sizeof (host pointer) != sizeof (target pointer)).
8437 (procfs_make_note_section): Avoid overflow in psargs string.
8438
8439 * procfs.c (procfs_make_note_section): Make the default
8440 implementation return an error.
8441
8442 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8443
8444 * procfs.c (procfs_make_note_section): Provide a default definition
8445 (for alpha-dec-osf4.0f). Fix typos.
8446
8447 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8448
8449 * linux-proc.c: Add include of regcache.h.
8450 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8451
8452 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8453
8454 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8455 * memattr.c (create_mem_region): Disallow useless empty region.
8456 Regions are half-open intervals, so allow [A..B) [B..C) as
8457 non-overlapping.
8458
8459 2002-02-13 Michael Chastain <mec@shout.net>
8460
8461 * defs.h: Kill CONST_PTR.
8462 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8463 * c-lang.c (c_builtin_types): Likewise.
8464 * ch-lang.c (ch_builtin_types): Likewise.
8465 * f-lang.c (f_builtin_types): Likewise.
8466 * language.c (unknown_builtin_types): Likewise.
8467 * m2-lang.c (m2_builtin_types): Likewise.
8468 * p-lang.c (pascal_builtin_types): Likewise.
8469 * scm-lang.c (c_builtin_types): Likewise.
8470
8471 2002-02-13 Keith Seitz <keiths@redhat.com>
8472
8473 * arm-tdep.h (arm_get_next_pc): Add declaration.
8474
8475 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8476
8477 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8478 with other related struct-returning functions.
8479 (arm_extract_struct_value_address): New function.
8480 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8481 initialize float_format, double_format and long_double_format as
8482 appropriate to the endianness of the target.
8483 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8484 (arm_use_struct_convention): Delete declaration.
8485 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8486
8487 2002-02-13 Keith Seitz <keiths@redhat.com>
8488
8489 * defs.h (core_addr_to_string_nz): New function.
8490
8491 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8492
8493 Apply missing bits of 2002-01-15 patch.
8494 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8495 (fill_fpregset): Use i387_fill_fsave.
8496
8497 2002-02-12 Keith Seitz <keiths@redhat.com>
8498
8499 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8500 (core_addr_to_string_nz): New function.
8501
8502 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8503
8504 * arm-linux-nat.c: Really include arm-tdep.h.
8505 * config/arm/tm-linux.h (struct type, struct value): Declare.
8506
8507 2002-02-11 Michael Snyder <msnyder@redhat.com>
8508
8509 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8510 (gcore section): Ifdef for Solaris and Unixware only.
8511 (procfs_do_thread_registers): Unixware needs one lwpstatus
8512 per thread (not one prstatus or pstatus).
8513 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8514 not over all gdb threads. For unixware, call elfcore_write_pstatus
8515 once before iterating over threads.
8516
8517 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8518
8519 * arm-tdep.h: New file.
8520 * arm-tdep.c: Include arm-tdep.h.
8521 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8522 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8523 (arm_print_float_info, arm_register_type, convert_to_extended)
8524 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8525 (arm_extract_return_value, arm_register_name): Make static.
8526 (arm_software_single_step): Similarly. Fix types in declaration.
8527 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8528 (arm_store_return_value, arm_store_struct_return): New functions.
8529 (arm_gdbarch_init): Register the above functions. Also register
8530 call_dummy_start_offset, sizeof_call_dummy_words,
8531 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8532 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8533 max_register_virtual_size, register_size. Set up
8534 prologue_cache.saved_regs here, rather than ...
8535 (_initialize_arm_tdep): ... here.
8536 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8537 declarations.
8538 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8539 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8540 (arm_print_float_info, arm_register_type, convert_to_extended)
8541 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8542 (arm_extract_return_value, arm_register_name): Delete declarations.
8543 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8544 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8545 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8546 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8547 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8548 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8549 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8550 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8551 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8552 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8553 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8554 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8555 interface.
8556 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8557 * remote-rdi.c remote-rdp.c: Likewise.
8558 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8559 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8560 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8561 definition.
8562
8563 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8564 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8565 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8566 from non-ARM_ prefixed definitions.
8567 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8568 all uses of above.
8569 * remote-rdi.c remote-rdp.c: Likewise.
8570 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8571
8572 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8573
8574 * arm-tdep.c (arm_frameless_function_invocation)
8575 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8576 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8577 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8578 (arm_pop_frame, arm_get_next_pc): Make static.
8579 (arm_gdbarch_init): Register above in gdbarch structure.
8580 (arm_read_fp): Renamed from arm_target_read_fp.
8581 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8582 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8583 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8584 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8585 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8586 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8587 (arm_pc_is_thumb_dummy): Delete declarations.
8588 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8589 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8590 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8591 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8592
8593 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8594
8595 * symtab.c (compare_search_syms): New function.
8596 (sort_search_symbols): New function.
8597 (search_symbols): Sort symbols after searching rather than
8598 before.
8599
8600 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8601
8602 * NEWS: Linux -> GNU/Linux.
8603
8604 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8605
8606 * gdbarch.sh: For for level one methods, disallow a definition
8607 when partially multi-arched. Add comments explaining rationale.
8608 * gdbarch.h: Re-generate.
8609
8610 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8611
8612 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8613 multi-arch partial.
8614
8615 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8616
8617 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8618 field. Use diff -u.
8619 * gdbarch.c: Re-generate.
8620
8621 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8622
8623 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8624 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8625 partial.
8626
8627 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8628
8629 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8630 multi-arch partial.
8631 (PUSH_ARGUMENTS): Switch to using predefault.
8632 * gdbarch.c: Regenerate.
8633
8634 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8635
8636 * valops.c (PUSH_ARGUMENTS): Delete definition.
8637 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8638 partial. Default to default_push_arguments.
8639 * gdbarch.h, gdbarch.c: Regenerate.
8640
8641 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8642
8643 * defs.h (throw_exception): Rename return_to_top_level. Update
8644 comments.
8645 * utils.c (error_stream, internal_verror, quit): Ditto.
8646 * top.c (throw_exception, catcher): Ditto.
8647 * sparclet-rom.c (sparclet_load): Ditto.
8648 * remote.c (interrupt_query, minitelnet): Ditto.
8649 * remote-sds.c (interrupt_query): Ditto.
8650 * remote-mips.c (mips_error, mips_kill): Ditto.
8651 * ocd.c (interrupt_query): Ditto.
8652 * monitor.c (monitor_interrupt_query): Ditto.
8653 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8654 * target.h: Update comment.
8655
8656 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8657
8658 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8659
8660 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8661 default_double_format.
8662 * gdbarch.h, gdbarch.c: Re-generate.
8663 * findvar.c (floatformat_unknown): Delete variable definition.
8664 * doublest.h (floatformat_unknown): Delete variable declaration.
8665
8666 2002-02-09 Jim Blandy <jimb@redhat.com>
8667
8668 * stabsread.c (read_type): Add code to parse Sun's syntax for
8669 prototyped function types.
8670
8671 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8672
8673 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8674 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8675
8676 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8677
8678 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8679 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8680 now _initialize_xcoffsolib gets called again and overrides the
8681 commands from solib.c in a native configuration.
8682
8683 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8684
8685 * doublest.c (store_typed_floating): Don't try to return a value.
8686 Fixes PR gdb/290.
8687
8688 2002-02-08 Jim Blandy <jimb@redhat.com>
8689
8690 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8691 is prototyped and has no arguments, print its argument list as
8692 `(void)'.
8693
8694 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8695
8696 * MAINTAINERS (write-after-approval): Add myself.
8697 (paper-trail): I've escaped!
8698
8699 2002-02-08 Christopher Faylor <cgf@redhat.com>
8700
8701 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8702 changes.
8703 (_initialize_check_for_gdb_ini): Ditto.
8704
8705 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8706
8707 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8708 xaprintf -> xasprintf.
8709
8710 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8711
8712 * win32-nat.c: Remove use of printf and sprintf functions.
8713
8714 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
8715
8716 * arm-tdep.c (arm_frame_chain_valid): Make static.
8717 (arm_push_arguments): Likewise.
8718 (arm_gdbarch_init): New function.
8719 (_initialize_arm_tdep): Call it.
8720 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8721 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8722 (FRAME_CHAIN_VALID): Delete.
8723 (arm_frame_chain_valid): Delete declaration.
8724 (PUSH_ARGUMENTS): Delete.
8725 (arm_push_arguments): Delete declaration.
8726 (CALL_DUMMY_P): Delete.
8727
8728 2002-02-08 Andrew Cagney <ac131313@redhat.com>
8729 Corinna Vinschen <vinschen@redhat.com>
8730
8731 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8732 on builtin float types.
8733
8734 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8735
8736 * utils.c: Include <curses.h> before "bfd.h".
8737 * tui/tui-hooks.c: Likewise.
8738 * tui/tui.c: Likewise.
8739 * tui/tuiCommand.c: Likewise.
8740 * tui/tuiData.c: Likewise.
8741 * tui/tuiDataWin.c: Likewise.
8742 * tui/tuiDisassem.c: Likewise.
8743 * tui/tuiGeneralWin.c: Likewise.
8744 * tui/tuiIO.c: Likewise.
8745 * tui/tuiLayout.c: Likewise.
8746 * tui/tuiRegs.c: Likewise.
8747 * tui/tuiSource.c: Likewise.
8748 * tui/tuiSourceWin.c: Likewise.
8749 * tui/tuiStack.c: Likewise.
8750 * tui/tuiWin.c: Likewise.
8751
8752 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
8753
8754 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8755 to include space for pseudoregs as well. Update loops accordingly.
8756 (sh_fp_frame_init_saved_regs): Ditto.
8757 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8758
8759 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8760
8761 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8762 Add Richard Earnshaw to Arm maintainers.
8763
8764 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8765
8766 * defs.h (warning_begin): Delete declaration.
8767
8768 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8769 Delete macro.
8770
8771 2002-02-07 Michael Snyder <msnyder@redhat.com>
8772
8773 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8774 Logic bug, remove misplaced else.
8775
8776 2002-02-07 Klee Dienes <klee@apple.com>
8777
8778 * fork-inferior.c (fork_inferior): Add '!' to the list of
8779 characters that need to be quoted when building a string for the
8780 shell. Quote '!' specifically with a backslash, since CSH chokes
8781 when trying to evaluate "str!str".
8782
8783 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8784
8785 * rdi-share/host.h: Only provide a typedef for bool if it is not
8786 defined.
8787
8788 2002-02-04 Michael Snyder <msnyder@redhat.com>
8789
8790 * breakpoint.h (enum bptype): Add new overlay event bp type.
8791 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8792
8793 * breakpoint.c (create_internal_breakpoint): New function.
8794 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8795 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8796 (create_thread_event_breakpoint): Ditto.
8797 (create_solib_event_breakpoint): Ditto.
8798 (create_overlay_event_breakpoint): New function.
8799 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8800 (update_breakpoints_after_exec): Delete and re-initialize
8801 overlay event breakpoints after an exec. Add FIXME comment
8802 about longjmp breakpoint.
8803 (print_it_typical): Ignore overlay event breakpoints.
8804 (print_one_breakpoint): Ditto.
8805 (mention): Ditto.
8806 (bpstat_what): Do not stop for overlay event breakpoints.
8807 (delete_breakpoint): Don't delete overlay event breakpoints.
8808 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8809 (breakpoint_re_set): Re-create overlay event breakpoint.
8810
8811 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8812 (overlay_manual_command): Disable overlay breakpoints.
8813 (overlay_off_command): Disable overlay breakpoints.
8814
8815 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8816
8817 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8818 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8819 to here from config/tm-arm.h.
8820 (coff_sym_is_thumb): Make static.
8821 (arm_elf_make_msymbol_special): New function.
8822 (arm_coff_make_msymbol_special): New function.
8823 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8824 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8825 (coff_sym_is_thumb): Delete declaration.
8826 (arm_elf_make_msymbol_special): Declare.
8827 (arm_coff_make_msymbol_special): Declare.
8828 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8829 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8830
8831 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8832
8833 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8834
8835 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8836
8837 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8838 * gdbarch.c gdbarch.h: Regenerate.
8839 * arch-utils.c (default_print_float_info): New function.
8840 * arch-utils.h (default_print_float_info): Prototype it.
8841 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8842 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8843 (PRINT_FLOAT_INFO): Document it.
8844
8845 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8846 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8847 (PRINT_FLOAT_INFO): Define.
8848
8849 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8850
8851 * win32-nat.c (_initialize_check_for_gdb_ini):
8852 Add typecast to sprintf argument to suppress a warning.
8853
8854 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
8855
8856 * win32-nat.c (last_sig): Changed type of variable to target_signal,
8857 to allow easier handling of pass state.
8858 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8859 that gives exception name and address.
8860 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
8861 and set last_sig value to ourstatus->value.sig. Some missing
8862 exceptions added.
8863 (child_continue): Correctly report continue_status.
8864 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
8865 TARGET_SIGNAL_0 (new default value).
8866 (child_resume): consider sig argument passed to decide if
8867 the exception should be passed to debuggee or not.
8868
8869 2002-02-05 Michael Snyder <msnyder@redhat.com>
8870
8871 * regcache.c (fetch_register): Call target_fetch_register
8872 only if we don't call FETCH_PSEUDO_REGISTER.
8873 (store_register): Call target_store_register only if we
8874 don't call STORE_PSEUDO_REGISTER.
8875
8876 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
8877
8878 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8879 ELF_MAKE_MSYMBOL_SPECIAL.
8880 * gdbarch.c, gdbarch.h: Regenerate.
8881 * arch-utils.c (default_make_msymbol_special): New function.
8882 * arch-utils.h (default_make_msymbol_special): Export.
8883 * elfread.c (elf_symtab_read): Compile use of
8884 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8885 multiarched.
8886 * coffread.c (coff_symtab_read): Ditto, for
8887 COFF_MAKE_MSYMBOL_SPECIAL.
8888
8889 2002-02-05 Jim Blandy <jimb@redhat.com>
8890
8891 * solib-svr4.c (svr4_truncate_ptr): New function.
8892 (svr4_relocate_section_addresses): Do the address arithmetic with
8893 the appropriate truncation for target addresses, even when
8894 CORE_ADDR is larger than a target address.
8895
8896 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8897
8898 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8899 to (int *).
8900
8901 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8902
8903 * gdbserver/linux-low.c (kill_inferior): Remove commented out
8904 code.
8905
8906 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8907
8908 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
8909
8910 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8911
8912 * gdbserver/linux-low.c: Remove unused include files.
8913
8914 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8915
8916 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
8917 (read_inferior_memory): Use it.
8918 (write_inferior_memory): Likewise.
8919
8920 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8921
8922 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
8923 grubbing through sys_errlist.
8924
8925 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8926
8927 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
8928
8929 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8930 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
8931
8932 2002-02-04 Andrew Cagney <ac131313@redhat.com>
8933
8934 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
8935 (do_sfunc, set_cmd_sfunc): New functions.
8936
8937 * command.h (struct cmd_list_element): Add field func.
8938 * cli/cli-decode.h (struct cmd_list_element): Ditto.
8939 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
8940 * cli/cli-decode.h: Ditto.
8941
8942 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
8943 (help_all, help_cmd_list): Ditto.
8944 (find_cmd, complete_on_cmdlist): Ditto.
8945 * top.c (execute_command): Ditto.
8946
8947 * cli/cli-setshow.c (do_setshow_command): Call func instead of
8948 function.sfunc.
8949
8950 * infcmd.c (notice_args_read): Fix function signature.
8951
8952 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
8953 * cli/cli-decode.c (add_set_cmd): Ditto.
8954 * utils.c (initialize_utils): Ditto.
8955 * maint.c (_initialize_maint_cmds): Ditto.
8956 * infrun.c (_initialize_infrun): Ditto.
8957 * demangle.c (_initialize_demangler): Ditto.
8958 * remote.c (add_packet_config_cmd): Ditto.
8959 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8960 * cris-tdep.c (_initialize_cris_tdep): Ditto.
8961 * proc-api.c (_initialize_proc_api): Ditto.
8962 * kod.c (_initialize_kod): Ditto.
8963 * valprint.c (_initialize_valprint): Ditto.
8964 * top.c (init_main): Ditto.
8965 * infcmd.c (_initialize_infcmd): Ditto.
8966 * corefile.c (_initialize_core): Ditto.
8967 * arm-tdep.c (_initialize_arm_tdep): Ditto.
8968 * arch-utils.c (initialize_current_architecture): Ditto.
8969 (_initialize_gdbarch_utils): Ditto.
8970 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
8971
8972 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
8973 * wince.c (_initialize_inftarg): Ditto.
8974 * symfile.c (_initialize_symfile): Ditto.
8975 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8976 * language.c (_initialize_language): Ditto.
8977 * arc-tdep.c (_initialize_arc_tdep): Ditto.
8978
8979 2002-02-04 Michael Snyder <msnyder@redhat.com>
8980
8981 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
8982
8983 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8984
8985 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
8986 Add rules for building the register data files.
8987
8988 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8989
8990 * regformats/regdat.sh: Add braces to the definition of
8991 expedite_regs_${arch}.
8992
8993 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8994
8995 * regformats/regdef.h (struct reg): Add comment describing the
8996 requirements for offset and size fields.
8997
8998 2002-02-04 Andreas Schwab <schwab@suse.de>
8999
9000 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9001 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9002
9003 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9004
9005 * gdbarch.sh (copyright): Update years in generated header.
9006 (SMASH_TEXT_ADDRESS): Add rule.
9007 * gdbarch.h, gdbarch.c: Re-generate.
9008 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9009 * dbxread.c: Likewise.
9010 * dwarfread.c: Likewise.
9011 * elfread.c: Likewise.
9012 * somread.c: Likewise.
9013
9014 * arm-tdep.c (arm_smash_text_address): New function.
9015 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9016
9017 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9018
9019 Add support for hardware watchpoints on win32 native.
9020 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9021 CONTEXT_DEBUG_REGISTERS.
9022 (dr variable): New variable. Static array containing a local copy
9023 of debug registers.
9024 (debug_registers_changed): New variable. Reflects when debug registers
9025 are changed and need to be written to inferior.
9026 (debug_registers_used): New variable. Reflects when any debug register
9027 was set, used when new threads are created.
9028 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9029 i386-nat code.
9030 (thread_rec): Set dr array if id is the thread of current_event .
9031 (child_continue, child_resume): Change the debug registers for all
9032 threads if debug_registers_changed.
9033 (child_add_thread): Change the debug registers if debug_registers_used.
9034 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9035 Link nm.h to new nm-cygwin.h file.
9036 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9037 of hardware registers.
9038
9039 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9040
9041 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9042 Restore behavour broken by 2002-01-20 Andrew Cagney
9043 <ac131313@redhat.com> IEEE_FLOAT removal.
9044
9045 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9046
9047 * c-valprint.c (c_val_print): Pass a proper valaddr to
9048 cp_print_class_method.
9049 * valops.c (search_struct_method): If there is only one method
9050 and args is NULL, return that method.
9051
9052 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9053
9054 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9055 accessing tag_name directly.
9056
9057 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9058
9059 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9060 of accessing tag_name directly.
9061
9062 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9063
9064 PR gdb/280
9065 * gdbtypes.c (replace_type): New function.
9066 * gdbtypes.h (replace_type): Add prototype.
9067 * stabsread.c (read_type): Use replace_type.
9068
9069 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9070
9071 * Makefile.in (memattr.o): Add missing dependencies rule.
9072
9073 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9074
9075 * breakpoint.c (break_at_finish_command): Really export.
9076 (break_at_finish_at_depth_command): Ditto.
9077 (tbreak_at_finish_command): Ditto.
9078 * hppa-tdep.c: Include completer.h.
9079 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9080 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9081
9082 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9083
9084 * utils.c (do_write): New function.
9085 (error_stream): Rewrite combining the code from error_begin and
9086 verror.
9087 (verror): Rewrite using error_stream.
9088 (error_begin): Delete function.
9089
9090 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9091
9092 * utils.c (error_begin): Make static.
9093 * defs.h (error_begin): Delete declaration.
9094
9095 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9096 (decode_line_1): Use cplusplus_error instead of error_begin,
9097 cplusplus_hint and return_to_top_level.
9098 * coffread.c (coff_symfile_read): Use error instead of error_begin
9099 and return_to_top_level.
9100 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9101
9102 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9103
9104 * language.h (type_error, range_error): Make string parameter
9105 constant.
9106 * language.c (warning_pre_print): Delete extern declaration.
9107 * dwarfread.c (warning_pre_print): Ditto.
9108 * language.c (type_error, range_error): Rewrite to use verror and
9109 vwarning instead of warning_begin.
9110
9111 2002-02-01 Michael Snyder <msnyder@redhat.com>
9112
9113 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9114 (set_ignore_count): Move misplaced comment back where it belongs.
9115
9116 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9117
9118 * command.h (NO_FUNCTION): Delete macro.
9119 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9120 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9121 * tracepoint.c (_initialize_tracepoint): Ditto.
9122 * cli/cli-decode.c (add_set_cmd): Ditto.
9123 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9124
9125 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9126
9127 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9128 Update ``this'' pointer when calling virtual functions.
9129
9130 2002-02-01 Michael Snyder <msnyder@redhat.com>
9131
9132 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9133 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9134
9135 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9136
9137 * regformats/reg-arm.dat: New file.
9138 * regformats/reg-i386.dat: New file.
9139 * regformats/reg-ia64.dat: New file.
9140 * regformats/reg-m68k.dat: New file.
9141 * regformats/reg-mips.dat: New file.
9142 * regformats/reg-ppc.dat: New file.
9143 * regformats/reg-sh.dat: New file.
9144 * regformats/regdef.h: New file.
9145 * regformats/regdat.sh: New file.
9146
9147 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9148
9149 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9150 (arm_frame_args_address, arm_frame_locals_address): New functions.
9151 (arm_frame_num_args): New function.
9152 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9153 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9154 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9155
9156 2002-01-31 Michael Snyder <msnyder@redhat.com>
9157
9158 * breakpoint.c (break_at_finish_command): Export.
9159 (break_at_finish_at_depth_command): Export.
9160 (tbreak_at_finish_command): Export.
9161 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9162 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9163 "tbreak" commands, which are HPPA specific.
9164
9165 * printcmd.c (disassemble_command): Remove an ancient
9166 artifact of an old merge.
9167
9168 * symfile.h (enum overlay_debugging_state):
9169 Define enum constant values for overlay mode.
9170 * symfile.c (overlay_debugging): Use enums instead of literals.
9171 (overlay_is_mapped, overlay_auto_command,
9172 overlay_manual_command): Ditto.
9173
9174 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9175 breakpoint_here_p, breakpoint_inserted_here_p,
9176 breakpoint_thread_match, bpstat_stop_status,
9177 describe_other_breakpoints, check_duplicates, clear_command):
9178 Coding standard fixes.
9179
9180 * target.c (target_xfer_memory): Add spaces, coding standard.
9181 (do_xfer_memory): Add missing line to trust-readonly
9182 code: check bfd SEC_READONLY flag for section.
9183
9184 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9185
9186 * PROBLEMS: Fix typo, 5.1->5.1.1.
9187
9188 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9189
9190 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9191 data symbols, since we search based on textlow and texthigh.
9192 (find_pc_sect_symtab): Likewise.
9193
9194 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9195
9196 * defs.h (vwarning): Declare.
9197 * utils.c (vwarning): New function.
9198 (warning): Call vwarning.
9199 (warning_begin): Delete function.
9200
9201 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9202 the warning message.
9203 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9204 warning_begin.
9205
9206 2002-01-30 Michael Snyder <msnyder@redhat.com>
9207
9208 * NEWS: Mention "set trust-readonly-sections" command.
9209 Mention generate-core-file command.
9210
9211 2002-01-15 Michael Snyder <msnyder@redhat.com>
9212
9213 * target.c: New command, "set trust-readonly-sections on".
9214 (do_xfer_memory): Honor the suggestion to trust readonly sections
9215 by reading them from the object file instead of from the target.
9216 (initialize_targets): Register command "set trust-readonly-sections".
9217
9218 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9219
9220 * parse.c (target_map_name_to_register): Simplify, search regs and
9221 pseudo-regs using a single loop.
9222
9223 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9224
9225 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9226
9227 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9228
9229 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9230 * config/i386/i386v42mp.mh: Add i387-nat.o .
9231 * i386v4-nat.c: Include i387-nat.h.
9232 (supply_fpregset): Use i387_supply_fsave.
9233 (fill_fpregset): Use i387_fill_fsave.
9234
9235 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9236
9237 * arm-tdep.c (arm_call_dummy_words): Define.
9238 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9239 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9240 (CALL_DUMMY_WORDS): Define.
9241 (arm_call_dummy_words): Declare.
9242 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9243 (arm_linux_call_dummy_words): Declare.
9244
9245 2002-01-30 Andreas Schwab <schwab@suse.de>
9246
9247 * m68klinux-nat.c: Fix last change to use regcache_collect
9248 instead of referencing registers[] directly.
9249
9250 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9251
9252 * parse.c (target_map_name_to_register): Delete code wrapped in
9253 #ifdef REGISTER_NAME_ALIAS_HOOK.
9254
9255 2002-01-28 Michael Snyder <msnyder@redhat.com>
9256
9257 * regcache.c (legacy_read_register_gen): Need to be able to
9258 read pseudo-register as well as real register.
9259 (legacy_write_register_gen): Ditto.
9260
9261 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9262
9263 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9264 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9265 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9266 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9267 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9268 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9269 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9270 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9271 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9272 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9273 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9274 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9275 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9276 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9277 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9278 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9279 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9280 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9281 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9282 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9283
9284 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9285
9286 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9287 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9288 (initialize_current_architecture): Update target_byte_order using
9289 information from BFD.
9290 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9291 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9292
9293 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9294
9295 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9296 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9297
9298 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9299 #ifdef INVALID_FLOAT.
9300 * infcmd.c (do_registers_info): Ditto.
9301 * values.c (unpack_double): Ditto. Add comment.
9302
9303 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9304 already commented out.
9305
9306 2002-01-26 Andreas Schwab <schwab@suse.de>
9307
9308 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9309 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9310 registers and add support for PTRACE_GETREGS.
9311
9312 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9313
9314 GDB 5.1.1 released from 5.1 branch.
9315 * NEWS: Add 5.1.1 news.
9316 * README: Sync with 5.1 branch.
9317
9318 2002-01-23 Fred Fish <fnf@redhat.com>
9319
9320 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9321 stabstring on initial malloc. Reallocing will copy it for us,
9322 if necessary.
9323
9324 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9325
9326 * Makefile.in (hpread_h): Delete.
9327 (HFILES_NO_SRCDIR): Remove hpread.h.
9328 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9329 (hpread.o): Update dependencies.
9330 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9331
9332 * hp-psymtab-read.c: Remove file.
9333 * hp-symtab-read.c: Remove file.
9334 * hpread.h: Remove file.
9335
9336 * hpread.c: Merge all contents of hp-psymtab-read.c,
9337 hp-symtab-read.c and hpread.h into this file, as it was prior to
9338 January 1999.
9339
9340 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9341 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9342 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9343 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9344
9345 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9346
9347 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9348 fill_gregset): Call gdbarch_tdep() just once, assign result to
9349 variable and use that, instead of calling the function several
9350 times.
9351
9352 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9353
9354 * configure.host: Accept sparcv9 as alias for sparc64.
9355 * configure.tgt: Likewise.
9356
9357 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9358
9359 * solib-aix5.c (build_so_list_from_mapfile)
9360 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9361 arguments is not reversed.
9362 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9363 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9364
9365 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9366
9367 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9368 modified version of obsolete sh_fetch_pseudo_register.
9369 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9370 (sh4_register_read): New function.
9371 (sh_pseudo_register_write): New function. Renamed and modified
9372 version of obsolete sh_store_pseudo_register.
9373 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9374 (sh4_register_write): New function.
9375 (sh_gdbarch_init): Remove setting of gdbarch function
9376 fetch_pseudo_register and store_pseudo_register. Remove setting of
9377 register_convert_to_raw, register_convert_to_virtual,
9378 register_convertible.
9379 (sh_sh4_register_convertible): Delete. No longer needed. All is
9380 taken care by architecture specific functions
9381 register_read/register_write.
9382 (sh_sh4_register_convert_to_virtual): Make static.
9383 (sh_sh4_register_convert_to_raw): Ditto.
9384
9385 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9386
9387 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9388 (floatformat_is_nan, floatformat_mantissa): Ditto.
9389
9390 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9391 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9392 builtin_type_ieee_double_little,
9393 builtin_type_ieee_double_littlebyte_bigword,
9394 builtin_type_m68881_ext, builtin_type_i960_ext,
9395 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9396 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9397 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9398 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9399
9400 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9401
9402 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9403 parameter. Set frameless flag if it exists and depended of
9404 whether the scanned function is frameless or not.
9405 (xstormy16_skip_prologue): If function is frameless, return
9406 result of xstormy16_scan_prologue().
9407 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9408 call.
9409
9410 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9411
9412 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9413 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9414 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9415 sh_sh4_register_byte, sh_sh4_register_raw_size,
9416 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9417 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9418 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9419 sh_store_pseudo_register, sh_do_pseudo_register): Call
9420 gdbarch_tdep() just once, assign result to variable and use that,
9421 instead of calling the function several times.
9422
9423 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9424
9425 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9426 macros instead of LAST_FPU_CTRL_REGNUM.
9427 (store_register): Likewise.
9428
9429 2002-01-21 Jim Blandy <jimb@redhat.com>
9430
9431 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9432 is up-to-date before running the program, not just when a program
9433 exits.
9434
9435 2002-01-21 Fred Fish <fnf@redhat.com>
9436
9437 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9438 when we have found all instructions we are looking for.
9439
9440 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9441
9442 * arm-tdep.c (arm_register_name): New function.
9443 (arm_registers_names): Make static.
9444 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9445 (arm_register_name): Declare.
9446 (REGISTER_NAME): Use it.
9447
9448 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9449 Kevin Buettner <kevinb@redhat.com>
9450
9451 Convert arm targets to new FRAME interface.
9452 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9453 (arm_frame_find_save_regs): Delete.
9454 (arm_frame_init_saved_regs): New.
9455 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9456 Allocate extra_info as required. Convert all uses of fsr.regs
9457 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9458 to use extra_info.
9459 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9460 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9461 (check_prologue_cache, save_prologue_cache): Likewise.
9462 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9463 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9464 (FRAME_FIND_SAVED_REGS): Delete.
9465 (arm_frame_find_saved_regs): Delete prototype.
9466 (arm_frame_init_saved_regs): New prototype.
9467 (FRAME_INIT_SAVED_REGS): Define.
9468
9469 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9470
9471 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9472
9473 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9474
9475 From Jeff Law <law@redhat.com>:
9476 * infttrace.c: Include <sys/pstat.h>.
9477 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9478 exec file if the ttrace equivalent fails.
9479
9480 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9481
9482 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9483 (closeLogFile): Ditto.
9484
9485 2002-01-20 Michael Chastain <mec@shout.net>
9486
9487 * top.c (print_gdb_version): Bump copyright year to 2002.
9488
9489 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9490
9491 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9492 Zannoni and Eli Zaretskii.
9493
9494 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9495
9496 * buildsym.c: Update copyright years.
9497 * c-typeprint.c: Likewise.
9498 * dwarf2read.c: Likewise.
9499 * f-typeprint.c: Likewise.
9500 * gdbtypes.c: Likewise.
9501 * gdbtypes.h: Likewise.
9502 * hp-symtab-read.c: Likewise.
9503 * hpread.c: Likewise.
9504 * mdebugread.c: Likewise.
9505 * p-typeprint.c: Likewise.
9506
9507 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9508
9509 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9510 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9511 byte-order selectable.
9512 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9513 * arch-utils.c: Ditto.
9514 (set_endian): Ditto.
9515 (set_endian_from_file): Ditto.
9516 * gdbserver/low-sim.c (create_inferior): Ditto.
9517 * gdbarch.sh: Ditto.
9518 * gdbarch.h: Re-generate.
9519 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9520 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9521 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9522 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9523 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9524 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9525 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9526 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9527 macro definition.
9528 * config/mips/tm-wince.h: Remove #undef of macro
9529 TARGET_BYTE_ORDER_SELECTABLE.
9530 * config/sh/tm-wince.h: Ditto.
9531
9532 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9533
9534 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9535 member function fields. Add accessor macro
9536 TYPE_FN_FIELD_ARTIFICIAL.
9537 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9538 * c-typeprint.c (c_type_print_base): Skip artificial member
9539 functions.
9540
9541 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9542
9543 * f-typeprint.c: Delete unused function f_type_print_args.
9544 * p-typeprint.c: Delete unused function pascal_type_print_args.
9545
9546 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9547
9548 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9549 comment. Add ``artificial'' to ``union field_location''.
9550
9551 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9552
9553 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9554 * mdebugread.c (parse_symbol): Likewise.
9555 * stabsread.c (define_symbol): Likewise.
9556 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9557 initializing TYPE_FIELD_BITPOS to n (obsolete).
9558 (hpread_doc_function_type): Likewise.
9559 * hpread.c (hpread_function_type): Likewise.
9560
9561 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9562
9563 * configure.in (host_makefile_frag): Only require a host makefile
9564 fragment when a native build.
9565 * configure: Re-generate.
9566
9567 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9568
9569 * doublest.h (floatformat_from_type): Declare.
9570 * doublest.c (floatformat_from_type): New function.
9571 (convert_typed_floating): Use.
9572
9573 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9574 call to function floatformat_from_type.
9575
9576 * gdbarch.sh (IEEE_FLOAT): Delete.
9577 * gdbarch.h, gdbarch.c: Re-generate.
9578 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9579 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9580 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9581 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9582 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9583 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9584 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9585 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9586 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9587 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9588 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9589 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9590
9591 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9592 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9593 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9594 * sh-tdep.c (sh_gdbarch_init): Ditto.
9595 * mips-tdep.c (mips_gdbarch_init): Ditto.
9596 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9597 * cris-tdep.c (cris_gdbarch_init): Ditto.
9598
9599 2002-01-20 Jiri Smid <smid@suse.cz>
9600
9601 * configure.host, configure.tgt: Support x86-64.
9602 * NEWS: Note new target x86-64.
9603
9604 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9605 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9606 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9607 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9608 x86-64-linux-nat.o): Fix dependencies.
9609
9610 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9611
9612 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9613 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9614 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9615 * config/sparc/xm-sun4os4.h: Delete file.
9616 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9617
9618 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9619
9620 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9621 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9622 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9623 * config/i386/i386lynx.mh (XM_FILE): Delete.
9624 * config/rs6000/xm-rs6000ly.h: Delete file.
9625 * config/sparc/xm-sparclynx.h: Delete file.
9626 * config/m68k/xm-m68klynx.h: Delete file.
9627 * config/i386/xm-i386lynx.h: Delete file.
9628 * config/xm-lynx.h: Delete file.
9629 * config/djgpp/fnchange.lst: Update.
9630
9631 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9632
9633 * alpha-tdep.c (alpha_register_byte): New function.
9634 (alpha_register_raw_size): Ditto.
9635 (alpha_register_virtual_size): Ditto.
9636 (alpha_skip_prologue_internal): Renamed from
9637 alpha_skip_prologue.
9638 (alpha_skip_prologue): New version that calls
9639 alpha_skip_prologue_internal.
9640 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9641 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9642 second argument from alpha_skip_prologue.
9643 (REGISTER_BYTE): Use alpha_register_byte.
9644 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9645 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9646 (FRAMELESS_FUNCTION_INVOCATION): Use
9647 generic_frameless_function_invocation_not.
9648 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9649 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9650
9651 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9652
9653 * config/mips/xm-news-mips.h: Delete file.
9654 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9655
9656 * config/m88k/xm-m88k.h: Delete file.
9657 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9658 * config/m88k/xm-delta88v4.h: Ditto.
9659 * config/m88k/xm-delta88.h: Ditto.
9660
9661 * config/alpha/xm-fbsd.h: Delete file.
9662 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9663
9664 * config/sparc/xm-sparc.h: Delete file.
9665 * Makefile.in (xm-sun4os4.h): Delete dependency.
9666 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9667 * config/sparc/xm-sun4os4.h: Ditto.
9668 * config/sparc/xm-linux.h: Ditto.
9669
9670 * config/i386/xm-windows.h: Delete file.
9671
9672 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9673
9674 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9675 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9676
9677 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9678
9679 * alpha-tdep.c (alpha_call_dummy_words): New.
9680 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9681 (CALL_DUMMY_P): Define.
9682 (CALL_DUMMY_WORDS): Define.
9683 (SIZEOF_CALL_DUMMY_WORDS): Define.
9684
9685 2002-01-19 Per Bothner <per@bothner.com>
9686
9687 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9688 isn't NULL, which can happen with some gcj-3.x-produced code.
9689
9690 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9691
9692 * alpha-tdep.c (alpha_register_virtual_type): New function.
9693 (alpha_init_frame_pc_first): Ditto.
9694 (alpha_fix_call_dummy): Ditto.
9695 (alpha_store_struct_return): Ditto.
9696 (alpha_extract_struct_value_address): Ditto.
9697 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9698 alpha_register_virtual_type.
9699 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9700 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9701 alpha_extract_struct_value_address.
9702 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9703 (INIT_FRAME_PC): Use init_frame_pc_noop.
9704 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9705
9706 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9707
9708 * i386gnu-nat.c: Include "i386-tdep.h".
9709 (fetch_fpregs): Simplify code dealing with uninitialized floating
9710 point states such that it doesn't require FP7_REGNUM.
9711
9712 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9713
9714 * alpha-tdep.c (frame_extra_info): New.
9715 (alpha_find_saved_regs): Make static. Use
9716 frame->extra_info.
9717 (alpha_frame_init_saved_regs): New function.
9718 (alpha_frame_saved_pc): Use frame->extra_info.
9719 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9720 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9721 (init_extra_frame_info): Rename to...
9722 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9723 (alpha_print_extra_frame_info): New function.
9724 (alpha_frame_locals_address): Ditto.
9725 (alpha_frame_args_address): Ditto.
9726 (alpha_pop_frame): Use frame->extra_info.
9727 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9728 alpha_frame_args_address.
9729 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9730 (alpha_find_saved_regs): Remove prototype.
9731 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9732 (EXTRA_FRAME_INFO): Remove.
9733 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9734 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9735
9736 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9737
9738 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9739 (alpha_cannot_fetch_register): Ditto.
9740 (alpha_cannot_store_register): Ditto.
9741 (alpha_register_convertible): Ditto.
9742 (alpha_use_struct_convention): Ditto.
9743 * config/alpha/tm-alpha.h: Update copyright years.
9744 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9745 (INNER_THAN): Use core_addr_lessthan.
9746 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9747 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9748 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9749 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9750 (FRAME_CHAIN): Remove unnecessary cast.
9751
9752 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9753
9754 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9755 obsolete.
9756
9757 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9758
9759 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9760 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9761 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9762 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9763 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9764 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9765 * x86-64-linux-nat.c: Ditto.
9766
9767 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9768
9769 * alpha-tdep.c (alpha_register_name): New function.
9770 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9771 (REGISTER_NAME): Define.
9772
9773 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9774
9775 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9776
9777 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9778
9779 * alpha-tdep.c: Update copyright years.
9780 (alpha_next_pc): New function.
9781 (alpha_software_single_step): Ditto.
9782 * config/alpha/tm-alpha.h: Add prototype for
9783 alpha_software_single_step.
9784
9785 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9786
9787 * alphabsd-nat.c: Update copyright years.
9788 (fill_gregset): Use regcache_collect.
9789 (fill_fpregset): Likewise.
9790 (fetch_inferior_registers): Only fetch integer registers
9791 if requested to do so.
9792 (store_inferior_registers): Only store integer registers
9793 if requested to do so.
9794
9795 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9796
9797 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9798 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9799 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9800 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9801 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9802 * config/arm/linux.mh (XDEPFILES): Delete.
9803 * config/arm/nbsd.mh (XDEPFILES): Delete.
9804 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9805 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9806 * config/i386/i386m3.mh (XDEPFILES): Delete.
9807 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9808 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9809 * config/i386/fbsd.mh (XDEPFILES): Delete.
9810 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9811 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9812 * config/i386/i386v4.mh (XDEPFILES): Delete.
9813 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9814 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9815 * config/i386/i386aix.mh (XDEPFILES): Delete.
9816 * config/i386/go32.mh (XDEPFILES): Delete.
9817 * config/i386/cygwin.mh (XDEPFILES): Delete.
9818 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9819 * config/i386/i386mach.mh (XDEPFILES): Delete.
9820 * config/i386/i386v32.mh (XDEPFILES): Delete.
9821 * config/i386/linux.mh (XDEPFILES): Delete.
9822 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9823 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9824 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9825 * config/i386/i386sco.mh (XDEPFILES): Delete.
9826 * config/i386/i386v.mh (XDEPFILES): Delete.
9827 * config/i386/nbsd.mh (XDEPFILES): Delete.
9828 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9829 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9830 * config/i386/symmetry.mh (XDEPFILES): Delete.
9831 * config/i386/obsd.mh (XDEPFILES): Delete.
9832 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9833 * config/ia64/linux.mh (XDEPFILES): Delete.
9834 * config/ia64/aix.mh (XDEPFILES): Delete.
9835 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9836 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9837 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9838 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9839 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9840 * config/m68k/linux.mh (XDEPFILES): Delete.
9841 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9842 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9843 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9844 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9845 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9846 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9847 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9848 * config/m88k/delta88.mh (XDEPFILES): Delete.
9849 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9850 * config/m88k/m88k.mh (XDEPFILES): Delete.
9851 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9852 * config/mips/linux.mh (XDEPFILES): Delete.
9853 * config/mips/irix6.mh (XDEPFILES): Delete.
9854 * config/mips/irix5.mh (XDEPFILES): Delete.
9855 * config/mips/irix4.mh (XDEPFILES): Delete.
9856 * config/mips/irix3.mh (XDEPFILES): Delete.
9857 * config/mips/decstation.mh (XDEPFILES): Delete.
9858 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9859 (NATDEPFILES): Move core-aout.o to here.
9860 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9861 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9862 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9863 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9864 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9865 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9866 * config/pa/hpux11.mh (XDEPFILES): Delete.
9867 * config/powerpc/aix.mh (XDEPFILES): Delete.
9868 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9869 * config/powerpc/linux.mh (XDEPFILES): Delete.
9870 * config/romp/rtbsd.mh: Rename XDEPFILES.
9871 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9872 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9873 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9874 * config/s390/s390.mh (XDEPFILES): Delete.
9875 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9876 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9877 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9878 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9879 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9880 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9881 * config/sparc/linux.mh (XDEPFILES): Delete.
9882 * config/vax/vaxult.mh (XDEPFILES): Delete.
9883 * config/vax/vaxult2.mh (XDEPFILES): Delete.
9884 * Makefile.in (DEPFILES): Remove XDEPFILES.
9885
9886 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9887
9888 * utils.c (internal_verror): Fix comments, default is yes not no.
9889 Update queries to match. Default to quit and dump core.
9890
9891 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9892
9893 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
9894 copyright.
9895 * defs.h, event-top.c, gdbcmd.h: Ditto.
9896 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9897 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9898 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9899 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
9900 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
9901 * mi/mi-main.c:Ditto.
9902
9903 * stack.c, symfile.c: Update copyright.
9904
9905 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9906
9907 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
9908 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
9909 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
9910 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
9911
9912 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9913
9914 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
9915 * gdbserver/low-lynx.c (myattach): Likewise.
9916 * gdbserver/low-nbsd.c (myattach): Likewise.
9917 * gdbserver/low-sim.c (myattach): Likewise.
9918 * gdbserver/low-sparc.c (myattach): Likewise.
9919 * gdbserver/low-sun3.c (myattach): Likewise.
9920
9921 * gdbserver/low-linux.c (myattach): New function.
9922
9923 * gdbserver/server.c (attach_inferior): New function.
9924 (main): Handle "--attach".
9925
9926 2002-01-16 Andrew Cagney <ac131313@redhat.com>
9927
9928 * MAINTAINERS (language support): Daniel Jacobwitz is C++
9929 maintainer.
9930
9931 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
9932
9933 * c-typeprint.c (is_type_conversion_operator): Add additional
9934 check for non-conversion operators.
9935
9936 2002-01-15 Michael Snyder <msnyder@redhat.com>
9937
9938 * linux-proc.c: Add "info proc" command, a la procfs.c.
9939 (read_mapping): New function, abstract and re-use code.
9940 (linux_find_memory_regions): Use new func read_mapping.
9941 (linux_info_proc_cmd): New function, implement "info proc".
9942 (_initialize_linux_proc): Add new command "info proc".
9943
9944 2002-01-15 Michael Snyder <msnyder@redhat.com>
9945
9946 * symfile.c (generic_load): Use bfd_map_over_sections method
9947 instead of manipulating bfd structure members directly.
9948 (add_section_size_callback): New function, bfd sections callback
9949 used by generic_load.
9950 (load_sections_callback): New function, bfd sections callback
9951 used by generic_load.
9952
9953 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
9954
9955 [Based on work by Jim Blandy]
9956 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
9957 (builtin_type_vec128): Export.
9958 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
9959 types.
9960 (builtin_type_vec128): New builtin type for 128 bit vector
9961 registers.
9962 (build_gdbtypes): Initialize builtin_type_v16qi and
9963 builtin_type_v8hi. Create the vec128 register builtin type
9964 structure.
9965 (build_builtin_type_vec128): New function.
9966 (_initialize_gdbtypes): Register builtin_type_v16qi and
9967 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
9968 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
9969 AltiVec register to new builtin type.
9970
9971 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
9972
9973 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
9974 to make_cv_type.
9975
9976 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9977
9978 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
9979 CLEAN_UP_REGISTER_VALUE.
9980 * regcache.c (supply_register): Update only call.
9981
9982 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9983
9984 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9985 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9986 a29k-*-vxworks* targets as obsolete.
9987
9988 2002-01-14 Michael Snyder <msnyder@redhat.com>
9989
9990 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
9991 until we can resolve portability issues.
9992 * gregset.h: Remove references to fpxregs.
9993 * gcore.c (gcore_command): Initialize note_sec to NULL.
9994
9995 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9996
9997 * signals.c (target_signal_to_name): Rewrite. Only use
9998 signals[].name when in bounds and non-NULL.
9999
10000 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10001
10002 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10003 * signals.c (target_signal_to_name): Verify that SIG is within the
10004 bounds of the signals array.
10005
10006 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10007
10008 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10009
10010 2002-01-13 Keith Seitz <keiths@redhat.com>
10011
10012 * stack.c (print_frame_info_base): Print the frame's pc
10013 only if when print_frame_info_listing_hook is not defined.
10014
10015 2002-01-13 Keith Seitz <keiths@redhat.com>
10016
10017 * varobj.c (varobj_set_value): Make sure that there were no
10018 errors evaluating the object before attempting to set its
10019 value.
10020 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10021 so this offset adjustment is no longer necessary.
10022 (create_child): Don't set the error flag if the child is
10023 a CPLUS_FAKE_CHILD.
10024 (value_of_child): If value_fetch_lazy fails, return NULL
10025 so that callers will be notified that an error occurred.
10026 (c_value_of_variable): Delay check of variable's validity
10027 until later. We actually want all structs and unions to have
10028 the value "{...}".
10029 Do not return "???" for variables which could not be evaluated.
10030 This error condition must be returned to the caller so that it
10031 can get the error condition from gdb.
10032 (cplus_name_of_child): Adjust index for vptr before figuring
10033 out the name of the child.
10034 (cplus_value_of_child): If a child's (real) parent is not valid,
10035 don't even bother trying to give a value for it. Just return
10036 an error. Change all instances in this function.
10037 (cplus_type_of_child): If our parent is one of the "fake"
10038 parents, we need to get at the type of the real parent, and
10039 derive the child's true type using this information.
10040
10041 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10042
10043 From 2002-01-09 John Marshall <johnm@falch.net>:
10044 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10045 sources.redhat.com, and tweak some related URLs which had
10046 suffered from linkrot.
10047
10048 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10049
10050 From Jeff law:
10051 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10052 structures passed in registers.
10053
10054 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10055
10056 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10057 white space which prevented compilation. Reported by DSK
10058 <dsk@student.unsw.edu.au>.
10059
10060 2002-01-11 Michael Snyder <msnyder@redhat.com>
10061
10062 * symfile.c (build_section_addr_info_from_section_tab):
10063 Use bfd access method instead of manipulating bfd directly.
10064 (syms_from_objfile): Ditto.
10065 (simple_overlay_update_1): Ditto.
10066 (simple_overlay_update): Ditto.
10067 (generic_load): Ditto.
10068 (overlay_unmapped_address): FIXME comment, bfd access methods.
10069 (sections_overlap): FIXME comment, bfd access methods.
10070 (pc_in_mapped_range): FIXME comment, bfd access methods.
10071 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10072 (section_is_mapped): FIXME comment, bfd access methods.
10073 (section_is_overlay): FIXME comment, bfd access methods.
10074
10075 * symfile.c (generic_load): Whitespace and long line cleanups.
10076 Remove duplicate variable, change several local variables to
10077 more appropriate data types.
10078 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10079
10080 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10081
10082 From Peter Schauer:
10083 * language.c (longest_local_hex_string_custom): Use phex_nz to
10084 convert NUM to a hex string.
10085
10086 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10087
10088 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10089 the function.
10090 Update Copyright year.
10091
10092 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10093
10094 * language.c (longest_raw_hex_string): Delete unused function.
10095
10096 2002-01-11 Petr Sorfa <petrs@caldera.com>
10097
10098 * MAINTAINERS (write-after-approval): Add myself.
10099 * dwarf2read.c (read_tag_string_type): Handling of
10100 DW_AT_byte_size.
10101 (read_tag_string_type): FORTRAN fix to prevent propagation of
10102 first string size.
10103 (set_cu_language): Handling of DW_LANG_Fortran95
10104
10105 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10106
10107 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10108 GETPID(inferior_ptid).
10109 (store_inferior_registers): Likewise.
10110
10111 2002-01-10 Jason Merrill <jason@redhat.com>
10112
10113 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10114 Fix DW_OP_minus.
10115
10116 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10117
10118 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10119 and bfd/elf32-sh-nbsd.c.
10120
10121 2002-01-10 Michael Snyder <msnyder@redhat.com>
10122
10123 * NEWS: Mention --pid and corefile/proc-id behavior change.
10124
10125 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10126 * gcore.c: Include cli/cli-decode.h instead of command.h.
10127
10128 * main.c (captured_main): Add new command line option "--pid".
10129 If the second command line argument (following the symbol-file)
10130 begins with a digit, try to attach to it before trying to open
10131 it as a corefile.
10132 (print_gdb_help): Document the "--pid" argument.
10133
10134 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10135
10136 * completer.c (command_completer): New function.
10137
10138 * completer.h <command_completer>: Add prototype.
10139
10140 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10141 completer for the "help" command.
10142
10143 2002-01-09 Jason Merrill <jason@redhat.com>
10144
10145 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10146
10147 2002-01-09 Michael Snyder <msnyder@redhat.com>
10148
10149 * i386-linux-nat.c (fill_fpxregset): Make global.
10150 (store_fpxregset): Ditto.
10151
10152 * gregset.h (gdb_fpxregset_t): Define.
10153 (supply_fpxregset): Prototype.
10154 (fill_fpxregset): Prototype.
10155
10156 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10157
10158 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10159
10160 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10161 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10162 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10163
10164 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10165
10166 * MAINTAINERS: Update target maintainer rules so that any
10167 Maintainer can approve a tested patch for a maintenance-only
10168 target.
10169
10170 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10171
10172 * MAINTAINERS (write-after-approval): Add myself.
10173
10174 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10175 IN_SIGTRAMP.
10176
10177 2002-01-08 Michael Snyder <msnyder@redhat.com>
10178
10179 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10180 real name of the executable, rather than the /proc name.
10181
10182 2002-01-03 Michael Snyder <msnyder@redhat.com>
10183
10184 Implement a "generate-core-file" command in gdb, save target state.
10185 * gcore.c: New file. Implement new command 'generate-core-file'.
10186 Save a corefile image of the current state of the inferior.
10187 * linux-proc.c: Add linux-specific code for saving corefiles.
10188 * target.h (struct target_ops): Add new target vectors for saving
10189 corefiles; to_find_memory_regions and to_make_corefile_notes.
10190 (target_find_memory_regions): New macro.
10191 (target_make_corefile_notes): New macro.
10192 * target.c (update_current_target): Inherit new target methods.
10193 (dummy_find_memory_regions): New place-holder method.
10194 (dummy_make_corefile_notes): New place-holder method.
10195 (init_dummy_target): Initialize new dummy target vectors.
10196 * exec.c (exec_set_find_memory_regions): New function.
10197 Allow the exec_ops vector for memory regions to be taken over.
10198 (exec_make_note_section): New function, target vector method.
10199 * defs.h (exec_set_find_memory_regions): Export prototype.
10200 * procfs.c (proc_find_memory_regions): New function, corefile method.
10201 (procfs_make_note_section): New function, corefile method.
10202 (init_procfs_ops): Set new target vector pointers.
10203 (find_memory_regions_callback): New function.
10204 (procfs_do_thread_registers): New function.
10205 (procfs_corefile_thread_callback): New function.
10206 * sol-thread.c (sol_find_memory_regions): New function.
10207 (sol_make_note_section): New function.
10208 (init_sol_thread_ops): Initialize new target vectors.
10209 * inftarg.c (inftarg_set_find_memory_regions): New function.
10210 Allow to_find_memory_regions vector to be taken over.
10211 (inftarg_set_make_corefile_notes): New function.
10212 Allow to_make_corefile_notes vector to be taken over.
10213 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10214 interface layer if not target_has_execution (may be a corefile).
10215 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10216 * config/sparc/sun4sol2.mh: Ditto.
10217 * config/alpha/alpha-linux.mh: Ditto.
10218 * config/arm/linux.mh: Ditto.
10219 * config/i386/x86-64linux.mh: Ditto.
10220 * config/ia64/linux.mh: Ditto.
10221 * config/m68k/linux.mh: Ditto.
10222 * config/mips/linux.mh: Ditto.
10223 * config/powerpc/linux.mh: Ditto.
10224 * config/sparc/linux.mh: Ditto.
10225
10226 2002-01-07 Michael Snyder <msnyder@redhat.com>
10227
10228 * arm-linux-nat.c: Remove references to regcache.c internal data
10229 (registers[] and register_valid[]).
10230
10231 2002-01-07 Michael Snyder <msnyder@redhat.com>
10232
10233 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10234 so that attaching to a pid will automatically read the process's
10235 symbol file and shlibs.
10236 * Makefile.in: Add rule for linux-proc.o.
10237 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10238 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10239 * config/arm/linux.mh: Ditto.
10240 * config/i386/linux.mh: Ditto.
10241 * config/i386/x86-64linux.mh: Ditto.
10242 * config/ia64/linux.mh: Ditto.
10243 * config/m68k/linux.mh: Ditto.
10244 * config/mips/linux.mh: Ditto.
10245 * config/powerpc/linux.mh: Ditto.
10246 * config/sparc/linux.mh: Ditto.
10247
10248 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10249
10250 * win32-nat.c: Add i386-tdep.h dependency.
10251
10252 2002-01-07 Michael Snyder <msnyder@redhat.com>
10253
10254 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10255 instead of bfd_get_arch_size. Don't bail out just because
10256 there's no exec_bfd.
10257
10258 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10259 * p-valprint.c (pascal_object_print_value): Ditto.
10260 * somread.c (som_symtab_read): Ditto.
10261 * symfile.c (simple_free_overlay_region_table): Ditto.
10262 * valops.c (value_assign): Ditto.
10263
10264 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10265 use tilde_expand and strerror for opening save-tracepoints file.
10266
10267 * thread-db.c (thread_db_new_objfile): Indendation fix.
10268
10269 * infptrace.c (GDB_MAX_ALLOCA): New define.
10270 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10271 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10272 can be overridden with whatever value is appropriate to the host).
10273 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10274 alloca to allocate potentially large buffer.
10275 * rs6000-nat.c (child_xfer_memory): Ditto.
10276 * symm-nat.c (child_xfer_memory): Ditto.
10277 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10278
10279 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10280
10281 From Nick Clifton <nickc@redhat.com>
10282 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10283
10284 2002-01-07 Michael Snyder <msnyder@redhat.com>
10285
10286 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10287 Don't use exec_bfd if it's NULL.
10288
10289 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10290
10291 * valops.c (value_arg_coerce): Fix formatting.
10292
10293 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10294
10295 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10296 * gnu-nat.c: Ditto.
10297
10298 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10299
10300 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10301 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10302 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10303 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10304 z8k-coff have not been multi-arched. Update z8k-coff build
10305 status.
10306
10307 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10308
10309 * MAINTAINERS: Mark a29k target as obsolete.
10310 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10311 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10312 comments.
10313 * NEWS: Note that a29k targets are obsolete.
10314 * a29k-tdep.c: Mark as obsolete.
10315 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10316 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10317 a29k-*-vxworks* targets as obsolete.
10318 * remote-adapt.c: Obsolete.
10319 * remote-eb.c: Obsolete.
10320 * remote-mm.c: Obsolete.
10321 * remote-udi.c: Obsolete.
10322 * config/a29k/a29k-udi.mt: Obsolete.
10323 * config/a29k/a29k.mt: Obsolete.
10324 * config/a29k/tm-a29k.h: Obsolete.
10325 * config/a29k/tm-vx29k.h: Obsolete.
10326 * config/a29k/vx29k.mt: Obsolete.
10327
10328 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10329
10330 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10331 with BFD_ENDIAN_BIG.
10332
10333 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10334
10335 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10336 * configure, config.in: Re-generate.
10337 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10338 * defs.h: Do not include <endian.h>.
10339
10340 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10341
10342 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10343 * config.in: Regenerate.
10344 * configure.in: Update copyright years.
10345 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10346 * configure: Regenerate.
10347 * i386bsd-nat.c: Update copyright years.
10348 (fill_gregset): Use regcache_collect.
10349 (fetch_inferior_registers): Only fetch integer registers
10350 if requested to do so. Add support for XMM registers
10351 using PT_GETXMMREGS.
10352 (store_inferior_registers): Only store integer registers
10353 if requested to do so. Add support for XMM registers
10354 using PT_SETXMMREGS.
10355 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10356 (store_inferior_registers): Remove.
10357 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10358 (fetch_elfcore_registers): New function.
10359 (i386nbsd_elfcore_fns): New.
10360 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10361 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10362 i386bsd-nat.o.
10363 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10364 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10365 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10366 * config/i386/tm-nbsd.h: Update copyright years.
10367 (HAVE_SSE_REGS): Define.
10368 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10369 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10370 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10371 (SIGCONTEXT_PC_OFFSET): Remove.
10372 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10373
10374 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10375
10376 * configure.tgt: Remove powerpc-*-macos* target.
10377 * config/m68k/xm-mpw.h: Delete file.
10378 * config/xm-mpw.h: Delete file.
10379 * ser-mac.c: Delete file.
10380 * mpw-make.sed: Delete file.
10381 * mpw-config.in: Delete file.
10382 * mac-xdep.c: Delete file.
10383 * mac-gdb.r: Delete file.
10384 * mac-defs.h: Delete file.
10385 * mac-nat.c: Delete file.
10386 * config/powerpc/macos.mh: Delete file.
10387 * config/powerpc/macos.mt: Delete file.
10388 * config/powerpc/nm-macos.h: Delete file.
10389 * config/powerpc/tm-macos.h: Delete file.
10390 * source.c (openp, open_source_file): Remove obsolete code.
10391 * top.c (gdb_readline): Ditto.
10392 * utils.c (query): Ditto.
10393 * event-top.c (display_gdb_prompt): Ditto.
10394 * Makefile.in (ser-mac.o): Delete obsolete target.
10395 * NEWS: Update.
10396
10397 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10398
10399 * defs.h (BIG_ENDIAN): Delete macro definition.
10400 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10401 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10402 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10403 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10404 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10405 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10406 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10407 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10408 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10409 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10410 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10411 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10412 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10413 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10414 * gdbarch.c: Re-generate.
10415
10416 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10417
10418 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10419 for core files.
10420
10421 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10422
10423 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10424
10425 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10426
10427 * value.h (value_ptr): Delete typedef.
10428
10429 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10430
10431 * i386nbsd-nat.c: Update copyright years.
10432 Include i386-tdep.h.
10433
10434 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10435
10436 * stabsread.c: Update copyright years.
10437
10438 From Debashis Mahata <debashis.mahata@wipro.com>:
10439 (read_struct_fields): Deal with Sun C compiler erroneous stab
10440 output for structs and unions.
10441 Fix PR gdb/269.
10442
10443 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10444
10445 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10446 prototype.
10447
10448 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10449
10450 * cp-abi.c: Fix whitespace.
10451 (baseclass_offset): New wrapper function.
10452 * cp-abi.h (baseclass_offset): Add prototype.
10453 (struct cp_abi_ops): Add baseclass_offset pointer.
10454
10455 * valops.c (vb_match): Move to...
10456 * gnu-v2-abi.c (vb_match): here.
10457 * valops.c (baseclass_offset): Move to...
10458 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10459
10460 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10461
10462 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10463 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10464 * hpacc-abi.c (init_hpacc_ops): Likewise.
10465
10466 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10467
10468 * valops.c (find_overload_match): Accept obj as a
10469 reference parameter. Update it before returning.
10470 * value.h (find_overload_match): Update prototype.
10471 * eval.c (evaluate_subexp_standard): Pass object to
10472 find_overload_match by reference.
10473
10474 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10475
10476 * valarith.c: Replace value_ptr with struct value pointer. Remove
10477 register attribute from value declarations.
10478 * valops.c: Ditto.
10479 * value.h: Ditto.
10480 * scm-lang.c (scm_lookup_name): Ditto.
10481
10482 2002-01-03 Michael Snyder <msnyder@redhat.com>
10483
10484 Abstract the functionality of iterating over mapped memory
10485 regions into a general purpose iterator function.
10486 * procfs.c (iterate_over_mappings): New function, general purpose
10487 iterator for memory sections.
10488 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10489 (solib_mappings_callback): New function, callback for above.
10490 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10491 (info_mappings_callback): New function, callback for above.
10492
10493 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10494
10495 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10496
10497 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10498 * i386-tdep.c: Include "elf-bfd.h".
10499 (process_note_abi_tag_sections): New function.
10500 (i386_gdbarch_init): Add code to recognize various OS/ABI
10501 combinations.
10502
10503 * maint.c (_initialize_maint_cmds): Add missing \ in
10504 string-literal.
10505
10506 For older changes see ChangeLog-2001
10507 \f
10508 Local Variables:
10509 mode: change-log
10510 left-margin: 8
10511 fill-column: 74
10512 version-control: never
10513 End:
This page took 0.254629 seconds and 5 git commands to generate.