* alpha-tdep.c (heuristic_proc_desc): Compute the size of the
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
56468235
DH
12002-06-18 Don Howard <dhoward@redhat.com>
2
3 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5 suggesting this solution.
6
0b624158
AC
72002-06-18 Andrew Cagney <ac131313@redhat.com>
8
9 * config/romp/xm-rtbsd.h: Delete file.
10 * config/romp/rtbsd.mh: Delete file.
11
221ea385
KS
122002-06-18 Keith Seitz <keiths@redhat.com>
13
14 * breakpoint.c (condition_command): Post breakpoint_modify
15 when a condition is added to an existing breakpoint.
16 (commands_command): Likewise for commands.
17 (set_ignore_count): Likewise for ignore counts.
18 If no tty, do not simply return, still need to send event
19 notification.
20 (ignore_command): Only print a newline if the command came
21 from a tty.
22 Don't call breakpoints_changed, since this is now properly
23 handled by set_ignore_count.
24
5402eed1
AC
252002-06-18 Andrew Cagney <cagney@redhat.com>
26
27 * MAINTAINERS: Note that cris-elf target can be compiled with
28 -Werror.
29 * cris-tdep.c (cris_register_name): Make return type constant.
30 (cris_breakpoint_from_pc): Ditto.
31
cc22880b
ML
322002-06-18 Michal Ludvig <mludvig@suse.cz>
33
34 * frame.h (struct frame_info): Change type of context to
35 'struct context'.
36
fa88f677
AC
372002-06-17 Andrew Cagney <cagney@redhat.com>
38
39 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
40 pointer.
41 * gdbarch.h, gdbarch.c: Regenerate.
42 * config/mips/tm-mips.h (mips_register_name): Update.
43 * i386-tdep.h (i386_register_name): Update.
44 * mips-tdep.c (mips_register_name): Update
45 * alpha-tdep.c (alpha_register_name): Update.
46 * arch-utils.c (legacy_register_name): Update.
47 * arch-utils.h (legacy_register_name): Update.
48 * avr-tdep.c (avr_register_name): Update.
49 * ia64-tdep.c (ia64_register_name): Update.
50 * i386-tdep.c (i386_register_name): Update.
51 * sparc-tdep.c (sparc32_register_name): Update.
52 (sparc64_register_name): Update.
53 (sparclite_register_name): Update.
54 (sparclet_register_name): Update.
55 * sh-tdep.c (sh_generic_register_name): Update.
56 (sh_sh_register_name): Update.
57 (sh_sh3_register_name): Update.
58 (sh_sh3e_register_name): Update.
59 (sh_sh_dsp_register_name): Update.
60 (sh_sh3_dsp_register_name): Update.
61 (sh_sh4_register_name): Update.
62 (sh_sh64_register_name): Update.
63 * s390-tdep.c (s390_register_name): Update.
64 * rs6000-tdep.c (rs6000_register_name): Update.
65 * ns32k-tdep.c (ns32k_register_name_32082): Update.
66 (ns32k_register_name_32382): Update.
67 * d10v-tdep.c (d10v_ts2_register_name): Update.
68 (d10v_ts3_register_name): Update.
69 * xstormy16-tdep.c (xstormy16_register_name): Update.
70 * vax-tdep.c (vax_register_name): Update.
71 * v850-tdep.c (v850_register_name): Update.
72 * m68hc11-tdep.c (m68hc11_register_name): Update.
73 * mn10300-tdep.c (mn10300_generic_register_name): Update.
74 (am33_register_name): Update.
75
ea1e7ef6
GS
762002-06-17 Grace Sainsbury <graces@redhat.com>
77
78 * m68k-tdep.c: Reindented.
79
9b02dd1b
AC
802002-06-17 Andrew Cagney <ac131313@redhat.com>
81
82 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
83 list of predefined types.
84
8758dec1
MK
852002-06-16 Mark Kettenis <kettenis@gnu.org>
86
b6197528
MK
87 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
88 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
89 REGISTER_CONVERT_TO_RAW): Remove defines.
90 (i386_register_virtual_type, i386_register_convertible,
91 i386_register_convert_to_virtual, i386_register_convert_to_raw):
92 Remove prototypes.
93 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
94 macros mentioned above.
95
82b47e62
MK
96 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
97 (i386lynx_saved_pc_after_call): Remove prototype.
98 * i386ly-tdep.c: Include "i386-tdep.h".
99 (i386lynx_saved_pc_after_call): Make static. Use
100 read_memory_nobpt instead of read_memory. Use
101 read_memory_unsigned_integer instead of read_memory_integer.
102 (i386lynx_init_abi): New function.
103 (i386lynx_coff_osabi_sniffer): New function.
104 (_initialize_i386bsd_tdep): New function.
105
8758dec1
MK
106 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
107 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
108 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
109 (i386_fix_call_dummy): Remove prototype.
110 * i386-tdep.c (i386_call_dummy_words): New variable.
111 (i386_gdbarch_init): Adjust for removal of the
112 macros mentioned above.
113
e9e68a56
AC
1142002-06-15 Andrew Cagney <ac131313@redhat.com>
115
116 * command.h (add_setshow_auto_boolean_cmd): Replace
117 add_set_auto_boolean_cmd.
118 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
119 add_set_auto_boolean_cmd.
120 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
121 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
122 mask-address'' command.
123 (show_mask_address): Add cmd parameter.
124 * remote.c (add_packet_config_cmd): Update. Change type of
125 set_func and show_func to cmd_sfunc_ftype.
126 (_initialize_remote): Update `set remote Z-packet'
127 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
128 (show_remote_protocol_e_packet_cmd): Ditto.
129 (show_remote_protocol_E_packet_cmd): Ditto.
130 (show_remote_protocol_P_packet_cmd): Ditto.
131 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
132 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
133 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
134 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
135 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
136 (show_remote_protocol_Z_packet_cmd): Ditto.
137 (show_remote_protocol_binary_download_cmd): Ditto.
138 (show_remote_cmd): Pass NULL to all of above.
139
fc08ec52
MK
1402002-06-15 Mark Kettenis <kettenis@gnu.org>
141
142 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
143 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
144 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
145 POP_FRAME): Remove defines.
146 (i386_push_arguments, i386_store_struct_return,
147 i386_extract_return_value, i386_store_return_value,
148 i386_extract_struct_value_address, i386_push_dummy_frame,
149 i386_pop_frame): Renove prototypes.
150 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
151 macros mentioned above.
152
e707bbc2
AC
1532002-06-15 Andrew Cagney <ac131313@redhat.com>
154
155 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
156 add_set_boolean_cmd.
157 (add_setshow_cmd): New function.
158 * command.h (add_setshow_boolean_cmd): Replace
159 add_set_boolean_cmd.
160 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
161 and ``set rdiromatzero''.
162 * maint.c (_initialize_maint_cmds): Update commented out code.
163 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
164 * target.c (initialize_targets): Update `set
165 trust-readonly-sections'.
166 * remote.c (_initialize_remote): Update `set remotebreak'.
167
42fdc8df
MK
1682002-06-15 Mark Kettenis <kettenis@gnu.org>
169
93924b6b
MK
170 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
171 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
172 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
173 fit into multi-arch framework.
174 (i386_breakpoint_from_pc): New function.
175 (i386_gdbarch_init): Adjust for removal of the macros mentioned
176 above.
177
42fdc8df
MK
178 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
179 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
180 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
181 (i386_frameless_function_invocation, i386_frame_num_args,
182 i386_frame_init_saved_regs): Remove prototypes.
183 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
184 macros mentioned above.
185
9773a94b
AC
1862002-06-15 Andrew Cagney <ac131313@redhat.com>
187
188 * cli/cli-decode.c (set_cmd_cfunc): Update.
189 (set_cmd_sfunc): Update.
190 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
191 (set_cmd_sfunc, set_cmd_cfunc): Update.
192 * cli/cli-decode.h: Update.
193
6e157172
MK
1942002-06-15 Mark Kettenis <kettenis@gnu.org>
195
196 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
197 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
198
7f19b9a2
AC
1992002-06-15 Andrew Cagney <ac131313@redhat.com>
200
201 * defs.h (auto_boolean): Declare enum.
202 * command.h (cmd_auto_boolean): Delete enum.
203 * mips-tdep.c (mask_address_var): Update.
204 (mips_mask_address_p): Update.
205 (show_mask_address): Update.
206 * remote.c (struct packet_config): Update.
207 (update_packet_config): Update.
208 (show_packet_config_cmd): Update.
209 (packet_ok): Update.
210 (add_packet_config_cmd): Update.
211 (_initialize_remote):
212 * command.h: Update.
213 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
214 (do_setshow_command): Update.
215 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
216 * cli/cli-decode.h: Update.
217
1cf88de5
MK
2182002-06-15 Mark Kettenis <kettenis@gnu.org>
219
22ba8cf2
MK
220 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
221 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
222 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
223 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
224 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
225 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
226
762c5349
MK
227 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
228 list of DJGPP COFF targets.
229
091198bb
MK
230 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
231 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
232 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
233 (FP0_REGNUM): Remove define.
234 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
235 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
236 (i386_register_virtual_size): Remove protoype.
237 * i386-tdep.c (i386_register_virtual_size): Removed.
238 (i386_extract_return_value, i386_store_return_value): Use
239 FP0_REGNUM instead of NUM_FREGS to determine whether the
240 floating-point registers are available.
241 (i386_gdbarch_init): Tweak FIXME about FPU registers.
242 Adjust for removal of macros mentioned above.
243
2442002-06-15 Mark Kettenis <kettenis@gnu.org>
245
fcc9bf01
MK
246 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
247 comments.
248 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
249 Remove prototypes.
250 (supply_gregset, fill_gregset): Remove use of register keyword and
251 remove declaration for regmap. Use I386_NUM_GREGS instead of
252 NUM_REGS and NUM_FREGS.
253 (FPREGSET_FSAVE_OFFSET): Remove.
254 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
255 NUM_FREGS to determine whether the floating-point registers are
256 available.
257
65e78234
MK
258 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
259 gnu_store_registers): Replace usage of NUM_GREGS with
260 I386_NUM_GREGS.
261
98df6387
MK
262 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
263 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
264 usage of NUM_GREGS with I386_NUM_GREGS.
265
099a9414
MK
266 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
267
57976e88
MK
268 * i386bsd-nat.c: Include "i386-tdep.h".
269 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
270 I386_NUM_GREGS.
271
b335f4a6
MK
272 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
273 and associated comment. They no longer make any sense, since we
274 don't use this file anymore on Linux.
275
1cf88de5
MK
276 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
277 * i386-tdep.c (i386_register_offset, i386_register_size): Use
278 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
279 elements in these arrays.
280 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
281 MAX_NUM_REGS.
282
daa66587
MK
2832002-06-15 Mark Kettenis <kettenis@gnu.org>
284
285 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
286 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
287
26e9b323
AC
2882002-06-14 Andrew Cagney <cagney@redhat.com>
289
290 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
291 EXTRACT_RETURN_VALUE.
292 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
293 EXTRACT_STRUCT_VALUE_ADDRESS.
294 * gdbarch.h, gdbarch.c: Regenerate.
295
296 * values.c (value_being_returned): Handle
297 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
298 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
299
300 * arm-linux-tdep.c (arm_linux_init_abi): Update.
301 * arm-tdep.c (arm_gdbarch_init): Update.
302 * avr-tdep.c (avr_gdbarch_init): Update.
303 * cris-tdep.c (cris_gdbarch_init): Update.
304 * d10v-tdep.c (d10v_gdbarch_init): Update.
305 * ia64-tdep.c (ia64_gdbarch_init): Update.
306 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
307 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
308 * s390-tdep.c (s390_gdbarch_init): Update.
309 * sh-tdep.c (sh_gdbarch_init): Update.
310 * s390-tdep.c (s390_gdbarch_init): Update.
311 * sparc-tdep.c (sparc_gdbarch_init): Update.
312 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
313 * v850-tdep.c (v850_gdbarch_init): Update.
314 * vax-tdep.c (vax_gdbarch_init): Update.
315 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
316 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
317
318 * config/arc/tm-arc.h: Update.
319 * config/d30v/tm-d30v.h: Update.
320 * config/fr30/tm-fr30.h: Update.
321 * config/h8300/tm-h8300.h: Update.
322 * config/h8500/tm-h8500.h: Update.
323 * config/i386/tm-i386.h: Update.
324 * config/i386/tm-ptx.h: Update.
325 * config/i386/tm-symmetry.h: Update.
326 * config/i960/tm-i960.h: Update.
327 * config/m32r/tm-m32r.h: Update.
328 * config/m68k/tm-delta68.h: Update.
329 * config/m68k/tm-linux.h: Update.
330 * config/m68k/tm-m68k.h: Update.
331 * config/m88k/tm-m88k.h: Update.
332 * config/mcore/tm-mcore.h: Update.
333 * config/mips/tm-mips.h: Update.
334 * config/mn10200/tm-mn10200.h: Update.
335 * config/pa/tm-hppa.h: Update.
336 * config/pa/tm-hppa64.h: Update.
337 * config/sparc/tm-sp64.h: Update.
338 * config/sparc/tm-sparc.h: Update.
339 * config/sparc/tm-sparclet.h: Update.
340 * config/z8k/tm-z8k.h: Update.
341
5179e78f
AC
3422002-06-14 Andrew Cagney <cagney@redhat.com>
343
344 * Makefile.in (i386_linux_tdep_h): Define.
345 (i386_tdep_h, i387_tdep_h): Define.
346 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
347 $(i386_tdep_h) and $(i387_tdep_h).
348 * i386-linux-nat.c: Include "i386-linux-tdep.h".
349
8201327c
MK
3502002-06-14 Mark Kettenis <kettenis@gnu.org>
351
edf393ac
MK
352 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
353 Already covered by the default.
354
896fb97d
MK
355 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
356 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
357 (i386_gdbarch_init): Initialize long_double_format and long_double
358 bit.
359
8201327c
MK
360 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
361 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
362 Move these to ...
363 * config/i386/i386sol2.mh: ... here.
364 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
365 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
366 (SIGCONTEXT_PC_OFFSET): Remove define.
367 (IN_SIGTRAMP): Remove define.
368 * i386-sol2-tdep.c: New file.
369
370 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
371 * config/i386/tm-i386nw.h: Removed.
372
373 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
374 USE_STRUCT_CONVENTION): Remove defines.
375 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
376 (get_longjmp_target): Remove prototype.
377 (IN_SIGTRAMP): Remove define.
378 (i386bsd_in_sigtramp): Remove prototype.
379 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
380 function. Update comment accordingly
381 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
382 (FRAME_SAVED_PC): Remove define.
383 (i386bsd_frame_saved_pc): Remove prototype.
384 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
385 GET_LONGJMP_TARGET): Remove defines.
386 (get_longjmp_target): Remove prototype.
387 (IN_SIGTRAMP): Remove define.
388 (i386bsd_in_sigtramp): Remove prototype.
389 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
390 function. Update comment accordingly
391 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
392 (FRAME_SAVED_PC): Remove define.
393 (i386bsd_frame_saved_pc): Remove prototype.
394 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
395 Remove prototype.
396 (USE_STRUCT_CONVENTION): Remove prototype.
397 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
398 declaration.
399 (_initialize_i386bsd_nat): Revise logic to determine some
400 constants at compile time when compiling a native GDB. Warn if
401 things don't match up with what we expect.
402 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
403 Remove variables.
404 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
405 to use date stored in `struct gdbarch_tdep'.
406 (i386bsd_sigcontext_offset): Remove varaible.
407 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
408 stored in `struct gdbarch_tdep'.
409 (i386bsd_frame_saved_pc): Make static.
410 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
411 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
412 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
413 i386fbsd4_sc_pc_offset): New variables.
414 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
415 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
416 functions.
417 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
418 functions.
419 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
420 Modify the value of i386fbsd_sigtramp_start and
421 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
422 i386fbsd_sigtramp_end.
423 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
424 function.
425
426 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
427 define to i386-linux-tdep.h.
428 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
429 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
430 defines.
431 (i386_linux_register_name, i386_linux_register_byte,
432 i386_linux_register_raw_size): Remove prototypes.
433 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
434 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
435 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
436 TARGET_WRITE_PC): Remove defines.
437 (i386_linux_in_sigtramp, i386_linux_frame_chain,
438 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
439 i386_linux_write_pc): Remove prototypes.
440 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
441 (get_longjmp_target): Remove prototype.
442 * i386-linux-tdep.h: New file.
443 * i386-linux-nat.c: Include "i386-linux-tdep.h".
444 * i386-linux-tdep.c: Include "i386-tdep.h" and
445 "i386-linux-tdep.h".
446 (i386_linux_register_name, i386_linux_register_byte,
447 i386_linux_register_raw_size, i386_linux_in_sigtramp,
448 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
449 Make static.
450 (i386_linux_init_abi): New function.
451 (_initialize_i386_linux_tdep): New function.
452
453 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
454 (i386_saved_pc_after_call): Remove prototype.
455 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
456 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
457 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
458 (i386_register_name, i386_stab_reg_to_regnum,
459 i386_dwarf_reg_to_regnum): Remove prototypes.
460 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
461 SIZEOF_SSE_REGS): Remove defines.
462 (REGISTER_BYTES): Remove define.
463 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
464 (i386_register_byte, i386_register_raw_size): Remove prototypes.
465 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
466 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
467 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
468 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
469 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
470 (get_longjmp_target): Remove prototype.
471 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
472 (sigtramp_saved_pc): Remove define.
473 (i386v4_sigtramp_saved_pc): Remove prototype.
474 * config/i386/tm-go32.h (FRAME_CHAIN,
475 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
476 (i386go32_frame_saved_pc): Remove prototype.
477 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
478 (get_longjmp_target): Remove prototype.
479 * i386-tdep.h: Include "osabi.h".
480 (enum i386_abi): Removed.
481 (enum struct_return): New enum.
482 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
483 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
484 sc_pc_offset members.
485 (i386_gdbarch_register_os_abi): Remove prototype.
486 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
487 I386_SSE_NUM_REGS): New defines.
488 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
489 I386_SSE_SIZEOF_REGS): New defines.
490 (i386_register_name, i386_register_byte, i386_register_raw_size):
491 New prototypes.
492 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
493 (i386bsd_sigtramp_saved_pc): New prototype.
494 * i386-tdep.c: Don't include "elf-bfd.h".
495 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
496 i386_frame_chain, i386_saved_pc_after_call): Make static.
497 (i386_frame_saved_pc): Rewrite to call architecture dependent
498 function to deal with signal handlers. Make static.
499 (i386go32_frame_saved_pc): Removed.
500 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
501 Removed.
502 (i386_get_longjmp_target): New function.
503 (default_struct_convention, pcc_struct_convention,
504 reg_struct_convention, valid_conventions, struct_convention): New
505 variables.
506 (i386_use_struct_convention): New function.
507 (i386v4_sigtramp_saved_pc): Renamed to
508 i386_svr4_sigtramp_saved_pc. Made static. Moved.
509 (i386_pc_in_sigtramp): New function.
510 (i386_abi_names): Removed.
511 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
512 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
513 Removed.
514 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
515 i386_gdbarch_register_os_abi): Removed.
516 (struct i386_abi_handler): Removed.
517 (i386_abi_handler_list): Removed.
518 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
519 functions.
520 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
521 i386_nw_init_abi): New functions.
522 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
523 Use set_gdbarch_xxx() calls instead of relying on macros for a
524 number of calls.
525 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
526 (_initialize_i386_tdep): Add new 'struct-convcention' command.
527 Register the various architecture variants defined in this file.
528
ad2f7632
DJ
5292002-06-14 Daniel Jacobowitz <drow@mvista.com>
530
531 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
532 (struct main_type): Remove arg_types member. Update comments for
533 struct field.
534 (TYPE_ARG_TYPES): Remove.
535 (TYPE_FN_FIELD_ARGS): Update.
536 (smash_to_method_type): Update prototype.
537
538 * c-typeprint.c (cp_type_print_method_args): Take method type
539 instead of argument list. Use new argument layout. Simplify.
540 (c_type_print_args): Use new argument layout. Simplify.
541 (c_type_print_base): Update call to cp_type_print_method_args.
542 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
543 argument; use die->type instead. Update call to
544 smash_to_method_type.
545 (read_structure_scope): Update call to dwarf2_add_member_fn.
546 * gdbtypes.c (allocate_stub_method): Update comment.
547 (smash_to_method_type): Take new NARGS and VARARGS arguments.
548 Use new argument layout.
549 (check_stub_method): Use new argument layout. Don't count
550 void as an argument.
551 (print_arg_types): Update comments. Use new argument layout.
552 (recursive_dump_type): Don't print arg_types member.
553 * hpread.c (hpread_read_struct_type): Use new argument layout.
554 (fixup_class_method_type): Likewise.
555 (hpread_type_lookup): Likewise.
556 * stabsread.c (read_type): Update calls to read_args and
557 smash_to_method_type.
558 (read_args): Use new argument layout. Simplify.
559 * valops.c (typecmp): Use new argument layout. Update parameters
560 and comments. Simplify.
561 (hand_function_call): Use new argument layout.
562 (search_struct_method): Update call to typecmp.
563 (find_overload_match): Use new argument layout.
564
6da02953
DJ
5652002-06-13 Daniel Jacobowitz <drow@mvista.com>
566
567 * NEWS: Mention multithreaded debug support for gdbserver.
568
519b2366
DJ
5692002-06-13 Daniel Jacobowitz <drow@mvista.com>
570
571 * MAINTAINERS: Mention NEWS.
572
a7f48742
DJ
5732002-06-13 Daniel Jacobowitz <drow@mvista.com>
574
575 * gdbserver/regcache.c: Add comment.
576
6c0d6680
DJ
5772002-06-13 Daniel Jacobowitz <drow@mvista.com>
578
579 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
580 (struct mips_objfile_private, compare_pdr_entries): New.
581 (non_heuristic_proc_desc): Read the ".pdr" section if it
582 is present.
583
6529d2dd
AC
5842002-06-12 Andrew Cagney <ac131313@redhat.com>
585
586 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
587 (arm_debug): New static variable.
588 (_initialize_arm_tdep): Add ``set debug arm'' command.
589
26216b98
AC
5902002-06-12 Andrew Cagney <ac131313@redhat.com>
591
592 * Makefile.in (sim_arm_h): Define.
593 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
594 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
595 (arm_register_sim_regno): New function, map an internal REGNUM
596 onto a simulator register number.
597 (arm_gdbarch_init): Set register_sim_regno.
598
814b3ba0
AH
5992002-06-09 Aldy Hernandez <aldyh@redhat.com>
600
601 * MAINTAINERS: Add self.
602
475b0867
JB
6032002-06-11 Jim Blandy <jimb@redhat.com>
604
919d772c
JB
605 * source.c (source_info): Mention whether the symtab has
606 information about preprocessor macros.
607
475b0867
JB
608 Call the command `info macro', not `show macro'.
609 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
610 Fix error message.
611 (_initialize_macrocmd): Register `info_macro_command' in
612 `infolist', not `showlist'.
613
9e364162
DJ
6142002-06-11 Daniel Jacobowitz <drow@mvista.com>
615
616 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
617 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
618 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
619 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
620 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
621 unconditionally.
622 (set_mipsfpu_single_command, set_mipsfpu_double_command)
623 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
624 (_initialize_mips_tdep): Remove dead code.
625 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
626 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
627 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
628 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
629 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
630 MIPS_LAST_FP_ARG_REGNUM): Remove.
631
6322002-06-11 Daniel Jacobowitz <drow@mvista.com>
633
634 * gdbserver/thread-db.c: New file.
635 * gdbserver/proc-service.c: New file.
636 * gdbserver/acinclude.m4: New file.
637 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
638 proc-service.o, and thread-db.o.
639 (linux-low.o): Add USE_THREAD_DB.
640 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
641 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
642 * gdbserver/aclocal.m4: Regenerated.
643 * gdbserver/config.in: Regenerated.
644 * gdbserver/configure: Regenerated.
645 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
646 thread_db.h, and linux/elf.h headrs.
647 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
648 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
649 Check for -lthread_db and thread support.
650 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
651 PowerPC, and SuperH.
652 * gdbserver/i387-fp.c: Constify arguments.
653 * gdbserver/i387-fp.h: Likewise.
654 * gdbserver/inferiors.c: (struct thread_info): Renamed from
655 `struct inferior_info'. Remove PID member. Use generic inferior
656 list header. All uses updated.
657 (inferiors, signal_pid): Removed.
658 (all_threads): New variable.
659 (get_thread): Define.
660 (add_inferior_to_list): New function.
661 (for_each_inferior): New function.
662 (change_inferior_id): New function.
663 (add_inferior): Removed.
664 (remove_inferior): New function.
665 (add_thread): New function.
666 (free_one_thread): New function.
667 (remove_thread): New function.
668 (clear_inferiors): Use for_each_inferior and free_one_thread.
669 (find_inferior): New function.
670 (find_inferior_id): New function.
671 (inferior_target_data): Update argument type.
672 (set_inferior_target_data): Likewise.
673 (inferior_regcache_data): Likewise.
674 (set_inferior_regcache_data): Likewise.
675 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
676 (all_processes, stopping_threads, using_thrads)
677 (struct pending_signals, debug_threads, pid_of): New.
678 (inferior_pid): Replace with macro.
679 (struct inferior_linux_data): Remove.
680 (get_stop_pc, add_process): New functions.
681 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
682 Use add_process and add_thread.
683 (linux_attach_lwp): New function, based on old linux_attach. Use
684 add_process and add_thread. Set stop_expected for new threads.
685 (linux_attach): New function.
686 (linux_kill_one_process): New function.
687 (linux_kill): Kill all LWPs.
688 (linux_thread_alive): Use find_inferior_id.
689 (check_removed_breakpoints, status_pending_p): New functions.
690 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
691 Update. Use WNOHANG. Wait for cloned processes also. Update process
692 struct for the found process.
693 (linux_wait_for_event): New function.
694 (linux_wait): Use it. Support LWPs.
695 (send_sigstop, wait_for_sigstop, stop_all_processes)
696 (linux_resume_one_process, linux_continue_one_process): New functions.
697 (linux_resume): Support LWPs.
698 (REGISTER_RAW_SIZE): Remove.
699 (fetch_register): Use register_size instead. Call supply_register.
700 (usr_store_inferior_registers): Likewise. Call collect_register.
701 Fix recursive case.
702 (regsets_fetch_inferior_registers): Improve error message.
703 (regsets_store_inferior_registers): Add debugging.
704 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
705 (unstopped_p, linux_signal_pid): New functions.
706 (linux_target_ops): Add linux_signal_pid.
707 (linux_init_signals): New function.
708 (initialize_low): Call it. Initialize using_threads.
709 * gdbserver/regcache.c (inferior_regcache_data): Add valid
710 flag.
711 (get_regcache): Fetch registers lazily. Add fetch argument
712 and update all callers.
713 (regcache_invalidate_one, regcache_invalidate): New
714 functions.
715 (new_register_cache): Renamed from create_register_cache.
716 Return the new regcache.
717 (free_register_cache): Change argument to a void *.
718 (registers_to_string, registers_from_string): Call get_regcache
719 with fetch flag set.
720 (register_data): Make static. Pass fetch flag to get_regcache.
721 (supply_register): Call get_regcache with fetch flag clear.
722 (collect_register): Call get_regcache with fetch flag set.
723 (collect_register_as_string): New function.
724 * gdbserver/regcache.h: Update.
725 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
726 stderr.
727 Handle input interrupts while waiting for an ACK.
728 (input_interrupt): Use signal_pid method.
729 (getpkt): Flush after debug output and use stderr.
730 (outreg): Use collect_register_as_string.
731 (new_thread_notify, dead_thread_notify): New functions.
732 (prepare_resume_reply): Check using_threads. Set thread_from_wait
733 and general_thread.
734 (look_up_one_symbol): Flush after debug output.
735 * gdbserver/server.c (step_thread, server_waiting): New variables.
736 (start_inferior): Don't use signal_pid. Update call to mywait.
737 (attach_inferior): Update call to mywait.
738 (handle_query): Handle qfThreadInfo and qsThreadInfo.
739 (main): Don't fetch/store registers explicitly. Use
740 set_desired_inferior. Support proposed ``Hs'' packet. Update
741 calls to mywait.
742 * gdbserver/server.h: Update.
743 (struct inferior_list, struct_inferior_list_entry): New.
744 * gdbserver/target.c (set_desired_inferior): New.
745 (write_inferior_memory): Constify.
746 (mywait): New function.
747 * gdbserver/target.h: Update.
748 (struct target_ops): New signal_pid method.
749 (mywait): Removed macro, added prototype.
750
751 * gdbserver/linux-low.h (regset_func): Removed.
752 (regset_fill_func, regset_store_func): New.
753 (enum regset_type): New.
754 (struct regset_info): Add type field. Use new operation types.
755 (struct linux_target_ops): stop_pc renamed to get_pc.
756 Add decr_pc_after_break and breakpoint_at.
757 (get_process, get_thread_proess, get_process_thread)
758 (strut process_info, all_processes, linux_attach_lwp)
759 (thread_db_init): New.
760
761 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
762 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
763 (the_low_target): Add new members.
764 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
765 (i386_store_fpxregset): Constify.
766 (target_regsets): Add new kind identifier.
767 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
768 (i386_set_pc): Add debugging.
769 (i386_breakpoint_at): New function.
770 (the_low_target): Add new members.
771 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
772 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
773 (mips_breakpoint_at): New.
774 (the_low_target): Add new members.
775 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
776 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
777 (the_low_target): Add new members.
778 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
779 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
780 (the_low_target): Add new members.
781 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
782 identifier.
783
23aa4c72
ML
7842002-06-11 Michal Ludvig <mludvig@suse.cz>
785
786 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
787 (unwind_tmp_obstack_free, parse_frame_info)
788 (update_context, cfi_read_fp, cfi_write_fp)
789 (cfi_frame_chain, cfi_init_extra_frame_info)
790 (cfi_virtual_frame_pointer): Use the above function.
264d1763 791 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 792
70eb15a4
CV
7932002-06-11 Corinna Vinschen <vinschen@redhat.com>
794
795 * v850-tdep.c (v850_type_is_scalar): New function.
796 (v850_use_struct_convention): Match current gcc implementation
797 as close as possible.
798 (v850_push_arguments): Fix stack_offset handling. Don't write
799 struct_addr into register. This is done by v850_store_struct_return.
800 (v850_extract_return_value): Care for structs.
801 (v850_store_return_value): Ditto.
802 (v850_store_struct_return): Actually write address.
803
482a4d06
ML
8042002-06-11 Michal Ludvig <mludvig@suse.cz>
805
806 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
807 without debug information too.
808
d855c300
AC
8092002-06-10 Andrew Cagney <ac131313@redhat.com>
810
811 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
812 Make multi-arch pure.
813 * gdbarch.h, gdbarch.c: Re-generate.
814 * arm-tdep.c (arm_print_float_info): Update.
815 * arch-utils.h (default_print_float_info): Update.
816 * arch-utils.c (default_print_float_info): Update.
817 * infcmd.c (float_info): Update call.
818
dd12a101
AC
8192002-06-10 Andrew Cagney <ac131313@redhat.com>
820
821 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
822 the front of the initialize list.
823
101dcfbe
AC
8242002-06-10 Andrew Cagney <ac131313@redhat.com>
825
826 * infrun.c (struct inferior_status): Replace fields
827 selected_frame_address and selected_level with field
828 selected_frame_id.
829 (save_inferior_status): Update. Use get_frame_id.
830 (struct restore_selected_frame_args): Delete.
831 (restore_selected_frame): Update. Use frame_find_by_id.
832 (restore_inferior_status): Update.
833
834 * breakpoint.h (struct breakpoint): Change type of
835 watchpoint_frame to frame_id.
836 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
837 call to get_current_frame.
838 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
839 get_current_frame.
840 (watchpoint_check): Use frame_find_by_id.
841
842 * frame.h (record_selected_frame): Delete declaration.
843 * stack.c (record_selected_frame): Delete function.
844
845 * frame.h (struct frame_id): Define.
846 (get_frame_id): Declare.
847 (frame_find_by_id): Declare.
848 * frame.c (frame_find_by_id): New function.
849 (get_frame_id): New function.
850
304270b6
AV
8512002-06-10 Andrey Volkov <avolkov@transas.com>
852
853 * ser-e7kpc.c: Fix duplicated define and call of
854 _initialize_ser_e7000pc
855
2f2cf184
DJ
8562002-06-09 Daniel Jacobowitz <drow@mvista.com>
857
858 * signals/signals.c (target_signal_from_host): Fix #ifdef
859 SIGRTMIN case.
860 (do_target_signal_to_host): Likewise.
861
caaa3122
DJ
8622002-06-09 Daniel Jacobowitz <drow@mvista.com>
863
864 * mips-tdep.c (mips_find_abi_section): New function.
865 (mips_gdbarch_init): Call it.
866
6ac5df3a
MK
8672002-06-09 Mark Kettenis <kettenis@gnu.org>
868
869 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
870 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
871 after Andrew's 2002-06-08 gdbarch change.
872
82ea117a
MK
8732002-06-09 Mark Kettenis <kettenis@gnu.org>
874
875 * i386-linux-nat.c (suppy_gregset): Don't supply
876 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
877 register cache.
878 (fill_gregset): Don't fetch it under the same circumstances.
879
3c25f8c7
AC
8802002-06-09 Andrew Cagney <cagney@redhat.com>
881
882 * Makefile.in (callback_h): Define.
883 (remote_sim_h): Update path to remote-sim.h.
884 (remote-rdp.o): Add $(callback_h).
885 (remote-sim.o): Use $(callback_h).
886 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
887 * remote-rdp.c: Include "gdb/callback.h".
888
1029b7fa
MK
8892002-06-09 Mark Kettenis <kettenis@gnu.org>
890
891 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
892 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
893
616675d3
AC
8942002-06-08 Andrew Cagney <ac131313@redhat.com>
895
a3efda28
AC
896 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
897 * rdi-share/serpardr.c: Ditto.
898 * rdi-share/unixcomm.c: Ditto.
899 * rdi-share/serdrv.c: Ditto.
900 * rdi-share/hostchan.h: Ditto.
901 * rdi-share/hostchan.c: Ditto.
902 * rdi-share/host.h: Ditto.
903 * rdi-share/devsw.c: Ditto.
904
c5f10366
AC
905 * objfiles.h: Change type of obj_private to void pointer.
906 * pa64solib.c: Update copyright. Don't include "assert.h", use
907 strcmp instead of STREQ, use LONGEST, do not use PTR
908 * somsolib.c: Ditto.
909
616675d3
AC
910 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
911 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
912 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
913
e4b415d9
AC
9142002-06-08 Andrew Cagney <ac131313@redhat.com>
915
916 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
917 (default_get_saved_register): Delete function.
918 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
919 generic_unwind_get_saved_register.
920 * gdbarch.h, gdbarch.c: Re-generate.
921
ca0d0b52
AC
9222002-06-08 Andrew Cagney <ac131313@redhat.com>
923
924 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
925 generic_func_frame_chain_valid.
926 * gdbarch.h, gdbarch.c: Re-generate.
927 * blockframe.c (generic_func_frame_chain_valid): Only check
928 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
929 passing FP to PC_IN_CALL_DUMMY.
930 Fix PR gdb/360.
931
76860b5f
AC
9322002-06-08 Andrew Cagney <ac131313@redhat.com>
933
934 * gdbarch.sh (struct gdbarch_data): Add field init_p.
935 (register_gdbarch_data): Initialize init_p.
936 (gdbarch_data): Initialize data pointer using the init function.
937 (init_gdbarch_data): Delete function.
938 (gdbarch_update_p): Update.
939 (initialize_non_multiarch): Update.
940 (struct gdbarch): Add field initialized_p.
941 * gdbarch.h, gdbarch.c: Re-generate.
942
8dda9770
ML
9432002-06-07 Michal Ludvig <mludvig@suse.cz>
944
945 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
946 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
947 better do the things actually here.
948 * x86-64-tdep.c (x86_64_register_name2nr): New.
949 (x86_64_register_name): Renamed to x86_64_register_nr2name.
950 (x86_64_gdbarch_init): Respect the above change.
951 * x86-64-tdep.h (x86_64_register_name2nr)
952 (x86_64_register_nr2name): Add prototypes.
953 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
954
3d79a47c
MS
9552002-06-06 Michael Snyder <msnyder@redhat.com>
956
7bd91a28
MS
957 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
958 Delete extra braces and re-indent.
959 (d10v_store_return_value): Char return values
3d79a47c
MS
960 must be shifted over by one byte in R0.
961 (d10v_extract_return_value): Delete extra braces, re-indent.
962
095a4c96
EZ
9632002-06-06 Elena Zannoni <ezannoni@redhat.com>
964
965 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
966 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
967 (d10v_integer_to_address): Rewrite.
968 (d10v_frame_init_saved_regs): When reading fp and sp registers use
969 the d10v specific functions which take care of converting to the
970 correct space.
971
e8a77ca4
EZ
9722002-06-06 Elena Zannoni <ezannoni@redhat.com>
973
974 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
975 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
976
4f2e4a4f
AC
9772002-06-02 Andrew Cagney <ac131313@redhat.com>
978
979 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
980 includes.
981 * config/tm-linux.h: Ditto.
982 * config/alpha/tm-alphalinux.h: Ditto.
983 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
984 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
985 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
986 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
987 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
988 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
989 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
990 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
991 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
992 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
993 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
994 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
995 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
996 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
997 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
998 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
999 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
1000 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
1001 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
1002 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
1003 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
1004 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
1005 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
1006 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
1007 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
1008 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
1009 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
1010 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
1011 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
1012 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
1013 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
1014 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
1015 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
1016 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
1017 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
1018 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
1019 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
1020
ae2ab2ce
AS
10212002-05-04 Aidan Skinner <aidan@velvet.net>
1022
1023 * ada-exp.tab.c: New file
1024 * ada-exp.y: New file
1025 * ada-lang.c: New file
1026 * ada-lang.h: New file
1027 * ada-lex.c: New file
1028 * ada-lex.l: New file
1029 * ada-tasks.c: New file
1030 * ada-typeprint.c: New file
1031 * ada-valprint.c: New file
1032
0ddd0135
JT
10332002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
1034
1035 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
1036 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
1037
750fbacc
JT
10382002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
1039
1040 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
1041 insetead of ppc-linux-tdep.o.
1042 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
1043 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
1044
df94e18a
AC
10452002-06-02 Andrew Cagney <ac131313@redhat.com>
1046
1047 2002-05-07 Christian Groessler <chris@groessler.org>
1048 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
1049 bit register contents for little endian hosts.
1050
1a38ab75
AC
10512002-06-01 Andrew Cagney <ac131313@redhat.com>
1052
1053 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
1054 any maintainer.
1055
8b1632ac
AC
10562002-06-01 Andrew Cagney <ac131313@redhat.com>
1057
1058 * gdbarch.h: Regenerate.
1059
627054c8
AC
10602002-06-01 Andrew Cagney <ac131313@redhat.com>
1061
1062 * MAINTAINERS: Add everyone to write-after-approval list.
1063
4f460812
AC
10642002-06-01 Andrew Cagney <ac131313@redhat.com>
1065
1066 * stack.c (frame_info): Use frame_register_unwind instead of
1067 saved_regs. Mention when the SP is on the stack or in a register.
1068
1069 * frame.h (frame_register_unwind_ftype): Define. Document.
1070 (struct frame_info): Add field register_unwind and
1071 register_unwind_cache.
1072 (frame_register_unwind): Declare.
1073 (generic_unwind_get_saved_register): Declare.
1074
1075 * frame.c (frame_register_unwind): New function.
1076 (generic_unwind_get_saved_register): New function.
1077
1078 * blockframe.c (generic_call_dummy_register_unwind): New function.
1079 (frame_saved_regs_register_unwind): New function.
1080 (set_unwind_by_pc): New function.
1081 (create_new_frame): New function.
1082 (get_prev_frame): New function.
1083
de888f76
AC
10842002-05-30 Andrew Cagney <ac131313@redhat.com>
1085
1086 * a29k-share/: Delete directory.
1087 * remote-vx29k.c: Delete file.
1088
2f2c3626
JT
10892002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1090
1091 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
1092 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1093
9ce5c36a
JT
10942002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1095
1096 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
1097 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
1098 (sparc64nbsd-nat.o)
1099 (sparcnbsd-nat.o)
1100 (sparcnbsd-tdep.o): New dependency lists.
1101 * NEWS: Note new UltraSPARC NetBSD native configuration.
1102 * configure.host (sparc64-*-netbsd*): New host.
1103 * configure.tgt (sparc-*-netbsdelf*)
1104 (sparc-*-netbsd*): Set gdb_target to nbsd.
1105 (sparc64-*-netbsd*): New target.
1106 * sparc64nbsd-nat.c: New file.
1107 * sparcnbsd-nat.c: New file.
1108 * sparcnbsd-tdep.c: New file.
1109 * sparcnbsd-tdep.h: New file.
1110 * config/sparc/nbsd.mt: New file.
1111 * config/sparc/nbsd64.mh: New file.
1112 * config/sparc/nbsd64.mt: New file.
1113 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
1114 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1115 (HOST_IPC): Remove.
1116 * config/sparc/nbsdaout.mt: Remove.
1117 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
1118 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1119 (HOST_IPC): Remove.
1120 * config/sparc/nbsdelf.mt: Remove.
1121 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
1122 sparc-nat.c compatiblity defines.
1123 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
1124 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
1125 * config/sparc/tm-nbsd64.h: New file.
1126 * config/sparc/tm-nbsdaout.h: Remove.
1127 * config/sparc/xm-nbsd.h: Remove.
1128
ef3cf062
JT
11292002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1130
1131 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
1132 * sparc-tdep.c: Include osabi.h.
1133 (gdbarch_tdep): Add osabi member.
1134 (_initialize_sparc_tdep): Use gdbarch_register.
1135 (sparc_gdbarch_init): Use generic OS ABI framework.
1136 (sparc_dump_tdep): New function.
1137
ee8ff470
KB
11382002-05-30 Kevin Buettner <kevinb@redhat.com>
1139
1140 * corefile.c (do_captured_read_memory_integer): Return non-zero
1141 result.
1142 (safe_read_memory_integer): Copy result of memory read when
1143 status is non-zero. Also, add comments.
1144
7b112f9c
JT
11452002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
1146
1147 * Makefile.in (ppc_tdep_h): Define.
1148 (ppc-linux-nat.o)
1149 (ppc-linux-tdep.o)
1150 (rs6000-tdep.o): Use $(ppc_tdep_h).
1151 (ppc-sysv-tdep.o)
1152 (ppcnbsd-nat.o)
1153 (ppcnbsd-tdep.o): New dependency lists.
1154 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
1155 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
1156 (ppc_linux_init_abi): New functions.
7b112f9c
JT
1157 (ppc_sysv_abi_broken_use_struct_convention)
1158 (ppc_sysv_abi_use_struct_convention)
1159 (ppc_sysv_abi_push_arguments): Move to...
1160 * ppc-sysv-tdep.c: ...here.
1161 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
1162 * rs6000-tdep.c (process_note_abi_tag_sections)
1163 (get_elfosabi): Remove.
1164 (rs6000_gdbarch_init): Use generic OS ABI framework.
1165 (rs6000_dump_tdep): New function.
1166 (_initialize_rs6000_tdep): Use gdbarch_register.
1167 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
1168 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1169 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
1170 of ppc-linux-tdep.o.
1171 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
1172 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
1173 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
1174 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
1175 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
1176 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
1177
480dd42a
JB
11782002-05-29 Jim Blandy <jimb@redhat.com>
1179
1180 * macroscope.c (default_macro_scope): Put `void' in empty argument
1181 list.
1182
4182591f
AC
11832002-05-29 Andrew Cagney <ac131313@redhat.com>
1184
1185 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
1186 * arch-utils.c: Include "sim-regno.h".
1187 * gdbarch.sh: Don't include "sim-regno.h".
1188 * gdbarch.h, gdbarch.c: Regenerate.
1189 * sim-regno.h (legacy_register_sim_regno): Move declaration from
1190 here.
1191 * arch-utils.h (legacy_register_sim_regno): To here.
1192 * remote-sim.c (legacy_register_sim_regno): Move function from
1193 here.
1194 * arch-utils.c (legacy_register_sim_regno): To here.
1195
8238d0bf
AC
11962002-05-28 Andrew Cagney <ac131313@redhat.com>
1197
1198 * sim-regno.h: New file.
1199 * Makefile.in (sim_regno_h): Define.
1200 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
1201 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
1202 (legacy_register_sim_regno): New function.
1203 (one2one_register_sim_regno): New function.
1204 (gdbsim_fetch_register): Rewrite.
1205 (gdbsim_store_register): Only store a register when
1206 REGISTER_SIM_REGNO is valid.
1207 * d10v-tdep.c: Include "sim-regno.h".
1208 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
1209 (d10v_ts3_register_sim_regno): Ditto.
1210 * gdbarch.sh: Include "sim-regno.h".
1211 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
1212 * gdbarch.h, gdbarch.c: Regenerate.
1213 * arch-utils.h (default_register_sim_regno): Delete declaration.
1214 * arch-utils.c (default_register_sim_regno): Delete function.
1215
485721b1
JT
12162002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
1217
1218 * ppcnbsd-nat.c: Rewrite.
1219 * ppcnbsd-tdep.c: New file.
1220 * ppcnbsd-tdep.h: New file.
1221 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
1222 solib.o, and solib-svr4.o.
1223 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
1224 nbsd-tdep.o, and corelow.o.
1225
697f244d
AC
12262002-05-28 Andrew Cagney <ac131313@redhat.com>
1227
1228 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
1229 `tr' and `sed'. Mention that `broken' targets are not expected to
1230 build.
1231
f08caad1 12322002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
1233
1234 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
1235 Let PC point right after the prologue before looking up symbols.
1236
3139facc
MH
12372002-05-27 Martin M. Hunt <hunt@redhat.com>
1238
1239 * i386-tdep.c (i386_register_virtual_type): Return
1240 builtin_type_vec128i for SSE registers.
1241
1242 * gdbtypes.h (builtin_type_vec128i): Declare.
1243
1244 * gdbtypes.c (build_builtin_type_vec128i): New function.
1245 (builtin_type_v2_double, builtin_type_v4_int64): New types.
1246 (builtin_type_vec128i): New type for SSE2 128-bit registers.
1247 (build_gdbtypes): Initialize new builtin vector types.
1248 (_initialize_gdbtypes): Register new vector types with gdbarch.
1249
6e3ba3b8
JT
12502002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1251
1252 * MAINTAINERS: ns32k is not longer an obsolete candidate,
1253 since it has been multi-arch'd.
1254 * NEWS: Note that ns32k-*-* is now partial multi-arch.
1255 Move Alpha and VAX multi-arch news entries to same section
1256 as other multi-arch news.
1257
93d5585d
JT
12582002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1259
1260 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
1261 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
1262 static. Rename some register numbers to put them in ns32k-tdep
1263 private namespace.
1264 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
1265 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
1266 functions.
1267 (_initialize_ns32k_tdep): Use gdbarch_register.
1268 * ns32k-tdep.h: New file.
1269 * ns32knbsd-tdep.c: New file.
1270 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
1271 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
1272 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
1273 REGISTER_BYTES, REGISTER_BYTE): Remove.
1274 * config/ns32k/tm-ns32k.h: New file.
1275 * config/ns32k/tm-umax.h: Remove.
1276
efb2c70e
JT
12772002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1278
1279 * ns32k-tdep.c (ns32k_saved_pc_after_call,
1280 ns32k_store_struct_return, ns32k_extract_return_value,
1281 ns32k_store_return_value, ns32k_extract_struct_value_address): New
1282 functions.
1283 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
1284 ns32k_saved_pc_after_call.
1285 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
1286 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
1287 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
1288 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1289 ns32k_extract_struct_value_address.
1290
7bcc927b
JT
12912002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1292
1293 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
1294 ns32k_fix_call_dummy): New.
1295 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
1296 ns32k_call_dummy_words.
1297 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
1298 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
1299 CALL_DUMMY_NARGS): Remove.
1300 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
1301
78f9d765
JT
13022002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1303
1304 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
1305 ns32k_frame_saved_pc, ns32k_frame_args_address,
1306 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
1307 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
1308 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
1309 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
1310 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
1311 (BREAKPOINT): Remove..
1312 (FRAME_CHAIN): Define as ns32k_frame_chain.
1313 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
1314 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
1315 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
1316 (FRAME_FIND_SAVED_REGS): Remove.
1317 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
1318 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
1319 (POP_FRAME): Define as ns32k_pop_frame.
1320
f2c762e0
JT
13212002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1322
1323 * ns32k-tdep.c (ns32k_register_byte_32082,
1324 ns32k_register_byte_32382, ns32k_register_raw_size,
1325 ns32k_register_virtual_size, ns32k_register_virtual_type): New
1326 functions.
1327 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
1328 ns32k_register_byte_32382.
1329 * config/ns32k/tm-umax.h: Update copyright years.
1330 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
1331 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
1332 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
1333 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
1334 (ns32k_get_enter_addr): Fix prototype.
1335
af137673
JT
13362002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1337
1338 * ns32k-tdep.c: Update copyright years.
1339 (ns32k_register_name_32082): New function.
1340 (ns32k_register_name_32382): Ditto.
1341 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
1342 (REGISTER_NAME): Define as ns32k_register_name_32382.
1343 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
1344 (REGISTER_NAME): Define as ns32k_register_name_32082.
1345
a8bc7b56
JB
13462002-05-24 Jim Blandy <jimb@redhat.com>
1347
1348 * dwarf2read.c (free_line_header): Use xfree, not free.
1349
83a45910
JT
13502002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
1351
1352 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
1353 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
1354
0db71247
AC
13552002-05-23 Andrew Cagney <ac131313@redhat.com>
1356
1357 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
1358
b9e5e4dd
AC
13592002-05-23 Andrew Cagney <ac131313@redhat.com>
1360
1361 From Ross Alexander at NEC Europe:
1362 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
1363
de530e84
MS
13642002-05-23 Michael Snyder <msnyder@redhat.com>
1365
1366 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
1367 for input, rather than parse_and_eval_address.
1368
b91b96f4
AC
13692002-05-23 Andrew Cagney <ac131313@redhat.com>
1370
1371 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
1372 * Makefile.in (sim_d10v_h): Update definition.
1373
8b279e7a
AC
13742002-05-24 Andrew Cagney <cagney@redhat.com>
1375
1376 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
1377 change `2002-05-22 Michael Snyder' below.
1378 (d10v_push_arguments): Ditto.
1379 (d10v_extract_return_value): Ditto.
1380
0a3d0425
JB
13812002-05-23 Jim Blandy <jimb@redhat.com>
1382
1383 * macrotab.c (check_for_redefinition): Don't complain if the new
1384 definition is the same as the previous one. Take more arguments
1385 to allow the comparison.
1386 (macro_define_object, macro_define_function): Pass more arguments
1387 to check_for_redefinition.
1388
78eac43e
MS
13892002-05-22 Michael Snyder <msnyder@redhat.com>
1390
1391 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
1392 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
1393 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
1394 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
1395 Don't bail if return_pc is PC_IN_CALL_DUMMY.
1396 Add a temp variable to save a call (and a memory read).
1397 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
1398 if possible (so that PC_IN_CALL_DUMMY will work).
1399
9bc1edb8
CV
14002002-05-22 Corinna Vinschen <vinschen@redhat.com>
1401
1402 * MAINTAINERS: Remove status `OBSOLETE' from v850.
1403
005ef3d2
ML
14042002-05-22 Michal Ludvig <mludvig@suse.cz>
1405
1406 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
1407 fde->cie_ptr.
1408 (dwarf2_build_frame_info): Corrected handling of eh_frame.
1409 (dwarf2_build_frame_info): Add offset to fde->initial_location
1410 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
1411 (execute_stack_op): Change type of 'result' from ULONGEST to
1412 CORE_ADDR.
005ef3d2 1413
fcf4f891
JT
14142002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1415
1416 * config/alpha/tm-nbsd.h: Include solib.h.
1417
cfef91e4
JT
14182002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1419
1420 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
1421 assumptions about the host's byte order.
1422
9964235a
JT
14232002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1424
1425 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
1426 to dependency list.
1427 * alphanbsd-tdep.c: Include solib-svr4.h.
1428 * shnbsd-tdep.c: Ditto.
1429
9eeef8ef
JT
14302002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1431
1432 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
1433 nbsd-tdep.h to dependency list.
1434 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
1435 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
1436 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
1437 nbsdaout.mh and nbsdelf.mh consistently.
1438 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
1439 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
1440 nbsdaout.mt and nbsdelf.mh consistently.
1441 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
1442 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
1443 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1444 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
1445 a.out shared library stuff from here...
1446 * config/nm-nbsdaout.h: ...to here.
1447 * config/tm-nbsd.h: Remove.
1448 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
1449 * config/arm/nbsd.mh: Remove.
1450 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
1451 nbsd-tdep.o.
1452 * config/arm/nbsdaout.mh: New file.
1453 * config/arm/nbsdelf.mh: New file.
1454 * config/arm/nm-nbsdaout.h: New file.
1455 * config/i386/nbsd.mh: Remove.
1456 * config/i386/nbsd.mt: Remove.
1457 * config/i386/nbsdaout.mh: New file.
1458 * config/i386/nbsdaout.mt: New file.
1459 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1460 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
1461 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
1462 i386_register_u_addr): Remove.
1463 * config/i386/nm-nbsdaout.h: New file.
1464 * config/i386/nm-nbsdelf.h: Remove.
1465 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
1466 (USE_STRUCT_CONVENTION): Remove.
1467 * config/i386/tm-nbsdaout.h: New file.
1468 * config/i386/tm-nbsdelf.h: Remove.
1469 * config/m68k/nbsd.mh: Remove.
1470 * config/m68k/nbsd.mt: Remove.
1471 * config/m68k/nbsdaout.mh: New file.
1472 * config/m68k/nbsdaout.mt: New file.
1473 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
1474 * config/m68k/nm-nbsdaout.h: New file.
1475 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1476 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1477 * config/ns32k/nbsd.mh: Remove.
1478 * config/ns32k/nbsd.mt: Remove.
1479 * config/ns32k/nbsdaout.mh: New file.
1480 * config/ns32k/nbsdaout.mt: New file.
1481 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
1482 * config/ns32k/nm-nbsdaout.h: New file.
1483 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1484 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1485 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
1486 (SVR4_SHARED_LIBS): Remove.
1487 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
1488 * config/sparc/nbsd.mh: Remove.
1489 * config/sparc/nbsd.mt: Remove.
1490 * config/sparc/nbsdaout.mh: New file.
1491 * config/sparc/nbsdaout.mt: New file.
1492 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1493 * config/sparc/nbsdelf.mt: New file.
1494 * config/sparc/nm-nbsdaout.h: New file.
1495 * config/sparc/nm-nbsdelf.h: Remove.
1496 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
1497 * config/sparc/tm-nbsdaout.h: New file.
1498
257ce470
JT
14992002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1500
1501 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
1502 mipsnbsd-tdep.c
1503 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
1504
76a6d5fe
JT
15052002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1506
1507 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
1508 shnbsd-nat.c.
1509 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
1510
45888261
JT
15112002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1512
1513 * NEWS: Note new MIPS NetBSD native configuration.
1514 * configure.host (mips*-*-netbsd*): New host.
1515 * configure.tgt (mips*-*-netbsd*): New target.
1516 * mipsnbsd-nat.c: New file.
1517 * mipsnbsd-tdep.c: New file.
1518 * mipsnbsd-tdep.h: New file.
1519 * config/mips/nbsd.mh: New file.
1520 * config/mips/nbsd.mt: New file.
1521 * config/mips/nm-nbsd.h: New file.
1522 * config/mips/tm-nbsd.h: New file.
1523
70f80edf
JT
15242002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1525
1526 * Makefile.in (SFILES): Add osabi.c.
1527 (COMMON_OBS): Add osabi.o.
1528 (osabi.o): New dependency list.
1529 * osabi.c: New file.
1530 * osabi.h: New file.
1531 * doc/gdbint.texinfo: Document new generic OS ABI framework.
1532
1533 * Makefile.in (alpha_tdep_h): Define and use instead of
1534 alpha-tdep.h.
1535 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
1536 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
1537 Remove.
1538 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
1539 * alpha-tdep.h: Include osabi.h.
1540 (alpha_abi): Remove.
1541 (gdbarch_tdep): Use generic OS ABI framework.
1542 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
1543 gdbarch_register_osabi.
1544 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
1545 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
1546 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
1547
1548 * Makefile.in (sh_tdep_h): Add osabi.h.
1549 * sh-tdep.h (sh_osabi): Remove.
1550 (gdbarch_tdep): Use generic OS ABI framework.
1551 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
1552 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
1553 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
1554 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
1555
1556 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
1557 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
1558 gdbarch_register_osabi.
1559 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
1560 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
1561 (get_elfosabi): Rename to...
1562 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
1563 ABI framework support routines.
1564 (arm_gdbarch_init): Use generic OS ABI framework.
1565 (arm_dump_tdep): Likewise.
1566 (_initialize_arm_tdep): Likewise.
1567 * arm-tdep.h: Include osabi.h.
1568 (arm_abi): Remove.
1569 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
1570 osabi member.
1571 (arm_gdbarch_register_os_abi): Remove prototype.
1572 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
1573 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
1574
1575 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
1576 * mips-tdep.c: Include osabi.h.
1577 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
1578 OS ABI framework.
1579
d194345b
KH
15802002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1581
1582 * h8300-tdep.c: Fix formatting.
1583
70c6b0d1
EZ
15842002-05-20 Elena Zannoni <ezannoni@redhat.com>
1585
1586 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
1587 printing vector registers.
1588
165b8e33
AC
15892002-05-19 Andrew Cagney <ac131313@redhat.com>
1590
1591 From Fernando Nasser:
1592 * remote.c (remote_async_open_1): Re-throw the exception when the
1593 connection fails.
1594 (remote_cisco_open): Ditto.
1595 (remote_open_1): Ditto.
1596
36918e70
AC
15972002-05-19 Andrew Cagney <ac131313@redhat.com>
1598
1599 * remote.c (remote_start_remote_dummy): Add uiout parameter.
1600 (remote_start_remote): Add uiout parameter. Pass through to
1601 remote_start_remote_dummy.
1602 (remote_open_1): Use catch_exception instead of catch_errors.
1603 (remote_async_open_1): Ditto.
1604 (remote_cisco_open): Ditto.
1605
ae44c0c4
AC
16062002-05-19 Andrew Cagney <ac131313@redhat.com>
1607
1608 * remote.c (remote_start_remote): Replace PTR with void pointer.
1609 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
1610 static.
1611
8efe637d
AC
16122002-05-18 Andrew Cagney <ac131313@redhat.com>
1613
1614 * gdb_indent.sh: Allow the script to be run in the sim directory.
1615
2f1b5984
MK
16162002-05-18 Mark Kettenis <kettenis@gnu.org>
1617
f0f625e2
MK
1618 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
1619 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
1620
2f1b5984
MK
1621 * corelow.c (core_open): Only call set_gdbarch_from_file if
1622 exec_bfd is NULL.
1623
fc974602
AV
16242002-05-17 Andrey Volkov <avolkov@transas.com>
1625
1626 * h8300-tdep.c: Add support of EXR register
1627 * config/h8300/tm-h8300.h: Ditto.
1628
906709f4
AV
16292002-05-17 Andrey Volkov <avolkov@transas.com>
1630
1631 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
1632
6e591d68
AV
16332002-05-17 Andrey Volkov <avolkov@transas.com>
1634
1635 * h8300-tdep.c: Change literal regnums to REGNO.
1636
84f0252a
JB
16372002-05-17 Jim Blandy <jimb@redhat.com>
1638
e0e9281e
JB
1639 * NEWS: Note addition of macro support.
1640
84f0252a
JB
1641 Expand preprocessor macros in C expressions.
1642 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
1643 (scan_macro_expansion, scanning_macro_expansion,
1644 finished_macro_expansion): New function declarations.
1645 (expression_macro_lookup_func, expression_macro_lookup_baton): New
1646 variable declarations.
1647 * parser-defs.h (expression_context_pc): New declaration.
1648 * parse.c (expression_context_pc): New variable.
1649 (parse_exp_1): Set expression_context_pc, as well as
1650 expression_context_block.
1651 * c-exp.y (yylex): If we're not already reading the result of a
1652 macro expansion, try to macro-expand the next token. When we're
1653 done scanning a macro expansion, switch back to the mainline text.
1654 Commas and `if's in a macro's expansion don't terminate the input.
1655 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
1656 (macro_original_text, macro_expanded_text,
1657 expression_macro_lookup_func, expression_macro_lookup_baton): New
1658 variables.
1659 (scan_macro_expansion, scanning_macro_expansion,
1660 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
1661 c_preprocess_and_parse): New functions.
1662 (c_language_defn, cplus_language_defn, asm_language_defn): Call
1663 c_preprocess_and_parse, instead of c_parse.
1664 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
1665 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
1666
1c509ca8
JR
1667Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
1668
1669 * sh-tdep.c (gdb_print_insn_sh64): Delete.
1670 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
1671 (sh_gdbarch_init): Always use gdb_print_insn_sh.
1672
2250ee0c
CV
16732002-05-17 Corinna Vinschen <vinschen@redhat.com>
1674
1675 * NEWS: Add section for multi-arched targets. Add v850 to that section.
1676
ab3b8126
JT
16772002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
1678
1679 * Makefile.in (sh_tdep_h): Define and use.
1680 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
1681 register enum): Move to...
1682 * * sh-tdep.h: ...here.
1683 * sh-tdep.c: Include sh-tdep.h.
1684 * sh3-rom.c: Likewise.
1685 * shnbsd-tdep.c: Likewise.
1686
ed9d4749
MS
16872002-05-16 Michael Snyder <msnyder@redhat.com>
1688
1689 * arm-tdep.c: Spelling fix in comment.
1690
2e276125
JB
16912002-05-16 Jim Blandy <jimb@redhat.com>
1692
6821892e
JB
1693 Add commands for manually expanding macros and showing their
1694 definitions.
1695 * macrocmd.c, macroscope.c, macroscope.h: New files.
1696 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
1697 (macroscope_h): New variable.
1698 (HFILES_NO_SRCDIR): Add macroscope.h.
1699 (COMMON_OBS): Add macrocmd.o, macroscope.o.
1700 (macroscope.o, macrocmd.o): New rules.
1701
2e276125
JB
1702 Teach the Dwarf 2 reader to read macro information.
1703 * dwarf2read.c: #include "macrotab.h".
1704 (dwarf_macinfo_buffer): New variable.
1705 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
1706 dwarf_macinfo_size.
1707 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
1708 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
1709 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
1710 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
1711 dwarf2_macro_spaces_in_definition): New complaints.
1712 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
1713 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
1714 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
1715 the partial symbol table.
1716 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
1717 from what's recorded in the partial symbol table.
1718 (read_file_scope): If the compilation unit has a
1719 `DW_AT_macro_info' attribute, read its macro information.
1720 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
1721
2f53fe6c
DJ
17222002-05-16 Daniel Jacobowitz <drow@mvista.com>
1723
1724 Fix PR gdb/546
1725 * ser-tcp.c: Don't include <netinet/udp.h>.
1726
2be99286
SC
17272002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1728
1729 * MAINTAINERS: Update my email address.
1730
c9af212b 17312002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
1732
1733 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
1734 include file of the same name.
1735
bf5f1a52
CV
17362002-05-16 Corinna Vinschen <vinschen@redhat.com>
1737
1738 * configure.tgt: Mark v850 as multi-arched.
1739 * config/v850/tm-v850.h: Remove file.
1740 * config/v850/v850.mt: Eliminate TM_FILE.
1741
435e042a
CV
17422002-05-16 Corinna Vinschen <vinschen@redhat.com>
1743
1744 * v850-tdep.c: Full multi-arch.
1745 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
1746 Define GDB_MULTI_ARCH to 2.
1747
9819c6c8
PM
17482002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
1749
1750 * p-exp.y (current_type): New static variable.
1751 Carries the type of the expression at the position that is parsed.
1752 (push_current_type, pop_current_type): Two new functions. Used
1753 to store/restore current_type in expression on specific tokens.
c9af212b
RE
1754 (search_field): New static variable. Set to one after parsing a point
1755 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
1756 (FIELDNAME): New token. After a point only a token belonging to
1757 current_type type definition is allowed.
1758 (all over token rules): reset and change current_type according
1759 to rules.
1760 (exp '[' rule): insert implicit array index field if
1761 exp is a pascal string type.
1762
3a06899a
CV
17632002-05-16 Corinna Vinschen <vinschen@redhat.com>
1764
1765 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
1766 frame info. Use frame_info's saved_regs instead of matching member
1767 in extra_frame_info throughout.
1768 (v850_frame_init_saved_regs): New function.
1769 (v850_init_extra_frame_info): Move most functionality into
1770 v850_frame_init_saved_regs().
1771 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
1772 (v850_frame_find_saved_regs): Remove declaration.
1773 (FRAME_FIND_SAVED_REGS): Remove definition.
1774 (v850_frame_init_saved_regs): Add declaration.
1775 (FRAME_INIT_SAVED_REGS): Add definition.
1776
6ed14b0e
CV
17772002-05-16 Corinna Vinschen <vinschen@redhat.com>
1778
1779 * v850-tdep.c: Begin multi-arch'ing v850.
1780 (v850_target_architecture_hook): Remove function.
1781 (v850_gdbarch_init): New function. Add code previously in
1782 v850_target_architecture_hook().
1783 (_initialize_v850_tdep): Don't set target_architecture_hook.
1784 Call register_gdbarch_init() instead.
1785
42725910
DJ
17862002-05-16 Daniel Jacobowitz <drow@mvista.com>
1787
1788 * gdbtypes.h (struct cplus_struct_type): Remove args field.
1789 * hpread.c (hpread_read_struct_type): Remove assignments to args.
1790 (fixup_class_method_type): Likewise.
1791
0bc68c49
DJ
17922002-05-15 Daniel Jacobowitz <drow@mvista.com>
1793
1794 From Martin Pool <mbp@samba.org>:
1795 * gdbserver/server.c (gdbserver_usage): New function.
1796 (main): Call it.
1797
99d9066e
JB
17982002-05-15 Jim Blandy <jimb@redhat.com>
1799
1800 Add macro structures to GDB's symbol tables. Nobody puts anything
1801 in them yet.
1802 * symtab.h (struct symtab): New member: `macro_table'.
1803 * buildsym.h (pending_macros): New global variable.
1804 * buildsym.c: #include "macrotab.h".
1805 (buildsym_init): Initialize `pending_macros'.
1806 (end_symtab): If we found macro information while reading a CU's
1807 debugging info, do build a symtab structure for it. Make the
1808 symtab point to the macro information, and clear the
1809 `pending_macros' pointer which held it while we were reading the
1810 debug info.
1811 (really_free_pendings): Free any pending macro table.
1812 * objfiles.h (struct objfile): New member: `macro_cache'.
1813 * objfiles.c (allocate_objfile): Set allocate and free functions
1814 for the macro cache's objstack.
1815 (free_objfile): Empty the macro cache's obstack.
1816 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
1817 set new allocate and free functions for it.
1818 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
1819 free functions for the macro cache's objstack. (Why is this
1820 function building its own objfile?)
1821 * symmisc.c (print_objfile_statistics): Print statistics on the
1822 macro bcache.
1823 * Makefile.in: Note that buildsym.o depends on macrotab.h.
1824
c899585b
RE
18252002-05-15 Richard Earnshaw <rearnsha@arm.com>
1826
1827 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
1828 (REGISTER_U_ADDR): Delete definition.
1829 (arm_register_u_addr): Delete declaration.
1830
a6cdd8c5
RE
18312002-05-15 Richard Earnshaw <rearnsha@arm.com>
1832
1833 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
1834 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
1835
fd3a5ca1
DJ
18362002-05-14 Daniel Jacobowitz <drow@mvista.com>
1837
1838 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
1839 stop_at -> stop_pc.
1840
c97dcfc7
AC
18412002-05-14 Andrew Cagney <ac131313@redhat.com>
1842
1843 * regcache.c (register_valid): Revise comments refering to "Not
1844 available" and "unavailable".
1845 * frame.c (frame_register_read): Ditto.
1846 * findvar.c (value_of_register): Ditto.
1847
93021b7d
AC
18482002-05-15 Andrew Cagney <cagney@redhat.com>
1849
1850 * Makefile.in (remote_sim_h): Replace remote-sim_h.
1851 (remote-sim.o): Update dependencies.
1852 (d10v-tdep.o): Specify dependencies.
1853 (sim_d10v_h): Define.
1854
a86bc61c
JB
18552002-05-14 Jim Blandy <jimb@redhat.com>
1856
1857 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
1858 * macrotab.c (macro_lookup_inclusion, find_definition,
1859 new_macro_table): Same.
1860
1861 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
1862 not `! strcmp ()'. This is a dubious improvement.
1863 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
1864
1865 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
1866 although it's not necessary, to avoid a warning.
1867
2fdde8f8
DJ
18682002-05-14 Daniel Jacobowitz <drow@mvista.com>
1869
1870 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
1871 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
1872 TYPE_INSTANCE_FLAGS.
1873 (struct main_type): New.
1874 (struct type): Move most members to struct main_type. Change
1875 cv_type and as_type to new type_chain member. Add instance_flags.
1876 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
1877 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
1878 (finish_cv_type): Remove prototype.
1879 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
1880 Set TYPE_CHAIN.
1881 (alloc_type_instance): New function.
1882 (smash_type): New function.
1883 (make_pointer_type, make_reference_type, make_function_type)
1884 (smash_to_member_type, smash_to_method_type): Call smash_type.
1885 (make_qualified_type): New function.
1886 (make_type_with_address_space): Call make_qualified_type.
1887 (make_cv_type): Likewise.
1888 (finish_cv_type): Remove unnecessary function.
1889 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
1890 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
1891 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
1892 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
1893 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
1894 * hpread.c (hpread_read_struct_type): Likewise.
1895 * stabsread.c (read_struct_type): Likewise.
1896
843fedf4
EZ
18972002-05-14 Elena Zannoni <ezannoni@redhat.com>
1898
1899 * configure.tgt: Add a catch all sh* target, for cases like
1900 sh[2,3,4]-elf and sh-hms.
1901
05a6c72c
KS
19022002-05-14 Keith Seitz <keiths@redhat.com>
1903
1904 * event-loop.c (create_file_handler): Don't do anything but
1905 update data when we are given a fd which we are already
1906 monitoring.
1907
5d085aaf
ML
19082002-05-14 Michal Ludvig <mludvig@suse.cz>
1909
1910 * dwarf2cfi.c (context_cpy): Copy registers correctly.
1911 (update_context): Use __func__ in warnings.
1912
9db8d71f
DJ
19132002-05-14 Daniel Jacobowitz <drow@mvista.com>
1914
1915 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
1916 and tcp_close to net_open and net_close.
1917 (net_open): Accept "udp:" and "tcp:" specifications. Connect
1918 using UDP if requested. Don't try to disable Nagle on UDP
1919 sockets.
1920 * remote.c (remote_serial_open): New function. Warn about UDP.
1921 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
1922
5dbc6baa
EZ
19232002-05-13 Elena Zannoni <ezannoni@redhat.com>
1924
1925 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
1926
cc3023f7
EZ
19272002-05-13 Elena Zannoni <ezannoni@redhat.com>
1928
1929 * configure.tgt: Remove sh-hms target.
1930 * MAINTAINERS: Don't list sh-hms as a separate target.
1931
ec2bcbe7
JB
19322002-05-13 Jim Blandy <jimb@redhat.com>
1933
1934 Add first preprocessor macro-expansion files.
1935 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1936 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1937 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1938 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1939 (COMMON_OBS): Add macrotab.o, macroexp.o.
1940 (macroexp.o, macrotab.o): New rules.
1941
6d531722
AC
19422002-05-13 Andrew Cagney <ac131313@redhat.com>
1943
1944 * config/m88k/tm-m88k.h: Update copyright.
1945 (m88k_target_write_pc): Declare
1946 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
1947 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
1948 (SHIFT_INST_REGS): Update definition.
1949 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
1950 using old definition of TARGET_WRITE_PC.
1951 * regcache.c (generic_target_write_pc): Delete code handling
1952 NNPC_REGNUM.
1953 * gdbarch.sh (NNPC_REGNUM): Delete.
1954 * gdbarch.h, gdbarch.c: Regenerate.
1955
3e3f2739
RE
19562002-05-13 Richard Earnshaw <rearnsha@arm.com>
1957
1958 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
1959 builtin reg number.
1960
0004e5a2
DJ
19612002-05-13 Daniel Jacobowitz <drow@mvista.com>
1962
1963 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
1964 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
1965 (gen_address_of, gen_struct_ref, gen_repeat): Use type
1966 access macros.
1967 * c-typeprint.c (cp_type_print_method_args): Likewise.
1968 (c_type_print_args): Likewise.
1969 * d10v-tdep.c (d10v_push_arguments): Likewise.
1970 (d10v_extract_return_value): Likewise.
1971 * expprint.c (print_subexp): Likewise.
1972 * gdbtypes.c (lookup_primitive_typename): Likewise.
1973 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
1974 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
1975 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
1976 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
1977 (TYPE_VECTOR): Likewise.
1978 * hpread.c (hpread_read_struct_type)
1979 (fix_static_member_physnames, fixup_class_method_type)
1980 (hpread_type_lookup): Likewise.
1981 * mdebugread.c (parse_symbol, parse_type): Likewise.
1982 * p-lang.c (is_pascal_string_type): Likewise.
1983 * valops.c (hand_function_call): Likewise.
1984 * x86-64-tdep.c (classify_argument): Likewise.
1985
1986 * hpread.c (hpread_read_function_type)
1987 (hpread_read_doc_function_type): Call replace_type.
1988 * dstread.c (create_new_type): Delete.
1989 (decode_dst_structure, process_dst_function): Call alloc_type.
1990 Use type access macros.
1991
dff95cc7
MK
19922002-05-12 Mark Kettenis <kettenis@gnu.org>
1993
1994 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
1995 the're not supported by the current architecture.
1996 (i387_fill_fxsave): Likewise.
1997
bbcd32ad
FF
19982002-05-12 Fred Fish <fnf@redhat.com>
1999
2000 * symfile.c (default_symfile_offsets): Arrange for uninitialized
2001 sect_index_xxx members to index the first slot in section_offsets
2002 if all of the section_offsets are zero.
2003
89cf4787
MK
20042002-05-12 Mark Kettenis <kettenis@gnu.org>
2005
2006 * configure.tgt (sparc-*openbsd): Remove entry accidentially
2007 checked in with last change.
2008
1f77ffc5
MK
20092002-05-12 Mark Kettenis <kettenis@gnu.org>
2010
2011 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
2012 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
2013 config.sub.
2014
89b8b4a9
DJ
20152002-05-12 Daniel Jacobowitz <drow@mvista.com>
2016
2017 * Makefile.in: Update dependencies.
2018
14a5e767
AC
20192002-05-11 Andrew Cagney <ac131313@redhat.com>
2020
2021 * language.c (local_hex_string_custom): Simplify. Do not depend
2022 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
2023
2024 * memattr.c (mem_info_command): Replace calls to
2025 longest_local_hex_string and longest_local_hex_string_custom.
2026 * buildsym.c (make_blockvector): Ditto.
2027 * solib.c (info_sharedlibrary_command): Ditto.
2028 * tracepoint.c (tracepoints_info): Ditto.
2029 * symtab.c (print_msymbol_info): Ditto.
2030
2031 * language.c (local_hex_string): Delete.
2032 (local_hex_string_custom): Delete.
2033 (longest_local_hex_string): Rename to local_hex_string.
2034 (longest_local_hex_string_custom): Rename to
2035 local_hex_string_custom.
2036 * language.h (local_hex_string): Change parameter type to LONGEST.
2037 (local_hex_string_custom): Ditto.
2038 (longest_local_hex_string): Delete declaration.
2039 (longest_local_hex_string_custom): Ditto.
2040
2041 * solib.c: Update copyright.
2042 * memattr.c: Update copyright.
2043
13d01224
AC
20442002-05-11 Andrew Cagney <ac131313@redhat.com>
2045
2046 * arch-utils.h (legacy_register_to_value): Declare.
2047 (legacy_value_to_register): Declare.
2048 (legacy_convert_register_p): Declare.
2049 * arch-utils.c (legacy_register_to_value): New function.
2050 (legacy_value_to_register): New function.
2051 (legacy_convert_register_p): New function.
2052
2053 * gdbarch.sh (REGISTER_TO_VALUE): Define.
2054 (VALUE_TO_REGISTER): Define.
2055 (CONVERT_REGISTER_P): Define.
2056 * gdbarch.h, gdbarch.c: Regenerate.
2057
2058 * valops.c (value_assign): Use CONVERT_REGISTER_P and
2059 VALUE_TO_REGISTER.
2060 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
2061 CONVERT_REGISTER_P.
2062
4a1970e4
DJ
20632005-05-11 Daniel Jacobowitz <drow@mvista.com>
2064 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2065
2066 * Makefile.in: Update dependencies for valops.c.
2067 * valops.c: Include "gdb_assert.h".
2068 (typecmp): Skip THIS parameter to methods.
2069 (find_method_list): Remove static_memfuncp argument,
2070 update callers. Check for stub methods.
2071 (find_value_oload_method_list): Don't set *static_memfuncp.
2072 (find_overload_match): Don't check for stub methods. Assert
2073 that methods are not stubbed. Handle static methods.
2074 (value_find_oload_method_list): Remove static_memfuncp argument.
2075 * gdbtypes.c (check_stub_method): Do not add THIS pointer
2076 to the argument list for static stub methods.
2077 * value.h (value_find_oload_method_list): Update prototype.
2078
b2e75d78
AC
20792002-05-11 Andrew Cagney <ac131313@redhat.com>
2080
2081 * arch-utils.h (generic_register_size): Declare.
2082 (generic_register_raw_size, generic_register_virtual_size): Delete
2083 declarations.
2084 * arch-utils.c (generic_register_raw_size): Delete.
2085 (generic_register_size): New function.
2086 (generic_register_virtual_size): Delete.
2087
2088 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
2089 default generic_register_size.
2090 * gdbarch.h, gdbarch.c: Re-generate.
2091
2092 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
2093 register_virtual_size.
2094 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
2095 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2096
451fbdda
AC
20972002-05-11 Andrew Cagney <ac131313@redhat.com>
2098
2099 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
2100 * gdbarch.h, gdbarch.c: Regenerate.
2101 * gnu-v3-abi.c: Update copyright.
2102 (vtable_address_point_offset): Update.
2103 (gnuv3_rtti_type): Update.
2104 (gnuv3_baseclass_offset): Update.
2105 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
2106 (init_fetch_link_map_offsets): Update.
2107 * remote.c (get_remote_state): Update.
2108
6d2f5cea
DJ
21092002-05-11 Daniel Jacobowitz <drow@mvista.com>
2110
2111 * TODO: Remove value_headof/value_from_vtable_info comment.
2112 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
2113 * values.c (value_headof, value_from_vtable_info): Delete.
2114 * value.h (value_from_vtable_info): Delete prototype.
2115
d2324da4
AC
21162002-05-11 Andrew Cagney <ac131313@redhat.com>
2117
2118 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
2119 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
2120 $(gdb_regex_h).
2121 (gdb_assert_h): Define.
2122 (gdb_wait_h): Define.
2123 (gdb_regex_h): Define.
2124
5c717440
DJ
21252002-05-11 Daniel Jacobowitz <drow@mvista.com>
2126
2127 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2128 * linespec.c (find_methods): Handle GCC 3.x template constructors.
2129
6c7861b3
JT
21302002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2131
2132 * nbsd-tdep.c: Fix comment.
2133
ea5bc2a6
JT
21342002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2135
2136 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
2137 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
2138 (nbsd-tdep.o): New dependency list.
2139 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
2140 nbsd-tdep.h.
2141 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
2142 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
2143 * nbsd-tdep.c: New file.
2144 * nbsd-tdep.h: New file.
2145 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
2146 nbsd-tdep.h.
2147 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
2148 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2149 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2150 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2151
b28da865
JT
21522002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2153
2154 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
2155 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
2156 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
2157 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
2158 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
2159 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
2160
4b8ff1fa
JT
21612002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2162
2163 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
2164 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2165 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2166 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2167 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
2168 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2169 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
2170
dfe6eb1f
JT
21712002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2172
2173 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
2174 fetch_elfcore_registers to...
2175 * i386nbsd-tdep.c: ...here.
2176 (i386nbsd_use_struct_convention): Rename to...
2177 (i386nbsd_aout_use_struct_convention): ...this.
2178 (i386nbsd_supply_reg): New function.
2179 (i386nbsd_fill_reg): New function.
2180 (fetch_core_registers): Use i386nbsd_supply_reg.
2181 (fetch_elfcore_registers): Likewise.
2182 (_initialize_i386nbsd_tdep): New function.
2183 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
2184 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2185 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
2186 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
2187 (i386nbsd_aout_use_struct_convention): ...this.
2188
20cb8cda
JT
21892002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2190
2191 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
2192 (store_inferior_registers): Use shnbsd_fill_reg.
2193 * shnbsd-tdep.c (sh_nbsd_supply_registers,
2194 sh_nbsd_supply_register): Collapse into...
2195 (shnbsd_supply_reg): ...this.
2196 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
2197 (shnbsd_fill_reg): ...this.
2198 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
2199 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
2200 (fetch_core_registers): Use shnbsd_supply_reg.
2201 (fetch_elfcore_registers): Use shnbsd_supply_reg.
2202 (sh_nbsd_core_fns): Rename to...
2203 (shnbsd_core_fns): ...this.
2204 (sh_nbsd_elfcore_fns): Rename to...
2205 (shnbsd_elfcore_fns): ...this.
2206 (sh_nbsd_init_abi): Rename to...
2207 (shnbsd_init_abi): ...this.
2208 (_initialize_sh_nbsd_tdep): Rename to...
2209 (_initialize_shnbsd_tdep): ...this.
2210 * shnbsd-tdep.h (sh_nbsd_supply_registers,
2211 sh_nbsd_supply_register, sh_nbsd_fill_registers,
2212 sh_nbsd_fill_register): Remove prototypes.
2213 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
2214
e750d25e
JT
22152002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2216
2217 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
2218 (i387-nat.o): Delete dependency list.
2219 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
2220 (x86-64-linux-nat.o): Likewise.
2221 * i387-nat.c: Delete file, moving contents to...
2222 * i387-tdep.c: ...here.
2223 * i387-nat.h: Rename...
2224 * i387-tdep.h: ...to this.
2225 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
2226 * i386-linux-nat.c: Likewise.
2227 * i386bsd-nat.c: Likewise.
2228 * i386gnu-nat.c: Likewise.
2229 * i386nbsd-nat.c: Likewise.
2230 * i386v4-nat.c: Likewise.
2231 * x86-64-linux-nat.c: Likewise.
2232 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
2233 * config/i386/go32.mh (NATDEPFILES): Likewise.
2234 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
2235 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
2236 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
2237 * config/i386/linux.mh (NATDEPFILES): Likewise.
2238 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
2239 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2240 * config/i386/obsd.mh (NATDEPFILES): Likewise.
2241 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2242
1aee598a
JT
22432002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2244
2245 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
2246 (alphanbsd-nat.o): Remove dependency list.
2247 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
2248 * alphanbsd-nat.c: Delete. Contents moved to...
2249 * alphanbsd-tdep.c: ...here.
2250 (_initialize_alphanbsd_tdep): Register core functions.
2251 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
2252
12bcb0fe
JT
22532002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2254
2255 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
2256 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
2257 (alphanbsd-nat.o): Likewise.
2258 (alphabsd-tdep.o): New dependency list.
2259 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
2260 (fill_gregset): Use alphabsd_fill_reg.
2261 (supply_fpregset): Use alphabsd_supply_fpreg.
2262 (fill_fpregset): Use alphabsd_fill_fpreg.
2263 (fetch_inferior_registers): Use struct reg and struct fpreg
2264 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
2265 and alphabsd_supply_fpreg.
2266 (store_inferior_registers): Use struct reg and struct fpreg
2267 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
2268 and alphabsd_fill_fpreg.
2269 * alphabsd-tdep.c: New file.
2270 * alphabsd-tdep.h: New file.
2271 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
2272 (fetch_elfcore_registers): Use alphabsd_supply_reg and
2273 alphabsd_supply_fpreg.
2274 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
2275 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2276
361d1df0
EC
22772002-05-11 Eric Christopher <echristo@redhat.com>
2278
2279 * mips-tdep.c (mips_double_register_type): Fix thinko.
2280 (mips_single_register_type): Ditto.
2281 * MAINTAINERS: Add self.
2282
92dd7cee
MK
22832002-05-11 Mark Kettenis <kettenis@gnu.org>
2284
2285 * i387-nat.c (i387_supply_register, i387_fill_fsave,
2286 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
2287 right thing on architectures with different endianness and/or
2288 integer sizes.
2289
e27da16d
JT
22902002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
2291
2292 From Christian Limpach <chris@Pin.LU>
2293 * configure.in: Change sed expression which comments out
2294 NATDEPFILES to also comment out continuation lines.
2295 * configure: Regenerate.
2296
ddde02bd
EZ
22972002-05-10 Elena Zannoni <ezannoni@redhat.com>
2298
2299 * sh-tdep.c: Clean up code erroneously reintroduced by previous
2300 big patch.
2301
1c922164
EZ
23022002-05-10 Elena Zannoni <ezannoni@redhat.com>
2303
2304 * sh-tdep.c: Include correct file.
2305
283150cd
EZ
23062002-05-10 Elena Zannoni <ezannoni@redhat.com>
2307
2308 New support for sh64-elf (sh5) target.
2309
2310 * configure.tgt: For sh64-elf target, default to sh-elf.
2311
2312 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
2313 (struct gdbarch_tdep): Add new fields for new registers and ABI
2314 info.
361d1df0 2315
283150cd
EZ
2316 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
2317 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
2318 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
2319 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
2320 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
2321 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
2322 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
2323 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
2324 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
2325 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
2326 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
2327 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
2328 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
2329 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
2330 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
2331 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
2332 sh64_get_gdb_regnum, sh64_media_reg_base_num,
2333 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
2334 sign_extend, sh64_nofp_frame_init_saved_regs,
2335 sh64_init_extra_frame_info, sh64_get_saved_register,
2336 sh64_extract_struct_value_address, sh64_pop_frame,
2337 sh64_push_arguments, sh64_extract_return_value,
2338 sh64_store_return_value, sh64_show_media_regs,
2339 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
2340 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
2341 sh_sh64_register_virtual_type,
2342 sh_sh64_register_convert_to_virtual,
2343 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
2344 sh64_register_read, sh64_pseudo_register_write,
2345 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
2346 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
2347 sh64_do_pseudo_register, sh_compact_do_registers_info,
2348 sh64_do_registers_info, sh_gdbarch_init): New functions.
2349
3117ed25
EZ
23502002-05-10 Elena Zannoni <ezannoni@redhat.com>
2351
2352 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
2353
2654e6d4
DJ
23542002-05-10 Daniel Jacobowitz <drow@mvista.com>
2355
2356 * linespec.c (decode_line_1): Check for a double quote after
2357 a filename correctly.
2358
9ab3e532
JB
23592002-05-10 Jim Blandy <jimb@redhat.com>
2360
2361 Properly track the size of the current objfile's .debug_line section.
2362 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
2363 (DWARF_LINE_SIZE): New macro.
2364 (dwarf2_build_psymtabs_hard): Record the line section's size in
2365 the partial symbol table.
2366 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
2367 symbol table.
2368
126fa72d
PS
23692002-05-10 Petr Sorfa <petrs@caldera.com>
2370
2371 * ia64-tdep.c: Handle breakpoints on L instruction type
2372 in MLX instruction bundle by moving the breakpoint to
2373 the third slot (X instruction type) as L holds only data.
2374
1f077a3e
KB
23752002-05-10 Kevin Buettner <kevinb@redhat.com>
2376
2377 * dbxread.c (discarding_local_symbols_complaint): New complaint.
2378 (process_one_symbol): Complain about discarding local symbols
2379 due to a misplaced N_LBRAC entry.
2380
8120c9d5 23812002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
2382
2383 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
2384 * linespec.c (find_toplevel_char): '<' and '>' also increase and
2385 decrease the depth we are at, in the case of templates.
361d1df0 2386
67b2c998
DJ
23872002-05-09 Daniel Jacobowitz <drow@mvista.com>
2388
2389 * mips-tdep.c (mips_float_register_type): New function.
2390 (mips_double_register_type): New function.
2391 (mips_print_register): Use them.
2392 (do_fp_register_row): Likewise.
2393
fd326606
DJ
23942002-05-09 Daniel Jacobowitz <drow@mvista.com>
2395
6609d9af 2396 * signals/signals.c (signals): Remove conditional compilation around
fd326606 2397 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 2398 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 2399
bef35864
MS
24002002-05-09 Michael Snyder <msnyder@redhat.com>
2401
2402 * remote-rdp.c (remote_rdp_can_run): Remove.
2403
c55a3f73
TT
24042002-05-09 Tom Tromey <tromey@redhat.com>
2405
2406 * jv-valprint.c (java_val_print): Handle `char' as a special case
2407 of TYPE_CODE_INT.
2408
b8d5e71d
MS
24092002-05-09 Michael Snyder <msnyder@redhat.com>
2410
2411 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
2412 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 2413 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 2414 str r(0123),[sp,#nn].
361d1df0 2415 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
2416 order-independent by placing it in a loop.
2417
e2cd42dd
MS
24182002-05-06 Michael Snyder <msnyder@redhat.com>
2419
2420 * stabsread.c (read_type): Add recognition for new attribute:
2421 "@V;" means that an array type is actually a vector.
2422 This is analogous to the vector flag that's been added to dwarf2.
2423
3ce1502b
MK
24242002-05-09 Mark Kettenis <kettenis@gnu.org>
2425
2426 * i386-tdep.h (i386_abi): New enum.
2427 (struct gdbarch_tdep): Replace os_ident member with abi.
2428 (i386_gdbarch_register_os_abi): New prototype.
2429 * i386-tdep.c (i386_abi_names): New array.
2430 (process_note_abi_tag_sections): Removed.
2431 (process_note_sections): New function.
2432 (i386_elf_abi_from_note, i386_elf_abi): New functions.
2433 (struct i386_abi_handler): New struct.
2434 (i386_abi_handler_list): New variable.
2435 (i386_gdbarch_register_os_abi): New function.
2436 (i386_gdbarch_init): Adapt for the changes given above.
2437
084c156a
DJ
24382002-05-08 Daniel Jacobowitz <drow@mvista.com>
2439
2440 * gregset.h: Say "GNU/Linux".
2441
6599f021
EZ
24422002-05-08 Elena Zannoni <ezannoni@redhat.com>
2443
2444 * gdbtypes.c : Add new builtin type for 64 bit vectors.
2445 (build_gdbtypes): Build builtin_type_v2_float.
2446 (_initialize_gdbtypes): Register new builtin type.
2447
40af4b0c
AC
24482002-05-08 Andrew Cagney <ac131313@redhat.com>
2449
2450 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
2451 (clear_gdbarch_swap): New function.
2452 (initialize_non_multiarch): Call.
2453 (gdbarch_update_p): Before calling init(), swap out and clear the
2454 existing architecture.
2455 * gdbarch.c: Regenerate.
2456
4fe84f46
JT
24572002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2458
2459 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
2460 alphanbsd-tdep.c.
2461
4015edd1
JT
24622002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2463
2464 * sh-nbsd-nat.c: Rename to...
2465 * shnbsd-nat.c: ...this.
2466 * sh-nbsd-tdep.c: Rename to...
2467 * shnbsd-tdep.c: ...this.
2468 * sh-nbsd-tdep.h: Rename to...
2469 * shnbsd-tdep.h: ...this.
2470 * config/sh/nbsd.mh: Use shnbsd-nat.o.
2471 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
2472
0e2bd219
RE
24732002-05-08 Richard Earnshaw <rearnsha@arm.com>
2474
2475 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
2476 concatenation for command help messages.
2477
13a38d45
JT
24782002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2479
2480 * NEWS: Note new sh*-*-netbsdelf* configuration.
2481 * configure.host: Set gdb_host_cpu to sh for all sh*.
2482 (sh*-*-netbsdelf*): New host.
2483 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
2484 (sh*-*-netbsdelf*): New target.
2485 * sh-nbsd-nat.c: New file.
2486 * sh-nbsd-tdep.c: New file.
2487 * sh-nbsd-tdep.h: New file.
2488 * config/sh/nbsd.mh: New file.
2489 * config/sh/nbsd.mt: New file.
2490 * config/sh/nm-nbsd.h: New file.
2491 * config/sh/tm-nbsd.h: New file.
2492
d658f924
JT
24932002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2494
2495 * sh-tdep.c (sh_osabi_names): Declare.
2496 (process_note_abi_tag_sections): New function.
2497 (get_elfosabi): Ditto.
2498 (sh_gdbarch_register_os_abi): Ditto.
2499 (sh_dump_tdep): Ditto.
2500 _initialize_sh_tdep): Use gdbarch_register to register
2501 sh_gdbarch_init and sh_dump_tdep.
2502 * config/sh/tm-sh.h (sh_osabi): Declare.
2503 (gdbarch_tdep): Add sh_osabi and osabi_name members.
2504
848cfffb
AC
25052002-05-07 Andrew Cagney <ac131313@redhat.com>
2506
2507 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
2508 (thumb_scan_prologue): Ditto.
2509 (arm_find_callers_reg): Ditto.
2510 (arm_frame_chain): Ditto.
2511 (arm_init_extra_frame_info): Ditto.
2512 (arm_frame_saved_pc): Ditto.
2513 (arm_pop_frame): Ditto.
2514 (arm_push_return_address): New function.
2515 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
2516 call_dummy_location, call_dummy_breakpoint_offset_p,
2517 call_dummy_breakpoint_offset, call_dummy_p,
2518 call_dummy_stack_adjust_p, call_dummy_words,
2519 sizeof_call_dummy_words, call_dummy_start_offset,
2520 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
2521 call_dummy_address, push_return_address and push_dummy_frame for
2522 generic dummy frames.
2523
e7d717c0
JT
25242002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2525
2526 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
2527 size computation for alloca.
2528 (sh_fp_frame_init_saved_regs): Likewise.
2529
7bbcf283
RE
25302002-05-07 Richard Earnshaw <rearnsha@arm.com>
2531
2532 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
2533 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 2534 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
2535 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
2536 * remote-rdp.c (remote_rdp_fetch_register): Use
2537 ARM_MAX_REGISTER_RAW_SIZE.
2538 (remote_rdp_store_register): Likewise.
2539
4657573b
ML
25402002-05-07 Michal Ludvig <mludvig@suse.cz>
2541
361d1df0 2542 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
2543 added default labels to switch {} statements.
2544 * x86-64-tdep.c: Ditto.
2545 * x86-64-linux-nat.c: Ditto.
2546
010f3b2f
JT
25472002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2548
2549 * solib.h: Protect against multiple inclusion.
2550
debd256d
JB
25512002-05-06 Jim Blandy <jimb@redhat.com>
2552
9ab3e532
JB
2553 Add first preprocessor macro-expansion files.
2554 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
2555 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
2556 (splay_tree_h, macroexp_h, macrotab_h): New variable.
2557 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
2558 (COMMON_OBS): Add macrotab.o, macroexp.o.
2559 (macroexp.o, macrotab.o): New rules.
2560
debd256d
JB
2561 Separate the job of reading the line number info statement program
2562 header (...expialidocious) out into its own function.
2563 * dwarf2read.c (struct line_head, struct filenames, struct
2564 directories): Replace with...
2565 (struct line_header): New structure, containing the full
2566 contents of the statement program header, including the
2567 include directory and file name tables.
2568 (read_file_scope): If we have line number info, instead of just
2569 calling dwarf_decode_lines to do all the work, call
2570 dwarf_decode_line_header first to get a `struct line_header'
2571 containing the data in the statement program header, and then
2572 pass that to dwarf_decode_lines, which will pick up where that
2573 left off. Be sure to clean up the `struct line_header' object.
2574 (dwarf_decode_line_header, free_line_header, add_include_dir,
2575 add_file_name): New functions.
2576 (dwarf_decode_lines): Move all the code to read the statement
2577 program header into dwarf_decode_line_header. Take the line
2578 header it built as the first argument, instead of the offset to
2579 the compilation unit's line number info. Use the new `struct
2580 line_header' type instead of the old structures. No need to do
2581 cleanups here now, since we don't allocate anything.
2582 (dwarf2_statement_list_fits_in_line_number_section,
2583 dwarf2_line_header_too_long): New complaints.
2584
ac3aafc7
EZ
25852002-05-06 Elena Zannoni <ezannoni@redhat.com>
2586
2587 * gdbtypes.c (init_vector_type): New function.
2588 (build_builtin_type_vec128): Simplify the representation of SIMD
2589 registers.
2590 (build_gdbtypes): Initialize new builtin vector types.
2591 (_initialize_gdbtypes): Register new vector types with gdbarch.
2592 (builtin_type_v4_float, builtin_type_v4_int32,
2593 builtin_type_v8_int16, builtin_type_v16_int8,
2594 builtin_type_v2_int32, builtin_type_v4_int16,
2595 builtin_type_v8_int8): New (renamed) SIMD types.
2596
13e49980
MK
25972002-05-06 Mark Kettenis <kettenis@gnu.org>
2598
2599 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
2600 (i387_fill_fxsave): Likewise.
2601
997b20b8
AO
26022002-05-05 Alexandre Oliva <aoliva@redhat.com>
2603
2604 * alpha-tdep.c (alpha_extract_return_value): Don't use
2605 non-constant array size in prototype.
2606
535c96ce
AC
26072002-05-04 Andrew Cagney <ac131313@redhat.com>
2608
2609 From Brian Taylor <briant at model dot com>:
2610 * ui-out.c (ui_out_field_core_addr): Use the function
2611 longest_local_hex_string_custom'to format addresses > 32 bits
2612 wide.
2613
2614 * ui-out.c (ui_out_field_core_addr): Update comment.
2615
bedfa57b
AC
26162002-05-04 Andrew Cagney <ac131313@redhat.com>
2617
2618 * stack.c (select_and_print_frame): Make static. Delete the
2619 parameter `level'.
2620 (func_command): Update call.
2621 (select_frame_command): Delete code computing the frame level.
2622 * frame.h (select_and_print_frame): Delete declaration.
2623
f621c63e
AC
26242002-05-04 Andrew Cagney <ac131313@redhat.com>
2625
2626 * sparc-tdep.c (sparc_get_saved_register): Comment why
2627 get_prev_frame call is safe.
2628
0f7d239c
AC
26292002-05-04 Andrew Cagney <ac131313@redhat.com>
2630
2631 * frame.h (select_frame): Delete level parameter.
2632 * stack.c (select_frame): Update. Use frame_relative_level to
2633 obtain the frame's level.
2634 (select_and_print_frame): Update call.
2635 (select_frame_command): Ditto.
2636 (up_silently_base): Ditto.
2637 (down_silently_base): Ditto.
2638 * ocd.c (ocd_start_remote): Ditto.
2639 * remote-rdp.c (remote_rdp_open): Ditto.
2640 * remote-mips.c (mips_initialize): Ditto.
2641 (common_open): Ditto.
2642 * remote-e7000.c (e7000_start_remote): Ditto.
2643 * m3-nat.c (select_thread): Ditto.
2644 * hppa-tdep.c (child_get_current_exception_event): Ditto.
2645 (child_get_current_exception_event): Ditto.
2646 * varobj.c (varobj_create): Ditto.
2647 (varobj_update): Ditto.
2648 (c_value_of_root): Ditto.
2649 * tracepoint.c (finish_tfind_command): Ditto.
2650 * corelow.c (core_open): Ditto.
2651 * arch-utils.c (generic_prepare_to_proceed): Ditto.
2652 * thread.c (info_threads_command): Ditto.
2653 (switch_to_thread): Ditto.
2654 * infrun.c (normal_stop): Ditto.
2655 (restore_selected_frame): Ditto.
2656 (restore_inferior_status): Ditto.
2657 * breakpoint.c (insert_breakpoints): Ditto.
2658 (watchpoint_check): Ditto.
2659 (bpstat_stop_status): Ditto.
2660 (do_enable_breakpoint): Ditto.
2661 * blockframe.c (flush_cached_frames): Ditto.
2662 (reinit_frame_cache): Ditto.
2663
71d6c7b1
AC
26642002-05-04 Andrew Cagney <ac131313@redhat.com>
2665
2666 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
2667 maintainer.
2668
cda6c68a
JB
26692002-05-04 Jim Blandy <jimb@redhat.com>
2670
2671 * gdbtypes.c (replace_type): Doc fix.
2672
5c1c87f0
AC
26732002-05-04 Andrew Cagney <ac131313@redhat.com>
2674
2675 * valprint.c (strcat_longest): Delete commented out function.
2676 Update copyright.
2677
cd9bfe15
AC
26782002-05-04 Andrew Cagney <ac131313@redhat.com>
2679
2680 * MAINTAINERS: Mark a29k as deleted.
2681 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
2682 Move new configurations to the top.
2683 * configure.tgt: Remove a29k.
2684 * config/a29k/tm-vx29k.h: Delete.
2685 * config/a29k/vx29k.mt: Delete.
2686 * config/a29k/tm-a29k.h: Delete.
2687 * config/a29k/a29k-udi.mt: Delete.
2688 * config/a29k/a29k.mt: Delete.
2689 * a29k-tdep.c: Delete.
2690 * remote-udi.c: Delete.
2691 * remote-mm.c: Delete.
2692 * remote-eb.c: Delete.
2693 * remote-adapt.c: Delete.
2694 * Makefile.in: Remove obsolete code.
2695 * gdbserver/Makefile.in: Ditto.
2696 * config/s390/s390x.mt: Ditto.
2697 * config/s390/s390.mt: Ditto.
2698 * config/sparc/sparclynx.mh: Ditto.
2699 * config/sparc/linux.mh: Ditto.
2700 * config/pa/hppaosf.mh: Ditto.
2701 * config/pa/hppabsd.mh: Ditto.
2702 * config/ns32k/nbsd.mt: Ditto.
2703 * config/mips/vr5000.mt: Ditto.
2704 * config/m68k/sun3os4.mh: Ditto.
2705 * config/m68k/nbsd.mt: Ditto.
2706 * config/m68k/m68klynx.mh: Ditto.
2707 * config/m32r/m32r.mt: Ditto.
2708 * config/i386/x86-64linux.mt: Ditto.
2709 * config/i386/nbsdelf.mt: Ditto.
2710 * config/i386/nbsd.mt: Ditto.
2711 * config/i386/i386lynx.mh: Ditto.
2712
bf0c5130
AC
27132002-05-04 Andrew Cagney <ac131313@redhat.com>
2714
2715 * target.c (debug_print_register): New function. Handle oversize
2716 registers.
2717 (debug_to_fetch_registers): Call.
2718 (debug_to_store_registers): Call.
2719
2ae1c2d2
JB
27202002-05-03 Jim Blandy <jimb@redhat.com>
2721
13a393b0
JB
2722 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
2723 (read_type): Doc fix.
2724 * gdbtypes.c (replace_type): Doc fix.
2725
2ae1c2d2
JB
2726 * stabsread.c (multiply_defined_struct): New complaint.
2727 (read_struct_type): If the type we were passed isn't empty, or
2728 incomplete, don't read the new struct type into it; complain,
2729 and return the original type unchanged. Take a new `type_code'
2730 argument, which is the type code for the new type.
2731 (read_type): Rather than storing the type's type code here, pass
2732 it as an argument to read_struct_type, and let that take care of
2733 storing it. That way, we don't overwrite the original type code,
2734 so read_struct_type can use it to decide whether we're overwriting
2735 something we shouldn't.
2736 (complain_about_struct_wipeout): New function.
2737
8de9bdc4
AC
27382002-05-03 Andrew Cagney <ac131313@redhat.com>
2739
2740 * gdbarch.sh: Assert that gdbarch is non-NULL.
2741 * gdbarch.c: Regenerate.
2742
f773fdbb
JM
27432002-05-03 Jason Merrill <jason@redhat.com>
2744
2745 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
2746 and return NULL.
2747
0e04a514
ML
27482002-05-03 Michal Ludvig <mludvig@suse.cz>
2749
2750 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
2751 (x86_64_dwarf2gdb_regno_map_length),
2752 (x86_64_dwarf2_reg_to_regnum): Added.
2753 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
2754 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
2755 (_initialize_x86_64_tdep): Synced with the change above.
2756 (x86_64_skip_prologue): Reformulated message.
2757
065432a8
PM
27582002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
2759
2760 * f-exp.y: Also use new prev_lexptr variable
2761 to improve error reporting. Based on Michael Snyder
2762 2002-04-24 dated patch to c-exp.y.
2763 * jv-exp.y: Likewise.
2764 * m2-exp.y: Likewise.
2765
a3162708
EZ
27662002-05-02 Elena Zannoni <ezannoni@redhat.com>
2767
2768 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
2769 we are dealing with vectors.
2770
03620c38
PM
27712002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2772
2773 * config/m68k/tm-nbsd.h: Obvious fix,
2774 correct machine name.
2775
6604db2e
PM
27762002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2777
2778 * p-typeprint.c (pascal_type_print_base): Add support
2779 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
2780
0906b739
PM
27812002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2782
2783 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
2784 for fondamental pascal 'char' type.
2785
e2625b33
PM
27862002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2787
2788 * p-lang.h (is_pascal_string_type): Declaration changed,
2789 new sixth argument of type char ** added.
361d1df0 2790 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
2791 changed. Args length_pos, length_size, string_pos, char_size
2792 can now be NULL. New argument arrayname set to the field
2793 name of the char array. Return value set to char array
2794 field index plus one.
361d1df0 2795 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
2796 is_pascal_string_type function.
2797
cf17c188
AC
27982002-05-02 Andrew Cagney <cagney@redhat.com>
2799
2800 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
2801 <cagney@redhat.com> change.
2802 * gdbarch.c: Regenerate.
2803
52bca491
AC
28042002-05-02 Andrew Cagney <cagney@redhat.com>
2805
2806 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
2807 before probing for a new one. Detect errorenous gdbarch_init
2808 functions.
2809 * gdbarch.c: Regenerate.
2810
d5e72505
AC
28112002-05-01 Andrew Cagney <cagney@redhat.com>
2812
2813 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
2814 * config/mcore/tm-mcore.h: Ditto. Update copyright.
2815 * config/v850/tm-v850.h: Ditto. Update copyright.
2816
af566d9f
AC
28172002-04-30 Andrew Cagney <ac131313@redhat.com>
2818
2819 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
2820 current_gdbarch.
2821
880d85fa
MS
28222002-04-30 Michael Snyder <msnyder@redhat.com>
2823
94c30b78
MS
2824 * arm-tdep.c: Whitespace clean-ups.
2825 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
2826 should have been removed as part of 4/24 change.
2827
6f5987a6
KB
28282002-04-30 Kevin Buettner <kevinb@redhat.com>
2829
2830 * rs6000-tdep.c: Added comment describing how fpscr register
2831 numbers were chosen.
2832
1a113c93
MS
28332002-04-30 Michael Snyder <msnyder@redhat.com>
2834
2835 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2836
9a6f53fe
EZ
28372002-04-29 Elena Zannoni <ezannoni@redhat.com>
2838
2839 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
2840 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
2841 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
2842
11ed25ac
KB
28432002-04-29 Kevin Buettner <kevinb@redhat.com>
2844
2845 From Louis Hamilton <hamilton@redhat.com>:
2846 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
2847 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
2848 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
2849 not bfd-private xcoff data, to determine wordsize.
2850 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
2851
ae232405
AC
28522002-04-29 Andrew Cagney <ac131313@redhat.com>
2853
2854 GDB 5.2 released from 5.2 branch.
2855
91fd20f7
ML
28562002-04-29 Michal Ludvig <mludvig@suse.cz>
2857
2858 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
2859 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2860 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 2861
2dc5091b
EZ
28622002-04-29 Elena Zannoni <ezannoni@redhat.com>
2863
2864 * rs6000-tdep.c (rs6000_extract_return_value,
2865 rs6000_store_return_value): Handle returning vectors.
2866 (rs6000_gdbarch_init): Use
2867 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
2868 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2869 New function.
2870 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
2871 vectors.
2872 (ppc_sysv_abi_push_arguments): Handle vector parameters.
2873 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 2874
2b9848d8
PM
28752002-04-24 Pierre Muller <ics.u-strasbg.fr>
2876
2877 * hpread.c (hpread_psymtab_to_symtab_1,
2878 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
2879 with fprintf_unfiltered (gdb_stderr,...).
2880
f8d17dc5
PM
28812002-04-24 Pierre Muller <ics.u-strasbg.fr>
2882
2883 * remote-array.c (printf_monitor, write_monitor,
361d1df0 2884 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
2885 Replace fprintf (stderr,...
2886 with fprintf_unfiltered (gdb_stderr,....
2887 * remote-es.c: Likewise.
2888 * remote-os9k.c: Likewise.
2889 * remote-st.c: Likewise.
2890
2f2f1ad1
AS
28912002-04-28 Andreas Schwab <schwab@suse.de>
2892
2893 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
2894 linux-proc.o and gcore.o.
2895
b6779aa2
AC
28962002-04-26 Michal Ludvig <mludvig@suse.cz>
2897
2898 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
2899 code without frame pointers.
2900
7e57f5f4
AC
29012002-04-26 Andrew Cagney <ac131313@redhat.com>
2902
2903 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
2904 ON_STACK is needed.
2905
2ceb85d0
BE
29062002-04-26 Ben Elliston <bje@redhat.com>
2907
2908 * target.c (do_xfer_memory): Correct reference to the new option
2909 "trust-readonly-sections".
2910
f5f8a009
EZ
29112002-04-26 Elena Zannoni <ezannoni@redhat.com>
2912
2913 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
2914 * gdbtypes.c (recursive_dump_type): Output the vector flag.
2915 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
2916 vectors.
2917 (read_array_type): Record the fact that this array type is really a
2918 vector (i.e. are passed in by value).
2919
5868c862
JT
29202002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
2921
2922 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
2923 * alpha-tdep.c (alpha_sigcontext_addr): New function.
2924 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
2925 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
2926 * alpha-linux-tdep.c: Include frame.h.
2927 (alpha_linux_sigcontext_addr): New function.
2928 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
2929 alpha_linux_sigcontext_addr.
2930 * alpha-osf1-tdep.c: Include gdbcore.h.
2931 (alpha_osf1_sigcontext_addr): New function.
2932 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
2933 alpha_osf1_sigcontext_addr.
2934 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
2935 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
2936
bfb01f37
AC
29372002-04-26 Andrew Cagney <ac131313@redhat.com>
2938
361d1df0 2939 * stack.c (selected_frame_level):
bfb01f37
AC
2940 (select_frame): Do not set selected_frame_level.
2941 * frame.h (selected_frame_level): Delete declaration.
2942
15813d3f
AC
29432002-04-26 Andrew Cagney <ac131313@redhat.com>
2944
2945 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
2946 convert_from_func_ptr-addr when AIX / PowerOpen.
2947
6096c27a
AC
29482002-04-25 Andrew Cagney <ac131313@redhat.com>
2949
2950 * valops.c (hand_function_call): Call
2951 generic_save_call_dummy_addr.
2952 * frame.h (generic_save_call_dummy_addr): Declare.
2953 * blockframe.c (struct dummy_frame): Add fields call_lo and
2954 call_hi.
2955 (generic_find_dummy_frame): Check for PC in range call_lo to
2956 call_hi instead of entry_point_address.
2957 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
2958 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
2959 (generic_save_call_dummy_addr): New function.
2960
f510d44e
DM
29612002-04-24 David S. Miller <davem@redhat.com>
2962
2963 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
2964 sparc_skip_prologue.
2965 (sparc_skip_prologue): Kill frameless_p arg, and use line number
2966 information to find prologue when possible.
2967 (sparc_prologue_frameless_p): Call examine_prologue directly.
2968 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
2969 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
2970 second argument.
2971 (SKIP_PROLOGUE): Likewise.
2972
15d72a92
JT
29732002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2974
2975 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
2976 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
2977 indicate that the condition it was testing is always true.
2978 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
2979 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2980 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2981
accc6d1f
JT
29822002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2983
2984 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
2985 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
2986 tdep->jb_pc and tdep->jb_elt_size.
2987 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
2988 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
2989 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2990 * alpha-nat.c (get_longjmp_target): Remove.
2991 (JB_ELEMENT_SIZE): Ditto.
2992 (JB_PC): Ditto.
2993 * alpha-tdep.c (alpha_get_longjmp_target): New function.
2994 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
2995 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
2996 to alpha_get_longjmp_target.
2997 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
2998 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
2999 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
3000
1bfdc549
AC
30012002-04-25 Andrew Cagney <ac131313@redhat.com>
3002
3003 * README: Update to GDB 5.2.
3004
1bd316f0
AC
30052002-04-25 Andrew Cagney <ac131313@redhat.com>
3006
3007 * gdbarch.sh (LC_ALL): Set to `c'.
3008
2e5ff58c
TR
30092002-04-25 Theodore A. Roth <troth@verinet.com>
3010
3011 * avr-tdep.c: Ran through gdb_indent.sh.
3012
e33ce519
TR
30132002-04-25 Theodore A. Roth <troth@verinet.com>
3014
3015 * MAINTAINERS: Add myself as AVR maintainer.
3016 * NEWS: Note new target avr.
3017
8818c391
TR
30182002-04-25 Theodore A. Roth <troth@verinet.com>
3019
3020 * Makefile.in: Add support for AVR target.
3021 * configure.tgt: Add support for AVR target.
3022 * avr-tdep.c: New file
3023 * config/avr/avr.mt: New file.
3024
79509c2d
TR
30252002-04-25 Theodore A. Roth <troth@verinet.com>
3026
3027 * MAINTAINERS: Add myself to write-after-approval.
3028
dac8068e
PM
30292002-04-24 Pierre Muller <ics.u-strasbg.fr>
3030
3031 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
3032 with fprintf_unfiltered (gdb_stderr,....
3033
25bf3106
PM
30342002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
3035
3036 Fix PR gdb/508.
3037 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
3038
24467a86
PM
30392002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
3040
3041 * p-exp.y: Also use new prev_lexptr variable
3042 to improve error reporting. Based on Michael Snyder
3043 2002-04-24 dated patch to c-exp.y.
3044
95b80706
JT
30452002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3046
3047 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
3048 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
3049 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
3050 to 0.
3051 * config/alpha/tm-alpha.h: Remove forward decls of struct type
3052 and struct value.
3053 (FUNCTION_START_OFFSET): Remove.
3054 (BREAKPOINT): Ditto.
3055
e90cc612
JT
30562002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
3057
3058 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
3059 * NEWS: Ditto.
3060
6c72f9f9
JT
30612002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3062
3063 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
3064 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
3065 alpha_linux_pc_in_sigtramp.
3066 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
3067 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
3068 alpha_osf1_pc_in_sigtramp.
3069 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
3070 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
3071 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3072 alphafbsd_pc_in_sigtramp.
3073 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
3074 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3075 alphanbsd_pc_in_sigtramp.
3076 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
3077 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
3078
5e4f3379
JT
30792002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3080
3081 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3082
da8ca43d
JT
30832002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3084
3085 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
3086 alphanbsd-tdep.c.
3087 (alphanbsd-nat.o): New dependency list.
3088 (alphanbsd-tdep.o): Ditto.
3089 * NEWS: Note new native NetBSD/alpha configuration.
3090 * alphanbsd-nat.c: New file.
3091 * alphanbsd-tdep.c: Ditto.
3092 * configure.host (alpha*-*-netbsd*): New host.
3093 * configure.tgt (alpha*-*-netbsd*): New target.
3094 * config/alpha/nbsd.mh: New file.
3095 * config/alpha/nbsd.mt: Ditto.
3096 * config/alpha/nm-nbsd.h: Ditto.
3097 * config/alpha/tm-nbsd.h: Ditto.
3098
36a6271d
JT
30992002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3100
3101 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
3102 (alpha-osf1-tdep.o): New dependency list.
3103 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
3104 and skip_sigtramp_frame members.
3105 * alpha-linux-tdep.c: Include gdbcore.h.
3106 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
3107 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
3108 * alpha-osf1-tdep.c: New file.
3109 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
3110 alpha-osf1-dep.c.
3111 (alpha_frame_past_sigtramp_frame): New function.
3112 (alpha_dynamic_sigtramp_offset): Ditto.
3113 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
3114 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
3115 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
3116 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
3117 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
3118 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
3119 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
3120 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
3121 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
3122 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
3123 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
3124 to find_solib_trampoline_target.
3125 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
3126 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
3127 (SKIP_TRAMPOLINE_CODE): Remove.
3128 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3129 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3130 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3131 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3132 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
3133 (PROC_SIGTRAMP_MAGIC): Ditto.
3134 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3135 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3136 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3137 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3138 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3139
2f4bc57b
JT
31402002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3141
3142 * NEWS: Note that Alpha targets are now multi-arch.
3143
665132f9
MS
31442002-04-24 Michael Snyder <msnyder@redhat.com>
3145
3146 * parser-defs.h (prev_lexptr): New external variable.
3147 * parse.c (parse_exp_1): Set prev_lexptr to null before
3148 calling the language-specific parser.
3149 * c-exp.y (yylex): Set prev_lexptr to start of current token.
3150 (yyerror): Use prev_lexptr in error reporting.
3151
32872fa7
DJ
31522002-04-24 Daniel Jacobowitz <drow@mvista.com>
3153
3154 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
3155 * gregset.h: If FILL_FPXREGSET is defined, provide
3156 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
3157 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
3158 is defined, call fill_fpxregset.
3159
57e76fac
MS
31602002-04-24 Roland McGrath <roland@frob.com>
3161
3162 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
3163 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
3164 (supply_gregset, supply_fpregset): New functions.
3165
3166 * gnu-nat.c (gnu_find_memory_regions): New function.
3167 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
3168 (gnu_xfer_memory): Add a cast.
3169
f43845b3
MS
31702002-04-24 Michael Snyder <msnyder@redhat.com>
3171
361d1df0 3172 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
3173 loop. Add handling for "str lr, [sp, #-4]!" and for saves
3174 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 3175 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
3176 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
3177 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
3178
a0abec03
AC
3179Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
3180
3181 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
3182 NUM_PSEUDO_REGS can be used.
3183
d7bd68ca
AC
31842002-04-24 Andrew Cagney <ac131313@redhat.com>
3185
3186 * arch-utils.h: Update copyright.
3187
3188 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
3189 * gdbarch.h, gdbarch.c: Re-generate.
3190
3191 * inferior.h (IN_SIGTRAMP): Delete definition.
3192 * arch-utils.c (legacy_pc_in_sigtramp): New function.
3193 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
3194
3195 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
3196 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
3197 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
3198 (find_proc_framesize): Ditto.
3199 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
3200 (alpha_init_extra_frame_info): Ditto.
3201 * infrun.c (handle_inferior_event): Ditto.
3202 (handle_inferior_event): Ditto.
3203 (check_sigtramp2): Ditto.
3204 * blockframe.c (create_new_frame): Ditto.
3205 (get_prev_frame): Ditto.
3206 * ppc-linux-tdep.c: Update comments.
3207 * i386-linux-tdep.c: Update comments.
3208 * breakpoint.c (bpstat_what): Update comment.
3209
d06f167a
ML
32102002-04-24 Michal Ludvig <mludvig@suse.cz>
3211
3212 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
361d1df0 3213 (regsets_store_inferior_registers): Removed cast to int from
d06f167a
ML
3214 ptrace() calls.
3215 * gdbserver/regcache.h: Added declaration of struct inferior_info.
3216
4867e41e
DM
32172002-04-24 David S. Miller <davem@redhat.com>
3218
21d83aa5
DM
3219 * i960-tdep.c (register_in_window_p): New function.
3220 (i960_find_saved_register): Use it instead of
3221 REGISTER_IN_WINDOW_P.
3222 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
3223
4867e41e
DM
3224 * symtab.h (find_stab_function_addr): Kill extern.
3225 * minsyms.c (find_stab_function_addr): Remove from here...
3226 * dbxread.c: ... to here, and mark it static.
3227
69cdf6a2
DM
32282002-04-20 David S. Miller <davem@redhat.com>
3229
3230 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
3231 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
3232
5a595886
DM
32332002-04-21 David S. Miller <davem@redhat.com>
3234
3235 * remote-vxsparc.c (vx_read_register): Fix typo, we want
3236 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
3237 (vx_write_register): Likewise.
3238
1da1a192
JB
32392002-04-23 J. Brobecker <brobecker@gnat.com>
3240
3241 * source.c (is_regular_file): New function.
3242 (openp): Check wether file to open is a regular file
3243 to avoid opening directories.
3244
baa6f10b
JT
32452002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3246
3247 * findvar.c (extract_signed_integer): Cast printf argument
3248 to suppress format warning.
3249 (extract_unsigned_integer): Likewise.
3250 * infcmd.c (registers_info): Likewise.
3251 * top.c (get_prompt_1): Likewise.
3252 * valops.c (value_assign): Likewise.
3253 * valprint.c (print_decimal): Likewise.
3254
b2c4da81
L
32552002-04-22 H.J. Lu (hjl@gnu.org)
3256
3257 * c-exp.y (typebase): Support
361d1df0 3258
b2c4da81
L
3259 [long|long long|short] [signed|unsigned] [int|]
3260
3261 and
3262
3263 signed [long|long long|short] int
3264
f267bd6a
JT
32652002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3266
3267 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
3268 and vax-tdep.h.
3269 * vax-tdep.h: New file.
3270 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
3271 Make several routines static.
3272 (vax_get_saved_register): New function.
3273 (vax_gdbarch_init): New function.
3274 (_initialize_vax_tdep): Register vax_gdbarch_init.
3275 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
3276 Remove macros now under the control of gdbarch.
3277
da3c6d4a
MS
32782002-04-22 Michael Snyder <msnyder@redhat.com>
3279
11d3b27d
MS
3280 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
3281 Some whitespace and coding standards tweaks.
da3c6d4a 3282
a33f7558
JT
32832002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3284
3285 * vax-tdep.c: Include regcache.h.
3286 (vax_call_dummy_words): New.
3287 (sizeof_vax_call_dummy_words): New.
3288 (vax_fix_call_dummy): New function.
3289 (vax_saved_pc_after_call): Ditto.
3290 * config/vax/tm-vax.h: Don't include regcache.h.
3291 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
3292 (CALL_DUMMY): Remove.
3293 (CALL_DUMMY_WORDS): Define.
3294 (SIZEOF_CALL_DUMMY_WORDS): Define.
3295 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
3296
47a73475
MS
32972002-04-18 Michael Snyder <msnyder@redhat.com>
3298
3299 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
3300
52efde73
JT
33012002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3302
3303 * vax-tdep.c (vax_frame_chain): New function.
3304 (vax_push_dummy_frame): Ditto.
3305 (vax_pop_frame): Ditto.
3306 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
3307 (FRAMELESS_FUNCTION_INVOCATION): Use
3308 generic_frameless_function_invocation_not.
3309 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
3310 (POP_FRAME): Use vax_pop_frame.
3311
ea74468c
JT
33122002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3313
3314 * vax-tdep.c (vax_store_struct_return): New function.
3315 (vax_extract_return_value): Ditto.
3316 (vax_store_return_value): Ditto.
3317 (vax_extract_struct_value_address): Ditto.
3318 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
3319 vax_store_struct_return.
3320 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
3321 (STORE_RETURN_VALUE): Use vax_store_return_value.
3322 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
3323
5516aa92
JT
33242002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3325
3326 * vax-tdep.c (vax_frame_saved_pc): New function.
3327 (vax_frame_args_address_correct): Ditto.
3328 (vax_frame_args_address): Ditto.
3329 (vax_frame_locals_address): Ditto.
3330 (vax_frame_num_args): Move code to be in proximity to
3331 other frame-related functions.
3332 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
3333 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
3334 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
3335 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
3336 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
3337
36af0b35
L
33382002-04-22 H.J. Lu (hjl@gnu.org)
3339
3340 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
3341 includedir.
3342
ab62c900
JT
33432002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3344
3345 * vax-tdep.c (vax_frame_init_saved_regs): New function.
3346 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
3347 (FRAME_INIT_SAVED_REGS): New macro.
3348
7232b100
JT
33492002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3350
3351 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
3352
b70d2aee
JT
33532002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3354
3355 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
3356 where needed.
3357 (fetch_osf_core_registers): Likewise.
3358 (supply_gregset): Likewise.
3359
a0e8a2d1 33602002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 3361
a0e8a2d1
JB
3362 * symfile.h (get_section_index): Define.
3363 * symfile.c (get_section_index): New function.
3364 * mdebugread.c (SC_IS_SBSS): New macro.
3365 (SC_IS_BSS): Return true for the scBss storage class only, as
3366 the scSBss storage class refers to the .sbss section.
3367 (parse_partial_symbols): Discard the symbols which associated
3368 section does not exist.
3369 Make sure to use the .sbss section index for symbols which
3370 storage class is scBss, rather than using the .bss section index.
3371
51eb8b08
JT
33722002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3373
3374 * vax-tdep.c: Update copyright years.
3375 (vax_register_name): New function.
3376 (vax_register_byte): Ditto.
3377 (vax_register_raw_size): Ditto.
3378 (vax_register_virtual_size): Ditto.
3379 (vax_register_virtual_type): Ditto.
3380 * config/vax/tm-vax.h: Update copyright years.
3381 (REGISTER_NAMES): Remove.
3382 (REGISTER_NAME): Define.
3383 (REGISTER_BYTE): Use vax_register_byte.
3384 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
3385 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
3386 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
3387
6cc1c0a8
AC
33882002-04-21 Andrew Cagney <ac131313@redhat.com>
3389
3390 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
3391 declaration
3392 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
3393
9319a2fe
DM
33942002-04-21 David S. Miller <davem@redhat.com>
3395
3396 * arch-utils.c (generic_prologue_frameless_p): Kill
3397 SKIP_PROLOGUE_FRAMELESS_P code.
3398 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3399 references.
3400 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
3401 * arc-tdep.c (arc_prologue_frameless_p): Implement.
3402 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3403 references.
3404 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
3405 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
3406 (sparc_gdbarch_init): Pass it to
3407 set_gdbarch_prologue_frameless_p.
a0e8a2d1 3408
e9ed6d01
JT
34092002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3410
3411 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
3412 (alphabsd-nat.o): New dependency list.
3413
36012033
JT
34142002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3415
3416 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
3417 alphafbsd-tdep.c.
3418 (alpha-linux-tdep.o): New dependency list.
3419 (alphafbsd-tdep.o): Likewise.
3420
3379287a
JT
34212002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3422
3423 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
3424 to here...
3425 * alpha-tdep.c: ...from here.
3426 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
3427
4bcbd6cb
JT
34282002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3429
3430 * config/alpha/tm-alpha.h: Move alpha_software_single_step
3431 prototype from here...
3432 * alpha-tdep.h: ...to here.
3433
b31da25e
AC
34342002-04-21 Andrew Cagney <ac131313@redhat.com>
3435
3436 * frame.h (selected_frame_level): Document as deprecated.
3437 (frame_relative_level): Declare.
3438 * stack.c (frame_relative_level): New function.
3439 (selected_frame_level): Document as deprecated.
3440 (select_frame): Do not set the selected_frame_level.
3441
3442 * stack.c (frame_info, record_selected_frame): Update.
3443 (frame_command, current_frame_command): Update.
3444 (up_silently_base, up_command, down_silently_base): Update.
3445 (down_command): Update.
3446 * inflow.c (kill_command): Update.
3447 * tracepoint.c (finish_tfind_command): Update.
3448 * corelow.c (core_open): Update.
3449 * thread.c (info_threads_command): Update.
3450 (do_captured_thread_select): Update.
3451 * infcmd.c (finish_command): Update.
3452 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
3453
9c1d6fe5
JT
34542002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3455
3456 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
3457
ab89facf
AC
34582002-04-21 Andrew Cagney <ac131313@redhat.com>
3459
3460 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
3461 type const.
3462
82a4efa1
JT
34632002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3464
3465 * alphafbsd-tdep.c: Update copyright years. Include
3466 alpha-tdep.h.
3467 (alphafbsd_use_struct_convention): Make static.
3468 (alphafbsd_init_abi): New function.
3469 (_initialize_alphafbsd_tdep): New function.
3470 * config/alpha/tm-fbsd.h: Update copyright years.
3471 (USE_STRUCT_CONVENTION): Remove.
3472
44dffaac
JT
34732002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3474
3475 * alpha-tdep.c (alpha_abi_handler): New structure to describe
3476 an Alpha ABI variant.
3477 (alpha_abi_handler_list): Declare.
3478 (alpha_gdbarch_register_os_abi): New function.
3479 (alpha_gdbarch_init): Give registered ABI variant handlers a
3480 chance to tweak the gdbarch once we have set up defaults.
3481 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
3482
65585be4
JT
34832002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3484
3485 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
3486 to standard_coerce_float_to_double.
3487 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3488
d9b023cc
JT
34892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3490
3491 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
3492 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
3493 from gdbarch_tdep rather than a constant.
3494 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
3495 the default text address for all Alpha Unix ABIs.
3496 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
3497 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
3498
dc129d82
JT
34992002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3500
3501 * alpha-tdep.h: New file. Includes several Alpha target constants
3502 taken from...
3503 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
3504 let gdbarch deal with.
3505 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
3506 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
3507 to dependency list.
3508 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
3509 Alpha target register names.
3510 * alphabsd-nat.c: Likewise.
3511 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
3512 Alpha target register names. Make serveral routines static.
3513 (alpha_get_saved_register): New function.
3514 (alpha_abi_names): New.
3515 (process_note_abi_tag_sections): New function.
3516 (get_elfosabi): New function.
3517 (alpha_gdbarch_init): New function.
3518 (alpha_dump_tdep): New function.
3519 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
3520
d49d1e0a
AC
35212002-04-21 Andrew Cagney <ac131313@redhat.com>
3522
3523 * frame.c (find_saved_register): Delete #ifdef
3524 HAVE_REGISTER_WINDOWS code.
3525 * config/sparc/tm-sparc.h: Update comments.
3526 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
3527
92e8c9ed
AC
35282002-04-21 Andrew Cagney <ac131313@redhat.com>
3529
3530 * i960-tdep.c (i960_find_saved_register): New function.
3531 (i960_get_saved_register): New function.
3532 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
3533 (i960_get_saved_register): Declare.
3534 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
3535
e1925118
DM
35362002-04-20 David S. Miller <davem@redhat.com>
3537
3538 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
3539
29673b29
AC
35402002-04-20 Andrew Cagney <ac131313@redhat.com>
3541
3542 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
3543 instead of NUM_PSEUDO_REGS.
3544
6c86dcd5
DM
35452002-04-20 David S. Miller <davem@redhat.com>
3546
3547 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
3548 GDB_MULTI_ARCH_PARTIAL
3549 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
3550 define, let tm-sp64.h do it.
3551
aa40ec90
JT
35522002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
3553
3554 * frame.c (find_saved_register): Avoid a NULL pointer
3555 dereference and actually walk the frame list.
3556
0f79675b
AC
35572002-04-20 Andrew Cagney <ac131313@redhat.com>
3558
3559 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
3560 sorted in most most-recent-used order. Document.
3561 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 3562
c04a1aa8
DJ
35632002-04-20 Daniel Jacobowitz <drow@mvista.com>
3564
3565 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
3566 (add_inferior): Call create_register_cache.
3567 (clear_inferiors): Call free_register_cache.
3568 (inferior_regcache_data, set_inferior_regcache_data): New functions.
3569 * gdbserver/regcache.c (struct inferior_regcache_data): New.
3570 (registers): Remove.
3571 (get_regcache): New function.
3572 (create_register_cache, free_register_cache): New functions.
3573 (set_register_cache): Don't initialize the register cache here.
3574 (registers_to_string, registers_from_string, register_data): Call
3575 get_regcache.
3576 * gdbserver/regcache.h: Add prototypes.
3577 * gdbserver/server.h: Likewise.
3578
611cb4a5
DJ
35792002-04-20 Daniel Jacobowitz <drow@mvista.com>
3580
3581 * gdbserver/mem-break.c: New file.
3582 * gdbserver/mem-break.h: New file.
3583 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
3584 dependencies.
3585 * gdbserver/inferiors.c (struct inferior_info): Add target_data
3586 member.
3587 (clear_inferiors): Free target_data member if set.
3588 (inferior_target_data, set_inferior_target_data): New functions.
3589 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
3590 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
3591 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
3592 (struct inferior_linux_data): New.
3593 (linux_create_inferior): Use set_inferior_target_data.
3594 (linux_attach): Likewise. Call add_inferior.
3595 (linux_wait_for_one_inferior): New function.
3596 (linux_wait): Call it.
3597 (linux_write_memory): Add const.
3598 (initialize_low): Call set_breakpoint_data.
3599 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
3600 handling members.
3601 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
3602 call.
3603 * gdbserver/server.h: Include mem-break.h. Update inferior.c
3604 prototypes.
3605 * gdbserver/target.c (read_inferior_memory)
3606 (write_inferior_memory): New functions.
3607 * gdbserver/target.h (read_inferior_memory)
3608 (write_inferior_memory): Change macros to prototypes.
3609 (struct target_ops): Update comments. Add const to write_memory
3610 definition.
3611
f91305dd 36122002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
3613
3614 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
3615 instead of ->prev.
3616 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
3617 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
3618 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
3619 instead of ->prev.
3620
73d322b1
EZ
36212002-04-19 Elena Zannoni <ezannoni@redhat.com>
3622
3623 Fix PR gdb/471.
3624 * gdbtypes.c (init_simd_type): Rewrite using new functions.
3625 (build_builtin_type_vec128): Ditto.
3626 (append_composite_type_field): Fix calculation of type length in
3627 union case.
3628
ccd9a834
EZ
36292002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
3630
3631 * config/djgpp/README: Update.
3632
3633 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
3634 compiler warnings.
3635
a57f9e49
JT
36362002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
3637
3638 * alpha-tdep.c (setup_arbitrary_frame): Rename...
3639 (alpha_setup_arbitrary_frame): ...to this.
3640 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
3641 for alpha_setup_arbitrary_frame.
3642
f4f9705a
AC
36432002-04-18 Andrew Cagney <cagney@redhat.com>
3644
3645 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
3646 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 3647
f4f9705a
AC
3648 * defs.h (breakpoint_from_pc_fn): Delete type definition.
3649 * target.h (memory_breakpoint_from_pc): Update declaration.
3650 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
3651
3652 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
3653 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
3654 * mem-break.c (memory_breakpoint_from_pc): Ditto.
3655 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
3656 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
3657 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
3658 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
3659 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
3660 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
3661 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
3662 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
3663 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
3664
3665 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
3666 const pointer.
3667 * monitor.c (monitor_insert_breakpoint): Ditto.
3668 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
3669
3670 * config/mcore/tm-mcore.h: Update copyright.
3671 * mem-break.c: Ditto.
3672 * xstormy16-tdep.c: Ditto.
3673
29f319b8
PM
36742002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
3675
3676 * p-exp.y: Add precedence rule for '^' token.
3677 This removes the shift/reduce conflicts.
3678 Remove the comment concerning these shift/reduce conflicts.
3679
ebeac11a
EZ
36802002-04-18 Elena Zannoni <ezannoni@redhat.com>
3681
3682 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
3683 (registers_powerpc_nofp): New register set for processors
3684 without floating point unit.
3685
27c31547
DM
36862002-04-18 David S. Miller <davem@redhat.com>
3687
3688 * MAINTAINERS: Add myself to write-after-approval.
3689
47a73475
MS
36902002-04-17 Michael Snyder <msnyder@redhat.com>
3691
3692 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
3693
953836b2
AC
36942002-04-17 Andrew Cagney <ac131313@redhat.com>
3695
3696 * rs6000-tdep.c (frame_initial_stack_address): Use
3697 frame_register_read to read the alloca_reg.
3698
8b0d4340
AC
36992002-04-17 Andrew Cagney <ac131313@redhat.com>
3700
3701 * frame.c (find_saved_register): Find saved registers in the next
3702 not prev frame.
3703 Fix PR gdb/365.
3704
d8864532
AC
37052002-04-17 Andrew Cagney <ac131313@redhat.com>
3706
3707 * gdbarch.sh (LANG): Set to ``c''.
3708
36cc83a3 37092002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 3710
36cc83a3 3711 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 3712
2f4150cc 37132002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
3714
3715 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
3716 Update copyright.
3717
628703c6 3718 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 3719 Also fix PR gdb/391.
361d1df0 3720
56157b4a
AC
37212002-04-14 Andrew Cagney <ac131313@redhat.com>
3722
3723 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
3724 * aclocal.m4, configure: Re-generate.
3725 Fix PR gdb/391.
361d1df0 3726
6d1e3329
EZ
37272002-04-14 Elena Zannoni <ezannoni@redhat.com>
3728
3729 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
3730 instead of tm_print_insn.
3731
cb06fa07
EZ
37322002-04-14 Elena Zannoni <ezannoni@redhat.com>
3733
3734 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
3735
f208ba17
AC
37362002-04-14 Andrew Cagney <ac131313@redhat.com>
3737
3738 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
3739 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
3740 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
3741
20f01a46
DH
37422002-04-12 Don Howard <dhoward@redhat.com>
3743
3744 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
3745 max_user_call_depth.
3746 (init_cmd_lists): Initialize the new value;
3747 * cli/cli-script.c (execute_user_command): Limit the call depth of
3748 user defined commands. This avoids a core-dump when user commands
3749 are infinitly recursive.
3750
a88376a3
KB
37512002-04-12 Kevin Buettner <kevinb@redhat.com>
3752
3753 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
3754 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
3755 from tdep struct instead of DEFAULT_LR_SAVE.
3756 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
3757 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
3758 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
3759
f2172603
MS
37602002-04-12 Michael Snyder <msnyder@redhat.com>
3761
694f61fb 3762 * Remote.c: Spelling fix.
20fe79c8
MS
3763 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
3764 If no symbol found for "sbrk", try "_sbrk".
3765 (make_output_phdrs): Use bfd_section_name.
3766 (gcore_copy_callback): Use bfd_section_name.
62995fc4 3767 * eval.c: Indentation fix-ups.
169a7369
MS
3768 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
3769 in case it gets applied to an address that is already
3770 in the instruction space.
de74f71f
MS
3771 * cli/cli-decode.c (help_list): Allow long lines to wrap.
3772 * symfile.c: Fix indentation, long lines.
f2172603
MS
3773 * source.c: White space fix-up.
3774
cda5a58a
AC
37752002-04-12 Andrew Cagney <cagney@redhat.com>
3776
3777 * defs.h (read_relative_register_raw_bytes): Delete declaration.
3778 * frame.c (frame_register_read): New function. Return non-zero on
3779 success.
3780 (read_relative_register_raw_bytes_for_frame): Delete.
3781 (read_relative_register_raw_bytes): Delete.
3782 * frame.h (frame_register_read): Declare.
3783 * d30v-tdep.c: Update Copyright. Use frame_register_read.
3784 * sh-tdep.c: Ditto.
3785 * infcmd.c (do_registers_info): Ditto.
3786 * hppa-tdep.c: Ditto.
3787 * rs6000-tdep.c: Ditto.
3788 * h8500-tdep.c: Ditto.
3789 * mips-tdep.c: Ditto.
3790 * h8300-tdep.c: Ditto.
3791 * z8k-tdep.c: Ditto.
3792
2ea5f656
KB
37932002-04-12 Kevin Buettner <kevinb@redhat.com>
3794
3795 From Jimi X <jimix@watson.ibm.com>:
3796 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
3797 64-bit SysV ABI.
3798
27b15785
KB
37992002-04-12 Kevin Buettner <kevinb@redhat.com>
3800
3801 From Jimi X <jimix@watson.ibm.com>:
3802 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
3803 bfd info.
3804
5d57ee30
KB
38052002-04-12 Kevin Buettner <kevinb@redhat.com>
3806
3807 From Jimi X <jimix@watson.ibm.com>:
3808 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
3809 register sets for these processor variants.
3810
bc1e36ca
DJ
38112002-04-11 Daniel Jacobowitz <drow@mvista.com>
3812
3813 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
3814 registers which are allowed to fail to store.
3815 * gdbserver/linux-low.h (linux_target_ops): Likewise.
3816 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
3817 (ppc_cannot_store_register): FPSCR may not be storable.
3818 * regformats/reg-ppc.dat: Support FPSCR.
3819
e3f36dbd
KB
38202002-04-11 Kevin Buettner <kevinb@redhat.com>
3821
3822 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
3823 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3824 Add fpscr as an invalid/unfetchable register.
3825 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
3826 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
3827 (fill_fpregset): Add support for register fpscr.
3828 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
3829 (fill_gregset): Account for the fact that register ``mq'' might
3830 not exist.
3831 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
3832 (registers_power): Add fpscr to register set at slot 71.
3833 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
3834 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
3835
943c9c25
MS
38362002-04-11 Michael Snyder <msnyder@redhat.com>
3837
3838 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
3839 * configure: Regenerate.
3840 * config.in: Regenerate.
3841 * acconfig.h: Add define for _SYSCALL32.
3842 * core-sol2.c: Remove #define _SYSCALL32.
3843 * solib-legacy.c: Remove #define _SYSCALL32.
3844
d8c0a2e7
AC
38452002-04-10 Andrew Cagney <ac131313@redhat.com>
3846
3847 * stack.c (select_frame): Cleanup internal error message, do not
3848 use %p.
3849
7cc19214
AC
38502002-04-10 Andrew Cagney <ac131313@redhat.com>
3851
3852 * stack.c (select_frame): Check that selected_frame and the
3853 specified level are as expected.
3854 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
3855 Update copyright.
3856 * frame.h (struct frame_info): Add field `level'. Update
3857 copyright.
3858 Work-in-progress PR gdb/464.
3859
67a2b77e
AC
38602002-04-10 Andrew Cagney <ac131313@redhat.com>
3861
3862 * maint.c (maint_print_section_info): Rename print_section_info.
3863 (print_bfd_section_info, print_objfile_section_info): Update.
3864 * inferior.h (struct gdbarch): Add opaque declaration.
3865 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
3866 * gdbarch.h: Regenerate.
3867
8cfda98c
ML
38682002-04-10 Michal Ludvig <mludvig@suse.cz>
3869
3870 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
3871 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
3872 (kernel_u_size): Added.
3873 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
3874 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
3875
ca439ad2 38762002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 3877
ca439ad2
JI
3878 * valarith.c (find_size_for_pointer_math): New function, either returns
3879 the size for a pointer's target, returns 1 for void *, or errors for
3880 incomplete types.
3881 (value_add, value_sub): use find_size_for_pointer_math.
3882
2f2893d9
DJ
38832002-04-09 Daniel Jacobowitz <drow@mvista.com>
3884
3885 * linux-low.c (linux_look_up_symbols): New hook.
3886 (linux_target_ops): Add linux_look_up_symbols.
3887 * remote-utils.c (decode_address): New function.
3888 (look_up_one_symbol): New function.
3889 * server.c (handle_query): Call target look_up_symbols hook.
3890 * server.h (look_up_one_symbol): Add prototype.
3891 * target.h (struct target_ops): Add look_up_symbols hook.
3892
2ec06d2e
DJ
38932002-04-09 Daniel Jacobowitz <drow@mvista.com>
3894
d64b8841
DJ
3895 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
3896 * ChangeLog: Correct paths in last ChangeLog entry.
3897
38982002-04-09 Daniel Jacobowitz <drow@mvista.com>
3899
3900 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
3901 (struct linux_target_ops): New.
3902 (extern the_low_target): New.
d64b8841 3903 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
3904 (register_addr): Use the_low_target explicitly.
3905 (fetch_register): Likewise.
3906 (usr_fetch_inferior_registers): Likewise.
3907 (usr_store_inferior_registers): Likewise.
d64b8841 3908 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
3909 (arm_num_regs): Define.
3910 (arm_regmap): Renamed from regmap, made static.
3911 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
3912 made static.
3913 (arm_cannot_store_register): Renamed from cannot_store_register,
3914 made static.
3915 (the_low_target): New.
d64b8841 3916 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
3917 (i386_num_regs): Define.
3918 (i386_regmap): Renamed from regmap, made static.
3919 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
3920 made static.
3921 (i386_cannot_store_register): Renamed from cannot_store_register,
3922 made static.
3923 (the_low_target): New.
d64b8841 3924 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
3925 (ia64_num_regs): Define.
3926 (ia64_regmap): Renamed from regmap, made static.
3927 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
3928 made static.
3929 (ia64_cannot_store_register): Renamed from cannot_store_register,
3930 made static.
3931 (the_low_target): New.
d64b8841 3932 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
3933 (m68k_num_regs): Define.
3934 (m68k_regmap): Renamed from regmap, made static.
3935 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
3936 made static.
3937 (m68k_cannot_store_register): Renamed from cannot_store_register,
3938 made static.
3939 (the_low_target): New.
d64b8841 3940 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
3941 (mips_num_regs): Define.
3942 (mips_regmap): Renamed from regmap, made static.
3943 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
3944 made static.
3945 (mips_cannot_store_register): Renamed from cannot_store_register,
3946 made static.
3947 (the_low_target): New.
d64b8841 3948 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
3949 (ppc_num_regs): Define.
3950 (ppc_regmap): Renamed from regmap, made static.
3951 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
3952 made static.
3953 (ppc_cannot_store_register): Renamed from cannot_store_register,
3954 made static.
3955 (the_low_target): New.
d64b8841 3956 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
3957 (s390_num_regs): Define.
3958 (s390_regmap): Renamed from regmap, made static.
3959 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
3960 made static.
3961 (s390_cannot_store_register): Renamed from cannot_store_register,
3962 made static.
3963 (the_low_target): New.
d64b8841 3964 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
3965 (sh_num_regs): Define.
3966 (sh_regmap): Renamed from regmap, made static.
3967 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
3968 made static.
3969 (sh_cannot_store_register): Renamed from cannot_store_register,
3970 made static.
3971 (the_low_target): New.
d64b8841 3972 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
3973 (the_low_target): New.
3974
96cb11df
AC
39752002-04-09 Andrew Cagney <ac131313@redhat.com>
3976
3977 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
3978 override FP_REGNUM with frame->fp. Update copyright.
3979 * parse.c (num_std_regs, std_regs): Delete.
3980 (target_map_name_to_register): Do not search std_regs. Update
3981 function description.
3982 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
3983 declarations. Update copyright.
3984 Fix PR gdb/251.
361d1df0 3985
c3a3ccc7
DJ
39862002-04-09 Daniel Jacobowitz <drow@mvista.com>
3987
3988 * gdbserver/Makefile.in: Add stamp-h target.
3989 * gdbserver/configure.in: Create stamp-h.
3990 * gdbserver/configure: Regenerated.
3991
ce3a066d
DJ
39922002-04-09 Daniel Jacobowitz <drow@mvista.com>
3993
3994 * gdbserver/inferiors.c: New file.
3995 * gdbserver/target.c: New file.
3996 * gdbserver/target.h: New file.
3997 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
3998 dependencies.
3999 * gdbserver/linux-low.c (inferior_pid): New static variable,
4000 moved from server.c.
4001 (linux_create_inferior): Renamed from create_inferior.
4002 Call add_inferior. Return 0 on success instead of a PID.
4003 (linux_attach): Renamed from myattach.
4004 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
4005 (linux_thread_alive): Renamed from mythread_alive.
4006 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
4007 child dies.
4008 (linux_resume): Renamed from myresume. Add missing ``return 0''.
4009 (regsets_store_inferior_registers): Correct error message.
4010 Add missing ``return 0''.
4011 (linux_fetch_registers): Renamed from fetch_inferior_registers.
4012 (linux_store_registers): Renamed from store_inferior_registers.
4013 (linux_read_memory): Renamed from read_inferior_memory.
4014 (linux_write_memory): Renamed from write_inferior_memory.
4015 (linux_target_ops): New structure.
4016 (initialize_low): Call set_target_ops ().
4017 * gdbserver/remote-utils.c (unhexify): New function.
4018 (hexify): New function.
4019 (input_interrupt): Send signals to ``signal_pid''.
4020 * gdbserver/server.c (inferior_pid): Remove.
4021 (start_inferior): Update create_inferior call.
4022 (attach_inferior): Call add_inferior.
4023 (handle_query): New function.
4024 (main): Call handle_query for `q' packets.
4025 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
4026 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
4027
0729219d
DJ
40282002-04-09 Daniel Jacobowitz <drow@mvista.com>
4029
4030 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
4031 dependencies.
4032 * gdbserver/configure.in: Check for <string.h>
4033 * gdbserver/configure: Regenerate.
4034 * gdbserver/config.in: Regenerate.
4035 * gdbserver/gdbreplay.c: Include needed system headers.
4036 (remote_open): Remove strchr prototype.
4037 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
4038 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
4039 (supply_register_by_name): Likewise.
4040 (collect_register): Change buf argument to void *.
4041 (collect_register_by_name): Likewise.
4042 * gdbserver/regcache.h: Add missing prototypes.
4043 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
4044 * gdbserver/server.c (handle_query): New function.
4045 (attached): New static variable, moved out of main.
4046 (main): Quiet longjmp clobber warnings.
4047 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
4048 * gdbserver/utils.c (error): Remove NORETURN.
4049 (fatal): Likewise.
4050
97658e92
DJ
40512002-04-09 Daniel Jacobowitz <drow@mvista.com>
4052
4053 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
4054 after the last symbol in a block.
4055
6044e3eb
PM
40562002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
4057
4058 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
4059 is non zero as a found symbol.
4060
0406ec40
AC
40612002-04-08 Andrew Cagney <ac131313@redhat.com>
4062
4063 * findvar.c: Include "builtin-regs.h".
4064 (value_of_register): Call value_of_builtin_reg when applicable.
4065 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
4066 (target_map_name_to_register): Call
4067 builtin_reg_map_name_to_regnum.
4068 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
4069 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
4070 (builtin_regs_h): Define.
4071 (builtin-regs.o): New target.
4072 (findvar.o): Add $(builtin_regs_h).
4073 * builtin-regs.c, builtin-regs.h: New files.
4074 * std-regs.c: New file.
4075 Partial fix for PR gdb/251.
4076
56a6dfb9
KB
40772002-04-08 Kevin Buettner <kevinb@redhat.com>
4078
4079 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
4080 it's no longer required.
4081
3a808432
AC
40822002-04-08 Andrew Cagney <ac131313@redhat.com>
4083
4084 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
4085
7c40d541
KB
40862002-04-08 Kevin Buettner <kevinb@redhat.com>
4087
4088 From Jimi X <jimix@watson.ibm.com>:
4089 * rs6000-tdep.c (rs6000_software_single_step): Use
4090 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
4091 and size. Use target_insert_breakpoint() and
4092 target_remove_breakpoint() to insert and remove breakpoints
4093 instead of explicit memory reads and writes.
4094
cc9836a8
KB
40952002-04-08 Kevin Buettner <kevinb@redhat.com>
4096
4097 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
4098 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
4099 ELF_OBJECT_FORMAT ifdef.
4100
7495d1dc
KB
41012002-04-08 Kevin Buettner <kevinb@redhat.com>
4102
4103 From Jimi X <jimix@watson.ibm.com>:
4104 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
4105
4288e836
KB
41062002-04-08 Kevin Buettner <kevinb@redhat.com>
4107
4108 From Jimi X <jimix@watson.ibm.com>:
4109 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
4110 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
4111
a4e4e501
MK
41122002-04-07 Mark Kettenis <kettenis@gnu.org>
4113
4114 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
4115 s/asprintf/xasprintf/.
4116 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
4117
006defba
AC
41182002-04-07 Andrew Cagney <ac131313@redhat.com>
4119
4120 I believe Jeff Law denies responsability for this one:
4121 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
4122 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
4123 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
4124 Work-around for PR gdb/366.
4125
7aa83cac
EZ
41262002-04-07 Elena Zannoni <ezannoni@redhat.com>
4127
4128 * remote-e7000.c (write_small, e7000_read_inferior_memory,
4129 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
4130 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
4131
cf1fcca1
EZ
41322002-04-07 Elena Zannoni <ezannoni@redhat.com>
4133
4134 * sh-tdep.c (sh_fp_frame_init_saved_regs,
4135 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
4136 information.
4137
3f289e6f
AC
41382002-04-07 Andrew Cagney <ac131313@redhat.com>
4139
4140 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
4141 maintainer.
4142
129188f6
AC
41432002-04-07 Andrew Cagney <ac131313@redhat.com>
4144
4145 * README (Reporting Bugs in GDB): Document the bug web page as the
4146 prefered way of submitting bugs.
4147 Fix PR gdb/402.
4148
1200cd6e
AC
41492002-04-06 Andrew Cagney <ac131313@redhat.com>
4150
4151 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
4152 -1. Update comment.
4153 * gdbarch.h, gdbarch.c: Re-generate.
4154
2853c33c
AS
41552002-04-07 Andreas Schwab <schwab@suse.de>
4156
4157 * m68klinux-nat.c (fill_fpregset): Properly pass address of
4158 buffer to regcache_collect.
4159
c2169756
AC
41602002-04-06 Andrew Cagney <ac131313@redhat.com>
4161
4162 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
4163 * gdbarch.c, gdbarch.h: Re-generate.
4164
25f1b008
AC
41652002-04-06 Andrew Cagney <ac131313@redhat.com>
4166
4167 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
4168 declaration. Fix -Werror.
4169
59263426
DJ
41702002-04-05 Daniel Jacobowitz <drow@mvista.com>
4171
4172 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
4173 * gdbarch.c: Regenerate.
4174
f5db4da3
MS
41752002-04-05 Michael Snyder <msnyder@redhat.com>
4176
80f8a6eb
MS
4177 * breakpoint.c (clear_command): Rewrite middle section to
4178 combine two loops with identical control conditions.
4179 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
4180 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
4181
ad3dcc5c
L
41822002-04-05 H.J. Lu (hjl@gnu.org)
4183
4184 * solib-svr4.c (bkpt_names): Add "__start".
4185
f32e7a74
AC
41862002-04-04 Andrew Cagney <ac131313@redhat.com>
4187
4188 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
4189 as test for 64 bit target.
4190
8227c0ff
AC
41912002-04-05 Andrew Cagney <ac131313@redhat.com>
4192
4193 * h8500-tdep.c (h8500_write_fp): Delete function.
4194 * dwarf2cfi.c (cfi_write_fp): Document as not used.
4195 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
4196 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
4197 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
4198 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
4199 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
4200 (s390_write_fp):
4201 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
4202 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
4203 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
4204 (d10v_write_fp): Delete function.
4205 * inferior.h (write_fp, generic_target_write_fp): Delete
4206 declarations.
4207 * regcache.c (generic_target_write_fp): Delete function.
4208 (write_fp): Delete function.
4209 * gdbarch.sh (TARGET_WRITE_FP): Delete.
4210 * gdbarch.h, gdbarch.c: Regenerate.
4211 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
4212 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
4213 (sparc64_write_fp): Delete declaration.
4214 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
4215 (h8500_write_fp): Delete declaration.
4216
2757dd86
AC
42172002-04-04 Andrew Cagney <ac131313@redhat.com>
4218
4219 * sparc-tdep.c (sparc64_write_fp): Delete.
4220 (sparc_push_dummy_frame): Replace write_fp call with code to store
4221 the FP directly.
4222 (sparc_gdbarch_init): Do not initialize write_fp.
4223
c69255e1
KB
42242002-04-05 Kevin Buettner <kevinb@redhat.com>
4225
4226 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
4227 clause.
4228
ae767bfb
JB
42292002-03-29 Jim Blandy <jimb@redhat.com>
4230
4231 * stack.c (get_selected_block): Add new argument `addr_in_block',
4232 used to return the exact code address we used to select the block,
4233 not just the block.
4234 * blockframe.c (get_frame_block, get_current_block): Same.
4235 * frame.h (get_frame_block, get_current_block,
4236 get_selected_block): Update declarations.
4237 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
4238 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
4239
84d2ac95
MS
42402002-04-05 Michael Snyder <msnyder@redhat.com>
4241
4242 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
4243 warning message.
4244
596aa3bf
JB
42452002-04-05 J. Brobecker <brobecker@gnat.com>
4246
4247 * utils.c (xfullpath): New function.
4248 * defs.h (xfullpath): Add declaration.
4249 * source.c (openp): Use xfullpath in place of gdb_realpath to
4250 avoid resolving the basename part of filenames when the
4251 associated file is a symbolic link. This fixes a potential
4252 inconsistency between the filenames known to GDB and the
4253 filenames it prints in the annotations.
4254 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
4255 to be able to match a filename with either the real filename, or
4256 the name of any symbolic link to this file.
4257 (lookup_partial_symtab): Ditto.
4258
c02f5703
MS
42592002-04-04 Michael Snyder <msnyder@redhat.com>
4260
4261 * breakpoint.c: Add support for hardware breakpoints in overlays.
4262 (overlay_events_enabled): New state variable.
4263 (insert_breakpoints): Use overlay_events_enabled to decide
4264 whether to attempt to set a breakpoint at the overlay load addr.
4265 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4266 (remove_breakpoint): Use overlay_events_enabled to decide
4267 whether breakpoints need to be removed from overlay load addr.
4268 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4269 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 4270 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
4271 disable_overlay_breakpoints): Update overlay_events_enabled.
4272
5fb290d7
DJ
42732002-04-04 Daniel Jacobowitz <drow@mvista.com>
4274
4275 * dwarf2read.c (struct function_range): New.
4276 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
4277 (check_cu_functions): New.
4278 (read_file_scope): Initialize global function lists.
4279 Call dwarf_decode_line after processing children.
4280 (read_func_scope): Add to global function list.
4281 (dwarf_decode_lines): Call check_cu_functions everywhere
4282 record_line is called. Call record_line with a linenumber
4283 of 0 to mark sequence ends.
4284
7b3fabf0
ML
42852002-04-04 Michal Ludvig <mludvig@suse.cz>
4286
361d1df0 4287 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
4288 change sync with glibc.
4289
bce58c09
JB
42902002-04-03 Jim Blandy <jimb@redhat.com>
4291
4292 * configure.in: Call AC_C_INLINE.
4293 * configure: Regenerated.
361d1df0 4294
2fccf04a
DJ
42952002-04-01 Daniel Jacobowitz <drow@mvista.com>
4296
4297 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
4298 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
4299
2d1bfe2e
MK
43002002-03-31 Mark Kettenis <kettenis@gnu.org>
4301
a5941fbf
MK
4302 * NEWS: Mention gcore support on FreeBSD/i386.
4303
a90cd31d
MK
4304 * fbsd-proc.c: New file.
4305 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
4306 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
4307
2d1bfe2e
MK
4308 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
4309 while statement.
4310
9eb6e5a1
JB
43112002-03-29 Jim Blandy <jimb@redhat.com>
4312
4313 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
4314 unescaped newlines in string literals, but newer ones don't. So
4315 escape them.
4316
f02df580
MS
43172002-03-26 Michael Snyder <msnyder@redhat.com>
4318 Andrew Cagney <cagney@redhat.com>
4319
361d1df0 4320 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
4321 restore file to memory.
4322 * cli/cli-dump.h: New file.
4323 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 4324 * NEWS: Mention new commands.
f02df580 4325
109f874e
MS
43262002-03-28 Michael Snyder <msnyder@redhat.com>
4327
4328 * symfile.c (symbol_file_add): Move test for null symbols to later.
4329
520f6ade
AC
43302002-03-27 Andrew Cagney <ac131313@redhat.com>
4331
4332 From veksler at il.ibm.com:
4333 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
4334 the xstrduped original path.
4335 Fix PR gdb/417.
4336
d4654627
MS
43372002-03-27 Michael Snyder <msnyder@redhat.com>
4338
4339 * breakpoint.c (_initialize_breakpoint): Clean up help string.
4340 * infcmd.c (_initialize_infcmd): Ditto.
4341 * language.c (_initialize_language): Ditto.
4342 * symfile.c (_initialize_symfile): Ditto.
4343 * top.c (_init_main): Ditto.
4344 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4345
6be8bc0c
EZ
43462002-03-27 Elena Zannoni <ezannoni@redhat.com>
4347
4348 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
4349 vector registers handling.
4350 (skip_prologue): Handle new AltiVec instructions. Fill in new
4351 fields of frame data.
4352 (frame_get_saved_regs): Fill in information for AltiVec registers.
4353
12af6855
JB
43542002-03-27 Jim Blandy <jimb@redhat.com>
4355
4356 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
4357 a function; leave this macro here to invoke that function.
4358 (symbol_init_mangled_name): Declaration for that function.
4359 * symtab.c (symbol_init_mangled_name): New function.
4360
dc672865
AC
43612002-03-27 Andrew Cagney <ac131313@redhat.com>
4362
4363 * valarith.c: Replace strerror with safe_strerror.
4364 * tracepoint.c: Ditto.
4365 * lin-lwp.c: Ditto.
4366 * go32-nat.c: Ditto.
4367 * inflow.c: Ditto.
4368 * gnu-nat.c: Ditto.
4369
d96429cd
AS
43702002-03-27 Andreas Schwab <schwab@suse.de>
4371
4372 * event-top.c (command_line_handler): Remove useless if.
4373
7e336ba1
AJ
43742002-03-27 Andreas Jaeger <aj@suse.de>
4375
4376 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
4377 comment.
4378
de220d0f
ML
43792002-03-27 Michal Ludvig <mludvig@suse.cz>
4380
4381 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
4382 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
4383 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
4384 (x86_64_linux_dr_get_status, supply_gregset),
4385 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
4386 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
4387 (x86_64_register_info_table): Add.
4388 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
4389 (x86_64_register_raw_size, x86_64_register_virtual_type),
4390 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
4391 general x86_64_register_info_table.
4392 (i386_gdbarch_init): gdbarch_register_bytes is now set
4393 dynamicaly during initialization.
4394 * regformats/reg-x86-64.dat: Synced with changes to registers above.
4395 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 4396
0e98d0a7
DJ
43972002-03-27 Daniel Jacobowitz <drow@mvista.com>
4398
4399 * gdbserver/server.c (main): Call target_signal_to_host_p
4400 and target_signal_to_host on signals received from the remote.
4401 * gdbserver/remote-utils.c (prepare_resume_reply): Call
4402 target_signal_from_host on signals sent to the remote.
4403 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
4404 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
4405
3130066b
DJ
44062002-03-27 Daniel Jacobowitz <drow@mvista.com>
4407
4408 * signals/signals.c: Include "server.h" in gdbserver build.
4409 (target_signal_from_name): Don't use STREQ.
4410 (_initialize_signals): Likewise. Don't include function in
4411 gdbserver build.
4412
9aedf4f4
DJ
44132002-03-27 Daniel Jacobowitz <drow@mvista.com>
4414
4415 * signals.c: Moved to...
4416 * signals/signals.c: Here.
7e336ba1 4417 * Makefile (signals.o): Update.
9aedf4f4 4418
3fa41cdb
JL
44192002-03-26 Jeff Law (law@redhat.com)
4420
4421 * somread.c (som_symtab_read): Remove some commented out code and
4422 updated related comments. Do not set the minimal symbol table to
4423 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
4424 in a dynamic executable.
4425 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
4426 where we are unable to find the minimal symbol for the given
4427 PC value.
4428
ee677e8d
MS
44292002-03-25 Jeff Law (law@redhat.com)
4430
4431 * linux-proc.c (read_mapping): Scan up to end of line for filename.
4432
e76e1718
ML
44332002-03-25 Michal Ludvig <mludvig@suse.cz>
4434
4435 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
4436
18a642a1
AC
44372002-03-23 Andrew Cagney <ac131313@redhat.com>
4438
4439 * command.h: Update copyright.
4440 (struct cmd_list_element): Replace definition with opaque
4441 declaration.
4442 (enum cmd_types): Document that it will eventually be moved to
4443 cli/cli-decode.h
4444 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
4445 (MALLOCED_REPLACEMENT): Delete macro.
4446 * Makefile.in (cli_decode_h): Add $(command_h).
4447 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 4448 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
4449 * completer.c: Include "cli/cli-decode.h".
4450 * maint.c: Include "cli/cli-decode.h".
4451 * cli/cli-decode.h: Include "command.h".
4452 (enum command_class): Delete.
4453 (enum cmd_types): Comment out.
4454 (enum cmd_auto_boolean): Delete.
4455 (enum var_types): Delete.
4456
b2875cc0
AC
44572002-03-23 Andrew Cagney <ac131313@redhat.com>
4458
4459 * cli/cli-decode.c: Include "gdb_assert.h".
4460 (add_set_or_show_cmd): New static function.
4461 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
4462 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
4463 all fields, such as func, from the set command.
4464
3b45974e
AC
44652002-03-23 Andrew Cagney <ac131313@redhat.com>
4466
4467 * MAINTAINERS (sh-elf): Change warning flag to -w.
4468
823ca731
AC
44692002-03-23 Andrew Cagney <cagney@redhat.com>
4470
4471 * defs.h (error): Add printf format attribute.
4472 * thread-db.c (thread_from_lwp): Fix error format string.
4473 * stack.c (parse_frame_specification): Ditto.
4474 * cli/cli-decode.c (undef_cmd_error): Ditto.
4475 * scm-lang.c (scm_lookup_name): Ditto.
4476 * tracepoint.c (trace_error): Ditto.
4477 * remote-utils.c (usage): Ditto.
4478 * remote.c (compare_sections_command): Ditto.
4479 Fix PR gdb/328.
4480
0e101458
AC
44812002-03-22 Andrew Cagney <ac131313@redhat.com>
4482
4483 * gdbtypes.c (append_composite_type_field): New function.
4484 (init_composite_type): New function.
4485 * gdbtypes.h (append_composite_type_field): Declare.
4486 (init_composite_type): Ditto.
4487
8e0662df
EZ
44882002-03-22 Elena Zannoni <ezannoni@redhat.com>
4489
4490 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 4491 function.
8e0662df
EZ
4492 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
4493 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
4494 structure returning convention for SYSV ABI case, but not
4495 for GNU/Linux, FreeBSD, or NetBSD.
4496
3121eff0
DJ
44972002-03-22 Daniel Jacobowitz <drow@mvista.com>
4498
4499 * symtab.h (lookup_block_symbol): Add mangled_name argument
4500 to prototype.
4501
4502 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
4503 with new mangled_name argument.
4504 * linespec.c (decode_line_1): Likewise.
4505 * valops (value_of_this): Likewise.
4506 * symtab.c (lookup_transparent_type): Likewise.
4507 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
4508 (lookup_symbol): If we are given a mangled name, pass it down
4509 to lookup_symbol_aux.
4510 (lookup_block_symbol): If we are given a mangled name to check
4511 against, only return symbols which match it.
4512
349b409f
CF
45132002-03-22 Christopher Faylor <cgf@redhat.com>
4514
4515 * win32-nat.c (child_create_inferior): Check for proper shell to use
4516 here, in case the user changes it on the fly.
4517 (_initialize_inftarg): Remove shell path considerations.
4518
2a873819
EZ
45192002-03-21 Elena Zannoni <ezannoni@redhat.com>
4520
4521 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
4522 for gdbarch_max_register_raw_size and max_register_virtual_size.
4523 Adjust copyright year.
4524
a1b9830c
DJ
45252002-03-21 Daniel Jacobowitz <drow@mvista.com>
4526
4527 * dbxread.c (process_one_symbol): Extend the first N_SLINE
4528 in a function to cover the entire beginning of the function
4529 as well if it does not already.
4530
8b5790f2
TR
45312002-03-21 Tom Rix <trix@redhat.com>
4532
4533 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
4534 (rs6000_ptrace64): Renamed from ptrace64.
4535
bdbe5747
MH
45362002-03-20 Martin M. Hunt <hunt@redhat.com>
4537
4538 * gdbserver/remote-utils.c (remote_open): Don't call
4539 getprotobyname, we're all using TCP here so just use
4540 IPPROTO_TCP.
7e336ba1 4541 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
4542
45432002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 4544
bdbe5747
MH
4545 * regcache.c (_initialize_regcache): No need to call
4546 build_regcache() at this time; it gets called whenever
4547 the gdbarch changes.
4548
7781cd62
DB
45492002-03-20 David O'Brien <obrien@FreeBSD.org>
4550
4551 * sparc-nat.c: Include sys/param.h where possible.
4552
f65ca430
DJ
45532002-03-20 Daniel Jacobowitz <drow@mvista.com>
4554
4555 Fix PR gdb/422.
4556 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
4557 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
4558 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
4559 complex types.
4560 * stabsread.c (rs6000_builtin_type): Likewise.
4561 (read_sun_floating_type): Likewise.
4562
0c867556
PS
45632002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4564
4565 * stabsread.c (read_member_functions): Remove skip code for duplicate
4566 constructor/destructor methods. Use standard parsing for these
4567 methods and just do not chain them to the list of methods after
4568 parsing.
4569
12b9c64f
AO
45702002-03-19 Alexandre Oliva <aoliva@redhat.com>
4571
4572 * coffread.c: Remove redundant static declarations. Replace
4573 occurrences of `PTR' with `void *'.
4574 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
4575 * top.h (quit_cover): Likewise.
4576 * defs.h (catch_errors): Likewise.
4577
349c5d5f
AC
45782002-03-18 Andrew Cagney <ac131313@redhat.com>
4579
4580 * defs.h (XMALLOC): Define.
4581 * gdb-events.sh (XMALLOC): Delete macro.
4582 * gdb-events.c, gdb-events.h: Regenerate.
4583 * gdbarch.sh (XMALLOC): Delete macro.
4584 * gdbarch.c: Regenerate.
4585 * serial.c (XMALLOC): Delete macro.
4586 * ui-file.c (XMALLOC): Ditto.
4587 * ser-unix.h (XMALLOC): Ditto.
4588 * sh-tdep.c (XMALLOC): Ditto.
4589 * ui-out.c (XMALLOC): Ditto.
4590 * utils.c (XMALLOC): Ditto.
4591 * i386-tdep.c (XMALLOC): Ditto.
4592 * gdb-events.c (XMALLOC): Ditto.
4593 * d10v-tdep.c (XMALLOC): Ditto.
4594 * cli-out.c (XMALLOC): Ditto.
4595
4596 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
4597 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
4598 * ui-file.c, ui-out.c: Ditto.
4599
7d0766f3
AC
46002002-03-18 Andrew Cagney <ac131313@redhat.com>
4601
4602 * command.h (struct cmd_list_element): Add field context.
4603 (set_cmd_context, get_cmd_context): Declare.
4604 * cli/cli-decode.h: Ditto.
4605 * cli/cli-decode.c (get_cmd_context): New function.
4606 (set_cmd_context): New function.
4607 (add_cmd): Initialize context.
4608 Part of fixing PR gdb/145 and PR gdb/146.
4609
5913bcb0
AC
46102002-03-17 Andrew Cagney <ac131313@redhat.com>
4611
1868c04e
AC
4612 * cli/cli-decode.c (cmd_type): New function.
4613 * command.h (cmd_type): Declare.
4614 * infrun.c (set_schedlock_func): Call function cmd_type.
4615 * kod.c (kod_set_os): Call cmd_type.
4616 * cris-tdep.c (cris_version_update): Use function cmd_type.
4617 (cris_mode_update, cris_abi_update): Ditto.
4618
5913bcb0
AC
4619 * command.h: (execute_cmd_post_hook): Declare.
4620 (execute_cmd_pre_hook): Declare.
4621 * cli/cli-script.c (clear_hook_in_cleanup): New function.
4622 (execute_cmd_post_hook, execute_cmd_pre_hook): New
4623 functions. Execute pre/post hook while ensuring that afterwords
4624 hook_in is cleared.
4625 * top.c (execute_command): Use execute_cmd_post_hook, and
4626 execute_cmd_pre_hook to execute pre/post commands.
4627 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
4628 hook_stop_stub.
4629 (hook_stop_stub): Call execute_cmd_pre_hook.
4630
b51450c9
AC
46312002-03-17 Andrew Cagney <ac131313@redhat.com>
4632
4633 * kod.c (kod_set_os): Revert previous change. Is called by ``info
4634 set'' and this leads to a core dump. Move xstrdup of
4635 operating_system to after check that it is not NULL.
4636
f66c9f11
AC
46372002-03-17 Andrew Cagney <ac131313@redhat.com>
4638
8e694ecf
AC
4639 * kod.c (kod_set_os): Remove unnecessary check that
4640 ``command->type'' is set_cmd.
4641
f66c9f11
AC
4642 * valprint.c (set_input_radix): Use input_radix.
4643 (set_output_radix): Use output_radix.
4644 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
4645 isn't reverted.
4646
9d01611c
AC
46472002-03-16 Andrew Cagney <ac131313@redhat.com>
4648
4649 * value.h (struct value): Delete field ``substring_addr''. Change
4650 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
4651 force_core_addr_align and force_pointer_aligh.
4652
4653 * value.h (struct value): Fix typo in above change.
9d01611c 4654
4156bb53
PS
46552002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4656
4657 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
4658 to fix internal_error from ``maintenance print architecture''.
4659
0e5e3ea6
PS
46602002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4661
4662 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
4663 for gcc versions after gcc-2.8.1.
4664
9b013045
PS
46652002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4666
4667 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
4668 for method resolution. Restore adjustment of ``this'' pointer after
4669 calling value_struct_elt, which was accidentally removed during the
4670 HP merge.
4671
376c9600
AC
46722002-03-15 Andrew Cagney <ac131313@redhat.com>
4673
4674 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
4675 value_of_register.
4676 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
4677 get_saved_register.
4678 * value.h (value_of_register): Update.
4679
a4db0f07
RH
46802002-03-14 Richard Henderson <rth@redhat.com>
4681
4682 * configure.in: Detect declaration for canonicalize_file_name.
4683 * utils.c (canonicalize_file_name): Declare, if needed.
4684 (gdb_realpath): Prefer realpath if available and usable.
4685 * config.in, configure: Rebuild.
4686
96383835
RH
46872002-03-14 Richard Henderson <rth@redhat.com>
4688
4689 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
4690 a constant array bound.
4691
4692 * MAINTAINERS: Add myself to write-after-approval.
4693
75245b24
MS
46942002-03-14 Michael Snyder <msnyder@redhat.com>
4695
4696 * symfile.c (syms_from_objfile): Return immediately if no syms.
4697 (symbol_file_add): Return immediately if no syms.
4698 (find_sym_fns): Return immediately if no syms.
4699
e641a1ca
ML
47002002-03-13 Michal Ludvig <mludvig@suse.cz>
4701
4702 * gdbserver/remote-util.c (remote_open): Print remote-side's
4703 IP address when remote debugging over the network.
7e336ba1 4704
df08bfec
DB
47052002-03-12 David O'Brien <obrien@FreeBSD.org>
4706
4707 * config/sparc/fbsd.mh: Fix copyright.
4708 * config/sparc/fbsd.mt: Likewise.
4709
9a57864f
RE
47102002-03-11 Richard Earnshaw <rearnsha@arm.com>
4711
4712 * MAINTAINERS: Fix typo in name of gdb warnings option.
4713 (x86-64): Fix formating so that this can be parsed by awk.
4714
dd7bf85e
DJ
47152002-03-10 Daniel Jacobowitz <drow@mvista.com>
4716
4717 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
4718 * defs.h: Include "gdb/signals.h".
4719 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
4720
33a0a2ac
ML
47212002-03-10 Michal Ludvig <mludvig@suse.cz>
4722
4723 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 4724 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
4725 from x86-64-tdep.h
4726
dd824b04
DJ
47272002-03-10 Daniel Jacobowitz <drow@mvista.com>
4728 Don Howard <dhoward@redhat.com>
4729
4730 * mips-tdep.c (ST0_FR): Define.
4731 (mips2_fp_compat): New function, temporarily disabled.
4732 (mips_read_fp_register_single): New function.
4733 (mips_read_fp_register_double): New function.
4734 (mips_print_register): Use them.
4735 (do_fp_register_row): Likewise.
4736
6a41ff59
AC
47372002-03-09 Andrew Cagney <ac131313@redhat.com>
4738
4739 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
4740 approval''.
4741
4ea09c10
PS
47422002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4743
4744 * stabsread.c (read_member_functions): Fix is_stub test for
4745 static member functions, improve comment.
4746
6ccc741d
RE
47472002-03-07 Richard Earnshaw <rearnsha@arm.com>
4748
4749 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
4750 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
4751 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
4752 commands that set boolean values.
4753 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
4754 (arm_rdi_resume): Always initialize PC.
4755 (arm_rdi_open): Don't use rslt as a boolean.
4756 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
4757 (arm_rdi_fetch_registers, arm_rdi_store_registers)
4758 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
4759 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
4760
438013df
AO
47612002-03-06 Alexandre Oliva <aoliva@redhat.com>
4762
4763 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
4764 * configure: Rebuilt.
4765
70ed8774
SC
47662002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4767
4768 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
4769 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
4770
5ba2abeb
AC
47712002-03-06 Andrew Cagney <ac131313@redhat.com>
4772
4773 * cli/cli-decode.c (set_cmd_completer): New function.
4774 * command.h (set_cmd_completer): Declare.
4775 * cli/cli-decode.h (set_cmd_completer): Ditto.
4776
4777 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
4778 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4779 * win32-nat.c (_initialize_inftarg): Ditto.
4780 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4781 * proc-api.c (_initialize_proc_api): Ditto.
4782 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
4783 * source.c (_initialize_source): Ditto.
4784 * exec.c (_initialize_exec): Ditto.
4785 * solib.c (_initialize_solib): Ditto.
4786 * top.c (init_main): Ditto.
4787 * tracepoint.c (_initialize_tracepoint): Ditto.
4788 * symfile.c (_initialize_symfile): Ditto.
4789 * printcmd.c (_initialize_printcmd): Ditto.
4790 * infcmd.c (_initialize_infcmd): Ditto.
4791 * corefile.c (_initialize_core): Ditto.
4792
f779ca99
AC
47932002-03-05 Andrew Cagney <ac131313@redhat.com>
4794
4795 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
4796
01a3934b
AC
47972002-03-05 Andrew Cagney <ac131313@redhat.com>
4798
4799 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
4800
37057839
AC
48012002-03-05 Andrew Cagney <ac131313@redhat.com>
4802
4803 * NEWS: Update headings, 5.2 has branched.
4804
c6ecbae5
DJ
48052002-03-04 Daniel Jacobowitz <drow@mvista.com>
4806
4807 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
4808 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
4809 (register_addr, REGISTER_RAW_SIZE): Likewise.
4810 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
4811 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
4812
e9f30c21
ML
48132002-03-03 Michal Ludvig <mludvig@suse.cz>
4814
4815 * MAINTAINERS (x86-64): Add myself.
4816 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
4817 changed value_ptr -> struct value *
4818
54394ac3
DB
48192002-03-01 David O'Brien <obrien@FreeBSD.org>
4820
4821 * configure.host (sparc64-*-freebsd): Add.
4822 * configure.tgt: Likewise.
4823 * config/sparc/fbsd.mh: New file.
4824 * config/sparc/fbsd.mt: Likewise.
4825 * config/sparc/nm-fbsd.h: Likewise.
4826 * config/sparc/tm-fbsd.h: Likewise.
4827
bfe95955
DJ
48282002-03-01 Daniel Jacobowitz <drow@mvista.com>
4829
4830 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
4831 regformats/reg-s390x.dat.
4832
f33c6cbf
AC
48332002-03-01 Andrew Cagney <ac131313@redhat.com>
4834
4835 * utils.c: Add FIXME explaining true/false problem.
4836
5ecaa7dd
AC
48372002-02-28 Andrew Cagney <ac131313@redhat.com>
4838
4839 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
4840
2a251cc2
MC
48412002-02-28 Michael Chastain <mec@shout.net>
4842
4843 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
4844
6a8031a3 48452002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
4846
4847 * gdbserver/linux-s390-low.c: New file.
4848 * regformats/reg-s390.dat: New file.
4849 * regformats/reg-s390x.dat: New file.
4850 * gdbserver/configure.srv: Add S/390.
4851 * gdbserver/Makefile.in: Add S/390.
4852 * configure.tgt: Enable gdbserver for S/390.
4853
ac469903
EZ
48542002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
4855
4856 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
4857 first line of the doc string for "info dos", except at the end of
4858 the sentence, since the short help stops at the first period.
4859
985cb1a3
JM
48602002-02-28 Jason Merrill <jason@redhat.com>
4861
4862 * dwarf2read.c (dwarf_cfi_name): Add new codes.
4863
c570663e
FF
48642002-02-27 Fred Fish <fnf@redhat.com>
4865
4866 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
4867 comment (dumy -> dummy).
4868
43630227
PS
48692002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4870
4871 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
4872
b84911e8
RB
48732002-02-27 Rodney Brown <rbrown64@csc.com.au>
4874
4875 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
4876
58caa3dc
DJ
48772002-02-27 Daniel Jacobowitz <drow@mvista.com>
4878
4879 * gdbserver/acconfig.h: New file.
4880 * gdbserver/i387-fp.c: New file.
4881 * gdbserver/i387-fp.h: New file.
4882 * gdbserver/linux-x86-64.c: New file.
4883 * regformats/reg-x86-64.dat: New file.
4884 * configure.tgt: Add x86_64-*-linux* gdbserver support.
4885 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
4886 * gdbserver/configure.in: Add support for regsets.
4887 * gdbserver/config.in: Regenerate.
4888 * gdbserver/configure: Regenerate.
4889 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
4890 * gdbserver/linux-low.h: New file.
4891 * gdbserver/linux-low.c: Include "linux-low.h". Add support
4892 for regsets.
4893 * gdbserver/linux-arm-low.c: Include "linux-low.h".
4894 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
4895 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
4896 * gdbserver/linux-mips-low.c: Include "linux-low.h".
4897 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
4898 * gdbserver/linux-sh-low.c: Include "linux-low.h".
4899 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
4900 "i387-fp.h". Add PTRACE_GETREGS and friends.
4901 * gdbserver/regcache.c (supply_register): New function.
4902 (supply_register_by_name): New function.
4903 (collect_register): New function.
4904 (collect_register_by_name): New function.
4905
93652174
DJ
49062002-02-27 Daniel Jacobowitz <drow@mvista.com>
4907
4908 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
4909 (config.status): Add configure.srv dependency.
4910 (server_h): Add config.h dependency.
4911
a02e4a61
DJ
49122002-02-27 Daniel Jacobowitz <drow@mvista.com>
4913
4914 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
4915 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
4916 * gdbserver/configure.srv: Change i386-*-linux* to use
4917 reg-i386-linux.o.
4918
ce0eebec
AC
49192002-02-26 Andrew Cagney <ac131313@redhat.com>
4920
4921 * x86-64-tdep.c: Re-indent. Update copyright date.
4922
82dbc5f7
AC
49232002-02-26 Andrew Cagney <ac131313@redhat.com>
4924
4925 From Michal Ludvig <mludvig@suse.cz>:
4926 * x86-64-tdep.c (value.h): Delete.
4927 (gdb_assert.h): Include.
4928 (x86_64_register_convert_to_virtual,
4929 x86_64_register_convert_to_raw ): Add check which lets only
4930 floating-point values to be converted.
4931 (value_push): Delete.
4932 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
4933 (i386_gdbarch_init): Number of register_bytes fixed.
4934
e4621584
AC
49352002-02-26 Andrew Cagney <ac131313@redhat.com>
4936
4937 * MAINTAINERS: Add x86-64 target.
4938
81a9a963
AC
49392002-02-26 Andrew Cagney <ac131313@redhat.com>
4940
4941 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
4942 * osfsolib.c (solib_map_sections): Ditto.
4943 * irix5-nat.c (solib_map_sections): Ditto.
4944 * corelow.c (gdb_check_format): Ditto.
4945 * symfile.c (symfile_bfd_open): Ditto.
4946 * solib.c (solib_map_sections): Ditto.
4947 Fix PR gdb/354.
7e336ba1 4948
0f017ab9
AC
49492002-02-26 Andrew Cagney <ac131313@redhat.com>
4950
4951 * remote.c (_initialize_remote): By default, disable ``e'' and
4952 ``E'' step out-of-range packets.
4953
75738c29
AS
49542002-02-26 Andreas Schwab <schwab@suse.de>
4955
4956 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
4957 m68k_linux_frame_saved_pc.
4958 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
4959 in_sigtramp.
4960 (SIGCONTEXT_PC_OFFSET): Remove.
4961 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
4962 m68k_linux_sigtramp_saved_pc): New functions.
4963 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
4964 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
4965 (UCONTEXT_PC_OFFSET): Define.
4966 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
4967 non-RT and RT signal trampolines.
4968
7e8ed687
RE
49692002-02-26 Richard Earnshaw <rearnsha@arm.com>
4970
4971 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
4972 (TARGET_NBPG, STACK_END_ADDR): Delete
4973 (VARIABLES_INSIDE_BLOCK): Delete.
4974
6972bc8b
AC
49752002-02-25 Andrew Cagney <ac131313@redhat.com>
4976
4977 * utils.c (perror_with_name): Make string parameter constant.
4978 (print_sys_errmsg): Ditto.
4979 (query): Ditto.
4980 * defs.h (perror_with_name): Update.
4981 (print_sys_errmsg): Update.
4982 (query): Update.
4983
aa32f823
DJ
49842002-02-25 Daniel Jacobowitz <drow@mvista.com>
4985
4986 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
4987 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
4988
19caaa45
PS
49892002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4990
4991 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
4992 if it already matches the current architecture from the exec file.
4993 Include arch-utils.h for gdbarch_info_init prototype.
4994 * Makefile.in (rs6000-nat.o): Update dependencies.
4995
d951901f
EZ
49962002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
4997
4998 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
4999 list of exported variables.
5000
7ea81414
DJ
50012002-02-24 Daniel Jacobowitz <drow@mvista.com>
5002
5003 * gdbserver/configure.srv: New file.
5004 * gdbserver/configure.in: Use configure.srv instead
5005 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
5006 from it.
5007 * gdbserver/configure: Regenerated.
5008 * gdbserver/terminal.h: New file.
5009 * gdbserver/Makefile.in: Update for configure changes. Remove
5010 more unneeded include paths.
5011
080fe24b
AC
50122002-02-24 Andrew Cagney <ac131313@redhat.com>
5013
5014 From wiz at danbala:
5015 * config/sparc/tm-sp64.h: Fix grammar and typos.
5016 Fix PR gdb/287.
5017
8605d56e
AC
50182002-02-24 Andrew Cagney <ac131313@redhat.com>
5019
5020 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
5021 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
5022 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
5023 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
5024 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
5025 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
5026 * s390-tdep.c: Ditto.
92362027
AC
5027 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
5028 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
5029 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
5030 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
5031 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
5032 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
5033 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
5034 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
5035 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
5036 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 5037 Fix PR gdb/378.
7e336ba1 5038
8ed32cc0
AC
50392002-02-23 Andrew Cagney <ac131313@redhat.com>
5040
a3007b6f
AC
5041 * lin-thread.c: Delete file.
5042 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
5043 to gdb_proc_service.h.
5044 * configure: Re-generate.
5045
50a9e2f1
AC
5046 * ocd.c (ocd_open): Do not try to open the "ocd" device.
5047 * serial.c (serial_open): Delete check for "ocd".
5048 Fix PR gdb/349.
5049
8b6e7932
AC
5050 * Makefile.in (linux-thread.o): Delete target.
5051 * linux-thread.c: Delete file.
5052
d155c46b
AC
5053 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
5054 renamed SH files to be consistent.
5055
8ed32cc0
AC
5056 * symtab.c (sort_search_symbols): Use xfree.
5057
0e18d038
RE
50582002-02-23 Richard Earnshaw <rearnsha@arm.com>
5059
5060 * arm-linux-tdep.c (arm_linux_init_abi): Register
5061 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
5062 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
5063 definition with undef, since we don't want the sysvr4 definition.
5064 (SKIP_TRAMPOLINE_CODE): Likewise.
5065
27aac7ff
AC
50662002-02-23 Andrew Cagney <ac131313@redhat.com>
5067
5068 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
5069
5070 * configure.in: (AC_CHECK_FUNCS) Added test for
5071 canonicalize_file_name Regenerated.
5072 * config.in, configure: Regenerated.
5073 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
5074 defined use canonicalize_file_name.
7e336ba1 5075
65a6e0ee
MC
50762002-02-23 Michael Chastain <mec@shout.net>
5077
5078 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
5079
47b95330
AC
50802002-02-23 Andrew Cagney <ac131313@redhat.com>
5081
5082 * README: Remove references to cygnus.com.
5083 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
5084 dot com'' form. Remove references to cygnus.com and sourceware.
5085
696f451b
AC
50862002-02-23 Andrew Cagney <ac131313@redhat.com>
5087
5088 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
5089 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
5090 1003.1-2001 no longer allows "head -1".
5091 * gdb/Makefile.in (version.c): Likewise.
5092 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
5093 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
5094 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
5095
bbaca940
AC
50962002-02-23 Andrew Cagney <ac131313@redhat.com>
5097
5098 * cli/cli-decode.c (cmd_cfunc_eq): New function.
5099 * command.h (cmd_cfunc_eq): Declare.
5100 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
5101
5102 * cli/cli-cmds.h (is_complete_command): Change parameter to a
5103 ``struct cmd_list_element *''.
5104 * cli/cli-cmds.c (is_complete_command): Update. Use
5105 cmd_cfunc_eq.
5106 * top.c (execute_command): Pass the command to
5107 is_complete_command.
5108 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
5109
b8b8b047
AC
51102002-02-23 Andrew Cagney <ac131313@redhat.com>
5111
5112 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
5113 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
5114 architecture defines.
5115 * s390-tdep.c (s390_gdbarch_init): Likewise.
5116
19d3fc80
RE
51172002-02-23 Richard Earnshaw <rearnsha@arm.com>
5118
5119 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
5120 (arm_linux_push_arguments): Likewise.
5121 (arm_linux_init_abi): Register them. Also register linux-specific
5122 call_dummy_words.
5123 (find_minsym_and_objfile): Use strcmp, not STREQ.
5124 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
5125 (arm_linux_call_dummy_words): Delete declaration.
5126 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
5127 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
5128 declarations.
5129 (LOWEST_PC): Delete.
5130
3ab13650
PS
51312002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5132
5133 * maint.c (print_section_info): Do not prepend `0x' to filepos
5134 output, it will be handled by local_hex_string_custom.
5135
19d3fc80 51362002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
5137
5138 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
5139 (store_newfpe_double, store_newfpe_extended, store_fpregister)
5140 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
5141
d85a5daf
JB
51422002-02-22 Jim Blandy <jimb@redhat.com>
5143
5144 Indicate that the bcache functions don't change the strings
5145 they're passed.
5146 * bcache.h (bcache, hash): Add `const' keywords to declarations.
5147 * bcache.c (bcache, hash): Add `const' keywords to definitions.
5148
eeb25b8a
PM
51492002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
5150
5151 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
5152
6badb179
CF
51532002-02-21 Christopher Faylor <cgf@redhat.com>
5154
5155 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
5156 find the complete path to a loaded DLL.
5157
e8717518
FF
51582002-02-21 Fred Fish <fnf@redhat.com>
5159
5160 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
5161 that marks the end of the range of a function, enter a line number
5162 entry that has a line number of zero and a PC offset that matches
5163 the end of the function. This starts a range of PC's for which no
5164 line number information is known.
5165 * symtab.c (find_pc_sect_line): If our best fit is in a range of
5166 PC's for which no line number info is found (line number is zero)
5167 then we didn't find any valid line information.
5168 * symtab.h: Document use of zero line number entry.
5169
9abe5450
EZ
51702002-02-21 Elena Zannoni <ezannoni@redhat.com>
5171
5172 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
5173 (have_ptrace_getvrregs): Define for run time checks.
5174 (gdb_vrregset_t): New type for Altivec register handling.
5175 (fetch_register, store_register): Fetch/store altivec register
5176 when needed.
5177 (fetch_altivec_register, store_altivec_register): New functions.
5178 (supply_vrregset, fill_vrregset): New functions.
5179 (fetch_altivec_registers, store_altivec_registers): New functions.
5180 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
5181 registers as well.
5182
aaa38bb5
AJ
51832002-02-21 Jiri Smid <smid@suse.cz>
5184
5185 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
5186
b34db576
RE
51872002-02-21 Richard Earnshaw <rearnsha@arm.com>
5188
5189 * Makefile.in (armnbsd-nat.o): Update dependencies.
5190 * armnbsd-nat.c (supply_gregset): New function. Common code to
5191 supply the integer register set.
5192 (supply_fparegset): New function. Similar for FPA registers.
5193 (fetch_regs, fetch_fp_regs): Use them.
5194 (fetch_core_registers): Likewise.
5195 (fetch_elfcore_registers): New function.
5196 (arm_netbsd_elfcore_fns): New core-file type specification.
5197 (_initialize_arm_netbsd_nat): Register it.
5198
3e56fc4b
RE
51992002-02-21 Richard Earnshaw <rearnsha@arm.com>
5200
5201 * armnbsd-nat.c: Include gdbcore.h.
5202 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
5203 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
5204 'void' to declaration, to shut up ARI.
5205 (fetch_core_registers): Make static. Rewrite using supply_register.
5206 (arm_netbsd_core_fns): New core-file type specification.
5207 (_initialize_arm_netbsd_nat): New function.
5208
097f6b0b
CF
52092002-02-21 Christopher Faylor <cgf@redhat.com>
5210
5211 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
5212 value.
5213
c914e0cc
CF
52142002-02-20 Christopher Faylor <cgf@redhat.com>
5215
5216 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
5217 fails.
5218
385fa495
DJ
52192002-02-20 Daniel Jacobowitz <drow@mvista.com>
5220
5221 * jv-exp.y (parse_number): Change type of implicit longs
5222 to builtin_type_uint64.
5223
e5f1222d
DJ
52242002-02-20 Daniel Jacobowitz <drow@mvista.com>
5225
5226 * gdbserver/linux-low.c (mywait): Change argument to waitpid
5227 to be an integer instead of a `union wait'.
5228
75c9abc6
DJ
52292002-02-20 Daniel Jacobowitz <drow@mvista.com>
5230
5231 * mips-linux-nat.c: Call the operating system GNU/Linux.
5232 * mips-linux-tdep.c: Likewise.
5233 * mips-tdep.c: Likewise.
5234
551792a5
DJ
52352002-02-20 Daniel Jacobowitz <drow@mvista.com>
5236
5237 Fix PR gdb/265.
5238 * jv-exp.y (parse_number): Handle 64-bit integers.
5239
ee6e2b82
DJ
52402002-02-20 Daniel Jacobowitz <drow@mvista.com>
5241
5242 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
5243 AC_STDC_HEADERS to AC_HEADER_STDC.
5244 * gdbserver/configure: Regenerated.
5245
a48442a0
RE
52462002-02-20 Richard Earnshaw <rearnsha@arm.com>
5247
5248 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
5249 is defined.
5250 * sparc-tdep.c (get_longjmp_target): Likewise.
5251
fe419ffc
RE
52522002-02-20 Richard Earnshaw <rearnsha@arm.com>
5253
5254 * News: Add news about ARM and Multi-arch. Mention the new target
5255 arm*-*-netbsd*.
5256
5832ed7e
JB
52572002-02-19 Jim Blandy <jimb@redhat.com>
5258
5259 * stabsread.c (error_type_complaint): Improve error message.
5260
84563040
DJ
52612002-02-19 Daniel Jacobowitz <drow@mvista.com>
5262
5263 * gdbserver/README: Update documentation.
5264 * gdbserver/configure.in: Update configury to match documentation.
5265 * gdbserver/Makefile.in: Likewise.
5266 * gdbserver/configure: Regenerated.
5267 * gdbserver/aclocal.m4: New file, generated by aclocal.
5268 * gdbserver/config.in: New file, generated by autoheader.
5269
375fd65b
RE
52702002-02-19 Richard Earnshaw <rearnsha@arm.com>
5271
5272 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
5273 armnbsd-nat.c.
5274
08216dd7
RE
52752002-02-19 Richard Earnshaw <rearnsha@arm.com>
5276
5277 * arm-tdep.h (enum arm_float_model): New enum.
5278 (struct gdbarch_tdep): Add fp_model.
5279 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
5280 up floating-point conversions until we know the floating-point model
5281 in use by the inferior. Don't complain about being unable to
5282 determine the ABI of the inferior when we don't have one.
5283 (arm_extract_return_value): Support different floating-point models.
5284 (arm_store_return_value): Likewise.
aaa38bb5 5285 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
5286 ARM_FLOAT_SOFT.
5287 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
5288
65d6d66a
PS
52892002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5290
5291 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
5292 of ``current_gdbarch''.
5293
47221191
RE
52942002-02-19 Richard Earnshaw <rearnsha@arm.com>
5295
5296 * armnbsd-nat.c : ANSIfy all function declarations.
5297 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
5298 (fetch_inferior_registers): Re-implement in terms of above.
5299 (store_register, store_regs, store_fp_register, store_fp_regs): New.
5300 (store_inferior_registers): Re-implement in terms of above.
5301
fdf39c9a
RE
53022002-02-19 Richard Earnshaw <rearnsha@arm.com>
5303
aaa38bb5 5304 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
5305 kernel.
5306 * arm-linux-tdep.c: Likewise.
5307 * config/arm/tm-linux.h: Likewise.
5308
93247f88
RE
53092002-02-19 Richard Earnshaw <rearnsha@arm.com>
5310
5311 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
5312 * config/arm/nbsd.mt (TM_FILE): Delete.
5313 * config/arm/tm-nbsd.h: Delete.
5314
d7b486e7
RE
53152002-02-19 Richard Earnshaw <rearnsha@arm.com>
5316
5317 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
5318 Initialize CALL_DUMMY_LENGTH.
5319
41d39a95
RE
53202002-02-19 Richard Earnshaw <rearnsha@arm.com>
5321
5322 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
5323 function.
5324 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 5325 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
5326 defines one thing and that is incorrect for this port.
5327 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
5328
e1195560
PM
53292002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5330
5331 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
5332
c1748f97
PM
53332002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5334
5335 * win32-nat.c (display_selector): New function. Displays information
5336 about the information returned by GetThreadSelectorEntry API function.
5337 (display_selectors): New function. Displays the infomation of
5338 the selector given as argument, or of CS, DS ans FS selectors
5339 if no argument is given.
5340 ( _initialize_inftarg): Add "w32" as info prefix command.
5341 Add "info w32 selector" as command calling display_selectors.
5342
e41e6bbf
PM
53432002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5344
5345 * i386-tdep.c (get_longjmp_target): Fix compilation failure
5346 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
5347 if not defined.
5348
0d3a9f48
RE
53492002-02-18 Richard Earnshaw <rearnsha@arm.com>
5350
5351 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
5352
3fb4b924
RE
53532002-02-18 Richard Earnshaw <rearnsha@arm.com>
5354
5355 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
5356 (arm_fix_call_dummy): Call it.
5357 (arm_call_dummy_breakpoint_offset): Delete.
5358 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
5359 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5360
7f55af32
AC
53612002-02-18 Andrew Cagney <ac131313@redhat.com>
5362
5363 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
5364 Default to func_frame_chain_valid.
5365 * gdbarch.h, gdbarch.c: Re-generate.
5366 * frame.h (FRAME_CHAIN_VALID): Delete definition.
5367
05f13b9c
EZ
53682002-02-18 Elena Zannoni <ezannoni@redhat.com>
5369
5370 * ppc-linux-nat.c: Update copyright.
5371 (fetch_register, store_register): Add tid parameter, don't compute
5372 tid here.
5373 (fetch_ppc_registers, store_ppc_registers): Add tid
5374 parameter. Pass it along to callees.
5375 (fetch_inferior_registers, store_inferior_registers): Compute tid
5376 here, and pass it to calleed functions.
5377 (fill_gregset, supply_fpregset): Clean up formatting.
5378
d7afb4c9
RE
53792002-02-18 Richard Earnshaw <rearnsha@arm.com>
5380
5381 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
5382 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
5383
9df628e0
RE
53842002-02-18 Richard Earnshaw <rearnsha@arm.com>
5385
5386 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
5387 * gdbarch.c gdbarch.h: Regenerate.
5388 * breakpoint.c (create_longjmp_breakpoint): Always compile this
5389 function.
5390 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
5391 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
5392 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
5393
5394 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
5395 * arm-tdep.c (arm_get_longjmp_target): New function.
5396 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
5397 this to a positive value register arm_get_longjmp_target as the
5398 longjmp handler.
5399 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
5400 (arm_linux_init_abi): Set up longjmp description in tdep.
5401 * armnbsd-nat.c (get_longjmp_target): Delete.
5402 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
5403 description in tdep.
5404 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
5405 (get_longjmp_target): Delete declaration.
5406 (GET_LONGJMP_TARGET): Delete.
5407 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
5408 (GET_LONGJMP_TARGET): Delete.
5409
57bc8964
KB
54102002-02-17 Kevin Buettner <kevinb@redhat.com>
5411
5412 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
5413 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
5414 of ``current_gdbarch''.
5415
83d31a92
TT
54162002-02-17 Tom Tromey <tromey@redhat.com>
5417
5418 * cli/cli-cmds.c (compare_strings): New function.
5419 (complete_command): Only print each unique item once.
5420 * completer.h (complete_line): Declare.
5421 * completer.c (complete_line): New function.
5422 (line_completion_function): Use it.
5423
17ef5d92
AC
54242002-02-16 Andrew Cagney <ac131313@redhat.com>
5425
5426 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
5427 * gdbarch.h, gdbarch.c: Re-generate.
5428
491b8946
DJ
54292002-02-16 Daniel Jacobowitz <drow@mvista.com>
5430
5431 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
5432
54332002-02-16 Daniel Jacobowitz <drow@mvista.com>
5434
5435 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5436 * valops.c (value_arg_coerce): Don't take the address of a reference
5437 to convert an argument to a reference.
5438
dfe7f3ac
CF
54392002-02-15 Christopher Faylor <cgf@redhat.com>
5440
5441 * win32-nat.c (get_image_name): New function.
5442 (handle_load_dll): Use get_image_name function.
5443 (get_child_debug_event): Avoid registering debug events until possibly
5444 execed process is started.
5445 (child_create_inferior): Allow invocation via shell so that command
5446 line redirection, etc. works ok.
5447 (_initialize_inftarg): Add new command: "set shell" to control whether
5448 a shell is used to start a process.
5449
1d33e73a
DJ
54502002-02-15 Daniel Jacobowitz <drow@mvista.com>
5451
5452 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
5453 instead of find_register_by_number.
5454 (cannot_store_register): Likewise.
5455
48cd0caa
PM
54562002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5457
aaa38bb5 5458 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
5459 fprintf_unfiltered (gdb_stderr, ...).
5460
8656e7d8
DJ
54612002-02-15 Daniel Jacobowitz <drow@mvista.com>
5462
5463 * gdbserver/gdbserver.1: Document --attach.
5464
66e810cd
RE
54652002-02-15 Richard Earnshaw <rearnsha@arm.com>
5466
5467 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
5468 descriptions.
5469 * arm-tdep.c (arm_default_arm_le_breakpoint)
5470 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
5471 (arm_default_thumb_be_breakpoint): New. Initialize them from
5472 traditional breakpoint defines.
5473 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
5474 (arm_gdbarch_init): Initialize new breakpoint variables.
5475 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
5476 (arm_linux_init_abi): Initialize linux-specific breakpoint.
5477 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
5478 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
5479 code out to ...
5480 (arm_netbsd_init_abi_common): ... here; new function.
5481 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
5482 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
5483 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
5484 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
5485
97e03143
RE
54862002-02-15 Richard Earnshaw <rearnsha@arm.com>
5487
5488 * arm-tdep.h (enum arm_abi): New enum.
5489 (struct gdbarch_tdep): New structure.
5490 (LOWEST_PC): Provide a default.
5491 (arm_gdbarch_register_os_abi): Declare new function.
5492 * arm-tdep.c (arm_abi_names): New array.
5493 (process_note_abi_tag_sections): New function.
5494 (get_elfosabi): New function.
5495 (arm_gdbarch_register_os_abi): New function.
5496 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
5497 support for that ABI has been built in, then call the appropriate
5498 configuration routine. Use gdbarch_num_regs() to get the number
5499 of registers.
5500 (arm_dump_tdep): New function.
5501 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
5502 place-holder functions.
5503 (_initialize_arm_tdep): Register them.
5504 * config/arm/tm-arm.h (LOWEST_PC): Delete.
5505
5506 * armnbsd-tdep.c: New file.
5507 * Makefile.in (armnbsd-tdep.o): Add dependencies.
5508 * config/arm/nbsd.mt (TDEPFILES): Add it.
5509 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
5510
5511 * armnbsd-nat.c: Include regcache.h.
5512 * Makefile.in (armnbsd-nat.o): Update dependency list.
5513
5514 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
5515
ad68be46
DJ
55162002-02-14 Daniel Jacobowitz <drow@mvista.com>
5517
5518 * gdbserver/Makefile.in: Fix typos in target rules.
5519
003d6d1d
DJ
55202002-02-14 Daniel Jacobowitz <drow@mvista.com>
5521
aaa38bb5 5522 Fix part of PR gdb/267.
003d6d1d
DJ
5523 * linespec.c (find_methods): Handle constructors specially for now.
5524
6b230f1b
CV
55252002-02-14 Corinna Vinschen <vinschen@redhat.com>
5526
5527 * arm-tdep.c (arm_push_arguments): Eliminate special float type
5528 handling.
5529 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
5530 standard_coerce_float_to_double().
5531
1ea98d12
CF
55322002-02-14 Christopher Faylor <cgf@redhat.com>
5533
5534 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
5535 GDBINIT_FILENAME.
5536
dd47e6fd
EZ
55372002-02-14 Elena Zannoni <ezannoni@redhat.com>
5538
5539 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
5540 find_variant_by_name, because it confuses the multiarch
5541 framework. Return NULL if there isn't an architecture with the
5542 user supplied name, instead of forcing a different one without
5543 recording the change with the multiarch machinery.
5544 (find_variant_by_name): Delete.
5545
d7e39b9e
PS
55462002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5547
5548 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
5549 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
5550
76e42a4f
MH
55512002-02-13 Martin M. Hunt <hunt@redhat.com>
5552
aaa38bb5 5553 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
5554 print_frame_info_listing_hook, set current_source_symtab.
5555
0a30fbc4
DJ
55562002-02-14 Daniel Jacobowitz <drow@mvista.com>
5557
5558 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
5559 and remove unused $(INCLUDE_DIR).
5560 Add regcache.c to OBS.
5561 Add generated register protocol files to clean target.
5562 Update dependencies for new objects, obsolete old target code.
5563
5564 * gdbserver/linux-low.c: Remove all platform-specific code to
5565 new files. Remove various dead code. Update to use regcache
5566 functionality.
5567 * gdbserver/remote-utils.c (fromhex): Add return statement
5568 to quiet warning.
5569 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
5570 constant.
5571 (input_interrupt): Add integer parameter to match prototype
5572 of a signal handler.
5573 (outreg): Use register_data ().
5574 (prepare_resume_reply): Use gdbserver_expedite_regs.
5575 * gdbserver/server.c (main): Dynamically allocate own_buf because
5576 PBUFSIZ is no longer constant. Use registers_to_string () and
5577 registers_from_string ().
5578 * gdbserver/server.h: No longer include "defs.h". Add prototypes
5579 for error (), fatal (), and warning (). Update definition of
5580 PBUFSIZ to use regcache functionality. Add include guard.
5581 * gdbserver/utils.c (fatal): Add missing ``const''.
5582 (warning): New function.
5583
5584 * regformats/regdat.sh: Include "regcache.h" in generated files.
5585 Provide init_registers () function.
5586 * regformats/regdef.h: Add prototype for set_register_cache ().
5587 Add include guard.
5588
5589 * gdbserver/linux-arm-low.c: New file.
5590 * gdbserver/linux-i386-low.c: New file.
5591 * gdbserver/linux-ia64-low.c: New file.
5592 * gdbserver/linux-m68k-low.c: New file.
5593 * gdbserver/linux-mips-low.c: New file.
5594 * gdbserver/linux-ppc-low.c: New file.
5595 * gdbserver/linux-sh-low.c: New file.
5596
5597 * gdbserver/regcache.c: New file.
5598 * gdbserver/regcache.h: New file.
5599
5600 * gdbserver/low-linux.c: Removed obsolete file.
5601
4cc841d0
DJ
56022002-02-14 Daniel Jacobowitz <drow@mvista.com>
5603
5604 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
5605 * config/i386/linux.mt: Likewise.
5606 * config/ia64/linux.mt: Likewise.
5607 * config/m68k/linux.mh: Likewise.
5608 * config/powerpc/linux.mh: Likewise.
5609 * config/mips/linux.mt: Likewise.
5610
5611 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
5612
5613 * config/i386/i386lynx.mh: Mark gdbserver variables
5614 as (currently) obsolete for this target.
5615 * config/i386/nbsd.mt: Likewise.
5616 * config/i386/nbsdelf.mt: Likewise.
5617 * config/m32r/m32r.mt: Likewise.
5618 * config/m68k/m68klynx.mh: Likewise.
5619 * config/m68k/nbsd.mt: Likewise.
5620 * config/m68k/sun3os4.mh: Likewise.
5621 * config/mips/vr5000.mt: Likewise.
5622 * config/ns32k/nbsd.mt: Likewise.
5623 * config/pa/hppabsd.mh: Likewise.
5624 * config/pa/hppaosf.mh: Likewise.
5625 * config/powerpc/nbsd.mt: Likewise.
5626 * config/rs6000/rs6000lynx.mh: Likewise.
5627 * config/s390/s390.mt: Likewise.
5628 * config/s390/s390x.mt: Likewise.
5629 * config/sparc/sparclynx.mh: Likewise.
5630 * config/sparc/sun4os4.mh: Likewise.
5631 * config/i386/x86-64linux.mt: Likewise.
5632 * config/sparc/linux.mh: Likewise.
5633
a85f51e7
DJ
56342002-02-14 Daniel Jacobowitz <drow@mvista.com>
5635
5636 * configure.tgt: Configure gdbserver only for known working
5637 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
5638 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
5639 SUBDIRS if it is configured. Update comment for ${nativefile}.
5640 * configure: Regenerated.
5641
65554fef
MS
56422002-02-13 Michael Snyder <msnyder@redhat.com>
5643
670a52db
MS
5644 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
5645
6dbdc4a3
MS
5646 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
5647 (default_gcore_mach): Just return 0, work around a problem in bfd.
5648 (default_gcore_target): OK to return NULL if exec_bfd is null.
5649 (make_mem_sec): Use a cast, avoid a warning.
5650
5651 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 5652 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
5653 sizeof (host pointer) != sizeof (target pointer)).
5654 (procfs_make_note_section): Avoid overflow in psargs string.
5655
aaa38bb5 5656 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
5657 implementation return an error.
5658
56592002-02-13 Rodney Brown <rbrown64@csc.com.au>
5660
5661 * procfs.c (procfs_make_note_section): Provide a default definition
5662 (for alpha-dec-osf4.0f). Fix typos.
5663
1e4d76e7
EZ
56642002-02-13 Elena Zannoni <ezannoni@redhat.com>
5665
5666 * linux-proc.c: Add include of regcache.h.
5667 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
5668
b6d1a1d5
AC
56692002-02-13 Andrew Cagney <ac131313@redhat.com>
5670
5671 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
5672 * memattr.c (create_mem_region): Disallow useless empty region.
5673 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 5674 non-overlapping.
b6d1a1d5 5675
6c6ea35e
MC
56762002-02-13 Michael Chastain <mec@shout.net>
5677
5678 * defs.h: Kill CONST_PTR.
5679 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
5680 * c-lang.c (c_builtin_types): Likewise.
5681 * ch-lang.c (ch_builtin_types): Likewise.
5682 * f-lang.c (f_builtin_types): Likewise.
5683 * language.c (unknown_builtin_types): Likewise.
5684 * m2-lang.c (m2_builtin_types): Likewise.
5685 * p-lang.c (pascal_builtin_types): Likewise.
5686 * scm-lang.c (c_builtin_types): Likewise.
5687
3e0b0f48
KS
56882002-02-13 Keith Seitz <keiths@redhat.com>
5689
5690 * arm-tdep.h (arm_get_next_pc): Add declaration.
5691
67255d04
RE
56922002-02-13 Richard Earnshaw <rearnsha@arm.com>
5693
5694 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
5695 with other related struct-returning functions.
5696 (arm_extract_struct_value_address): New function.
5697 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
5698 initialize float_format, double_format and long_double_format as
5699 appropriate to the endianness of the target.
5700 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
5701 (arm_use_struct_convention): Delete declaration.
5702 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5703
079777f6
KS
57042002-02-13 Keith Seitz <keiths@redhat.com>
5705
5706 * defs.h (core_addr_to_string_nz): New function.
5707
34588f23
MK
57082002-02-13 Mark Kettenis <kettenis@gnu.org>
5709
5710 Apply missing bits of 2002-01-15 patch.
5711 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
5712 (fill_fpregset): Use i387_fill_fsave.
5713
49b563f9
KS
57142002-02-12 Keith Seitz <keiths@redhat.com>
5715
49b563f9
KS
5716 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
5717 (core_addr_to_string_nz): New function.
5718
aeb98c60
RE
57192002-02-11 Richard Earnshaw <rearnsha@arm.com>
5720
5721 * arm-linux-nat.c: Really include arm-tdep.h.
5722 * config/arm/tm-linux.h (struct type, struct value): Declare.
5723
65554fef
MS
57242002-02-11 Michael Snyder <msnyder@redhat.com>
5725
5726 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
5727 (gcore section): Ifdef for Solaris and Unixware only.
5728 (procfs_do_thread_registers): Unixware needs one lwpstatus
5729 per thread (not one prstatus or pstatus).
5730 (procfs_make_note_section): Iterate only over kernel threads (lwps),
5731 not over all gdb threads. For unixware, call elfcore_write_pstatus
5732 once before iterating over threads.
5733
34e8f22d
RE
57342002-02-11 Richard Earnshaw <rearnsha@arm.com>
5735
5736 * arm-tdep.h: New file.
5737 * arm-tdep.c: Include arm-tdep.h.
5738 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5739 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5740 (arm_print_float_info, arm_register_type, convert_to_extended)
5741 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5742 (arm_extract_return_value, arm_register_name): Make static.
5743 (arm_software_single_step): Similarly. Fix types in declaration.
5744 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
5745 (arm_store_return_value, arm_store_struct_return): New functions.
5746 (arm_gdbarch_init): Register the above functions. Also register
5747 call_dummy_start_offset, sizeof_call_dummy_words,
5748 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
5749 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 5750 max_register_virtual_size, register_size. Set up
34e8f22d
RE
5751 prologue_cache.saved_regs here, rather than ...
5752 (_initialize_arm_tdep): ... here.
5753 * config/arm/tm-arm.h (struct type, struct value): Delete forward
5754 declarations.
5755 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5756 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5757 (arm_print_float_info, arm_register_type, convert_to_extended)
5758 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5759 (arm_extract_return_value, arm_register_name): Delete declarations.
5760 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
5761 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
5762 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
5763 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
5764 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5765 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
5766 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
5767 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
5768 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
5769 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
5770 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
5771 (arm_get_next_pc): No-longer static -- these are needed by the RDI
5772 interface.
5773 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
5774 * remote-rdi.c remote-rdp.c: Likewise.
5775 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
5776 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
5777 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
5778 definition.
5779
5780 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
5781 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
5782 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
5783 from non-ARM_ prefixed definitions.
5784 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
5785 all uses of above.
5786 * remote-rdi.c remote-rdp.c: Likewise.
5787 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
5788
148754e5
RE
57892002-02-11 Richard Earnshaw <rearnsha@arm.com>
5790
5791 * arm-tdep.c (arm_frameless_function_invocation)
5792 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5793 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5794 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5795 (arm_pop_frame, arm_get_next_pc): Make static.
5796 (arm_gdbarch_init): Register above in gdbarch structure.
5797 (arm_read_fp): Renamed from arm_target_read_fp.
5798 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
5799 * config/arm/tm-arm.h (arm_frameless_function_invocation)
5800 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5801 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5802 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5803 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
5804 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
5805 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
5806 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
5807 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
5808 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 5809
434d2d4f
DJ
58102002-02-10 Daniel Jacobowitz <drow@mvista.com>
5811
5812 * symtab.c (compare_search_syms): New function.
5813 (sort_search_symbols): New function.
5814 (search_symbols): Sort symbols after searching rather than
5815 before.
5816
55241689
AC
58172002-02-10 Andrew Cagney <ac131313@redhat.com>
5818
5819 * NEWS: Linux -> GNU/Linux.
5820
028c194b
AC
58212002-02-10 Andrew Cagney <ac131313@redhat.com>
5822
5823 * gdbarch.sh: For for level one methods, disallow a definition
5824 when partially multi-arched. Add comments explaining rationale.
5825 * gdbarch.h: Re-generate.
5826
6acf50cd
AC
58272002-02-10 Andrew Cagney <ac131313@redhat.com>
5828
5829 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
5830 multi-arch partial.
aaa38bb5 5831
50248794
AC
58322002-02-10 Andrew Cagney <ac131313@redhat.com>
5833
5834 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
5835 field. Use diff -u.
5836 * gdbarch.c: Re-generate.
5837
c30e0066
AC
58382002-02-10 Andrew Cagney <ac131313@redhat.com>
5839
9b56c5f3 5840 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
5841 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
5842 partial.
5843
6e6d6484
AC
58442002-02-10 Andrew Cagney <ac131313@redhat.com>
5845
5846 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
5847 multi-arch partial.
5848 (PUSH_ARGUMENTS): Switch to using predefault.
5849 * gdbarch.c: Regenerate.
5850
c203844d
AC
58512002-02-10 Andrew Cagney <ac131313@redhat.com>
5852
5853 * valops.c (PUSH_ARGUMENTS): Delete definition.
5854 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
5855 partial. Default to default_push_arguments.
5856 * gdbarch.h, gdbarch.c: Regenerate.
5857
b5a2688f
AC
58582002-02-09 Andrew Cagney <ac131313@redhat.com>
5859
5860 * defs.h (throw_exception): Rename return_to_top_level. Update
5861 comments.
5862 * utils.c (error_stream, internal_verror, quit): Ditto.
5863 * top.c (throw_exception, catcher): Ditto.
5864 * sparclet-rom.c (sparclet_load): Ditto.
5865 * remote.c (interrupt_query, minitelnet): Ditto.
5866 * remote-sds.c (interrupt_query): Ditto.
5867 * remote-mips.c (mips_error, mips_kill): Ditto.
5868 * ocd.c (interrupt_query): Ditto.
5869 * monitor.c (monitor_interrupt_query): Ditto.
5870 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
5871 * target.h: Update comment.
aaa38bb5 5872
b5a2688f 5873 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 5874
2fa5c1e0
AC
58752002-02-09 Andrew Cagney <ac131313@redhat.com>
5876
5877 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
5878 default_double_format.
5879 * gdbarch.h, gdbarch.c: Re-generate.
5880 * findvar.c (floatformat_unknown): Delete variable definition.
5881 * doublest.h (floatformat_unknown): Delete variable declaration.
5882
da966255
JB
58832002-02-09 Jim Blandy <jimb@redhat.com>
5884
5885 * stabsread.c (read_type): Add code to parse Sun's syntax for
5886 prototyped function types.
5887
123a4891
AC
58882002-02-09 Andrew Cagney <ac131313@redhat.com>
5889
5890 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
5891 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
5892
fb39c8f3
PS
58932002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5894
5895 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
5896 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
5897 now _initialize_xcoffsolib gets called again and overrides the
5898 commands from solib.c in a native configuration.
5899
0b87a11d
MK
59002002-02-09 Mark Kettenis <kettenis@gnu.org>
5901
5902 * doublest.c (store_typed_floating): Don't try to return a value.
5903 Fixes PR gdb/290.
5904
bdc2fc72
JB
59052002-02-08 Jim Blandy <jimb@redhat.com>
5906
5907 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
5908 is prototyped and has no arguments, print its argument list as
5909 `(void)'.
5910
da69bbcf
CD
59112002-02-08 Chris Demetriou <cgd@broadcom.com>
5912
5913 * MAINTAINERS (write-after-approval): Add myself.
5914 (paper-trail): I've escaped!
aaa38bb5 5915
b69571f5
CF
59162002-02-08 Christopher Faylor <cgf@redhat.com>
5917
5918 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
5919 changes.
5920 (_initialize_check_for_gdb_ini): Ditto.
5921
f6871398
MH
59222002-02-08 Martin M. Hunt <hunt@redhat.com>
5923
5924 * win32-nat.c (cygwin_pid_to_str): Fix typo.
5925 xaprintf -> xasprintf.
5926
4e52d31c
PM
59272002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
5928
5929 * win32-nat.c: Remove use of printf and sprintf functions.
5930
39bbf761
RE
59312002-02-08 Richard Earnshaw <rearnsha@arm.com>
5932
5933 * arm-tdep.c (arm_frame_chain_valid): Make static.
5934 (arm_push_arguments): Likewise.
5935 (arm_gdbarch_init): New function.
5936 (_initialize_arm_tdep): Call it.
5937 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
5938 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
5939 (FRAME_CHAIN_VALID): Delete.
5940 (arm_frame_chain_valid): Delete declaration.
5941 (PUSH_ARGUMENTS): Delete.
5942 (arm_push_arguments): Delete declaration.
5943 (CALL_DUMMY_P): Delete.
5944
9c9532c9
CV
59452002-02-08 Andrew Cagney <ac131313@redhat.com>
5946 Corinna Vinschen <vinschen@redhat.com>
5947
5948 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
5949 on builtin float types.
5950
4e8f7a8b
DJ
59512002-02-08 Daniel Jacobowitz <drow@mvista.com>
5952
5953 * utils.c: Include <curses.h> before "bfd.h".
5954 * tui/tui-hooks.c: Likewise.
5955 * tui/tui.c: Likewise.
5956 * tui/tuiCommand.c: Likewise.
5957 * tui/tuiData.c: Likewise.
5958 * tui/tuiDataWin.c: Likewise.
5959 * tui/tuiDisassem.c: Likewise.
5960 * tui/tuiGeneralWin.c: Likewise.
5961 * tui/tuiIO.c: Likewise.
5962 * tui/tuiLayout.c: Likewise.
5963 * tui/tuiRegs.c: Likewise.
5964 * tui/tuiSource.c: Likewise.
5965 * tui/tuiSourceWin.c: Likewise.
5966 * tui/tuiStack.c: Likewise.
5967 * tui/tuiWin.c: Likewise.
5968
cd4bffcf
EZ
59692002-02-07 Elena Zannoni <ezannoni@redhat.com>
5970
5971 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
5972 to include space for pseudoregs as well. Update loops accordingly.
5973 (sh_fp_frame_init_saved_regs): Ditto.
5974 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
5975
26806ce2
AC
59762002-02-07 Andrew Cagney <ac131313@redhat.com>
5977
5978 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
5979 Add Richard Earnshaw to Arm maintainers.
5980
97fdab62
AC
59812002-02-07 Andrew Cagney <ac131313@redhat.com>
5982
a6b98203
AC
5983 * defs.h (warning_begin): Delete declaration.
5984
97fdab62
AC
5985 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
5986 Delete macro.
5987
78b29b40
MS
59882002-02-07 Michael Snyder <msnyder@redhat.com>
5989
aaa38bb5 5990 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
5991 Logic bug, remove misplaced else.
5992
d8849953
KD
59932002-02-07 Klee Dienes <klee@apple.com>
5994
5995 * fork-inferior.c (fork_inferior): Add '!' to the list of
5996 characters that need to be quoted when building a string for the
5997 shell. Quote '!' specifically with a backslash, since CSH chokes
5998 when trying to evaluate "str!str".
aaa38bb5 5999
095778a0
NC
60002002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
6001
6002 * rdi-share/host.h: Only provide a typedef for bool if it is not
6003 defined.
6004
1900040c
MS
60052002-02-04 Michael Snyder <msnyder@redhat.com>
6006
6007 * breakpoint.h (enum bptype): Add new overlay event bp type.
6008 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 6009
1900040c
MS
6010 * breakpoint.c (create_internal_breakpoint): New function.
6011 (internal_breakpoint_number): Moved into create_internal_breakpoint.
6012 (create_longjmp_breakpoint): Use create_internal_breakpoint.
6013 (create_thread_event_breakpoint): Ditto.
6014 (create_solib_event_breakpoint): Ditto.
6015 (create_overlay_event_breakpoint): New function.
6016 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
6017 (update_breakpoints_after_exec): Delete and re-initialize
6018 overlay event breakpoints after an exec. Add FIXME comment
6019 about longjmp breakpoint.
6020 (print_it_typical): Ignore overlay event breakpoints.
6021 (print_one_breakpoint): Ditto.
6022 (mention): Ditto.
6023 (bpstat_what): Do not stop for overlay event breakpoints.
6024 (delete_breakpoint): Don't delete overlay event breakpoints.
6025 (breakpoint_re_set_one): Delete the overlay event breakpoint.
6026 (breakpoint_re_set): Re-create overlay event breakpoint.
6027
6028 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
6029 (overlay_manual_command): Disable overlay breakpoints.
6030 (overlay_off_command): Disable overlay breakpoints.
6031
082fc60d
RE
60322002-02-06 Richard Earnshaw <rearnsha@arm.com>
6033
6034 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
6035 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
6036 to here from config/tm-arm.h.
6037 (coff_sym_is_thumb): Make static.
6038 (arm_elf_make_msymbol_special): New function.
6039 (arm_coff_make_msymbol_special): New function.
6040 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
6041 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
6042 (coff_sym_is_thumb): Delete declaration.
6043 (arm_elf_make_msymbol_special): Declare.
6044 (arm_coff_make_msymbol_special): Declare.
6045 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
6046 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
6047
039c5766
RE
60482002-02-06 Richard Earnshaw <rearnsha@arm.com>
6049
6050 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
6051
60522002-02-06 Richard Earnshaw <rearnsha@arm.com>
6053
6054 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
6055 * gdbarch.c gdbarch.h: Regenerate.
6056 * arch-utils.c (default_print_float_info): New function.
6057 * arch-utils.h (default_print_float_info): Prototype it.
6058 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
6059 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
6060 (PRINT_FLOAT_INFO): Document it.
6061
6062 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
6063 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
6064 (PRINT_FLOAT_INFO): Define.
6065
58fa08f0
PM
60662002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
6067
aaa38bb5 6068 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
6069 Add typecast to sprintf argument to suppress a warning.
6070
7393af7c
PM
60712002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
6072
58fa08f0 6073 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
6074 to allow easier handling of pass state.
6075 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
6076 that gives exception name and address.
6077 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 6078 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 6079 exceptions added.
aaa38bb5
AJ
6080 (child_continue): Correctly report continue_status.
6081 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 6082 TARGET_SIGNAL_0 (new default value).
aaa38bb5 6083 (child_resume): consider sig argument passed to decide if
7393af7c
PM
6084 the exception should be passed to debuggee or not.
6085
6af4589c
MS
60862002-02-05 Michael Snyder <msnyder@redhat.com>
6087
6088 * regcache.c (fetch_register): Call target_fetch_register
6089 only if we don't call FETCH_PSEUDO_REGISTER.
6090 (store_register): Call target_store_register only if we
6091 don't call STORE_PSEUDO_REGISTER.
6092
a2cf933a
EZ
60932002-02-05 Elena Zannoni <ezannoni@redhat.com>
6094
6095 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
6096 ELF_MAKE_MSYMBOL_SPECIAL.
6097 * gdbarch.c, gdbarch.h: Regenerate.
6098 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 6099 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
6100 * elfread.c (elf_symtab_read): Compile use of
6101 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
6102 multiarched.
6103 * coffread.c (coff_symtab_read): Ditto, for
6104 COFF_MAKE_MSYMBOL_SPECIAL.
6105
6bb7be43
JB
61062002-02-05 Jim Blandy <jimb@redhat.com>
6107
6108 * solib-svr4.c (svr4_truncate_ptr): New function.
6109 (svr4_relocate_section_addresses): Do the address arithmetic with
6110 the appropriate truncation for target addresses, even when
6111 CORE_ADDR is larger than a target address.
6112
e18651ec
DJ
61132002-02-05 Daniel Jacobowitz <drow@mvista.com>
6114
6115 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
6116 to (int *).
6117
6b2725be
DJ
61182002-02-05 Daniel Jacobowitz <drow@mvista.com>
6119
6120 * gdbserver/linux-low.c (kill_inferior): Remove commented out
6121 code.
6122
fca9e603
DJ
61232002-02-05 Daniel Jacobowitz <drow@mvista.com>
6124
6125 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
6126
6c537a52
DJ
61272002-02-05 Daniel Jacobowitz <drow@mvista.com>
6128
6129 * gdbserver/linux-low.c: Remove unused include files.
6130
d844cde6
DJ
61312002-02-05 Daniel Jacobowitz <drow@mvista.com>
6132
6133 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
6134 (read_inferior_memory): Use it.
6135 (write_inferior_memory): Likewise.
6136
d07c63e7
DJ
61372002-02-05 Daniel Jacobowitz <drow@mvista.com>
6138
6139 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
6140 grubbing through sys_errlist.
6141
da6d8c04
DJ
61422002-02-05 Daniel Jacobowitz <drow@mvista.com>
6143
6144 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
6145
5b421780
PM
61462002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6147 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
6148
9f60d481
AC
61492002-02-04 Andrew Cagney <ac131313@redhat.com>
6150
6151 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
6152 (do_sfunc, set_cmd_sfunc): New functions.
6153
6154 * command.h (struct cmd_list_element): Add field func.
6155 * cli/cli-decode.h (struct cmd_list_element): Ditto.
6156 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
6157 * cli/cli-decode.h: Ditto.
6158
6159 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
6160 (help_all, help_cmd_list): Ditto.
6161 (find_cmd, complete_on_cmdlist): Ditto.
6162 * top.c (execute_command): Ditto.
6163
6164 * cli/cli-setshow.c (do_setshow_command): Call func instead of
6165 function.sfunc.
6166
6167 * infcmd.c (notice_args_read): Fix function signature.
6168
6169 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
6170 * cli/cli-decode.c (add_set_cmd): Ditto.
6171 * utils.c (initialize_utils): Ditto.
6172 * maint.c (_initialize_maint_cmds): Ditto.
6173 * infrun.c (_initialize_infrun): Ditto.
6174 * demangle.c (_initialize_demangler): Ditto.
6175 * remote.c (add_packet_config_cmd): Ditto.
6176 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6177 * cris-tdep.c (_initialize_cris_tdep): Ditto.
6178 * proc-api.c (_initialize_proc_api): Ditto.
6179 * kod.c (_initialize_kod): Ditto.
6180 * valprint.c (_initialize_valprint): Ditto.
6181 * top.c (init_main): Ditto.
6182 * infcmd.c (_initialize_infcmd): Ditto.
6183 * corefile.c (_initialize_core): Ditto.
6184 * arm-tdep.c (_initialize_arm_tdep): Ditto.
6185 * arch-utils.c (initialize_current_architecture): Ditto.
6186 (_initialize_gdbarch_utils): Ditto.
6187 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
6188
6189 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
6190 * wince.c (_initialize_inftarg): Ditto.
6191 * symfile.c (_initialize_symfile): Ditto.
6192 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6193 * language.c (_initialize_language): Ditto.
6194 * arc-tdep.c (_initialize_arc_tdep): Ditto.
6195
f9ba0717
MS
61962002-02-04 Michael Snyder <msnyder@redhat.com>
6197
6198 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
6199
0c74b2a7
DJ
62002002-02-04 Daniel Jacobowitz <drow@mvista.com>
6201
6202 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
6203 Add rules for building the register data files.
6204
c638789f
DJ
62052002-02-04 Daniel Jacobowitz <drow@mvista.com>
6206
6207 * regformats/regdat.sh: Add braces to the definition of
6208 expedite_regs_${arch}.
6209
db253027
DJ
62102002-02-04 Daniel Jacobowitz <drow@mvista.com>
6211
6212 * regformats/regdef.h (struct reg): Add comment describing the
6213 requirements for offset and size fields.
6214
206be19c
AS
62152002-02-04 Andreas Schwab <schwab@suse.de>
6216
6217 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
6218 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
6219
181c1381
RE
62202002-02-04 Richard Earnshaw <rearnsha@arm.com>
6221
6222 * gdbarch.sh (copyright): Update years in generated header.
6223 (SMASH_TEXT_ADDRESS): Add rule.
db253027 6224 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
6225 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
6226 * dbxread.c: Likewise.
6227 * dwarfread.c: Likewise.
6228 * elfread.c: Likewise.
6229 * somread.c: Likewise.
6230
6231 * arm-tdep.c (arm_smash_text_address): New function.
6232 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
6233
fa4ba8da
PM
62342002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6235
6236 Add support for hardware watchpoints on win32 native.
aaa38bb5 6237 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 6238 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 6239 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
6240 of debug registers.
6241 (debug_registers_changed): New variable. Reflects when debug registers
6242 are changed and need to be written to inferior.
aaa38bb5 6243 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
6244 was set, used when new threads are created.
6245 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
6246 i386-nat code.
6247 (thread_rec): Set dr array if id is the thread of current_event .
6248 (child_continue, child_resume): Change the debug registers for all
6249 threads if debug_registers_changed.
6250 (child_add_thread): Change the debug registers if debug_registers_used.
6251 * config/i386/cygwin.mh: Add use of i386-nat.o file.
6252 Link nm.h to new nm-cygwin.h file.
6253 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
6254 of hardware registers.
6255
a73c86fb
AC
62562002-02-03 Andrew Cagney <ac131313@redhat.com>
6257
6258 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
6259 Restore behavour broken by 2002-01-20 Andrew Cagney
6260 <ac131313@redhat.com> IEEE_FLOAT removal.
6261
acf5ed49
DJ
62622002-02-03 Daniel Jacobowitz <drow@mvista.com>
6263
6264 * c-valprint.c (c_val_print): Pass a proper valaddr to
6265 cp_print_class_method.
6266 * valops.c (search_struct_method): If there is only one method
6267 and args is NULL, return that method.
6268
493d28d5
DJ
62692002-02-03 Daniel Jacobowitz <drow@mvista.com>
6270
6271 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
6272 accessing tag_name directly.
6273
7495dfdb
DJ
62742002-02-03 Daniel Jacobowitz <drow@mvista.com>
6275
6276 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
6277 of accessing tag_name directly.
6278
dd6bda65
DJ
62792002-02-03 Daniel Jacobowitz <drow@mvista.com>
6280
6281 PR gdb/280
6282 * gdbtypes.c (replace_type): New function.
6283 * gdbtypes.h (replace_type): Add prototype.
6284 * stabsread.c (read_type): Use replace_type.
6285
88fe217c
RE
62862002-02-03 Richard Earnshaw <rearnsha@arm.com>
6287
6288 * Makefile.in (memattr.o): Add missing dependencies rule.
6289
e5d66720
PS
62902002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6291
6292 * breakpoint.c (break_at_finish_command): Really export.
6293 (break_at_finish_at_depth_command): Ditto.
6294 (tbreak_at_finish_command): Ditto.
6295 * hppa-tdep.c: Include completer.h.
6296 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
6297 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
6298
fffee0be
AC
62992002-02-01 Andrew Cagney <ac131313@redhat.com>
6300
6301 * utils.c (do_write): New function.
6302 (error_stream): Rewrite combining the code from error_begin and
6303 verror.
6304 (verror): Rewrite using error_stream.
6305 (error_begin): Delete function.
6306
255e7dbf
AC
63072002-02-01 Andrew Cagney <ac131313@redhat.com>
6308
6309 * utils.c (error_begin): Make static.
6310 * defs.h (error_begin): Delete declaration.
6311
6312 * linespec.c (cplusplus_error): Replace cplusplus_hint.
6313 (decode_line_1): Use cplusplus_error instead of error_begin,
6314 cplusplus_hint and return_to_top_level.
6315 * coffread.c (coff_symfile_read): Use error instead of error_begin
6316 and return_to_top_level.
6317 * infrun.c (default_skip_permanent_breakpoint): Ditto.
6318
ddfe3c15
AC
63192002-02-01 Andrew Cagney <ac131313@redhat.com>
6320
6321 * language.h (type_error, range_error): Make string parameter
6322 constant.
6323 * language.c (warning_pre_print): Delete extern declaration.
6324 * dwarfread.c (warning_pre_print): Ditto.
6325 * language.c (type_error, range_error): Rewrite to use verror and
6326 vwarning instead of warning_begin.
6327
03ac34d5
MS
63282002-02-01 Michael Snyder <msnyder@redhat.com>
6329
261c4ca2
MS
6330 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
6331 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 6332
e00d1dc8
AC
63332002-02-01 Andrew Cagney <ac131313@redhat.com>
6334
6335 * command.h (NO_FUNCTION): Delete macro.
6336 * cli/cli-decode.h (NO_FUNCTION): Ditto.
6337 * top.c (execute_command): Replace NO_FUNCTION with NULL.
6338 * tracepoint.c (_initialize_tracepoint): Ditto.
6339 * cli/cli-decode.c (add_set_cmd): Ditto.
6340 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 6341
76b79d6e
DJ
63422002-02-01 Daniel Jacobowitz <drow@mvista.com>
6343
6344 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
6345 Update ``this'' pointer when calling virtual functions.
6346
799f9e91
MS
63472002-02-01 Michael Snyder <msnyder@redhat.com>
6348
c7bd442c 6349 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
6350 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
6351
3cf384d4
DJ
63522002-02-01 Daniel Jacobowitz <drow@mvista.com>
6353
6354 * regformats/reg-arm.dat: New file.
6355 * regformats/reg-i386.dat: New file.
6356 * regformats/reg-ia64.dat: New file.
6357 * regformats/reg-m68k.dat: New file.
6358 * regformats/reg-mips.dat: New file.
6359 * regformats/reg-ppc.dat: New file.
6360 * regformats/reg-sh.dat: New file.
6361 * regformats/regdef.h: New file.
6362 * regformats/regdat.sh: New file.
6363
0defa245
RE
63642002-02-01 Richard Earnshaw <reanrsha@arm.com>
6365
6366 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
6367 (arm_frame_args_address, arm_frame_locals_address): New functions.
6368 (arm_frame_num_args): New function.
6369 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
6370 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
6371 (FRMA_NUM_ARGS): Call arm_frame_num_args.
6372
405f26e6
MS
63732002-01-31 Michael Snyder <msnyder@redhat.com>
6374
502fd408
MS
6375 * breakpoint.c (break_at_finish_command): Export.
6376 (break_at_finish_at_depth_command): Export.
6377 (tbreak_at_finish_command): Export.
6378 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
6379 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
6380 "tbreak" commands, which are HPPA specific.
6381
7d35e135
MS
6382 * printcmd.c (disassemble_command): Remove an ancient
6383 artifact of an old merge.
6384
aaa38bb5 6385 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
6386 Define enum constant values for overlay mode.
6387 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
6388 (overlay_is_mapped, overlay_auto_command,
6389 overlay_manual_command): Ditto.
d874f1e2 6390
aaa38bb5
AJ
6391 * breakpoint.c (insert_breakpoints, remove_breakpoint,
6392 breakpoint_here_p, breakpoint_inserted_here_p,
6393 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
6394 describe_other_breakpoints, check_duplicates, clear_command):
6395 Coding standard fixes.
6396
8add0441 6397 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 6398 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
6399 code: check bfd SEC_READONLY flag for section.
6400
e351066e
AC
64012002-01-31 Andrew Cagney <ac131313@redhat.com>
6402
7d35e135 6403 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 6404
8a48e967
DJ
64052002-01-30 Daniel Jacobowitz <drow@mvista.com>
6406
6407 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
6408 data symbols, since we search based on textlow and texthigh.
6409 (find_pc_sect_symtab): Likewise.
6410
f5a96129
AC
64112002-01-30 Andrew Cagney <ac131313@redhat.com>
6412
6413 * defs.h (vwarning): Declare.
f5a96129
AC
6414 * utils.c (vwarning): New function.
6415 (warning): Call vwarning.
6416 (warning_begin): Delete function.
6417
6418 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
6419 the warning message.
6420 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
6421 warning_begin.
6422
cefd4ef5
MS
64232002-01-30 Michael Snyder <msnyder@redhat.com>
6424
1a703748
MS
6425 * NEWS: Mention "set trust-readonly-sections" command.
6426 Mention generate-core-file command.
cefd4ef5 6427
3a11626d
MS
64282002-01-15 Michael Snyder <msnyder@redhat.com>
6429
6430 * target.c: New command, "set trust-readonly-sections on".
6431 (do_xfer_memory): Honor the suggestion to trust readonly sections
6432 by reading them from the object file instead of from the target.
6433 (initialize_targets): Register command "set trust-readonly-sections".
6434
d1c7e53b
AC
64352002-01-29 Andrew Cagney <ac131313@redhat.com>
6436
6437 * parse.c (target_map_name_to_register): Simplify, search regs and
6438 pseudo-regs using a single loop.
6439
e2c9a72c
AC
64402002-01-30 Andrew Cagney <ac131313@redhat.com>
6441
6442 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
6443
69824b4e
MK
64442002-01-15 Rodney Brown <rbrown64@csc.com.au>
6445
6446 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
6447 * config/i386/i386v42mp.mh: Add i387-nat.o .
6448 * i386v4-nat.c: Include i387-nat.h.
6449 (supply_fpregset): Use i387_supply_fsave.
6450 (fill_fpregset): Use i387_fill_fsave.
6451
6eb69eab
RE
64522002-01-30 Richard Earnshaw <rearnsha@arm.com>
6453
6454 * arm-tdep.c (arm_call_dummy_words): Define.
6455 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
6456 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
6457 (CALL_DUMMY_WORDS): Define.
6458 (arm_call_dummy_words): Declare.
6459 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
6460 (arm_linux_call_dummy_words): Declare.
6461
9852326a
AS
64622002-01-30 Andreas Schwab <schwab@suse.de>
6463
6464 * m68klinux-nat.c: Fix last change to use regcache_collect
6465 instead of referencing registers[] directly.
6466
977a3030
AC
64672002-01-29 Andrew Cagney <ac131313@redhat.com>
6468
6469 * parse.c (target_map_name_to_register): Delete code wrapped in
6470 #ifdef REGISTER_NAME_ALIAS_HOOK.
6471
2076c72b
MS
64722002-01-28 Michael Snyder <msnyder@redhat.com>
6473
6474 * regcache.c (legacy_read_register_gen): Need to be able to
6475 read pseudo-register as well as real register.
6476 (legacy_write_register_gen): Ditto.
6477
8fcc723b
AC
64782002-01-28 Andrew Cagney <ac131313@redhat.com>
6479
6480 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6481 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
6482 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
6483 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
6484 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
6485 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
6486 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
6487 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
6488 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
6489 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6490 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
6491 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
6492 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
6493 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
6494 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
6495 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
6496 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
6497 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
6498 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
6499 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
6500
afe64c1a
AC
65012002-01-28 Andrew Cagney <ac131313@redhat.com>
6502
6503 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
6504 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
6505 (initialize_current_architecture): Update target_byte_order using
6506 information from BFD.
aaa38bb5 6507 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
6508 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
6509
75bc7ddf
AC
65102002-01-28 Andrew Cagney <ac131313@redhat.com>
6511
6512 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
6513 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
6514
6515 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
6516 #ifdef INVALID_FLOAT.
6517 * infcmd.c (do_registers_info): Ditto.
6518 * values.c (unpack_double): Ditto. Add comment.
6519
6520 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
6521 already commented out.
6522
0280a90a
AS
65232002-01-26 Andreas Schwab <schwab@suse.de>
6524
6525 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6526 * m68klinux-nat.c: Update ptrace interface for fetching/storing
6527 registers and add support for PTRACE_GETREGS.
6528
7072a954
AC
65292002-01-24 Andrew Cagney <ac131313@redhat.com>
6530
6531 GDB 5.1.1 released from 5.1 branch.
6532 * NEWS: Add 5.1.1 news.
6533 * README: Sync with 5.1 branch.
6534
86f902e0
FF
65352002-01-23 Fred Fish <fnf@redhat.com>
6536
6537 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
6538 stabstring on initial malloc. Reallocing will copy it for us,
6539 if necessary.
6540
8af51c36
EZ
65412002-01-23 Elena Zannoni <ezannoni@redhat.com>
6542
aaa38bb5 6543 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
6544 (HFILES_NO_SRCDIR): Remove hpread.h.
6545 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
6546 (hpread.o): Update dependencies.
6547 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
6548
6549 * hp-psymtab-read.c: Remove file.
6550 * hp-symtab-read.c: Remove file.
6551 * hpread.h: Remove file.
6552
6553 * hpread.c: Merge all contents of hp-psymtab-read.c,
6554 hp-symtab-read.c and hpread.h into this file, as it was prior to
6555 January 1999.
6556
6557 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 6558 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
6559 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
6560 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
6561
dc5cfeb6
EZ
65622002-01-23 Elena Zannoni <ezannoni@redhat.com>
6563
6564 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
6565 fill_gregset): Call gdbarch_tdep() just once, assign result to
6566 variable and use that, instead of calling the function several
6567 times.
6568
ea87b71b
AO
65692002-01-24 Alexandre Oliva <aoliva@redhat.com>
6570
6571 * configure.host: Accept sparcv9 as alias for sparc64.
6572 * configure.tgt: Likewise.
6573
13fc0c2f
KB
65742002-01-22 Kevin Buettner <kevinb@redhat.com>
6575
6576 * solib-aix5.c (build_so_list_from_mapfile)
6577 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
6578 arguments is not reversed.
6579 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
6580 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 6581
7bd872fe
EZ
65822002-01-22 Elena Zannoni <ezannoni@redhat.com>
6583
6584 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
6585 modified version of obsolete sh_fetch_pseudo_register.
6586 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
6587 (sh4_register_read): New function.
6588 (sh_pseudo_register_write): New function. Renamed and modified
6589 version of obsolete sh_store_pseudo_register.
6590 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
6591 (sh4_register_write): New function.
6592 (sh_gdbarch_init): Remove setting of gdbarch function
6593 fetch_pseudo_register and store_pseudo_register. Remove setting of
6594 register_convert_to_raw, register_convert_to_virtual,
6595 register_convertible.
6596 (sh_sh4_register_convertible): Delete. No longer needed. All is
6597 taken care by architecture specific functions
6598 register_read/register_write.
6599 (sh_sh4_register_convert_to_virtual): Make static.
6600 (sh_sh4_register_convert_to_raw): Ditto.
6601
069e84fd
AC
66022002-01-22 Andrew Cagney <ac131313@redhat.com>
6603
6604 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
6605 (floatformat_is_nan, floatformat_mantissa): Ditto.
6606
6607 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
6608 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
6609 builtin_type_ieee_double_little,
6610 builtin_type_ieee_double_littlebyte_bigword,
6611 builtin_type_m68881_ext, builtin_type_i960_ext,
6612 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
6613 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
6614 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
6615 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
6616
211a4f69
CV
66172002-01-22 Corinna Vinschen <vinschen@redhat.com>
6618
6619 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
6620 parameter. Set frameless flag if it exists and depended of
6621 whether the scanned function is frameless or not.
6622 (xstormy16_skip_prologue): If function is frameless, return
6623 result of xstormy16_scan_prologue().
6624 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
6625 call.
6626
f81353e4
EZ
66272002-01-21 Elena Zannoni <ezannoni@redhat.com>
6628
6629 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
6630 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
6631 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
6632 sh_sh4_register_byte, sh_sh4_register_raw_size,
6633 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
6634 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
6635 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
6636 sh_store_pseudo_register, sh_do_pseudo_register): Call
6637 gdbarch_tdep() just once, assign result to variable and use that,
6638 instead of calling the function several times.
6639
63c73a17
MK
66402002-01-20 Mark Kettenis <kettenis@gnu.org>
6641
6642 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
6643 macros instead of LAST_FPU_CTRL_REGNUM.
6644 (store_register): Likewise.
6645
39ad761d
JB
66462002-01-21 Jim Blandy <jimb@redhat.com>
6647
6648 * infcmd.c (run_command): Check that the `exec' target layer's BFD
6649 is up-to-date before running the program, not just when a program
6650 exits.
6651
3d74b771
FF
66522002-01-21 Fred Fish <fnf@redhat.com>
6653
6654 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
6655 when we have found all instructions we are looking for.
6656
966fbf70
RE
66572002-01-21 Richard Earnshaw <rearnsha@arm.com>
6658
6659 * arm-tdep.c (arm_register_name): New function.
6660 (arm_registers_names): Make static.
6661 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
6662 (arm_register_name): Declare.
6663 (REGISTER_NAME): Use it.
6664
c3b4394c
RE
66652002-01-21 Richard Earnshaw <rearnsha@arm.com>
6666 Kevin Buettner <kevinb@redhat.com>
6667
6668 Convert arm targets to new FRAME interface.
6669 * arm-tdep.c (struct frame_extra_info): Remove fsr.
6670 (arm_frame_find_save_regs): Delete.
6671 (arm_frame_init_saved_regs): New.
6672 (arm_init_extra_frame_info): Alloacte saved_regs as required.
6673 Allocate extra_info as required. Convert all uses of fsr.regs
6674 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
6675 to use extra_info.
6676 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
6677 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
6678 (check_prologue_cache, save_prologue_cache): Likewise.
6679 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
6680 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
6681 (FRAME_FIND_SAVED_REGS): Delete.
6682 (arm_frame_find_saved_regs): Delete prototype.
6683 (arm_frame_init_saved_regs): New prototype.
6684 (FRAME_INIT_SAVED_REGS): Define.
6685
61d99182
AC
66862002-01-20 Andrew Cagney <ac131313@redhat.com>
6687
6688 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
6689
6aaea291
AC
66902002-01-20 Andrew Cagney <ac131313@redhat.com>
6691
6692 From Jeff Law <law@redhat.com>:
6693 * infttrace.c: Include <sys/pstat.h>.
6694 (child_pid_to_exec_file): Revamp. Use pstat call to get the
6695 exec file if the ttrace equivalent fails.
6696
15f698d2
AC
66972002-01-20 Andrew Cagney <ac131313@redhat.com>
6698
6699 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
6700 (closeLogFile): Ditto.
6701
f86ddd7c
MC
67022002-01-20 Michael Chastain <mec@shout.net>
6703
6704 * top.c (print_gdb_version): Bump copyright year to 2002.
6705
904507ce
AC
67062002-01-20 Andrew Cagney <ac131313@redhat.com>
6707
6708 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
6709 Zannoni and Eli Zaretskii.
6710
d7f0b9ce
DJ
67112002-01-20 Daniel Jacobowitz <drow@mvista.com>
6712
6713 * buildsym.c: Update copyright years.
6714 * c-typeprint.c: Likewise.
6715 * dwarf2read.c: Likewise.
6716 * f-typeprint.c: Likewise.
6717 * gdbtypes.c: Likewise.
6718 * gdbtypes.h: Likewise.
6719 * hp-symtab-read.c: Likewise.
6720 * hpread.c: Likewise.
6721 * mdebugread.c: Likewise.
6722 * p-typeprint.c: Likewise.
6723
3fd3d7d2
AC
67242002-01-20 Andrew Cagney <ac131313@redhat.com>
6725
6726 * remote-sim.c (gdbsim_open): Simplify code testing the macro
6727 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
6728 byte-order selectable.
6729 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
6730 * arch-utils.c: Ditto.
6731 (set_endian): Ditto.
6732 (set_endian_from_file): Ditto.
6733 * gdbserver/low-sim.c (create_inferior): Ditto.
6734 * gdbarch.sh: Ditto.
6735 * gdbarch.h: Re-generate.
aaa38bb5
AJ
6736 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6737 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
6738 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
6739 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6740 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6741 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6742 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
6743 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
6744 macro definition.
6745 * config/mips/tm-wince.h: Remove #undef of macro
6746 TARGET_BYTE_ORDER_SELECTABLE.
6747 * config/sh/tm-wince.h: Ditto.
6748
b02dede2
DJ
67492002-01-20 Daniel Jacobowitz <drow@mvista.com>
6750
6751 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
6752 member function fields. Add accessor macro
6753 TYPE_FN_FIELD_ARTIFICIAL.
6754 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
6755 * c-typeprint.c (c_type_print_base): Skip artificial member
6756 functions.
6757
c3643761
DJ
67582002-01-20 Daniel Jacobowitz <drow@mvista.com>
6759
6760 * f-typeprint.c: Delete unused function f_type_print_args.
6761 * p-typeprint.c: Delete unused function pascal_type_print_args.
6762
8176bb6d
DJ
67632002-01-20 Daniel Jacobowitz <drow@mvista.com>
6764
6765 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
6766 comment. Add ``artificial'' to ``union field_location''.
6767
6768 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
6769
6770 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
6771 * mdebugread.c (parse_symbol): Likewise.
6772 * stabsread.c (define_symbol): Likewise.
6773 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
6774 initializing TYPE_FIELD_BITPOS to n (obsolete).
6775 (hpread_doc_function_type): Likewise.
6776 * hpread.c (hpread_function_type): Likewise.
6777
7fd60527
AC
67782002-01-20 Andrew Cagney <ac131313@redhat.com>
6779
6780 * configure.in (host_makefile_frag): Only require a host makefile
6781 fragment when a native build.
6782 * configure: Re-generate.
6783
c2f05ac9
AC
67842002-01-20 Andrew Cagney <ac131313@redhat.com>
6785
6786 * doublest.h (floatformat_from_type): Declare.
6787 * doublest.c (floatformat_from_type): New function.
6788 (convert_typed_floating): Use.
6789
6790 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
6791 call to function floatformat_from_type.
6792
6793 * gdbarch.sh (IEEE_FLOAT): Delete.
6794 * gdbarch.h, gdbarch.c: Re-generate.
6795 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
6796 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
6797 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
6798 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
6799 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
6800 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
6801 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
6802 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
6803 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
6804 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
6805 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
6806 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
6807
6808 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
6809 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6810 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6811 * sh-tdep.c (sh_gdbarch_init): Ditto.
6812 * mips-tdep.c (mips_gdbarch_init): Ditto.
6813 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6814 * cris-tdep.c (cris_gdbarch_init): Ditto.
6815
abf22e64
AJ
68162002-01-20 Jiri Smid <smid@suse.cz>
6817
6818 * configure.host, configure.tgt: Support x86-64.
6819 * NEWS: Note new target x86-64.
6820
b7c4cbf8
AJ
6821 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
6822 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
6823 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
6824 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
6825 x86-64-linux-nat.o): Fix dependencies.
6826
82600034
AC
68272002-01-19 Andrew Cagney <ac131313@redhat.com>
6828
6829 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
6830 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
6831 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
6832 * config/sparc/xm-sun4os4.h: Delete file.
6833 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 6834
bbe5c628
AC
68352002-01-19 Andrew Cagney <ac131313@redhat.com>
6836
6837 * config/sparc/sparclynx.mh (XM_FILE): Delete.
6838 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
6839 * config/m68k/m68klynx.mh (XM_FILE): Delete.
6840 * config/i386/i386lynx.mh (XM_FILE): Delete.
6841 * config/rs6000/xm-rs6000ly.h: Delete file.
6842 * config/sparc/xm-sparclynx.h: Delete file.
6843 * config/m68k/xm-m68klynx.h: Delete file.
6844 * config/i386/xm-i386lynx.h: Delete file.
6845 * config/xm-lynx.h: Delete file.
6846 * config/djgpp/fnchange.lst: Update.
6847
f8453e34
JT
68482002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6849
6850 * alpha-tdep.c (alpha_register_byte): New function.
6851 (alpha_register_raw_size): Ditto.
6852 (alpha_register_virtual_size): Ditto.
6853 (alpha_skip_prologue_internal): Renamed from
6854 alpha_skip_prologue.
6855 (alpha_skip_prologue): New version that calls
6856 alpha_skip_prologue_internal.
6857 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
6858 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
6859 second argument from alpha_skip_prologue.
6860 (REGISTER_BYTE): Use alpha_register_byte.
6861 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
6862 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
6863 (FRAMELESS_FUNCTION_INVOCATION): Use
6864 generic_frameless_function_invocation_not.
6865 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
6866 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
6867
52d9e613
AC
68682002-01-19 Andrew Cagney <ac131313@redhat.com>
6869
6870 * config/mips/xm-news-mips.h: Delete file.
6871 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
6872
6873 * config/m88k/xm-m88k.h: Delete file.
6874 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
6875 * config/m88k/xm-delta88v4.h: Ditto.
6876 * config/m88k/xm-delta88.h: Ditto.
6877
6878 * config/alpha/xm-fbsd.h: Delete file.
6879 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
6880
6881 * config/sparc/xm-sparc.h: Delete file.
6882 * Makefile.in (xm-sun4os4.h): Delete dependency.
6883 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
6884 * config/sparc/xm-sun4os4.h: Ditto.
6885 * config/sparc/xm-linux.h: Ditto.
6886
6887 * config/i386/xm-windows.h: Delete file.
6888
2d1b2124
AC
68892002-01-19 Andrew Cagney <ac131313@redhat.com>
6890
6891 * utils.c: Include <sys/param.h> for MAXPATHLEN.
6892 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
6893
ee1f65f0
JT
68942002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6895
6896 * alpha-tdep.c (alpha_call_dummy_words): New.
6897 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
6898 (CALL_DUMMY_P): Define.
6899 (CALL_DUMMY_WORDS): Define.
6900 (SIZEOF_CALL_DUMMY_WORDS): Define.
6901
98081e55
PB
69022002-01-19 Per Bothner <per@bothner.com>
6903
6904 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
6905 isn't NULL, which can happen with some gcj-3.x-produced code.
6906
0d056799
JT
69072002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6908
6909 * alpha-tdep.c (alpha_register_virtual_type): New function.
6910 (alpha_init_frame_pc_first): Ditto.
6911 (alpha_fix_call_dummy): Ditto.
6912 (alpha_store_struct_return): Ditto.
6913 (alpha_extract_struct_value_address): Ditto.
6914 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
6915 alpha_register_virtual_type.
6916 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
6917 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
6918 alpha_extract_struct_value_address.
6919 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
6920 (INIT_FRAME_PC): Use init_frame_pc_noop.
6921 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
6922
4604bcad
MK
69232002-01-19 Mark Kettenis <kettenis@gnu.org>
6924
6925 * i386gnu-nat.c: Include "i386-tdep.h".
6926 (fetch_fpregs): Simplify code dealing with uninitialized floating
6927 point states such that it doesn't require FP7_REGNUM.
6928
140f9984
JT
69292002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6930
abf22e64
AJ
6931 * alpha-tdep.c (frame_extra_info): New.
6932 (alpha_find_saved_regs): Make static. Use
140f9984
JT
6933 frame->extra_info.
6934 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
6935 (alpha_frame_saved_pc): Use frame->extra_info.
6936 (temp_saved_regs): Don't declare as struct frame_saved_regs.
6937 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
6938 (init_extra_frame_info): Rename to...
6939 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 6940 (alpha_print_extra_frame_info): New function.
140f9984
JT
6941 (alpha_frame_locals_address): Ditto.
6942 (alpha_frame_args_address): Ditto.
abf22e64 6943 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
6944 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
6945 alpha_frame_args_address.
abf22e64 6946 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 6947 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
6948 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
6949 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
6950 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
6951 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
6952
d734c450
JT
69532002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6954
6955 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
6956 (alpha_cannot_fetch_register): Ditto.
6957 (alpha_cannot_store_register): Ditto.
6958 (alpha_register_convertible): Ditto.
6959 (alpha_use_struct_convention): Ditto.
6960 * config/alpha/tm-alpha.h: Update copyright years.
6961 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
6962 (INNER_THAN): Use core_addr_lessthan.
6963 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
6964 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
6965 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
6966 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
6967 (FRAME_CHAIN): Remove unnecessary cast.
6968
b4ceaee6
AC
69692002-01-18 Andrew Cagney <ac131313@redhat.com>
6970
6971 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
6972 obsolete.
6973
0a65a603
AC
69742002-01-18 Andrew Cagney <ac131313@redhat.com>
6975
6976 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
6977 * monitor.c, remote-array.c, remote-bug.c: Ditto.
6978 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
6979 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
6980 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
6981 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
6982 * x86-64-linux-nat.c: Ditto.
6983
636a6dfc
JT
69842002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6985
abf22e64 6986 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
6987 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
6988 (REGISTER_NAME): Define.
6989
acceddb6
JT
69902002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6991
6992 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
6993
ec32e4be
JT
69942002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6995
6996 * alpha-tdep.c: Update copyright years.
6997 (alpha_next_pc): New function.
6998 (alpha_software_single_step): Ditto.
6999 * config/alpha/tm-alpha.h: Add prototype for
7000 alpha_software_single_step.
7001
e771a871
JT
70022002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
7003
7004 * alphabsd-nat.c: Update copyright years.
7005 (fill_gregset): Use regcache_collect.
7006 (fill_fpregset): Likewise.
7007 (fetch_inferior_registers): Only fetch integer registers
7008 if requested to do so.
7009 (store_inferior_registers): Only store integer registers
7010 if requested to do so.
7011
7708fa01
AC
70122002-01-17 Andrew Cagney <ac131313@redhat.com>
7013
7014 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
7015 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
7016 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
7017 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
7018 * config/alpha/fbsd.mh (XDEPFILES): Delete.
7019 * config/arm/linux.mh (XDEPFILES): Delete.
7020 * config/arm/nbsd.mh (XDEPFILES): Delete.
7021 * config/i386/i386dgux.mh (XDEPFILES): Delete.
7022 * config/i386/i386sol2.mh (XDEPFILES): Delete.
7023 * config/i386/i386m3.mh (XDEPFILES): Delete.
7024 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
7025 * config/i386/i386gnu.mh (XDEPFILES): Delete.
7026 * config/i386/fbsd.mh (XDEPFILES): Delete.
7027 * config/i386/i386bsd.mh (XDEPFILES): Delete.
7028 * config/i386/i386sco5.mh (XDEPFILES): Delete.
7029 * config/i386/i386v4.mh (XDEPFILES): Delete.
7030 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
7031 * config/i386/i386sco4.mh (XDEPFILES): Delete.
7032 * config/i386/i386aix.mh (XDEPFILES): Delete.
7033 * config/i386/go32.mh (XDEPFILES): Delete.
7034 * config/i386/cygwin.mh (XDEPFILES): Delete.
7035 * config/i386/i386lynx.mh (XDEPFILES): Delete.
7036 * config/i386/i386mach.mh (XDEPFILES): Delete.
7037 * config/i386/i386v32.mh (XDEPFILES): Delete.
7038 * config/i386/linux.mh (XDEPFILES): Delete.
7039 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
7040 * config/i386/ncr3000.mh (XDEPFILES): Delete.
7041 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
7042 * config/i386/i386sco.mh (XDEPFILES): Delete.
7043 * config/i386/i386v.mh (XDEPFILES): Delete.
7044 * config/i386/nbsd.mh (XDEPFILES): Delete.
7045 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
7046 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
7047 * config/i386/symmetry.mh (XDEPFILES): Delete.
7048 * config/i386/obsd.mh (XDEPFILES): Delete.
7049 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
7050 * config/ia64/linux.mh (XDEPFILES): Delete.
7051 * config/ia64/aix.mh (XDEPFILES): Delete.
7052 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
7053 * config/m68k/dpx2.mh (XDEPFILES): Delete.
7054 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
7055 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
7056 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
7057 * config/m68k/linux.mh (XDEPFILES): Delete.
7058 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
7059 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
7060 * config/m68k/nbsd.mh (XDEPFILES): Delete.
7061 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
7062 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
7063 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
7064 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
7065 * config/m88k/delta88.mh (XDEPFILES): Delete.
7066 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
7067 * config/m88k/m88k.mh (XDEPFILES): Delete.
7068 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
7069 * config/mips/linux.mh (XDEPFILES): Delete.
7070 * config/mips/irix6.mh (XDEPFILES): Delete.
7071 * config/mips/irix5.mh (XDEPFILES): Delete.
7072 * config/mips/irix4.mh (XDEPFILES): Delete.
7073 * config/mips/irix3.mh (XDEPFILES): Delete.
7074 * config/mips/decstation.mh (XDEPFILES): Delete.
7075 * config/mips/mipsm3.mh (XDEPFILES): Delete.
7076 (NATDEPFILES): Move core-aout.o to here.
7077 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
7078 * config/pa/hpux1020.mh (XDEPFILES): Delete.
7079 * config/pa/hppabsd.mh (XDEPFILES): Delete.
7080 * config/pa/hppahpux.mh (XDEPFILES): Delete.
7081 * config/pa/hpux11w.mh (XDEPFILES): Delete.
7082 * config/pa/hppaosf.mh (XDEPFILES): Delete.
7083 * config/pa/hpux11.mh (XDEPFILES): Delete.
7084 * config/powerpc/aix.mh (XDEPFILES): Delete.
7085 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
7086 * config/powerpc/linux.mh (XDEPFILES): Delete.
7087 * config/romp/rtbsd.mh: Rename XDEPFILES.
7088 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
7089 * config/rs6000/aix4.mh (XDEPFILES): Delete.
7090 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
7091 * config/s390/s390.mh (XDEPFILES): Delete.
7092 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
7093 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
7094 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
7095 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
7096 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
7097 * config/sparc/nbsd.mh (XDEPFILES): Delete.
7098 * config/sparc/linux.mh (XDEPFILES): Delete.
7099 * config/vax/vaxult.mh (XDEPFILES): Delete.
7100 * config/vax/vaxult2.mh (XDEPFILES): Delete.
7101 * Makefile.in (DEPFILES): Remove XDEPFILES.
7102
375fc983
AC
71032002-01-17 Andrew Cagney <ac131313@redhat.com>
7104
7105 * utils.c (internal_verror): Fix comments, default is yes not no.
7106 Update queries to match. Default to quit and dump core.
7107
8926118c
AC
71082002-01-17 Andrew Cagney <ac131313@redhat.com>
7109
7110 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
7111 copyright.
7112 * defs.h, event-top.c, gdbcmd.h: Ditto.
7113 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
7114 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
7115 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
7116 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
7117 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
7118 * mi/mi-main.c:Ditto.
7119
7120 * stack.c, symfile.c: Update copyright.
7121
45b7b345
DJ
71222002-01-17 Daniel Jacobowitz <drow@mvista.com>
7123
db728ff7
DJ
7124 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
7125 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
7126 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
7127 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 7128
db728ff7
DJ
71292002-01-17 Daniel Jacobowitz <drow@mvista.com>
7130
7131 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
7132 * gdbserver/low-lynx.c (myattach): Likewise.
7133 * gdbserver/low-nbsd.c (myattach): Likewise.
7134 * gdbserver/low-sim.c (myattach): Likewise.
7135 * gdbserver/low-sparc.c (myattach): Likewise.
7136 * gdbserver/low-sun3.c (myattach): Likewise.
7137
7138 * gdbserver/low-linux.c (myattach): New function.
45b7b345 7139
db728ff7 7140 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
7141 (main): Handle "--attach".
7142
8de3c354
AC
71432002-01-16 Andrew Cagney <ac131313@redhat.com>
7144
7145 * MAINTAINERS (language support): Daniel Jacobwitz is C++
7146 maintainer.
7147
b0129042
DJ
71482002-01-15 Daniel Jacobowitz <drow@mvista.com>
7149
7150 * c-typeprint.c (is_type_conversion_operator): Add additional
7151 check for non-conversion operators.
7152
ba8679fb 71532002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
7154
7155 * linux-proc.c: Add "info proc" command, a la procfs.c.
7156 (read_mapping): New function, abstract and re-use code.
7157 (linux_find_memory_regions): Use new func read_mapping.
7158 (linux_info_proc_cmd): New function, implement "info proc".
7159 (_initialize_linux_proc): Add new command "info proc".
7160
e4f9b4d5
MS
71612002-01-15 Michael Snyder <msnyder@redhat.com>
7162
7163 * symfile.c (generic_load): Use bfd_map_over_sections method
7164 instead of manipulating bfd structure members directly.
7165 (add_section_size_callback): New function, bfd sections callback
7166 used by generic_load.
7167 (load_sections_callback): New function, bfd sections callback
7168 used by generic_load.
7169
08cf96df
EZ
71702002-01-15 Elena Zannoni <ezannoni@redhat.com>
7171
abf22e64 7172 [Based on work by Jim Blandy]
08cf96df
EZ
7173 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
7174 (builtin_type_vec128): Export.
7175 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
7176 types.
7177 (builtin_type_vec128): New builtin type for 128 bit vector
7178 registers.
7179 (build_gdbtypes): Initialize builtin_type_v16qi and
7180 builtin_type_v8hi. Create the vec128 register builtin type
7181 structure.
7182 (build_builtin_type_vec128): New function.
abf22e64 7183 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
7184 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
7185 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
7186 AltiVec register to new builtin type.
7187
d7242108
DJ
71882001-01-15 Daniel Jacobowitz <drow@mvista.com>
7189
7190 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
7191 to make_cv_type.
7192
4ee3352d
AC
71932002-01-14 Andrew Cagney <ac131313@redhat.com>
7194
7195 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
7196 CLEAN_UP_REGISTER_VALUE.
7197 * regcache.c (supply_register): Update only call.
7198
f015b2e7
AC
71992002-01-14 Andrew Cagney <ac131313@redhat.com>
7200
7201 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7202 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7203 a29k-*-vxworks* targets as obsolete.
7204
356ae49d
MS
72052002-01-14 Michael Snyder <msnyder@redhat.com>
7206
7207 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
7208 until we can resolve portability issues.
7209 * gregset.h: Remove references to fpxregs.
7210 * gcore.c (gcore_command): Initialize note_sec to NULL.
7211
ade8f45e
AC
72122002-01-13 Andrew Cagney <ac131313@redhat.com>
7213
7214 * signals.c (target_signal_to_name): Rewrite. Only use
7215 signals[].name when in bounds and non-NULL.
abf22e64 7216
89c49e7a
AC
72172002-01-13 Andrew Cagney <ac131313@redhat.com>
7218
7219 From Petr Ledvina <ledvinap@kae.zcu.cz>:
7220 * signals.c (target_signal_to_name): Verify that SIG is within the
7221 bounds of the signals array.
7222
4daa9f9f
AC
72232002-01-13 Andrew Cagney <ac131313@redhat.com>
7224
7225 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
7226
ba4bbdcb
KS
72272002-01-13 Keith Seitz <keiths@redhat.com>
7228
7229 * stack.c (print_frame_info_base): Print the frame's pc
7230 only if when print_frame_info_listing_hook is not defined.
7231
575bbeb6
KS
72322002-01-13 Keith Seitz <keiths@redhat.com>
7233
7234 * varobj.c (varobj_set_value): Make sure that there were no
7235 errors evaluating the object before attempting to set its
7236 value.
7237 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
7238 so this offset adjustment is no longer necessary.
7239 (create_child): Don't set the error flag if the child is
7240 a CPLUS_FAKE_CHILD.
7241 (value_of_child): If value_fetch_lazy fails, return NULL
7242 so that callers will be notified that an error occurred.
7243 (c_value_of_variable): Delay check of variable's validity
7244 until later. We actually want all structs and unions to have
7245 the value "{...}".
7246 Do not return "???" for variables which could not be evaluated.
7247 This error condition must be returned to the caller so that it
7248 can get the error condition from gdb.
7249 (cplus_name_of_child): Adjust index for vptr before figuring
7250 out the name of the child.
7251 (cplus_value_of_child): If a child's (real) parent is not valid,
7252 don't even bother trying to give a value for it. Just return
7253 an error. Change all instances in this function.
7254 (cplus_type_of_child): If our parent is one of the "fake"
7255 parents, we need to get at the type of the real parent, and
7256 derive the child's true type using this information.
7257
b76898ab
AC
72582002-01-13 Andrew Cagney <ac131313@redhat.com>
7259
7260 From 2002-01-09 John Marshall <johnm@falch.net>:
7261 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
7262 sources.redhat.com, and tweak some related URLs which had
7263 suffered from linkrot.
7264
b6649e88
AC
72652002-01-13 Andrew Cagney <ac131313@redhat.com>
7266
7267 From Jeff law:
7268 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
7269 structures passed in registers.
7270
82cc5033
EZ
72712002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
7272
7273 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
7274 white space which prevented compilation. Reported by DSK
7275 <dsk@student.unsw.edu.au>.
7276
ba5f2f8a
MS
72772002-01-11 Michael Snyder <msnyder@redhat.com>
7278
fbd35540
MS
7279 * symfile.c (build_section_addr_info_from_section_tab):
7280 Use bfd access method instead of manipulating bfd directly.
7281 (syms_from_objfile): Ditto.
7282 (simple_overlay_update_1): Ditto.
7283 (simple_overlay_update): Ditto.
7284 (generic_load): Ditto.
7285 (overlay_unmapped_address): FIXME comment, bfd access methods.
7286 (sections_overlap): FIXME comment, bfd access methods.
7287 (pc_in_mapped_range): FIXME comment, bfd access methods.
7288 (pc_in_unmapped_range): FIXME comment, bfd access methods.
7289 (section_is_mapped): FIXME comment, bfd access methods.
7290 (section_is_overlay): FIXME comment, bfd access methods.
7291
ba5f2f8a
MS
7292 * symfile.c (generic_load): Whitespace and long line cleanups.
7293 Remove duplicate variable, change several local variables to
7294 more appropriate data types.
7295 (print_transfer_performance): Use %lu instead of %ld for ulongs.
7296
17df2af6
AC
72972002-01-12 Andrew Cagney <ac131313@redhat.com>
7298
7299 From Peter Schauer:
7300 * language.c (longest_local_hex_string_custom): Use phex_nz to
7301 convert NUM to a hex string.
7302
ec920329
EZ
73032002-01-12 Elena Zannoni <ezannoni@redhat.com>
7304
7305 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
7306 the function.
538a76d6 7307 Update Copyright year.
ec920329 7308
3abd2e01
AC
73092002-01-12 Andrew Cagney <ac131313@redhat.com>
7310
7311 * language.c (longest_raw_hex_string): Delete unused function.
7312
b21b22e0
PS
73132002-01-11 Petr Sorfa <petrs@caldera.com>
7314
7315 * MAINTAINERS (write-after-approval): Add myself.
7316 * dwarf2read.c (read_tag_string_type): Handling of
7317 DW_AT_byte_size.
7318 (read_tag_string_type): FORTRAN fix to prevent propagation of
7319 first string size.
7320 (set_cu_language): Handling of DW_LANG_Fortran95
7321
747fe712
RE
73222002-01-11 Richard Earnshaw <rearnsha@arm.com>
7323
7324 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
7325 GETPID(inferior_ptid).
7326 (store_inferior_registers): Likewise.
7327
f1bea926
JM
73282002-01-10 Jason Merrill <jason@redhat.com>
7329
7330 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
7331 Fix DW_OP_minus.
7332
ae940673
AC
73332002-01-10 Andrew Cagney <ac131313@redhat.com>
7334
7335 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
7336 and bfd/elf32-sh-nbsd.c.
7337
00546b04
MS
73382002-01-10 Michael Snyder <msnyder@redhat.com>
7339
352ed7b4
MS
7340 * NEWS: Mention --pid and corefile/proc-id behavior change.
7341
c18be923
MS
7342 * Makefile.in: Add rules for gcore.o and linux-proc.o.
7343 * gcore.c: Include cli/cli-decode.h instead of command.h.
7344
00546b04
MS
7345 * main.c (captured_main): Add new command line option "--pid".
7346 If the second command line argument (following the symbol-file)
7347 begins with a digit, try to attach to it before trying to open
7348 it as a corefile.
7349 (print_gdb_help): Document the "--pid" argument.
7350
db60ec62
EZ
73512002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
7352
7353 * completer.c (command_completer): New function.
7354
7355 * completer.h <command_completer>: Add prototype.
7356
7357 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
7358 completer for the "help" command.
7359
39c22d1a
JM
73602002-01-09 Jason Merrill <jason@redhat.com>
7361
7362 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
7363
c564377f
MS
73642002-01-09 Michael Snyder <msnyder@redhat.com>
7365
975aec09
MS
7366 * i386-linux-nat.c (fill_fpxregset): Make global.
7367 (store_fpxregset): Ditto.
7368
db4a10fa
MS
7369 * gregset.h (gdb_fpxregset_t): Define.
7370 (supply_fpxregset): Prototype.
7371 (fill_fpxregset): Prototype.
7372
c564377f
MS
7373 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
7374
c3d45d70
RE
73752002-01-09 Richard Earnshaw <rearnsha@arm.com>
7376
7377 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
7378 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
7379 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
7380
fcc87af1
AC
73812002-01-09 Andrew Cagney <ac131313@redhat.com>
7382
7383 * MAINTAINERS: Update target maintainer rules so that any
7384 Maintainer can approve a tested patch for a maintenance-only
7385 target.
7386
dd96c05b
RE
73872002-01-09 Richard Earnshaw <rearnsha@arm.com>
7388
d4297db9 7389 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 7390
d4297db9 7391 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
7392 IN_SIGTRAMP.
7393
145fdc6e
MS
73942002-01-08 Michael Snyder <msnyder@redhat.com>
7395
7396 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
7397 real name of the executable, rather than the /proc name.
7398
be4d1333
MS
73992002-01-03 Michael Snyder <msnyder@redhat.com>
7400
7401 Implement a "generate-core-file" command in gdb, save target state.
7402 * gcore.c: New file. Implement new command 'generate-core-file'.
7403 Save a corefile image of the current state of the inferior.
7404 * linux-proc.c: Add linux-specific code for saving corefiles.
7405 * target.h (struct target_ops): Add new target vectors for saving
7406 corefiles; to_find_memory_regions and to_make_corefile_notes.
7407 (target_find_memory_regions): New macro.
7408 (target_make_corefile_notes): New macro.
7409 * target.c (update_current_target): Inherit new target methods.
7410 (dummy_find_memory_regions): New place-holder method.
7411 (dummy_make_corefile_notes): New place-holder method.
7412 (init_dummy_target): Initialize new dummy target vectors.
7413 * exec.c (exec_set_find_memory_regions): New function.
7414 Allow the exec_ops vector for memory regions to be taken over.
7415 (exec_make_note_section): New function, target vector method.
7416 * defs.h (exec_set_find_memory_regions): Export prototype.
7417 * procfs.c (proc_find_memory_regions): New function, corefile method.
7418 (procfs_make_note_section): New function, corefile method.
7419 (init_procfs_ops): Set new target vector pointers.
7420 (find_memory_regions_callback): New function.
7421 (procfs_do_thread_registers): New function.
7422 (procfs_corefile_thread_callback): New function.
7423 * sol-thread.c (sol_find_memory_regions): New function.
7424 (sol_make_note_section): New function.
7425 (init_sol_thread_ops): Initialize new target vectors.
7426 * inftarg.c (inftarg_set_find_memory_regions): New function.
7427 Allow to_find_memory_regions vector to be taken over.
7428 (inftarg_set_make_corefile_notes): New function.
7429 Allow to_make_corefile_notes vector to be taken over.
7430 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
7431 interface layer if not target_has_execution (may be a corefile).
7432 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
7433 * config/sparc/sun4sol2.mh: Ditto.
7434 * config/alpha/alpha-linux.mh: Ditto.
7435 * config/arm/linux.mh: Ditto.
7436 * config/i386/x86-64linux.mh: Ditto.
7437 * config/ia64/linux.mh: Ditto.
7438 * config/m68k/linux.mh: Ditto.
7439 * config/mips/linux.mh: Ditto.
7440 * config/powerpc/linux.mh: Ditto.
7441 * config/sparc/linux.mh: Ditto.
7442
c6b92abd
MS
74432002-01-07 Michael Snyder <msnyder@redhat.com>
7444
7445 * arm-linux-nat.c: Remove references to regcache.c internal data
7446 (registers[] and register_valid[]).
7447
4b09dc8c
MS
74482002-01-07 Michael Snyder <msnyder@redhat.com>
7449
abf22e64
AJ
7450 * linux-proc.c: New file. Implement child_pid_to_exec_file,
7451 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
7452 symbol file and shlibs.
7453 * Makefile.in: Add rule for linux-proc.o.
7454 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
7455 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
7456 * config/arm/linux.mh: Ditto.
7457 * config/i386/linux.mh: Ditto.
7458 * config/i386/x86-64linux.mh: Ditto.
7459 * config/ia64/linux.mh: Ditto.
7460 * config/m68k/linux.mh: Ditto.
7461 * config/mips/linux.mh: Ditto.
7462 * config/powerpc/linux.mh: Ditto.
7463 * config/sparc/linux.mh: Ditto.
7464
c25b74ac
PM
74652002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
7466
7467 * win32-nat.c: Add i386-tdep.h dependency.
7468
94cd915f
MS
74692002-01-07 Michael Snyder <msnyder@redhat.com>
7470
c7cccb76
MS
7471 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
7472 instead of bfd_get_arch_size. Don't bail out just because
7473 there's no exec_bfd.
abf22e64 7474
34c0bd93
MS
7475 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
7476 * p-valprint.c (pascal_object_print_value): Ditto.
7477 * somread.c (som_symtab_read): Ditto.
7478 * symfile.c (simple_free_overlay_region_table): Ditto.
7479 * valops.c (value_assign): Ditto.
7480
21c1c920
MS
7481 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
7482 use tilde_expand and strerror for opening save-tracepoints file.
7483
5bbd998e
MS
7484 * thread-db.c (thread_db_new_objfile): Indendation fix.
7485
94cd915f
MS
7486 * infptrace.c (GDB_MAX_ALLOCA): New define.
7487 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 7488 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
7489 can be overridden with whatever value is appropriate to the host).
7490 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
7491 alloca to allocate potentially large buffer.
7492 * rs6000-nat.c (child_xfer_memory): Ditto.
7493 * symm-nat.c (child_xfer_memory): Ditto.
7494 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
7495
494e8a93
JSC
74962002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
7497
7498 From Nick Clifton <nickc@redhat.com>
7499 * d10v-tdep.c: Set STACK_START to 0x200bffe.
7500
d0e1d48e
MS
75012002-01-07 Michael Snyder <msnyder@redhat.com>
7502
abf22e64 7503 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
7504 Don't use exec_bfd if it's NULL.
7505
290b2c7a
MK
75062002-01-06 Mark Kettenis <kettenis@gnu.org>
7507
abf22e64 7508 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 7509
aef21287
AC
75102002-01-06 Andrew Cagney <ac131313@redhat.com>
7511
7512 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
7513 * gnu-nat.c: Ditto.
7514
30efa627
AC
75152002-01-06 Andrew Cagney <ac131313@redhat.com>
7516
7517 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
7518 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
7519 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
7520 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
7521 z8k-coff have not been multi-arched. Update z8k-coff build
7522 status.
7523
9b4ff276
AC
75242002-01-06 Andrew Cagney <ac131313@redhat.com>
7525
7526 * MAINTAINERS: Mark a29k target as obsolete.
7527 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
7528 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
7529 comments.
7530 * NEWS: Note that a29k targets are obsolete.
7531 * a29k-tdep.c: Mark as obsolete.
7532 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7533 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7534 a29k-*-vxworks* targets as obsolete.
7535 * remote-adapt.c: Obsolete.
7536 * remote-eb.c: Obsolete.
7537 * remote-mm.c: Obsolete.
7538 * remote-udi.c: Obsolete.
7539 * config/a29k/a29k-udi.mt: Obsolete.
7540 * config/a29k/a29k.mt: Obsolete.
7541 * config/a29k/tm-a29k.h: Obsolete.
7542 * config/a29k/tm-vx29k.h: Obsolete.
7543 * config/a29k/vx29k.mt: Obsolete.
7544
a9011d31
AC
75452002-01-05 Andrew Cagney <ac131313@redhat.com>
7546
7547 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
7548 with BFD_ENDIAN_BIG.
7549
9299404e
AC
75502002-01-05 Andrew Cagney <ac131313@redhat.com>
7551
7552 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
7553 * configure, config.in: Re-generate.
7554 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
7555 * defs.h: Do not include <endian.h>.
7556
7e89e357
JT
75572002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
7558
7559 * acconfig.h (HAVE_PT_GETXMMREGS): New.
7560 * config.in: Regenerate.
7561 * configure.in: Update copyright years.
7562 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
7563 * configure: Regenerate.
7564 * i386bsd-nat.c: Update copyright years.
7565 (fill_gregset): Use regcache_collect.
7566 (fetch_inferior_registers): Only fetch integer registers
7567 if requested to do so. Add support for XMM registers
7568 using PT_GETXMMREGS.
7569 (store_inferior_registers): Only store integer registers
7570 if requested to do so. Add support for XMM registers
7571 using PT_SETXMMREGS.
7572 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
7573 (store_inferior_registers): Remove.
7574 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
7575 (fetch_elfcore_registers): New function.
7576 (i386nbsd_elfcore_fns): New.
7577 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
7578 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
7579 i386bsd-nat.o.
7580 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7581 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
7582 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
7583 * config/i386/tm-nbsd.h: Update copyright years.
7584 (HAVE_SSE_REGS): Define.
7585 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
7586 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
7587 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
7588 (SIGCONTEXT_PC_OFFSET): Remove.
7589 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
7590
a752853e
AC
75912002-01-05 Andrew Cagney <ac131313@redhat.com>
7592
7593 * configure.tgt: Remove powerpc-*-macos* target.
7594 * config/m68k/xm-mpw.h: Delete file.
7595 * config/xm-mpw.h: Delete file.
7596 * ser-mac.c: Delete file.
7597 * mpw-make.sed: Delete file.
7598 * mpw-config.in: Delete file.
7599 * mac-xdep.c: Delete file.
7600 * mac-gdb.r: Delete file.
7601 * mac-defs.h: Delete file.
7602 * mac-nat.c: Delete file.
7603 * config/powerpc/macos.mh: Delete file.
7604 * config/powerpc/macos.mt: Delete file.
7605 * config/powerpc/nm-macos.h: Delete file.
7606 * config/powerpc/tm-macos.h: Delete file.
7607 * source.c (openp, open_source_file): Remove obsolete code.
7608 * top.c (gdb_readline): Ditto.
7609 * utils.c (query): Ditto.
7610 * event-top.c (display_gdb_prompt): Ditto.
7611 * Makefile.in (ser-mac.o): Delete obsolete target.
7612 * NEWS: Update.
7613
d7449b42
AC
76142002-01-04 Andrew Cagney <ac131313@redhat.com>
7615
7616 * defs.h (BIG_ENDIAN): Delete macro definition.
7617 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
7618 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
7619 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
7620 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7621 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
7622 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
7623 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
7624 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7625 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7626 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
7627 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
7628 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
7629 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7630 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7631 * gdbarch.c: Re-generate.
7632
356374e8
DJ
76332002-01-04 Daniel Jacobowitz <drow@mvista.com>
7634
7635 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
7636 for core files.
7637
a2b8f8f8
JT
76382002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7639
7640 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
7641
12466af9
AC
76422002-01-04 Andrew Cagney <ac131313@redhat.com>
7643
7644 * value.h (value_ptr): Delete typedef.
7645
3549ab40
JT
76462002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7647
7648 * i386nbsd-nat.c: Update copyright years.
7649 Include i386-tdep.h.
7650
fedbd091
EZ
76512002-01-04 Elena Zannoni <ezannoni@redhat.com>
7652
7653 * stabsread.c: Update copyright years.
7654
7655 From Debashis Mahata <debashis.mahata@wipro.com>:
7656 (read_struct_fields): Deal with Sun C compiler erroneous stab
7657 output for structs and unions.
fec8b34f 7658 Fix PR gdb/269.
fedbd091 7659
eb43544b
DJ
76602002-01-04 Daniel Jacobowitz <drow@mvista.com>
7661
7662 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
7663 prototype.
7664
1514d34e
DJ
76652002-01-04 Daniel Jacobowitz <drow@mvista.com>
7666
7667 * cp-abi.c: Fix whitespace.
7668 (baseclass_offset): New wrapper function.
7669 * cp-abi.h (baseclass_offset): Add prototype.
7670 (struct cp_abi_ops): Add baseclass_offset pointer.
7671
7672 * valops.c (vb_match): Move to...
7673 * gnu-v2-abi.c (vb_match): here.
7674 * valops.c (baseclass_offset): Move to...
7675 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
7676
7677 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
7678
7679 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
7680 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
7681 * hpacc-abi.c (init_hpacc_ops): Likewise.
7682
7f8c9282
DJ
76832002-01-04 Daniel Jacobowitz <drow@mvista.com>
7684
7685 * valops.c (find_overload_match): Accept obj as a
7686 reference parameter. Update it before returning.
7687 * value.h (find_overload_match): Update prototype.
7688 * eval.c (evaluate_subexp_standard): Pass object to
7689 find_overload_match by reference.
7690
f23631e4
AC
76912002-01-03 Andrew Cagney <ac131313@redhat.com>
7692
7693 * valarith.c: Replace value_ptr with struct value pointer. Remove
7694 register attribute from value declarations.
7695 * valops.c: Ditto.
7696 * value.h: Ditto.
7697 * scm-lang.c (scm_lookup_name): Ditto.
7698
79e10fab 76992002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 7700
79e10fab
AC
7701 Abstract the functionality of iterating over mapped memory
7702 regions into a general purpose iterator function.
abf22e64 7703 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
7704 iterator for memory sections.
7705 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
7706 (solib_mappings_callback): New function, callback for above.
7707 (info_proc_mappings): Reimpliment using iterate_over_mappings.
7708 (info_mappings_callback): New function, callback for above.
7709
7710 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
7711
c5ad026a
MK
77122002-01-01 Mark Kettenis <kettenis@gnu.org>
7713
d2a7c97a
MK
7714 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
7715 * i386-tdep.c: Include "elf-bfd.h".
7716 (process_note_abi_tag_sections): New function.
7717 (i386_gdbarch_init): Add code to recognize various OS/ABI
7718 combinations.
7719
c5ad026a
MK
7720 * maint.c (_initialize_maint_cmds): Add missing \ in
7721 string-literal.
7722
a1a5b71e 7723For older changes see ChangeLog-2001
c906108c
SS
7724\f
7725Local Variables:
7726mode: change-log
7727left-margin: 8
7728fill-column: 74
7729version-control: never
7730End:
This page took 0.768862 seconds and 4 git commands to generate.