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