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