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