* arch-utils.h: Update copyright.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d7bd68ca
AC
12002-04-24 Andrew Cagney <ac131313@redhat.com>
2
3 * arch-utils.h: Update copyright.
4
5 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6 * gdbarch.h, gdbarch.c: Re-generate.
7
8 * inferior.h (IN_SIGTRAMP): Delete definition.
9 * arch-utils.c (legacy_pc_in_sigtramp): New function.
10 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
11
12 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
13 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
14 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
15 (find_proc_framesize): Ditto.
16 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
17 (alpha_init_extra_frame_info): Ditto.
18 * infrun.c (handle_inferior_event): Ditto.
19 (handle_inferior_event): Ditto.
20 (check_sigtramp2): Ditto.
21 * blockframe.c (create_new_frame): Ditto.
22 (get_prev_frame): Ditto.
23 * ppc-linux-tdep.c: Update comments.
24 * i386-linux-tdep.c: Update comments.
25 * breakpoint.c (bpstat_what): Update comment.
26
d06f167a
ML
272002-04-24 Michal Ludvig <mludvig@suse.cz>
28
29 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
30 (regsets_store_inferior_registers): Removed cast to int from
31 ptrace() calls.
32 * gdbserver/regcache.h: Added declaration of struct inferior_info.
33
4867e41e
DM
342002-04-24 David S. Miller <davem@redhat.com>
35
21d83aa5
DM
36 * i960-tdep.c (register_in_window_p): New function.
37 (i960_find_saved_register): Use it instead of
38 REGISTER_IN_WINDOW_P.
39 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
40
4867e41e
DM
41 * symtab.h (find_stab_function_addr): Kill extern.
42 * minsyms.c (find_stab_function_addr): Remove from here...
43 * dbxread.c: ... to here, and mark it static.
44
69cdf6a2
DM
452002-04-20 David S. Miller <davem@redhat.com>
46
47 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
48 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
49
5a595886
DM
502002-04-21 David S. Miller <davem@redhat.com>
51
52 * remote-vxsparc.c (vx_read_register): Fix typo, we want
53 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
54 (vx_write_register): Likewise.
55
1da1a192
JB
562002-04-23 J. Brobecker <brobecker@gnat.com>
57
58 * source.c (is_regular_file): New function.
59 (openp): Check wether file to open is a regular file
60 to avoid opening directories.
61
baa6f10b
JT
622002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
63
64 * findvar.c (extract_signed_integer): Cast printf argument
65 to suppress format warning.
66 (extract_unsigned_integer): Likewise.
67 * infcmd.c (registers_info): Likewise.
68 * top.c (get_prompt_1): Likewise.
69 * valops.c (value_assign): Likewise.
70 * valprint.c (print_decimal): Likewise.
71
b2c4da81
L
722002-04-22 H.J. Lu (hjl@gnu.org)
73
74 * c-exp.y (typebase): Support
75
76 [long|long long|short] [signed|unsigned] [int|]
77
78 and
79
80 signed [long|long long|short] int
81
f267bd6a
JT
822002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
83
84 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
85 and vax-tdep.h.
86 * vax-tdep.h: New file.
87 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
88 Make several routines static.
89 (vax_get_saved_register): New function.
90 (vax_gdbarch_init): New function.
91 (_initialize_vax_tdep): Register vax_gdbarch_init.
92 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
93 Remove macros now under the control of gdbarch.
94
da3c6d4a
MS
952002-04-22 Michael Snyder <msnyder@redhat.com>
96
11d3b27d
MS
97 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
98 Some whitespace and coding standards tweaks.
da3c6d4a 99
a33f7558
JT
1002002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
101
102 * vax-tdep.c: Include regcache.h.
103 (vax_call_dummy_words): New.
104 (sizeof_vax_call_dummy_words): New.
105 (vax_fix_call_dummy): New function.
106 (vax_saved_pc_after_call): Ditto.
107 * config/vax/tm-vax.h: Don't include regcache.h.
108 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
109 (CALL_DUMMY): Remove.
110 (CALL_DUMMY_WORDS): Define.
111 (SIZEOF_CALL_DUMMY_WORDS): Define.
112 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
113
47a73475
MS
1142002-04-18 Michael Snyder <msnyder@redhat.com>
115
116 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
117
52efde73
JT
1182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
119
120 * vax-tdep.c (vax_frame_chain): New function.
121 (vax_push_dummy_frame): Ditto.
122 (vax_pop_frame): Ditto.
123 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
124 (FRAMELESS_FUNCTION_INVOCATION): Use
125 generic_frameless_function_invocation_not.
126 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
127 (POP_FRAME): Use vax_pop_frame.
128
ea74468c
JT
1292002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
130
131 * vax-tdep.c (vax_store_struct_return): New function.
132 (vax_extract_return_value): Ditto.
133 (vax_store_return_value): Ditto.
134 (vax_extract_struct_value_address): Ditto.
135 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
136 vax_store_struct_return.
137 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
138 (STORE_RETURN_VALUE): Use vax_store_return_value.
139 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
140
5516aa92
JT
1412002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
142
143 * vax-tdep.c (vax_frame_saved_pc): New function.
144 (vax_frame_args_address_correct): Ditto.
145 (vax_frame_args_address): Ditto.
146 (vax_frame_locals_address): Ditto.
147 (vax_frame_num_args): Move code to be in proximity to
148 other frame-related functions.
149 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
150 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
151 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
152 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
153 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
154
36af0b35
L
1552002-04-22 H.J. Lu (hjl@gnu.org)
156
157 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
158 includedir.
159
ab62c900
JT
1602002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
161
162 * vax-tdep.c (vax_frame_init_saved_regs): New function.
163 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
164 (FRAME_INIT_SAVED_REGS): New macro.
165
7232b100
JT
1662002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
167
168 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
169
b70d2aee
JT
1702002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
171
172 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
173 where needed.
174 (fetch_osf_core_registers): Likewise.
175 (supply_gregset): Likewise.
176
a0e8a2d1
JB
1772002-04-22 J. Brobecker <brobecker@gnat.com>
178
179 * symfile.h (get_section_index): Define.
180 * symfile.c (get_section_index): New function.
181 * mdebugread.c (SC_IS_SBSS): New macro.
182 (SC_IS_BSS): Return true for the scBss storage class only, as
183 the scSBss storage class refers to the .sbss section.
184 (parse_partial_symbols): Discard the symbols which associated
185 section does not exist.
186 Make sure to use the .sbss section index for symbols which
187 storage class is scBss, rather than using the .bss section index.
188
51eb8b08
JT
1892002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
190
191 * vax-tdep.c: Update copyright years.
192 (vax_register_name): New function.
193 (vax_register_byte): Ditto.
194 (vax_register_raw_size): Ditto.
195 (vax_register_virtual_size): Ditto.
196 (vax_register_virtual_type): Ditto.
197 * config/vax/tm-vax.h: Update copyright years.
198 (REGISTER_NAMES): Remove.
199 (REGISTER_NAME): Define.
200 (REGISTER_BYTE): Use vax_register_byte.
201 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
202 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
203 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
204
6cc1c0a8
AC
2052002-04-21 Andrew Cagney <ac131313@redhat.com>
206
207 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
208 declaration
209 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
210
9319a2fe
DM
2112002-04-21 David S. Miller <davem@redhat.com>
212
213 * arch-utils.c (generic_prologue_frameless_p): Kill
214 SKIP_PROLOGUE_FRAMELESS_P code.
215 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
216 references.
217 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
218 * arc-tdep.c (arc_prologue_frameless_p): Implement.
219 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
220 references.
221 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
222 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
223 (sparc_gdbarch_init): Pass it to
224 set_gdbarch_prologue_frameless_p.
a0e8a2d1 225
e9ed6d01
JT
2262002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
227
228 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
229 (alphabsd-nat.o): New dependency list.
230
36012033
JT
2312002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
232
233 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
234 alphafbsd-tdep.c.
235 (alpha-linux-tdep.o): New dependency list.
236 (alphafbsd-tdep.o): Likewise.
237
3379287a
JT
2382002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
239
240 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
241 to here...
242 * alpha-tdep.c: ...from here.
243 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
244
4bcbd6cb
JT
2452002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
246
247 * config/alpha/tm-alpha.h: Move alpha_software_single_step
248 prototype from here...
249 * alpha-tdep.h: ...to here.
250
b31da25e
AC
2512002-04-21 Andrew Cagney <ac131313@redhat.com>
252
253 * frame.h (selected_frame_level): Document as deprecated.
254 (frame_relative_level): Declare.
255 * stack.c (frame_relative_level): New function.
256 (selected_frame_level): Document as deprecated.
257 (select_frame): Do not set the selected_frame_level.
258
259 * stack.c (frame_info, record_selected_frame): Update.
260 (frame_command, current_frame_command): Update.
261 (up_silently_base, up_command, down_silently_base): Update.
262 (down_command): Update.
263 * inflow.c (kill_command): Update.
264 * tracepoint.c (finish_tfind_command): Update.
265 * corelow.c (core_open): Update.
266 * thread.c (info_threads_command): Update.
267 (do_captured_thread_select): Update.
268 * infcmd.c (finish_command): Update.
269 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
270
9c1d6fe5
JT
2712002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
272
273 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
274
ab89facf
AC
2752002-04-21 Andrew Cagney <ac131313@redhat.com>
276
277 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
278 type const.
279
82a4efa1
JT
2802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
281
282 * alphafbsd-tdep.c: Update copyright years. Include
283 alpha-tdep.h.
284 (alphafbsd_use_struct_convention): Make static.
285 (alphafbsd_init_abi): New function.
286 (_initialize_alphafbsd_tdep): New function.
287 * config/alpha/tm-fbsd.h: Update copyright years.
288 (USE_STRUCT_CONVENTION): Remove.
289
44dffaac
JT
2902002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
291
292 * alpha-tdep.c (alpha_abi_handler): New structure to describe
293 an Alpha ABI variant.
294 (alpha_abi_handler_list): Declare.
295 (alpha_gdbarch_register_os_abi): New function.
296 (alpha_gdbarch_init): Give registered ABI variant handlers a
297 chance to tweak the gdbarch once we have set up defaults.
298 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
299
65585be4
JT
3002002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
301
302 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
303 to standard_coerce_float_to_double.
304 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
305
d9b023cc
JT
3062002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
307
308 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
309 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
310 from gdbarch_tdep rather than a constant.
311 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
312 the default text address for all Alpha Unix ABIs.
313 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
314 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
315
dc129d82
JT
3162002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
317
318 * alpha-tdep.h: New file. Includes several Alpha target constants
319 taken from...
320 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
321 let gdbarch deal with.
322 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
323 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
324 to dependency list.
325 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
326 Alpha target register names.
327 * alphabsd-nat.c: Likewise.
328 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
329 Alpha target register names. Make serveral routines static.
330 (alpha_get_saved_register): New function.
331 (alpha_abi_names): New.
332 (process_note_abi_tag_sections): New function.
333 (get_elfosabi): New function.
334 (alpha_gdbarch_init): New function.
335 (alpha_dump_tdep): New function.
336 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
337
d49d1e0a
AC
3382002-04-21 Andrew Cagney <ac131313@redhat.com>
339
340 * frame.c (find_saved_register): Delete #ifdef
341 HAVE_REGISTER_WINDOWS code.
342 * config/sparc/tm-sparc.h: Update comments.
343 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
344
92e8c9ed
AC
3452002-04-21 Andrew Cagney <ac131313@redhat.com>
346
347 * i960-tdep.c (i960_find_saved_register): New function.
348 (i960_get_saved_register): New function.
349 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
350 (i960_get_saved_register): Declare.
351 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
352
e1925118
DM
3532002-04-20 David S. Miller <davem@redhat.com>
354
355 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
356
29673b29
AC
3572002-04-20 Andrew Cagney <ac131313@redhat.com>
358
359 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
360 instead of NUM_PSEUDO_REGS.
361
6c86dcd5
DM
3622002-04-20 David S. Miller <davem@redhat.com>
363
364 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
365 GDB_MULTI_ARCH_PARTIAL
366 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
367 define, let tm-sp64.h do it.
368
aa40ec90
JT
3692002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
370
371 * frame.c (find_saved_register): Avoid a NULL pointer
372 dereference and actually walk the frame list.
373
0f79675b
AC
3742002-04-20 Andrew Cagney <ac131313@redhat.com>
375
376 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
377 sorted in most most-recent-used order. Document.
378 * gdbarch.h, gdbarch.c: Regenerate.
379
c04a1aa8
DJ
3802002-04-20 Daniel Jacobowitz <drow@mvista.com>
381
382 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
383 (add_inferior): Call create_register_cache.
384 (clear_inferiors): Call free_register_cache.
385 (inferior_regcache_data, set_inferior_regcache_data): New functions.
386 * gdbserver/regcache.c (struct inferior_regcache_data): New.
387 (registers): Remove.
388 (get_regcache): New function.
389 (create_register_cache, free_register_cache): New functions.
390 (set_register_cache): Don't initialize the register cache here.
391 (registers_to_string, registers_from_string, register_data): Call
392 get_regcache.
393 * gdbserver/regcache.h: Add prototypes.
394 * gdbserver/server.h: Likewise.
395
611cb4a5
DJ
3962002-04-20 Daniel Jacobowitz <drow@mvista.com>
397
398 * gdbserver/mem-break.c: New file.
399 * gdbserver/mem-break.h: New file.
400 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
401 dependencies.
402 * gdbserver/inferiors.c (struct inferior_info): Add target_data
403 member.
404 (clear_inferiors): Free target_data member if set.
405 (inferior_target_data, set_inferior_target_data): New functions.
406 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
407 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
408 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
409 (struct inferior_linux_data): New.
410 (linux_create_inferior): Use set_inferior_target_data.
411 (linux_attach): Likewise. Call add_inferior.
412 (linux_wait_for_one_inferior): New function.
413 (linux_wait): Call it.
414 (linux_write_memory): Add const.
415 (initialize_low): Call set_breakpoint_data.
416 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
417 handling members.
418 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
419 call.
420 * gdbserver/server.h: Include mem-break.h. Update inferior.c
421 prototypes.
422 * gdbserver/target.c (read_inferior_memory)
423 (write_inferior_memory): New functions.
424 * gdbserver/target.h (read_inferior_memory)
425 (write_inferior_memory): Change macros to prototypes.
426 (struct target_ops): Update comments. Add const to write_memory
427 definition.
428
f91305dd 4292002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
430
431 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
432 instead of ->prev.
433 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
434 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
435 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
436 instead of ->prev.
437
73d322b1
EZ
4382002-04-19 Elena Zannoni <ezannoni@redhat.com>
439
440 Fix PR gdb/471.
441 * gdbtypes.c (init_simd_type): Rewrite using new functions.
442 (build_builtin_type_vec128): Ditto.
443 (append_composite_type_field): Fix calculation of type length in
444 union case.
445
ccd9a834
EZ
4462002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
447
448 * config/djgpp/README: Update.
449
450 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
451 compiler warnings.
452
a57f9e49
JT
4532002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
454
455 * alpha-tdep.c (setup_arbitrary_frame): Rename...
456 (alpha_setup_arbitrary_frame): ...to this.
457 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
458 for alpha_setup_arbitrary_frame.
459
f4f9705a
AC
4602002-04-18 Andrew Cagney <cagney@redhat.com>
461
462 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
463 * gdbarch.h, gdbarch.c: Regenerate.
464
465 * defs.h (breakpoint_from_pc_fn): Delete type definition.
466 * target.h (memory_breakpoint_from_pc): Update declaration.
467 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
468
469 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
470 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
471 * mem-break.c (memory_breakpoint_from_pc): Ditto.
472 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
473 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
474 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
475 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
476 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
477 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
478 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
479 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
480 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
481
482 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
483 const pointer.
484 * monitor.c (monitor_insert_breakpoint): Ditto.
485 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
486
487 * config/mcore/tm-mcore.h: Update copyright.
488 * mem-break.c: Ditto.
489 * xstormy16-tdep.c: Ditto.
490
29f319b8
PM
4912002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
492
493 * p-exp.y: Add precedence rule for '^' token.
494 This removes the shift/reduce conflicts.
495 Remove the comment concerning these shift/reduce conflicts.
496
ebeac11a
EZ
4972002-04-18 Elena Zannoni <ezannoni@redhat.com>
498
499 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
500 (registers_powerpc_nofp): New register set for processors
501 without floating point unit.
502
27c31547
DM
5032002-04-18 David S. Miller <davem@redhat.com>
504
505 * MAINTAINERS: Add myself to write-after-approval.
506
47a73475
MS
5072002-04-17 Michael Snyder <msnyder@redhat.com>
508
509 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
510
953836b2
AC
5112002-04-17 Andrew Cagney <ac131313@redhat.com>
512
513 * rs6000-tdep.c (frame_initial_stack_address): Use
514 frame_register_read to read the alloca_reg.
515
8b0d4340
AC
5162002-04-17 Andrew Cagney <ac131313@redhat.com>
517
518 * frame.c (find_saved_register): Find saved registers in the next
519 not prev frame.
520 Fix PR gdb/365.
521
d8864532
AC
5222002-04-17 Andrew Cagney <ac131313@redhat.com>
523
524 * gdbarch.sh (LANG): Set to ``c''.
525
36cc83a3
AC
5262002-04-15 Andrew Cagney <ac131313@redhat.com>
527
528 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
529
2f4150cc 5302002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
531
532 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
533 Update copyright.
534
628703c6 535 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc
AC
536 Also fix PR gdb/391.
537
56157b4a
AC
5382002-04-14 Andrew Cagney <ac131313@redhat.com>
539
540 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
541 * aclocal.m4, configure: Re-generate.
542 Fix PR gdb/391.
543
6d1e3329
EZ
5442002-04-14 Elena Zannoni <ezannoni@redhat.com>
545
546 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
547 instead of tm_print_insn.
548
cb06fa07
EZ
5492002-04-14 Elena Zannoni <ezannoni@redhat.com>
550
551 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
552
f208ba17
AC
5532002-04-14 Andrew Cagney <ac131313@redhat.com>
554
555 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
556 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
557 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
558
20f01a46
DH
5592002-04-12 Don Howard <dhoward@redhat.com>
560
561 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
562 max_user_call_depth.
563 (init_cmd_lists): Initialize the new value;
564 * cli/cli-script.c (execute_user_command): Limit the call depth of
565 user defined commands. This avoids a core-dump when user commands
566 are infinitly recursive.
567
a88376a3
KB
5682002-04-12 Kevin Buettner <kevinb@redhat.com>
569
570 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
571 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
572 from tdep struct instead of DEFAULT_LR_SAVE.
573 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
574 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
575 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
576
f2172603
MS
5772002-04-12 Michael Snyder <msnyder@redhat.com>
578
694f61fb 579 * Remote.c: Spelling fix.
20fe79c8
MS
580 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
581 If no symbol found for "sbrk", try "_sbrk".
582 (make_output_phdrs): Use bfd_section_name.
583 (gcore_copy_callback): Use bfd_section_name.
62995fc4 584 * eval.c: Indentation fix-ups.
169a7369
MS
585 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
586 in case it gets applied to an address that is already
587 in the instruction space.
de74f71f
MS
588 * cli/cli-decode.c (help_list): Allow long lines to wrap.
589 * symfile.c: Fix indentation, long lines.
f2172603
MS
590 * source.c: White space fix-up.
591
cda5a58a
AC
5922002-04-12 Andrew Cagney <cagney@redhat.com>
593
594 * defs.h (read_relative_register_raw_bytes): Delete declaration.
595 * frame.c (frame_register_read): New function. Return non-zero on
596 success.
597 (read_relative_register_raw_bytes_for_frame): Delete.
598 (read_relative_register_raw_bytes): Delete.
599 * frame.h (frame_register_read): Declare.
600 * d30v-tdep.c: Update Copyright. Use frame_register_read.
601 * sh-tdep.c: Ditto.
602 * infcmd.c (do_registers_info): Ditto.
603 * hppa-tdep.c: Ditto.
604 * rs6000-tdep.c: Ditto.
605 * h8500-tdep.c: Ditto.
606 * mips-tdep.c: Ditto.
607 * h8300-tdep.c: Ditto.
608 * z8k-tdep.c: Ditto.
609
2ea5f656
KB
6102002-04-12 Kevin Buettner <kevinb@redhat.com>
611
612 From Jimi X <jimix@watson.ibm.com>:
613 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
614 64-bit SysV ABI.
615
27b15785
KB
6162002-04-12 Kevin Buettner <kevinb@redhat.com>
617
618 From Jimi X <jimix@watson.ibm.com>:
619 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
620 bfd info.
621
5d57ee30
KB
6222002-04-12 Kevin Buettner <kevinb@redhat.com>
623
624 From Jimi X <jimix@watson.ibm.com>:
625 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
626 register sets for these processor variants.
627
bc1e36ca
DJ
6282002-04-11 Daniel Jacobowitz <drow@mvista.com>
629
630 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
631 registers which are allowed to fail to store.
632 * gdbserver/linux-low.h (linux_target_ops): Likewise.
633 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
634 (ppc_cannot_store_register): FPSCR may not be storable.
635 * regformats/reg-ppc.dat: Support FPSCR.
636
e3f36dbd
KB
6372002-04-11 Kevin Buettner <kevinb@redhat.com>
638
639 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
640 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
641 Add fpscr as an invalid/unfetchable register.
642 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
643 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
644 (fill_fpregset): Add support for register fpscr.
645 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
646 (fill_gregset): Account for the fact that register ``mq'' might
647 not exist.
648 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
649 (registers_power): Add fpscr to register set at slot 71.
650 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
651 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
652
943c9c25
MS
6532002-04-11 Michael Snyder <msnyder@redhat.com>
654
655 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
656 * configure: Regenerate.
657 * config.in: Regenerate.
658 * acconfig.h: Add define for _SYSCALL32.
659 * core-sol2.c: Remove #define _SYSCALL32.
660 * solib-legacy.c: Remove #define _SYSCALL32.
661
d8c0a2e7
AC
6622002-04-10 Andrew Cagney <ac131313@redhat.com>
663
664 * stack.c (select_frame): Cleanup internal error message, do not
665 use %p.
666
7cc19214
AC
6672002-04-10 Andrew Cagney <ac131313@redhat.com>
668
669 * stack.c (select_frame): Check that selected_frame and the
670 specified level are as expected.
671 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
672 Update copyright.
673 * frame.h (struct frame_info): Add field `level'. Update
674 copyright.
675 Work-in-progress PR gdb/464.
676
67a2b77e
AC
6772002-04-10 Andrew Cagney <ac131313@redhat.com>
678
679 * maint.c (maint_print_section_info): Rename print_section_info.
680 (print_bfd_section_info, print_objfile_section_info): Update.
681 * inferior.h (struct gdbarch): Add opaque declaration.
682 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
683 * gdbarch.h: Regenerate.
684
8cfda98c
ML
6852002-04-10 Michal Ludvig <mludvig@suse.cz>
686
687 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
688 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
689 (kernel_u_size): Added.
690 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
691 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
692
ca439ad2
JI
6932002-04-04 Jim Ingham <jingham@apple.com>
694
695 * valarith.c (find_size_for_pointer_math): New function, either returns
696 the size for a pointer's target, returns 1 for void *, or errors for
697 incomplete types.
698 (value_add, value_sub): use find_size_for_pointer_math.
699
2f2893d9
DJ
7002002-04-09 Daniel Jacobowitz <drow@mvista.com>
701
702 * linux-low.c (linux_look_up_symbols): New hook.
703 (linux_target_ops): Add linux_look_up_symbols.
704 * remote-utils.c (decode_address): New function.
705 (look_up_one_symbol): New function.
706 * server.c (handle_query): Call target look_up_symbols hook.
707 * server.h (look_up_one_symbol): Add prototype.
708 * target.h (struct target_ops): Add look_up_symbols hook.
709
2ec06d2e
DJ
7102002-04-09 Daniel Jacobowitz <drow@mvista.com>
711
d64b8841
DJ
712 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
713 * ChangeLog: Correct paths in last ChangeLog entry.
714
7152002-04-09 Daniel Jacobowitz <drow@mvista.com>
716
717 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
718 (struct linux_target_ops): New.
719 (extern the_low_target): New.
d64b8841 720 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
721 (register_addr): Use the_low_target explicitly.
722 (fetch_register): Likewise.
723 (usr_fetch_inferior_registers): Likewise.
724 (usr_store_inferior_registers): Likewise.
d64b8841 725 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
726 (arm_num_regs): Define.
727 (arm_regmap): Renamed from regmap, made static.
728 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
729 made static.
730 (arm_cannot_store_register): Renamed from cannot_store_register,
731 made static.
732 (the_low_target): New.
d64b8841 733 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
734 (i386_num_regs): Define.
735 (i386_regmap): Renamed from regmap, made static.
736 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
737 made static.
738 (i386_cannot_store_register): Renamed from cannot_store_register,
739 made static.
740 (the_low_target): New.
d64b8841 741 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
742 (ia64_num_regs): Define.
743 (ia64_regmap): Renamed from regmap, made static.
744 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
745 made static.
746 (ia64_cannot_store_register): Renamed from cannot_store_register,
747 made static.
748 (the_low_target): New.
d64b8841 749 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
750 (m68k_num_regs): Define.
751 (m68k_regmap): Renamed from regmap, made static.
752 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
753 made static.
754 (m68k_cannot_store_register): Renamed from cannot_store_register,
755 made static.
756 (the_low_target): New.
d64b8841 757 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
758 (mips_num_regs): Define.
759 (mips_regmap): Renamed from regmap, made static.
760 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
761 made static.
762 (mips_cannot_store_register): Renamed from cannot_store_register,
763 made static.
764 (the_low_target): New.
d64b8841 765 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
766 (ppc_num_regs): Define.
767 (ppc_regmap): Renamed from regmap, made static.
768 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
769 made static.
770 (ppc_cannot_store_register): Renamed from cannot_store_register,
771 made static.
772 (the_low_target): New.
d64b8841 773 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
774 (s390_num_regs): Define.
775 (s390_regmap): Renamed from regmap, made static.
776 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
777 made static.
778 (s390_cannot_store_register): Renamed from cannot_store_register,
779 made static.
780 (the_low_target): New.
d64b8841 781 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
782 (sh_num_regs): Define.
783 (sh_regmap): Renamed from regmap, made static.
784 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
785 made static.
786 (sh_cannot_store_register): Renamed from cannot_store_register,
787 made static.
788 (the_low_target): New.
d64b8841 789 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
790 (the_low_target): New.
791
96cb11df
AC
7922002-04-09 Andrew Cagney <ac131313@redhat.com>
793
794 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
795 override FP_REGNUM with frame->fp. Update copyright.
796 * parse.c (num_std_regs, std_regs): Delete.
797 (target_map_name_to_register): Do not search std_regs. Update
798 function description.
799 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
800 declarations. Update copyright.
801 Fix PR gdb/251.
802
c3a3ccc7
DJ
8032002-04-09 Daniel Jacobowitz <drow@mvista.com>
804
805 * gdbserver/Makefile.in: Add stamp-h target.
806 * gdbserver/configure.in: Create stamp-h.
807 * gdbserver/configure: Regenerated.
808
ce3a066d
DJ
8092002-04-09 Daniel Jacobowitz <drow@mvista.com>
810
811 * gdbserver/inferiors.c: New file.
812 * gdbserver/target.c: New file.
813 * gdbserver/target.h: New file.
814 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
815 dependencies.
816 * gdbserver/linux-low.c (inferior_pid): New static variable,
817 moved from server.c.
818 (linux_create_inferior): Renamed from create_inferior.
819 Call add_inferior. Return 0 on success instead of a PID.
820 (linux_attach): Renamed from myattach.
821 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
822 (linux_thread_alive): Renamed from mythread_alive.
823 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
824 child dies.
825 (linux_resume): Renamed from myresume. Add missing ``return 0''.
826 (regsets_store_inferior_registers): Correct error message.
827 Add missing ``return 0''.
828 (linux_fetch_registers): Renamed from fetch_inferior_registers.
829 (linux_store_registers): Renamed from store_inferior_registers.
830 (linux_read_memory): Renamed from read_inferior_memory.
831 (linux_write_memory): Renamed from write_inferior_memory.
832 (linux_target_ops): New structure.
833 (initialize_low): Call set_target_ops ().
834 * gdbserver/remote-utils.c (unhexify): New function.
835 (hexify): New function.
836 (input_interrupt): Send signals to ``signal_pid''.
837 * gdbserver/server.c (inferior_pid): Remove.
838 (start_inferior): Update create_inferior call.
839 (attach_inferior): Call add_inferior.
840 (handle_query): New function.
841 (main): Call handle_query for `q' packets.
842 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
843 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
844
0729219d
DJ
8452002-04-09 Daniel Jacobowitz <drow@mvista.com>
846
847 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
848 dependencies.
849 * gdbserver/configure.in: Check for <string.h>
850 * gdbserver/configure: Regenerate.
851 * gdbserver/config.in: Regenerate.
852 * gdbserver/gdbreplay.c: Include needed system headers.
853 (remote_open): Remove strchr prototype.
854 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
855 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
856 (supply_register_by_name): Likewise.
857 (collect_register): Change buf argument to void *.
858 (collect_register_by_name): Likewise.
859 * gdbserver/regcache.h: Add missing prototypes.
860 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
861 * gdbserver/server.c (handle_query): New function.
862 (attached): New static variable, moved out of main.
863 (main): Quiet longjmp clobber warnings.
864 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
865 * gdbserver/utils.c (error): Remove NORETURN.
866 (fatal): Likewise.
867
97658e92
DJ
8682002-04-09 Daniel Jacobowitz <drow@mvista.com>
869
870 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
871 after the last symbol in a block.
872
6044e3eb
PM
8732002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
874
875 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
876 is non zero as a found symbol.
877
0406ec40
AC
8782002-04-08 Andrew Cagney <ac131313@redhat.com>
879
880 * findvar.c: Include "builtin-regs.h".
881 (value_of_register): Call value_of_builtin_reg when applicable.
882 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
883 (target_map_name_to_register): Call
884 builtin_reg_map_name_to_regnum.
885 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
886 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
887 (builtin_regs_h): Define.
888 (builtin-regs.o): New target.
889 (findvar.o): Add $(builtin_regs_h).
890 * builtin-regs.c, builtin-regs.h: New files.
891 * std-regs.c: New file.
892 Partial fix for PR gdb/251.
893
56a6dfb9
KB
8942002-04-08 Kevin Buettner <kevinb@redhat.com>
895
896 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
897 it's no longer required.
898
3a808432
AC
8992002-04-08 Andrew Cagney <ac131313@redhat.com>
900
901 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
902
7c40d541
KB
9032002-04-08 Kevin Buettner <kevinb@redhat.com>
904
905 From Jimi X <jimix@watson.ibm.com>:
906 * rs6000-tdep.c (rs6000_software_single_step): Use
907 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
908 and size. Use target_insert_breakpoint() and
909 target_remove_breakpoint() to insert and remove breakpoints
910 instead of explicit memory reads and writes.
911
cc9836a8
KB
9122002-04-08 Kevin Buettner <kevinb@redhat.com>
913
914 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
915 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
916 ELF_OBJECT_FORMAT ifdef.
917
7495d1dc
KB
9182002-04-08 Kevin Buettner <kevinb@redhat.com>
919
920 From Jimi X <jimix@watson.ibm.com>:
921 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
922
4288e836
KB
9232002-04-08 Kevin Buettner <kevinb@redhat.com>
924
925 From Jimi X <jimix@watson.ibm.com>:
926 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
927 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
928
a4e4e501
MK
9292002-04-07 Mark Kettenis <kettenis@gnu.org>
930
931 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
932 s/asprintf/xasprintf/.
933 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
934
006defba
AC
9352002-04-07 Andrew Cagney <ac131313@redhat.com>
936
937 I believe Jeff Law denies responsability for this one:
938 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
939 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
940 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
941 Work-around for PR gdb/366.
942
7aa83cac
EZ
9432002-04-07 Elena Zannoni <ezannoni@redhat.com>
944
945 * remote-e7000.c (write_small, e7000_read_inferior_memory,
946 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
947 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
948
cf1fcca1
EZ
9492002-04-07 Elena Zannoni <ezannoni@redhat.com>
950
951 * sh-tdep.c (sh_fp_frame_init_saved_regs,
952 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
953 information.
954
3f289e6f
AC
9552002-04-07 Andrew Cagney <ac131313@redhat.com>
956
957 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
958 maintainer.
959
129188f6
AC
9602002-04-07 Andrew Cagney <ac131313@redhat.com>
961
962 * README (Reporting Bugs in GDB): Document the bug web page as the
963 prefered way of submitting bugs.
964 Fix PR gdb/402.
965
1200cd6e
AC
9662002-04-06 Andrew Cagney <ac131313@redhat.com>
967
968 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
969 -1. Update comment.
970 * gdbarch.h, gdbarch.c: Re-generate.
971
2853c33c
AS
9722002-04-07 Andreas Schwab <schwab@suse.de>
973
974 * m68klinux-nat.c (fill_fpregset): Properly pass address of
975 buffer to regcache_collect.
976
c2169756
AC
9772002-04-06 Andrew Cagney <ac131313@redhat.com>
978
979 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
980 * gdbarch.c, gdbarch.h: Re-generate.
981
25f1b008
AC
9822002-04-06 Andrew Cagney <ac131313@redhat.com>
983
984 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
985 declaration. Fix -Werror.
986
59263426
DJ
9872002-04-05 Daniel Jacobowitz <drow@mvista.com>
988
989 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
990 * gdbarch.c: Regenerate.
991
f5db4da3
MS
9922002-04-05 Michael Snyder <msnyder@redhat.com>
993
80f8a6eb
MS
994 * breakpoint.c (clear_command): Rewrite middle section to
995 combine two loops with identical control conditions.
996 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
997 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
998
ad3dcc5c
L
9992002-04-05 H.J. Lu (hjl@gnu.org)
1000
1001 * solib-svr4.c (bkpt_names): Add "__start".
1002
f32e7a74
AC
10032002-04-04 Andrew Cagney <ac131313@redhat.com>
1004
1005 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
1006 as test for 64 bit target.
1007
8227c0ff
AC
10082002-04-05 Andrew Cagney <ac131313@redhat.com>
1009
1010 * h8500-tdep.c (h8500_write_fp): Delete function.
1011 * dwarf2cfi.c (cfi_write_fp): Document as not used.
1012 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
1013 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
1014 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
1015 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
1016 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
1017 (s390_write_fp):
1018 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
1019 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
1020 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
1021 (d10v_write_fp): Delete function.
1022 * inferior.h (write_fp, generic_target_write_fp): Delete
1023 declarations.
1024 * regcache.c (generic_target_write_fp): Delete function.
1025 (write_fp): Delete function.
1026 * gdbarch.sh (TARGET_WRITE_FP): Delete.
1027 * gdbarch.h, gdbarch.c: Regenerate.
1028 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
1029 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
1030 (sparc64_write_fp): Delete declaration.
1031 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
1032 (h8500_write_fp): Delete declaration.
1033
2757dd86
AC
10342002-04-04 Andrew Cagney <ac131313@redhat.com>
1035
1036 * sparc-tdep.c (sparc64_write_fp): Delete.
1037 (sparc_push_dummy_frame): Replace write_fp call with code to store
1038 the FP directly.
1039 (sparc_gdbarch_init): Do not initialize write_fp.
1040
c69255e1
KB
10412002-04-05 Kevin Buettner <kevinb@redhat.com>
1042
1043 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
1044 clause.
1045
ae767bfb
JB
10462002-03-29 Jim Blandy <jimb@redhat.com>
1047
1048 * stack.c (get_selected_block): Add new argument `addr_in_block',
1049 used to return the exact code address we used to select the block,
1050 not just the block.
1051 * blockframe.c (get_frame_block, get_current_block): Same.
1052 * frame.h (get_frame_block, get_current_block,
1053 get_selected_block): Update declarations.
1054 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
1055 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
1056
84d2ac95
MS
10572002-04-05 Michael Snyder <msnyder@redhat.com>
1058
1059 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
1060 warning message.
1061
596aa3bf
JB
10622002-04-05 J. Brobecker <brobecker@gnat.com>
1063
1064 * utils.c (xfullpath): New function.
1065 * defs.h (xfullpath): Add declaration.
1066 * source.c (openp): Use xfullpath in place of gdb_realpath to
1067 avoid resolving the basename part of filenames when the
1068 associated file is a symbolic link. This fixes a potential
1069 inconsistency between the filenames known to GDB and the
1070 filenames it prints in the annotations.
1071 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
1072 to be able to match a filename with either the real filename, or
1073 the name of any symbolic link to this file.
1074 (lookup_partial_symtab): Ditto.
1075
c02f5703
MS
10762002-04-04 Michael Snyder <msnyder@redhat.com>
1077
1078 * breakpoint.c: Add support for hardware breakpoints in overlays.
1079 (overlay_events_enabled): New state variable.
1080 (insert_breakpoints): Use overlay_events_enabled to decide
1081 whether to attempt to set a breakpoint at the overlay load addr.
1082 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1083 (remove_breakpoint): Use overlay_events_enabled to decide
1084 whether breakpoints need to be removed from overlay load addr.
1085 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1086 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
1087 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
1088 disable_overlay_breakpoints): Update overlay_events_enabled.
1089
5fb290d7
DJ
10902002-04-04 Daniel Jacobowitz <drow@mvista.com>
1091
1092 * dwarf2read.c (struct function_range): New.
1093 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
1094 (check_cu_functions): New.
1095 (read_file_scope): Initialize global function lists.
1096 Call dwarf_decode_line after processing children.
1097 (read_func_scope): Add to global function list.
1098 (dwarf_decode_lines): Call check_cu_functions everywhere
1099 record_line is called. Call record_line with a linenumber
1100 of 0 to mark sequence ends.
1101
7b3fabf0
ML
11022002-04-04 Michal Ludvig <mludvig@suse.cz>
1103
1104 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
1105 change sync with glibc.
1106
bce58c09
JB
11072002-04-03 Jim Blandy <jimb@redhat.com>
1108
1109 * configure.in: Call AC_C_INLINE.
1110 * configure: Regenerated.
1111
2fccf04a
DJ
11122002-04-01 Daniel Jacobowitz <drow@mvista.com>
1113
1114 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
1115 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
1116
2d1bfe2e
MK
11172002-03-31 Mark Kettenis <kettenis@gnu.org>
1118
a5941fbf
MK
1119 * NEWS: Mention gcore support on FreeBSD/i386.
1120
a90cd31d
MK
1121 * fbsd-proc.c: New file.
1122 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
1123 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
1124
2d1bfe2e
MK
1125 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
1126 while statement.
1127
9eb6e5a1
JB
11282002-03-29 Jim Blandy <jimb@redhat.com>
1129
1130 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
1131 unescaped newlines in string literals, but newer ones don't. So
1132 escape them.
1133
f02df580
MS
11342002-03-26 Michael Snyder <msnyder@redhat.com>
1135 Andrew Cagney <cagney@redhat.com>
1136
1137 * cli/cli-dump.c: New file. Dump memory to file,
1138 restore file to memory.
1139 * cli/cli-dump.h: New file.
1140 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 1141 * NEWS: Mention new commands.
f02df580 1142
109f874e
MS
11432002-03-28 Michael Snyder <msnyder@redhat.com>
1144
1145 * symfile.c (symbol_file_add): Move test for null symbols to later.
1146
520f6ade
AC
11472002-03-27 Andrew Cagney <ac131313@redhat.com>
1148
1149 From veksler at il.ibm.com:
1150 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
1151 the xstrduped original path.
1152 Fix PR gdb/417.
1153
d4654627
MS
11542002-03-27 Michael Snyder <msnyder@redhat.com>
1155
1156 * breakpoint.c (_initialize_breakpoint): Clean up help string.
1157 * infcmd.c (_initialize_infcmd): Ditto.
1158 * language.c (_initialize_language): Ditto.
1159 * symfile.c (_initialize_symfile): Ditto.
1160 * top.c (_init_main): Ditto.
1161 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1162
6be8bc0c
EZ
11632002-03-27 Elena Zannoni <ezannoni@redhat.com>
1164
1165 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
1166 vector registers handling.
1167 (skip_prologue): Handle new AltiVec instructions. Fill in new
1168 fields of frame data.
1169 (frame_get_saved_regs): Fill in information for AltiVec registers.
1170
12af6855
JB
11712002-03-27 Jim Blandy <jimb@redhat.com>
1172
1173 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
1174 a function; leave this macro here to invoke that function.
1175 (symbol_init_mangled_name): Declaration for that function.
1176 * symtab.c (symbol_init_mangled_name): New function.
1177
dc672865
AC
11782002-03-27 Andrew Cagney <ac131313@redhat.com>
1179
1180 * valarith.c: Replace strerror with safe_strerror.
1181 * tracepoint.c: Ditto.
1182 * lin-lwp.c: Ditto.
1183 * go32-nat.c: Ditto.
1184 * inflow.c: Ditto.
1185 * gnu-nat.c: Ditto.
1186
d96429cd
AS
11872002-03-27 Andreas Schwab <schwab@suse.de>
1188
1189 * event-top.c (command_line_handler): Remove useless if.
1190
7e336ba1
AJ
11912002-03-27 Andreas Jaeger <aj@suse.de>
1192
1193 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
1194 comment.
1195
de220d0f
ML
11962002-03-27 Michal Ludvig <mludvig@suse.cz>
1197
1198 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
1199 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
1200 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
1201 (x86_64_linux_dr_get_status, supply_gregset),
1202 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
1203 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
1204 (x86_64_register_info_table): Add.
1205 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
1206 (x86_64_register_raw_size, x86_64_register_virtual_type),
1207 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
1208 general x86_64_register_info_table.
1209 (i386_gdbarch_init): gdbarch_register_bytes is now set
1210 dynamicaly during initialization.
1211 * regformats/reg-x86-64.dat: Synced with changes to registers above.
1212 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 1213
0e98d0a7
DJ
12142002-03-27 Daniel Jacobowitz <drow@mvista.com>
1215
1216 * gdbserver/server.c (main): Call target_signal_to_host_p
1217 and target_signal_to_host on signals received from the remote.
1218 * gdbserver/remote-utils.c (prepare_resume_reply): Call
1219 target_signal_from_host on signals sent to the remote.
1220 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
1221 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
1222
3130066b
DJ
12232002-03-27 Daniel Jacobowitz <drow@mvista.com>
1224
1225 * signals/signals.c: Include "server.h" in gdbserver build.
1226 (target_signal_from_name): Don't use STREQ.
1227 (_initialize_signals): Likewise. Don't include function in
1228 gdbserver build.
1229
9aedf4f4
DJ
12302002-03-27 Daniel Jacobowitz <drow@mvista.com>
1231
1232 * signals.c: Moved to...
1233 * signals/signals.c: Here.
7e336ba1 1234 * Makefile (signals.o): Update.
9aedf4f4 1235
3fa41cdb
JL
12362002-03-26 Jeff Law (law@redhat.com)
1237
1238 * somread.c (som_symtab_read): Remove some commented out code and
1239 updated related comments. Do not set the minimal symbol table to
1240 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
1241 in a dynamic executable.
1242 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
1243 where we are unable to find the minimal symbol for the given
1244 PC value.
1245
ee677e8d
MS
12462002-03-25 Jeff Law (law@redhat.com)
1247
1248 * linux-proc.c (read_mapping): Scan up to end of line for filename.
1249
e76e1718
ML
12502002-03-25 Michal Ludvig <mludvig@suse.cz>
1251
1252 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
1253
18a642a1
AC
12542002-03-23 Andrew Cagney <ac131313@redhat.com>
1255
1256 * command.h: Update copyright.
1257 (struct cmd_list_element): Replace definition with opaque
1258 declaration.
1259 (enum cmd_types): Document that it will eventually be moved to
1260 cli/cli-decode.h
1261 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
1262 (MALLOCED_REPLACEMENT): Delete macro.
1263 * Makefile.in (cli_decode_h): Add $(command_h).
1264 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 1265 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
1266 * completer.c: Include "cli/cli-decode.h".
1267 * maint.c: Include "cli/cli-decode.h".
1268 * cli/cli-decode.h: Include "command.h".
1269 (enum command_class): Delete.
1270 (enum cmd_types): Comment out.
1271 (enum cmd_auto_boolean): Delete.
1272 (enum var_types): Delete.
1273
b2875cc0
AC
12742002-03-23 Andrew Cagney <ac131313@redhat.com>
1275
1276 * cli/cli-decode.c: Include "gdb_assert.h".
1277 (add_set_or_show_cmd): New static function.
1278 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
1279 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
1280 all fields, such as func, from the set command.
1281
3b45974e
AC
12822002-03-23 Andrew Cagney <ac131313@redhat.com>
1283
1284 * MAINTAINERS (sh-elf): Change warning flag to -w.
1285
823ca731
AC
12862002-03-23 Andrew Cagney <cagney@redhat.com>
1287
1288 * defs.h (error): Add printf format attribute.
1289 * thread-db.c (thread_from_lwp): Fix error format string.
1290 * stack.c (parse_frame_specification): Ditto.
1291 * cli/cli-decode.c (undef_cmd_error): Ditto.
1292 * scm-lang.c (scm_lookup_name): Ditto.
1293 * tracepoint.c (trace_error): Ditto.
1294 * remote-utils.c (usage): Ditto.
1295 * remote.c (compare_sections_command): Ditto.
1296 Fix PR gdb/328.
1297
0e101458
AC
12982002-03-22 Andrew Cagney <ac131313@redhat.com>
1299
1300 * gdbtypes.c (append_composite_type_field): New function.
1301 (init_composite_type): New function.
1302 * gdbtypes.h (append_composite_type_field): Declare.
1303 (init_composite_type): Ditto.
1304
8e0662df
EZ
13052002-03-22 Elena Zannoni <ezannoni@redhat.com>
1306
1307 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 1308 function.
8e0662df
EZ
1309 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
1310 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
1311 structure returning convention for SYSV ABI case, but not
1312 for GNU/Linux, FreeBSD, or NetBSD.
1313
3121eff0
DJ
13142002-03-22 Daniel Jacobowitz <drow@mvista.com>
1315
1316 * symtab.h (lookup_block_symbol): Add mangled_name argument
1317 to prototype.
1318
1319 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
1320 with new mangled_name argument.
1321 * linespec.c (decode_line_1): Likewise.
1322 * valops (value_of_this): Likewise.
1323 * symtab.c (lookup_transparent_type): Likewise.
1324 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
1325 (lookup_symbol): If we are given a mangled name, pass it down
1326 to lookup_symbol_aux.
1327 (lookup_block_symbol): If we are given a mangled name to check
1328 against, only return symbols which match it.
1329
349b409f
CF
13302002-03-22 Christopher Faylor <cgf@redhat.com>
1331
1332 * win32-nat.c (child_create_inferior): Check for proper shell to use
1333 here, in case the user changes it on the fly.
1334 (_initialize_inftarg): Remove shell path considerations.
1335
2a873819
EZ
13362002-03-21 Elena Zannoni <ezannoni@redhat.com>
1337
1338 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
1339 for gdbarch_max_register_raw_size and max_register_virtual_size.
1340 Adjust copyright year.
1341
a1b9830c
DJ
13422002-03-21 Daniel Jacobowitz <drow@mvista.com>
1343
1344 * dbxread.c (process_one_symbol): Extend the first N_SLINE
1345 in a function to cover the entire beginning of the function
1346 as well if it does not already.
1347
8b5790f2
TR
13482002-03-21 Tom Rix <trix@redhat.com>
1349
1350 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
1351 (rs6000_ptrace64): Renamed from ptrace64.
1352
bdbe5747
MH
13532002-03-20 Martin M. Hunt <hunt@redhat.com>
1354
1355 * gdbserver/remote-utils.c (remote_open): Don't call
1356 getprotobyname, we're all using TCP here so just use
1357 IPPROTO_TCP.
7e336ba1 1358 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
1359
13602002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 1361
bdbe5747
MH
1362 * regcache.c (_initialize_regcache): No need to call
1363 build_regcache() at this time; it gets called whenever
1364 the gdbarch changes.
1365
7781cd62
DB
13662002-03-20 David O'Brien <obrien@FreeBSD.org>
1367
1368 * sparc-nat.c: Include sys/param.h where possible.
1369
f65ca430
DJ
13702002-03-20 Daniel Jacobowitz <drow@mvista.com>
1371
1372 Fix PR gdb/422.
1373 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
1374 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
1375 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
1376 complex types.
1377 * stabsread.c (rs6000_builtin_type): Likewise.
1378 (read_sun_floating_type): Likewise.
1379
0c867556
PS
13802002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1381
1382 * stabsread.c (read_member_functions): Remove skip code for duplicate
1383 constructor/destructor methods. Use standard parsing for these
1384 methods and just do not chain them to the list of methods after
1385 parsing.
1386
12b9c64f
AO
13872002-03-19 Alexandre Oliva <aoliva@redhat.com>
1388
1389 * coffread.c: Remove redundant static declarations. Replace
1390 occurrences of `PTR' with `void *'.
1391 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
1392 * top.h (quit_cover): Likewise.
1393 * defs.h (catch_errors): Likewise.
1394
349c5d5f
AC
13952002-03-18 Andrew Cagney <ac131313@redhat.com>
1396
1397 * defs.h (XMALLOC): Define.
1398 * gdb-events.sh (XMALLOC): Delete macro.
1399 * gdb-events.c, gdb-events.h: Regenerate.
1400 * gdbarch.sh (XMALLOC): Delete macro.
1401 * gdbarch.c: Regenerate.
1402 * serial.c (XMALLOC): Delete macro.
1403 * ui-file.c (XMALLOC): Ditto.
1404 * ser-unix.h (XMALLOC): Ditto.
1405 * sh-tdep.c (XMALLOC): Ditto.
1406 * ui-out.c (XMALLOC): Ditto.
1407 * utils.c (XMALLOC): Ditto.
1408 * i386-tdep.c (XMALLOC): Ditto.
1409 * gdb-events.c (XMALLOC): Ditto.
1410 * d10v-tdep.c (XMALLOC): Ditto.
1411 * cli-out.c (XMALLOC): Ditto.
1412
1413 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
1414 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
1415 * ui-file.c, ui-out.c: Ditto.
1416
7d0766f3
AC
14172002-03-18 Andrew Cagney <ac131313@redhat.com>
1418
1419 * command.h (struct cmd_list_element): Add field context.
1420 (set_cmd_context, get_cmd_context): Declare.
1421 * cli/cli-decode.h: Ditto.
1422 * cli/cli-decode.c (get_cmd_context): New function.
1423 (set_cmd_context): New function.
1424 (add_cmd): Initialize context.
1425 Part of fixing PR gdb/145 and PR gdb/146.
1426
5913bcb0
AC
14272002-03-17 Andrew Cagney <ac131313@redhat.com>
1428
1868c04e
AC
1429 * cli/cli-decode.c (cmd_type): New function.
1430 * command.h (cmd_type): Declare.
1431 * infrun.c (set_schedlock_func): Call function cmd_type.
1432 * kod.c (kod_set_os): Call cmd_type.
1433 * cris-tdep.c (cris_version_update): Use function cmd_type.
1434 (cris_mode_update, cris_abi_update): Ditto.
1435
5913bcb0
AC
1436 * command.h: (execute_cmd_post_hook): Declare.
1437 (execute_cmd_pre_hook): Declare.
1438 * cli/cli-script.c (clear_hook_in_cleanup): New function.
1439 (execute_cmd_post_hook, execute_cmd_pre_hook): New
1440 functions. Execute pre/post hook while ensuring that afterwords
1441 hook_in is cleared.
1442 * top.c (execute_command): Use execute_cmd_post_hook, and
1443 execute_cmd_pre_hook to execute pre/post commands.
1444 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
1445 hook_stop_stub.
1446 (hook_stop_stub): Call execute_cmd_pre_hook.
1447
b51450c9
AC
14482002-03-17 Andrew Cagney <ac131313@redhat.com>
1449
1450 * kod.c (kod_set_os): Revert previous change. Is called by ``info
1451 set'' and this leads to a core dump. Move xstrdup of
1452 operating_system to after check that it is not NULL.
1453
f66c9f11
AC
14542002-03-17 Andrew Cagney <ac131313@redhat.com>
1455
8e694ecf
AC
1456 * kod.c (kod_set_os): Remove unnecessary check that
1457 ``command->type'' is set_cmd.
1458
f66c9f11
AC
1459 * valprint.c (set_input_radix): Use input_radix.
1460 (set_output_radix): Use output_radix.
1461 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
1462 isn't reverted.
1463
9d01611c
AC
14642002-03-16 Andrew Cagney <ac131313@redhat.com>
1465
1466 * value.h (struct value): Delete field ``substring_addr''. Change
1467 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
1468 force_core_addr_align and force_pointer_aligh.
1469
1470 * value.h (struct value): Fix typo in above change.
9d01611c 1471
4156bb53
PS
14722002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1473
1474 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
1475 to fix internal_error from ``maintenance print architecture''.
1476
0e5e3ea6
PS
14772002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1478
1479 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
1480 for gcc versions after gcc-2.8.1.
1481
9b013045
PS
14822002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1483
1484 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
1485 for method resolution. Restore adjustment of ``this'' pointer after
1486 calling value_struct_elt, which was accidentally removed during the
1487 HP merge.
1488
376c9600
AC
14892002-03-15 Andrew Cagney <ac131313@redhat.com>
1490
1491 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
1492 value_of_register.
1493 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
1494 get_saved_register.
1495 * value.h (value_of_register): Update.
1496
a4db0f07
RH
14972002-03-14 Richard Henderson <rth@redhat.com>
1498
1499 * configure.in: Detect declaration for canonicalize_file_name.
1500 * utils.c (canonicalize_file_name): Declare, if needed.
1501 (gdb_realpath): Prefer realpath if available and usable.
1502 * config.in, configure: Rebuild.
1503
96383835
RH
15042002-03-14 Richard Henderson <rth@redhat.com>
1505
1506 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
1507 a constant array bound.
1508
1509 * MAINTAINERS: Add myself to write-after-approval.
1510
75245b24
MS
15112002-03-14 Michael Snyder <msnyder@redhat.com>
1512
1513 * symfile.c (syms_from_objfile): Return immediately if no syms.
1514 (symbol_file_add): Return immediately if no syms.
1515 (find_sym_fns): Return immediately if no syms.
1516
e641a1ca
ML
15172002-03-13 Michal Ludvig <mludvig@suse.cz>
1518
1519 * gdbserver/remote-util.c (remote_open): Print remote-side's
1520 IP address when remote debugging over the network.
7e336ba1 1521
df08bfec
DB
15222002-03-12 David O'Brien <obrien@FreeBSD.org>
1523
1524 * config/sparc/fbsd.mh: Fix copyright.
1525 * config/sparc/fbsd.mt: Likewise.
1526
9a57864f
RE
15272002-03-11 Richard Earnshaw <rearnsha@arm.com>
1528
1529 * MAINTAINERS: Fix typo in name of gdb warnings option.
1530 (x86-64): Fix formating so that this can be parsed by awk.
1531
dd7bf85e
DJ
15322002-03-10 Daniel Jacobowitz <drow@mvista.com>
1533
1534 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
1535 * defs.h: Include "gdb/signals.h".
1536 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
1537
33a0a2ac
ML
15382002-03-10 Michal Ludvig <mludvig@suse.cz>
1539
1540 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 1541 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
1542 from x86-64-tdep.h
1543
dd824b04
DJ
15442002-03-10 Daniel Jacobowitz <drow@mvista.com>
1545 Don Howard <dhoward@redhat.com>
1546
1547 * mips-tdep.c (ST0_FR): Define.
1548 (mips2_fp_compat): New function, temporarily disabled.
1549 (mips_read_fp_register_single): New function.
1550 (mips_read_fp_register_double): New function.
1551 (mips_print_register): Use them.
1552 (do_fp_register_row): Likewise.
1553
6a41ff59
AC
15542002-03-09 Andrew Cagney <ac131313@redhat.com>
1555
1556 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
1557 approval''.
1558
4ea09c10
PS
15592002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1560
1561 * stabsread.c (read_member_functions): Fix is_stub test for
1562 static member functions, improve comment.
1563
6ccc741d
RE
15642002-03-07 Richard Earnshaw <rearnsha@arm.com>
1565
1566 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
1567 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
1568 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
1569 commands that set boolean values.
1570 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
1571 (arm_rdi_resume): Always initialize PC.
1572 (arm_rdi_open): Don't use rslt as a boolean.
1573 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
1574 (arm_rdi_fetch_registers, arm_rdi_store_registers)
1575 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
1576 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
1577
438013df
AO
15782002-03-06 Alexandre Oliva <aoliva@redhat.com>
1579
1580 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
1581 * configure: Rebuilt.
1582
70ed8774
SC
15832002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1584
1585 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
1586 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
1587
5ba2abeb
AC
15882002-03-06 Andrew Cagney <ac131313@redhat.com>
1589
1590 * cli/cli-decode.c (set_cmd_completer): New function.
1591 * command.h (set_cmd_completer): Declare.
1592 * cli/cli-decode.h (set_cmd_completer): Ditto.
1593
1594 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
1595 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1596 * win32-nat.c (_initialize_inftarg): Ditto.
1597 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1598 * proc-api.c (_initialize_proc_api): Ditto.
1599 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
1600 * source.c (_initialize_source): Ditto.
1601 * exec.c (_initialize_exec): Ditto.
1602 * solib.c (_initialize_solib): Ditto.
1603 * top.c (init_main): Ditto.
1604 * tracepoint.c (_initialize_tracepoint): Ditto.
1605 * symfile.c (_initialize_symfile): Ditto.
1606 * printcmd.c (_initialize_printcmd): Ditto.
1607 * infcmd.c (_initialize_infcmd): Ditto.
1608 * corefile.c (_initialize_core): Ditto.
1609
f779ca99
AC
16102002-03-05 Andrew Cagney <ac131313@redhat.com>
1611
1612 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
1613
01a3934b
AC
16142002-03-05 Andrew Cagney <ac131313@redhat.com>
1615
1616 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
1617
37057839
AC
16182002-03-05 Andrew Cagney <ac131313@redhat.com>
1619
1620 * NEWS: Update headings, 5.2 has branched.
1621
c6ecbae5
DJ
16222002-03-04 Daniel Jacobowitz <drow@mvista.com>
1623
1624 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
1625 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
1626 (register_addr, REGISTER_RAW_SIZE): Likewise.
1627 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
1628 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
1629
e9f30c21
ML
16302002-03-03 Michal Ludvig <mludvig@suse.cz>
1631
1632 * MAINTAINERS (x86-64): Add myself.
1633 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
1634 changed value_ptr -> struct value *
1635
54394ac3
DB
16362002-03-01 David O'Brien <obrien@FreeBSD.org>
1637
1638 * configure.host (sparc64-*-freebsd): Add.
1639 * configure.tgt: Likewise.
1640 * config/sparc/fbsd.mh: New file.
1641 * config/sparc/fbsd.mt: Likewise.
1642 * config/sparc/nm-fbsd.h: Likewise.
1643 * config/sparc/tm-fbsd.h: Likewise.
1644
bfe95955
DJ
16452002-03-01 Daniel Jacobowitz <drow@mvista.com>
1646
1647 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
1648 regformats/reg-s390x.dat.
1649
f33c6cbf
AC
16502002-03-01 Andrew Cagney <ac131313@redhat.com>
1651
1652 * utils.c: Add FIXME explaining true/false problem.
1653
5ecaa7dd
AC
16542002-02-28 Andrew Cagney <ac131313@redhat.com>
1655
1656 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
1657
2a251cc2
MC
16582002-02-28 Michael Chastain <mec@shout.net>
1659
1660 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
1661
6a8031a3 16622002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
1663
1664 * gdbserver/linux-s390-low.c: New file.
1665 * regformats/reg-s390.dat: New file.
1666 * regformats/reg-s390x.dat: New file.
1667 * gdbserver/configure.srv: Add S/390.
1668 * gdbserver/Makefile.in: Add S/390.
1669 * configure.tgt: Enable gdbserver for S/390.
1670
ac469903
EZ
16712002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
1672
1673 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
1674 first line of the doc string for "info dos", except at the end of
1675 the sentence, since the short help stops at the first period.
1676
985cb1a3
JM
16772002-02-28 Jason Merrill <jason@redhat.com>
1678
1679 * dwarf2read.c (dwarf_cfi_name): Add new codes.
1680
c570663e
FF
16812002-02-27 Fred Fish <fnf@redhat.com>
1682
1683 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
1684 comment (dumy -> dummy).
1685
43630227
PS
16862002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1687
1688 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
1689
b84911e8
RB
16902002-02-27 Rodney Brown <rbrown64@csc.com.au>
1691
1692 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
1693
58caa3dc
DJ
16942002-02-27 Daniel Jacobowitz <drow@mvista.com>
1695
1696 * gdbserver/acconfig.h: New file.
1697 * gdbserver/i387-fp.c: New file.
1698 * gdbserver/i387-fp.h: New file.
1699 * gdbserver/linux-x86-64.c: New file.
1700 * regformats/reg-x86-64.dat: New file.
1701 * configure.tgt: Add x86_64-*-linux* gdbserver support.
1702 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
1703 * gdbserver/configure.in: Add support for regsets.
1704 * gdbserver/config.in: Regenerate.
1705 * gdbserver/configure: Regenerate.
1706 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
1707 * gdbserver/linux-low.h: New file.
1708 * gdbserver/linux-low.c: Include "linux-low.h". Add support
1709 for regsets.
1710 * gdbserver/linux-arm-low.c: Include "linux-low.h".
1711 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
1712 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
1713 * gdbserver/linux-mips-low.c: Include "linux-low.h".
1714 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
1715 * gdbserver/linux-sh-low.c: Include "linux-low.h".
1716 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
1717 "i387-fp.h". Add PTRACE_GETREGS and friends.
1718 * gdbserver/regcache.c (supply_register): New function.
1719 (supply_register_by_name): New function.
1720 (collect_register): New function.
1721 (collect_register_by_name): New function.
1722
93652174
DJ
17232002-02-27 Daniel Jacobowitz <drow@mvista.com>
1724
1725 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
1726 (config.status): Add configure.srv dependency.
1727 (server_h): Add config.h dependency.
1728
a02e4a61
DJ
17292002-02-27 Daniel Jacobowitz <drow@mvista.com>
1730
1731 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
1732 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
1733 * gdbserver/configure.srv: Change i386-*-linux* to use
1734 reg-i386-linux.o.
1735
ce0eebec
AC
17362002-02-26 Andrew Cagney <ac131313@redhat.com>
1737
1738 * x86-64-tdep.c: Re-indent. Update copyright date.
1739
82dbc5f7
AC
17402002-02-26 Andrew Cagney <ac131313@redhat.com>
1741
1742 From Michal Ludvig <mludvig@suse.cz>:
1743 * x86-64-tdep.c (value.h): Delete.
1744 (gdb_assert.h): Include.
1745 (x86_64_register_convert_to_virtual,
1746 x86_64_register_convert_to_raw ): Add check which lets only
1747 floating-point values to be converted.
1748 (value_push): Delete.
1749 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
1750 (i386_gdbarch_init): Number of register_bytes fixed.
1751
e4621584
AC
17522002-02-26 Andrew Cagney <ac131313@redhat.com>
1753
1754 * MAINTAINERS: Add x86-64 target.
1755
81a9a963
AC
17562002-02-26 Andrew Cagney <ac131313@redhat.com>
1757
1758 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
1759 * osfsolib.c (solib_map_sections): Ditto.
1760 * irix5-nat.c (solib_map_sections): Ditto.
1761 * corelow.c (gdb_check_format): Ditto.
1762 * symfile.c (symfile_bfd_open): Ditto.
1763 * solib.c (solib_map_sections): Ditto.
1764 Fix PR gdb/354.
7e336ba1 1765
0f017ab9
AC
17662002-02-26 Andrew Cagney <ac131313@redhat.com>
1767
1768 * remote.c (_initialize_remote): By default, disable ``e'' and
1769 ``E'' step out-of-range packets.
1770
75738c29
AS
17712002-02-26 Andreas Schwab <schwab@suse.de>
1772
1773 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
1774 m68k_linux_frame_saved_pc.
1775 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
1776 in_sigtramp.
1777 (SIGCONTEXT_PC_OFFSET): Remove.
1778 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
1779 m68k_linux_sigtramp_saved_pc): New functions.
1780 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
1781 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
1782 (UCONTEXT_PC_OFFSET): Define.
1783 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
1784 non-RT and RT signal trampolines.
1785
7e8ed687
RE
17862002-02-26 Richard Earnshaw <rearnsha@arm.com>
1787
1788 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
1789 (TARGET_NBPG, STACK_END_ADDR): Delete
1790 (VARIABLES_INSIDE_BLOCK): Delete.
1791
6972bc8b
AC
17922002-02-25 Andrew Cagney <ac131313@redhat.com>
1793
1794 * utils.c (perror_with_name): Make string parameter constant.
1795 (print_sys_errmsg): Ditto.
1796 (query): Ditto.
1797 * defs.h (perror_with_name): Update.
1798 (print_sys_errmsg): Update.
1799 (query): Update.
1800
aa32f823
DJ
18012002-02-25 Daniel Jacobowitz <drow@mvista.com>
1802
1803 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
1804 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
1805
19caaa45
PS
18062002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1807
1808 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
1809 if it already matches the current architecture from the exec file.
1810 Include arch-utils.h for gdbarch_info_init prototype.
1811 * Makefile.in (rs6000-nat.o): Update dependencies.
1812
d951901f
EZ
18132002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
1814
1815 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
1816 list of exported variables.
1817
7ea81414
DJ
18182002-02-24 Daniel Jacobowitz <drow@mvista.com>
1819
1820 * gdbserver/configure.srv: New file.
1821 * gdbserver/configure.in: Use configure.srv instead
1822 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
1823 from it.
1824 * gdbserver/configure: Regenerated.
1825 * gdbserver/terminal.h: New file.
1826 * gdbserver/Makefile.in: Update for configure changes. Remove
1827 more unneeded include paths.
1828
080fe24b
AC
18292002-02-24 Andrew Cagney <ac131313@redhat.com>
1830
1831 From wiz at danbala:
1832 * config/sparc/tm-sp64.h: Fix grammar and typos.
1833 Fix PR gdb/287.
1834
8605d56e
AC
18352002-02-24 Andrew Cagney <ac131313@redhat.com>
1836
1837 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
1838 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
1839 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
1840 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
1841 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
1842 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
1843 * s390-tdep.c: Ditto.
92362027
AC
1844 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
1845 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
1846 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
1847 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
1848 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
1849 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
1850 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
1851 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
1852 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
1853 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 1854 Fix PR gdb/378.
7e336ba1 1855
8ed32cc0
AC
18562002-02-23 Andrew Cagney <ac131313@redhat.com>
1857
a3007b6f
AC
1858 * lin-thread.c: Delete file.
1859 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
1860 to gdb_proc_service.h.
1861 * configure: Re-generate.
1862
50a9e2f1
AC
1863 * ocd.c (ocd_open): Do not try to open the "ocd" device.
1864 * serial.c (serial_open): Delete check for "ocd".
1865 Fix PR gdb/349.
1866
8b6e7932
AC
1867 * Makefile.in (linux-thread.o): Delete target.
1868 * linux-thread.c: Delete file.
1869
d155c46b
AC
1870 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
1871 renamed SH files to be consistent.
1872
8ed32cc0
AC
1873 * symtab.c (sort_search_symbols): Use xfree.
1874
0e18d038
RE
18752002-02-23 Richard Earnshaw <rearnsha@arm.com>
1876
1877 * arm-linux-tdep.c (arm_linux_init_abi): Register
1878 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
1879 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
1880 definition with undef, since we don't want the sysvr4 definition.
1881 (SKIP_TRAMPOLINE_CODE): Likewise.
1882
27aac7ff
AC
18832002-02-23 Andrew Cagney <ac131313@redhat.com>
1884
1885 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
1886
1887 * configure.in: (AC_CHECK_FUNCS) Added test for
1888 canonicalize_file_name Regenerated.
1889 * config.in, configure: Regenerated.
1890 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
1891 defined use canonicalize_file_name.
7e336ba1 1892
65a6e0ee
MC
18932002-02-23 Michael Chastain <mec@shout.net>
1894
1895 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
1896
47b95330
AC
18972002-02-23 Andrew Cagney <ac131313@redhat.com>
1898
1899 * README: Remove references to cygnus.com.
1900 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
1901 dot com'' form. Remove references to cygnus.com and sourceware.
1902
696f451b
AC
19032002-02-23 Andrew Cagney <ac131313@redhat.com>
1904
1905 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
1906 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
1907 1003.1-2001 no longer allows "head -1".
1908 * gdb/Makefile.in (version.c): Likewise.
1909 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
1910 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
1911 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
1912
bbaca940
AC
19132002-02-23 Andrew Cagney <ac131313@redhat.com>
1914
1915 * cli/cli-decode.c (cmd_cfunc_eq): New function.
1916 * command.h (cmd_cfunc_eq): Declare.
1917 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
1918
1919 * cli/cli-cmds.h (is_complete_command): Change parameter to a
1920 ``struct cmd_list_element *''.
1921 * cli/cli-cmds.c (is_complete_command): Update. Use
1922 cmd_cfunc_eq.
1923 * top.c (execute_command): Pass the command to
1924 is_complete_command.
1925 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
1926
b8b8b047
AC
19272002-02-23 Andrew Cagney <ac131313@redhat.com>
1928
1929 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
1930 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
1931 architecture defines.
1932 * s390-tdep.c (s390_gdbarch_init): Likewise.
1933
19d3fc80
RE
19342002-02-23 Richard Earnshaw <rearnsha@arm.com>
1935
1936 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
1937 (arm_linux_push_arguments): Likewise.
1938 (arm_linux_init_abi): Register them. Also register linux-specific
1939 call_dummy_words.
1940 (find_minsym_and_objfile): Use strcmp, not STREQ.
1941 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
1942 (arm_linux_call_dummy_words): Delete declaration.
1943 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
1944 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
1945 declarations.
1946 (LOWEST_PC): Delete.
1947
3ab13650
PS
19482002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1949
1950 * maint.c (print_section_info): Do not prepend `0x' to filepos
1951 output, it will be handled by local_hex_string_custom.
1952
19d3fc80 19532002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
1954
1955 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
1956 (store_newfpe_double, store_newfpe_extended, store_fpregister)
1957 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
1958
d85a5daf
JB
19592002-02-22 Jim Blandy <jimb@redhat.com>
1960
1961 Indicate that the bcache functions don't change the strings
1962 they're passed.
1963 * bcache.h (bcache, hash): Add `const' keywords to declarations.
1964 * bcache.c (bcache, hash): Add `const' keywords to definitions.
1965
eeb25b8a
PM
19662002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
1967
1968 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
1969
6badb179
CF
19702002-02-21 Christopher Faylor <cgf@redhat.com>
1971
1972 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
1973 find the complete path to a loaded DLL.
1974
e8717518
FF
19752002-02-21 Fred Fish <fnf@redhat.com>
1976
1977 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
1978 that marks the end of the range of a function, enter a line number
1979 entry that has a line number of zero and a PC offset that matches
1980 the end of the function. This starts a range of PC's for which no
1981 line number information is known.
1982 * symtab.c (find_pc_sect_line): If our best fit is in a range of
1983 PC's for which no line number info is found (line number is zero)
1984 then we didn't find any valid line information.
1985 * symtab.h: Document use of zero line number entry.
1986
9abe5450
EZ
19872002-02-21 Elena Zannoni <ezannoni@redhat.com>
1988
1989 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
1990 (have_ptrace_getvrregs): Define for run time checks.
1991 (gdb_vrregset_t): New type for Altivec register handling.
1992 (fetch_register, store_register): Fetch/store altivec register
1993 when needed.
1994 (fetch_altivec_register, store_altivec_register): New functions.
1995 (supply_vrregset, fill_vrregset): New functions.
1996 (fetch_altivec_registers, store_altivec_registers): New functions.
1997 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
1998 registers as well.
1999
aaa38bb5
AJ
20002002-02-21 Jiri Smid <smid@suse.cz>
2001
2002 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
2003
b34db576
RE
20042002-02-21 Richard Earnshaw <rearnsha@arm.com>
2005
2006 * Makefile.in (armnbsd-nat.o): Update dependencies.
2007 * armnbsd-nat.c (supply_gregset): New function. Common code to
2008 supply the integer register set.
2009 (supply_fparegset): New function. Similar for FPA registers.
2010 (fetch_regs, fetch_fp_regs): Use them.
2011 (fetch_core_registers): Likewise.
2012 (fetch_elfcore_registers): New function.
2013 (arm_netbsd_elfcore_fns): New core-file type specification.
2014 (_initialize_arm_netbsd_nat): Register it.
2015
3e56fc4b
RE
20162002-02-21 Richard Earnshaw <rearnsha@arm.com>
2017
2018 * armnbsd-nat.c: Include gdbcore.h.
2019 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
2020 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
2021 'void' to declaration, to shut up ARI.
2022 (fetch_core_registers): Make static. Rewrite using supply_register.
2023 (arm_netbsd_core_fns): New core-file type specification.
2024 (_initialize_arm_netbsd_nat): New function.
2025
097f6b0b
CF
20262002-02-21 Christopher Faylor <cgf@redhat.com>
2027
2028 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
2029 value.
2030
c914e0cc
CF
20312002-02-20 Christopher Faylor <cgf@redhat.com>
2032
2033 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
2034 fails.
2035
385fa495
DJ
20362002-02-20 Daniel Jacobowitz <drow@mvista.com>
2037
2038 * jv-exp.y (parse_number): Change type of implicit longs
2039 to builtin_type_uint64.
2040
e5f1222d
DJ
20412002-02-20 Daniel Jacobowitz <drow@mvista.com>
2042
2043 * gdbserver/linux-low.c (mywait): Change argument to waitpid
2044 to be an integer instead of a `union wait'.
2045
75c9abc6
DJ
20462002-02-20 Daniel Jacobowitz <drow@mvista.com>
2047
2048 * mips-linux-nat.c: Call the operating system GNU/Linux.
2049 * mips-linux-tdep.c: Likewise.
2050 * mips-tdep.c: Likewise.
2051
551792a5
DJ
20522002-02-20 Daniel Jacobowitz <drow@mvista.com>
2053
2054 Fix PR gdb/265.
2055 * jv-exp.y (parse_number): Handle 64-bit integers.
2056
ee6e2b82
DJ
20572002-02-20 Daniel Jacobowitz <drow@mvista.com>
2058
2059 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
2060 AC_STDC_HEADERS to AC_HEADER_STDC.
2061 * gdbserver/configure: Regenerated.
2062
a48442a0
RE
20632002-02-20 Richard Earnshaw <rearnsha@arm.com>
2064
2065 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
2066 is defined.
2067 * sparc-tdep.c (get_longjmp_target): Likewise.
2068
fe419ffc
RE
20692002-02-20 Richard Earnshaw <rearnsha@arm.com>
2070
2071 * News: Add news about ARM and Multi-arch. Mention the new target
2072 arm*-*-netbsd*.
2073
5832ed7e
JB
20742002-02-19 Jim Blandy <jimb@redhat.com>
2075
2076 * stabsread.c (error_type_complaint): Improve error message.
2077
84563040
DJ
20782002-02-19 Daniel Jacobowitz <drow@mvista.com>
2079
2080 * gdbserver/README: Update documentation.
2081 * gdbserver/configure.in: Update configury to match documentation.
2082 * gdbserver/Makefile.in: Likewise.
2083 * gdbserver/configure: Regenerated.
2084 * gdbserver/aclocal.m4: New file, generated by aclocal.
2085 * gdbserver/config.in: New file, generated by autoheader.
2086
375fd65b
RE
20872002-02-19 Richard Earnshaw <rearnsha@arm.com>
2088
2089 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
2090 armnbsd-nat.c.
2091
08216dd7
RE
20922002-02-19 Richard Earnshaw <rearnsha@arm.com>
2093
2094 * arm-tdep.h (enum arm_float_model): New enum.
2095 (struct gdbarch_tdep): Add fp_model.
2096 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
2097 up floating-point conversions until we know the floating-point model
2098 in use by the inferior. Don't complain about being unable to
2099 determine the ABI of the inferior when we don't have one.
2100 (arm_extract_return_value): Support different floating-point models.
2101 (arm_store_return_value): Likewise.
aaa38bb5 2102 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
2103 ARM_FLOAT_SOFT.
2104 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
2105
65d6d66a
PS
21062002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2107
2108 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
2109 of ``current_gdbarch''.
2110
47221191
RE
21112002-02-19 Richard Earnshaw <rearnsha@arm.com>
2112
2113 * armnbsd-nat.c : ANSIfy all function declarations.
2114 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
2115 (fetch_inferior_registers): Re-implement in terms of above.
2116 (store_register, store_regs, store_fp_register, store_fp_regs): New.
2117 (store_inferior_registers): Re-implement in terms of above.
2118
fdf39c9a
RE
21192002-02-19 Richard Earnshaw <rearnsha@arm.com>
2120
aaa38bb5 2121 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
2122 kernel.
2123 * arm-linux-tdep.c: Likewise.
2124 * config/arm/tm-linux.h: Likewise.
2125
93247f88
RE
21262002-02-19 Richard Earnshaw <rearnsha@arm.com>
2127
2128 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
2129 * config/arm/nbsd.mt (TM_FILE): Delete.
2130 * config/arm/tm-nbsd.h: Delete.
2131
d7b486e7
RE
21322002-02-19 Richard Earnshaw <rearnsha@arm.com>
2133
2134 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
2135 Initialize CALL_DUMMY_LENGTH.
2136
41d39a95
RE
21372002-02-19 Richard Earnshaw <rearnsha@arm.com>
2138
2139 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
2140 function.
2141 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 2142 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
2143 defines one thing and that is incorrect for this port.
2144 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
2145
e1195560
PM
21462002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2147
2148 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
2149
c1748f97
PM
21502002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2151
2152 * win32-nat.c (display_selector): New function. Displays information
2153 about the information returned by GetThreadSelectorEntry API function.
2154 (display_selectors): New function. Displays the infomation of
2155 the selector given as argument, or of CS, DS ans FS selectors
2156 if no argument is given.
2157 ( _initialize_inftarg): Add "w32" as info prefix command.
2158 Add "info w32 selector" as command calling display_selectors.
2159
e41e6bbf
PM
21602002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2161
2162 * i386-tdep.c (get_longjmp_target): Fix compilation failure
2163 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
2164 if not defined.
2165
0d3a9f48
RE
21662002-02-18 Richard Earnshaw <rearnsha@arm.com>
2167
2168 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
2169
3fb4b924
RE
21702002-02-18 Richard Earnshaw <rearnsha@arm.com>
2171
2172 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
2173 (arm_fix_call_dummy): Call it.
2174 (arm_call_dummy_breakpoint_offset): Delete.
2175 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
2176 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2177
7f55af32
AC
21782002-02-18 Andrew Cagney <ac131313@redhat.com>
2179
2180 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
2181 Default to func_frame_chain_valid.
2182 * gdbarch.h, gdbarch.c: Re-generate.
2183 * frame.h (FRAME_CHAIN_VALID): Delete definition.
2184
05f13b9c
EZ
21852002-02-18 Elena Zannoni <ezannoni@redhat.com>
2186
2187 * ppc-linux-nat.c: Update copyright.
2188 (fetch_register, store_register): Add tid parameter, don't compute
2189 tid here.
2190 (fetch_ppc_registers, store_ppc_registers): Add tid
2191 parameter. Pass it along to callees.
2192 (fetch_inferior_registers, store_inferior_registers): Compute tid
2193 here, and pass it to calleed functions.
2194 (fill_gregset, supply_fpregset): Clean up formatting.
2195
d7afb4c9
RE
21962002-02-18 Richard Earnshaw <rearnsha@arm.com>
2197
2198 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
2199 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
2200
9df628e0
RE
22012002-02-18 Richard Earnshaw <rearnsha@arm.com>
2202
2203 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
2204 * gdbarch.c gdbarch.h: Regenerate.
2205 * breakpoint.c (create_longjmp_breakpoint): Always compile this
2206 function.
2207 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
2208 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
2209 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
2210
2211 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
2212 * arm-tdep.c (arm_get_longjmp_target): New function.
2213 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
2214 this to a positive value register arm_get_longjmp_target as the
2215 longjmp handler.
2216 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
2217 (arm_linux_init_abi): Set up longjmp description in tdep.
2218 * armnbsd-nat.c (get_longjmp_target): Delete.
2219 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
2220 description in tdep.
2221 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
2222 (get_longjmp_target): Delete declaration.
2223 (GET_LONGJMP_TARGET): Delete.
2224 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
2225 (GET_LONGJMP_TARGET): Delete.
2226
57bc8964
KB
22272002-02-17 Kevin Buettner <kevinb@redhat.com>
2228
2229 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
2230 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
2231 of ``current_gdbarch''.
2232
83d31a92
TT
22332002-02-17 Tom Tromey <tromey@redhat.com>
2234
2235 * cli/cli-cmds.c (compare_strings): New function.
2236 (complete_command): Only print each unique item once.
2237 * completer.h (complete_line): Declare.
2238 * completer.c (complete_line): New function.
2239 (line_completion_function): Use it.
2240
17ef5d92
AC
22412002-02-16 Andrew Cagney <ac131313@redhat.com>
2242
2243 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
2244 * gdbarch.h, gdbarch.c: Re-generate.
2245
491b8946
DJ
22462002-02-16 Daniel Jacobowitz <drow@mvista.com>
2247
2248 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
2249
22502002-02-16 Daniel Jacobowitz <drow@mvista.com>
2251
2252 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2253 * valops.c (value_arg_coerce): Don't take the address of a reference
2254 to convert an argument to a reference.
2255
dfe7f3ac
CF
22562002-02-15 Christopher Faylor <cgf@redhat.com>
2257
2258 * win32-nat.c (get_image_name): New function.
2259 (handle_load_dll): Use get_image_name function.
2260 (get_child_debug_event): Avoid registering debug events until possibly
2261 execed process is started.
2262 (child_create_inferior): Allow invocation via shell so that command
2263 line redirection, etc. works ok.
2264 (_initialize_inftarg): Add new command: "set shell" to control whether
2265 a shell is used to start a process.
2266
1d33e73a
DJ
22672002-02-15 Daniel Jacobowitz <drow@mvista.com>
2268
2269 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
2270 instead of find_register_by_number.
2271 (cannot_store_register): Likewise.
2272
48cd0caa
PM
22732002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2274
aaa38bb5 2275 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
2276 fprintf_unfiltered (gdb_stderr, ...).
2277
8656e7d8
DJ
22782002-02-15 Daniel Jacobowitz <drow@mvista.com>
2279
2280 * gdbserver/gdbserver.1: Document --attach.
2281
66e810cd
RE
22822002-02-15 Richard Earnshaw <rearnsha@arm.com>
2283
2284 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
2285 descriptions.
2286 * arm-tdep.c (arm_default_arm_le_breakpoint)
2287 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
2288 (arm_default_thumb_be_breakpoint): New. Initialize them from
2289 traditional breakpoint defines.
2290 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
2291 (arm_gdbarch_init): Initialize new breakpoint variables.
2292 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
2293 (arm_linux_init_abi): Initialize linux-specific breakpoint.
2294 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
2295 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
2296 code out to ...
2297 (arm_netbsd_init_abi_common): ... here; new function.
2298 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
2299 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
2300 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
2301 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
2302
97e03143
RE
23032002-02-15 Richard Earnshaw <rearnsha@arm.com>
2304
2305 * arm-tdep.h (enum arm_abi): New enum.
2306 (struct gdbarch_tdep): New structure.
2307 (LOWEST_PC): Provide a default.
2308 (arm_gdbarch_register_os_abi): Declare new function.
2309 * arm-tdep.c (arm_abi_names): New array.
2310 (process_note_abi_tag_sections): New function.
2311 (get_elfosabi): New function.
2312 (arm_gdbarch_register_os_abi): New function.
2313 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
2314 support for that ABI has been built in, then call the appropriate
2315 configuration routine. Use gdbarch_num_regs() to get the number
2316 of registers.
2317 (arm_dump_tdep): New function.
2318 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
2319 place-holder functions.
2320 (_initialize_arm_tdep): Register them.
2321 * config/arm/tm-arm.h (LOWEST_PC): Delete.
2322
2323 * armnbsd-tdep.c: New file.
2324 * Makefile.in (armnbsd-tdep.o): Add dependencies.
2325 * config/arm/nbsd.mt (TDEPFILES): Add it.
2326 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
2327
2328 * armnbsd-nat.c: Include regcache.h.
2329 * Makefile.in (armnbsd-nat.o): Update dependency list.
2330
2331 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
2332
ad68be46
DJ
23332002-02-14 Daniel Jacobowitz <drow@mvista.com>
2334
2335 * gdbserver/Makefile.in: Fix typos in target rules.
2336
003d6d1d
DJ
23372002-02-14 Daniel Jacobowitz <drow@mvista.com>
2338
aaa38bb5 2339 Fix part of PR gdb/267.
003d6d1d
DJ
2340 * linespec.c (find_methods): Handle constructors specially for now.
2341
6b230f1b
CV
23422002-02-14 Corinna Vinschen <vinschen@redhat.com>
2343
2344 * arm-tdep.c (arm_push_arguments): Eliminate special float type
2345 handling.
2346 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
2347 standard_coerce_float_to_double().
2348
1ea98d12
CF
23492002-02-14 Christopher Faylor <cgf@redhat.com>
2350
2351 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
2352 GDBINIT_FILENAME.
2353
dd47e6fd
EZ
23542002-02-14 Elena Zannoni <ezannoni@redhat.com>
2355
2356 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
2357 find_variant_by_name, because it confuses the multiarch
2358 framework. Return NULL if there isn't an architecture with the
2359 user supplied name, instead of forcing a different one without
2360 recording the change with the multiarch machinery.
2361 (find_variant_by_name): Delete.
2362
d7e39b9e
PS
23632002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2364
2365 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
2366 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
2367
76e42a4f
MH
23682002-02-13 Martin M. Hunt <hunt@redhat.com>
2369
aaa38bb5 2370 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
2371 print_frame_info_listing_hook, set current_source_symtab.
2372
0a30fbc4
DJ
23732002-02-14 Daniel Jacobowitz <drow@mvista.com>
2374
2375 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
2376 and remove unused $(INCLUDE_DIR).
2377 Add regcache.c to OBS.
2378 Add generated register protocol files to clean target.
2379 Update dependencies for new objects, obsolete old target code.
2380
2381 * gdbserver/linux-low.c: Remove all platform-specific code to
2382 new files. Remove various dead code. Update to use regcache
2383 functionality.
2384 * gdbserver/remote-utils.c (fromhex): Add return statement
2385 to quiet warning.
2386 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
2387 constant.
2388 (input_interrupt): Add integer parameter to match prototype
2389 of a signal handler.
2390 (outreg): Use register_data ().
2391 (prepare_resume_reply): Use gdbserver_expedite_regs.
2392 * gdbserver/server.c (main): Dynamically allocate own_buf because
2393 PBUFSIZ is no longer constant. Use registers_to_string () and
2394 registers_from_string ().
2395 * gdbserver/server.h: No longer include "defs.h". Add prototypes
2396 for error (), fatal (), and warning (). Update definition of
2397 PBUFSIZ to use regcache functionality. Add include guard.
2398 * gdbserver/utils.c (fatal): Add missing ``const''.
2399 (warning): New function.
2400
2401 * regformats/regdat.sh: Include "regcache.h" in generated files.
2402 Provide init_registers () function.
2403 * regformats/regdef.h: Add prototype for set_register_cache ().
2404 Add include guard.
2405
2406 * gdbserver/linux-arm-low.c: New file.
2407 * gdbserver/linux-i386-low.c: New file.
2408 * gdbserver/linux-ia64-low.c: New file.
2409 * gdbserver/linux-m68k-low.c: New file.
2410 * gdbserver/linux-mips-low.c: New file.
2411 * gdbserver/linux-ppc-low.c: New file.
2412 * gdbserver/linux-sh-low.c: New file.
2413
2414 * gdbserver/regcache.c: New file.
2415 * gdbserver/regcache.h: New file.
2416
2417 * gdbserver/low-linux.c: Removed obsolete file.
2418
4cc841d0
DJ
24192002-02-14 Daniel Jacobowitz <drow@mvista.com>
2420
2421 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
2422 * config/i386/linux.mt: Likewise.
2423 * config/ia64/linux.mt: Likewise.
2424 * config/m68k/linux.mh: Likewise.
2425 * config/powerpc/linux.mh: Likewise.
2426 * config/mips/linux.mt: Likewise.
2427
2428 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
2429
2430 * config/i386/i386lynx.mh: Mark gdbserver variables
2431 as (currently) obsolete for this target.
2432 * config/i386/nbsd.mt: Likewise.
2433 * config/i386/nbsdelf.mt: Likewise.
2434 * config/m32r/m32r.mt: Likewise.
2435 * config/m68k/m68klynx.mh: Likewise.
2436 * config/m68k/nbsd.mt: Likewise.
2437 * config/m68k/sun3os4.mh: Likewise.
2438 * config/mips/vr5000.mt: Likewise.
2439 * config/ns32k/nbsd.mt: Likewise.
2440 * config/pa/hppabsd.mh: Likewise.
2441 * config/pa/hppaosf.mh: Likewise.
2442 * config/powerpc/nbsd.mt: Likewise.
2443 * config/rs6000/rs6000lynx.mh: Likewise.
2444 * config/s390/s390.mt: Likewise.
2445 * config/s390/s390x.mt: Likewise.
2446 * config/sparc/sparclynx.mh: Likewise.
2447 * config/sparc/sun4os4.mh: Likewise.
2448 * config/i386/x86-64linux.mt: Likewise.
2449 * config/sparc/linux.mh: Likewise.
2450
a85f51e7
DJ
24512002-02-14 Daniel Jacobowitz <drow@mvista.com>
2452
2453 * configure.tgt: Configure gdbserver only for known working
2454 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
2455 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
2456 SUBDIRS if it is configured. Update comment for ${nativefile}.
2457 * configure: Regenerated.
2458
65554fef
MS
24592002-02-13 Michael Snyder <msnyder@redhat.com>
2460
670a52db
MS
2461 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2462
6dbdc4a3
MS
2463 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
2464 (default_gcore_mach): Just return 0, work around a problem in bfd.
2465 (default_gcore_target): OK to return NULL if exec_bfd is null.
2466 (make_mem_sec): Use a cast, avoid a warning.
2467
2468 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 2469 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
2470 sizeof (host pointer) != sizeof (target pointer)).
2471 (procfs_make_note_section): Avoid overflow in psargs string.
2472
aaa38bb5 2473 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
2474 implementation return an error.
2475
24762002-02-13 Rodney Brown <rbrown64@csc.com.au>
2477
2478 * procfs.c (procfs_make_note_section): Provide a default definition
2479 (for alpha-dec-osf4.0f). Fix typos.
2480
1e4d76e7
EZ
24812002-02-13 Elena Zannoni <ezannoni@redhat.com>
2482
2483 * linux-proc.c: Add include of regcache.h.
2484 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
2485
b6d1a1d5
AC
24862002-02-13 Andrew Cagney <ac131313@redhat.com>
2487
2488 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
2489 * memattr.c (create_mem_region): Disallow useless empty region.
2490 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 2491 non-overlapping.
b6d1a1d5 2492
6c6ea35e
MC
24932002-02-13 Michael Chastain <mec@shout.net>
2494
2495 * defs.h: Kill CONST_PTR.
2496 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
2497 * c-lang.c (c_builtin_types): Likewise.
2498 * ch-lang.c (ch_builtin_types): Likewise.
2499 * f-lang.c (f_builtin_types): Likewise.
2500 * language.c (unknown_builtin_types): Likewise.
2501 * m2-lang.c (m2_builtin_types): Likewise.
2502 * p-lang.c (pascal_builtin_types): Likewise.
2503 * scm-lang.c (c_builtin_types): Likewise.
2504
3e0b0f48
KS
25052002-02-13 Keith Seitz <keiths@redhat.com>
2506
2507 * arm-tdep.h (arm_get_next_pc): Add declaration.
2508
67255d04
RE
25092002-02-13 Richard Earnshaw <rearnsha@arm.com>
2510
2511 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
2512 with other related struct-returning functions.
2513 (arm_extract_struct_value_address): New function.
2514 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
2515 initialize float_format, double_format and long_double_format as
2516 appropriate to the endianness of the target.
2517 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
2518 (arm_use_struct_convention): Delete declaration.
2519 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2520
079777f6
KS
25212002-02-13 Keith Seitz <keiths@redhat.com>
2522
2523 * defs.h (core_addr_to_string_nz): New function.
2524
34588f23
MK
25252002-02-13 Mark Kettenis <kettenis@gnu.org>
2526
2527 Apply missing bits of 2002-01-15 patch.
2528 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
2529 (fill_fpregset): Use i387_fill_fsave.
2530
49b563f9
KS
25312002-02-12 Keith Seitz <keiths@redhat.com>
2532
49b563f9
KS
2533 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
2534 (core_addr_to_string_nz): New function.
2535
aeb98c60
RE
25362002-02-11 Richard Earnshaw <rearnsha@arm.com>
2537
2538 * arm-linux-nat.c: Really include arm-tdep.h.
2539 * config/arm/tm-linux.h (struct type, struct value): Declare.
2540
65554fef
MS
25412002-02-11 Michael Snyder <msnyder@redhat.com>
2542
2543 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
2544 (gcore section): Ifdef for Solaris and Unixware only.
2545 (procfs_do_thread_registers): Unixware needs one lwpstatus
2546 per thread (not one prstatus or pstatus).
2547 (procfs_make_note_section): Iterate only over kernel threads (lwps),
2548 not over all gdb threads. For unixware, call elfcore_write_pstatus
2549 once before iterating over threads.
2550
34e8f22d
RE
25512002-02-11 Richard Earnshaw <rearnsha@arm.com>
2552
2553 * arm-tdep.h: New file.
2554 * arm-tdep.c: Include arm-tdep.h.
2555 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2556 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2557 (arm_print_float_info, arm_register_type, convert_to_extended)
2558 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2559 (arm_extract_return_value, arm_register_name): Make static.
2560 (arm_software_single_step): Similarly. Fix types in declaration.
2561 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
2562 (arm_store_return_value, arm_store_struct_return): New functions.
2563 (arm_gdbarch_init): Register the above functions. Also register
2564 call_dummy_start_offset, sizeof_call_dummy_words,
2565 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
2566 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 2567 max_register_virtual_size, register_size. Set up
34e8f22d
RE
2568 prologue_cache.saved_regs here, rather than ...
2569 (_initialize_arm_tdep): ... here.
2570 * config/arm/tm-arm.h (struct type, struct value): Delete forward
2571 declarations.
2572 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2573 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2574 (arm_print_float_info, arm_register_type, convert_to_extended)
2575 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2576 (arm_extract_return_value, arm_register_name): Delete declarations.
2577 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
2578 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
2579 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
2580 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
2581 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2582 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
2583 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
2584 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
2585 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
2586 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
2587 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
2588 (arm_get_next_pc): No-longer static -- these are needed by the RDI
2589 interface.
2590 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
2591 * remote-rdi.c remote-rdp.c: Likewise.
2592 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
2593 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
2594 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
2595 definition.
2596
2597 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
2598 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
2599 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
2600 from non-ARM_ prefixed definitions.
2601 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
2602 all uses of above.
2603 * remote-rdi.c remote-rdp.c: Likewise.
2604 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
2605
148754e5
RE
26062002-02-11 Richard Earnshaw <rearnsha@arm.com>
2607
2608 * arm-tdep.c (arm_frameless_function_invocation)
2609 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2610 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2611 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2612 (arm_pop_frame, arm_get_next_pc): Make static.
2613 (arm_gdbarch_init): Register above in gdbarch structure.
2614 (arm_read_fp): Renamed from arm_target_read_fp.
2615 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
2616 * config/arm/tm-arm.h (arm_frameless_function_invocation)
2617 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2618 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2619 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2620 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
2621 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
2622 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
2623 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
2624 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
2625 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 2626
434d2d4f
DJ
26272002-02-10 Daniel Jacobowitz <drow@mvista.com>
2628
2629 * symtab.c (compare_search_syms): New function.
2630 (sort_search_symbols): New function.
2631 (search_symbols): Sort symbols after searching rather than
2632 before.
2633
55241689
AC
26342002-02-10 Andrew Cagney <ac131313@redhat.com>
2635
2636 * NEWS: Linux -> GNU/Linux.
2637
028c194b
AC
26382002-02-10 Andrew Cagney <ac131313@redhat.com>
2639
2640 * gdbarch.sh: For for level one methods, disallow a definition
2641 when partially multi-arched. Add comments explaining rationale.
2642 * gdbarch.h: Re-generate.
2643
6acf50cd
AC
26442002-02-10 Andrew Cagney <ac131313@redhat.com>
2645
2646 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
2647 multi-arch partial.
aaa38bb5 2648
50248794
AC
26492002-02-10 Andrew Cagney <ac131313@redhat.com>
2650
2651 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
2652 field. Use diff -u.
2653 * gdbarch.c: Re-generate.
2654
c30e0066
AC
26552002-02-10 Andrew Cagney <ac131313@redhat.com>
2656
9b56c5f3 2657 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
2658 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
2659 partial.
2660
6e6d6484
AC
26612002-02-10 Andrew Cagney <ac131313@redhat.com>
2662
2663 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
2664 multi-arch partial.
2665 (PUSH_ARGUMENTS): Switch to using predefault.
2666 * gdbarch.c: Regenerate.
2667
c203844d
AC
26682002-02-10 Andrew Cagney <ac131313@redhat.com>
2669
2670 * valops.c (PUSH_ARGUMENTS): Delete definition.
2671 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
2672 partial. Default to default_push_arguments.
2673 * gdbarch.h, gdbarch.c: Regenerate.
2674
b5a2688f
AC
26752002-02-09 Andrew Cagney <ac131313@redhat.com>
2676
2677 * defs.h (throw_exception): Rename return_to_top_level. Update
2678 comments.
2679 * utils.c (error_stream, internal_verror, quit): Ditto.
2680 * top.c (throw_exception, catcher): Ditto.
2681 * sparclet-rom.c (sparclet_load): Ditto.
2682 * remote.c (interrupt_query, minitelnet): Ditto.
2683 * remote-sds.c (interrupt_query): Ditto.
2684 * remote-mips.c (mips_error, mips_kill): Ditto.
2685 * ocd.c (interrupt_query): Ditto.
2686 * monitor.c (monitor_interrupt_query): Ditto.
2687 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
2688 * target.h: Update comment.
aaa38bb5 2689
b5a2688f 2690 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 2691
2fa5c1e0
AC
26922002-02-09 Andrew Cagney <ac131313@redhat.com>
2693
2694 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
2695 default_double_format.
2696 * gdbarch.h, gdbarch.c: Re-generate.
2697 * findvar.c (floatformat_unknown): Delete variable definition.
2698 * doublest.h (floatformat_unknown): Delete variable declaration.
2699
da966255
JB
27002002-02-09 Jim Blandy <jimb@redhat.com>
2701
2702 * stabsread.c (read_type): Add code to parse Sun's syntax for
2703 prototyped function types.
2704
123a4891
AC
27052002-02-09 Andrew Cagney <ac131313@redhat.com>
2706
2707 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
2708 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
2709
fb39c8f3
PS
27102002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2711
2712 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
2713 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
2714 now _initialize_xcoffsolib gets called again and overrides the
2715 commands from solib.c in a native configuration.
2716
0b87a11d
MK
27172002-02-09 Mark Kettenis <kettenis@gnu.org>
2718
2719 * doublest.c (store_typed_floating): Don't try to return a value.
2720 Fixes PR gdb/290.
2721
bdc2fc72
JB
27222002-02-08 Jim Blandy <jimb@redhat.com>
2723
2724 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
2725 is prototyped and has no arguments, print its argument list as
2726 `(void)'.
2727
da69bbcf
CD
27282002-02-08 Chris Demetriou <cgd@broadcom.com>
2729
2730 * MAINTAINERS (write-after-approval): Add myself.
2731 (paper-trail): I've escaped!
aaa38bb5 2732
b69571f5
CF
27332002-02-08 Christopher Faylor <cgf@redhat.com>
2734
2735 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
2736 changes.
2737 (_initialize_check_for_gdb_ini): Ditto.
2738
f6871398
MH
27392002-02-08 Martin M. Hunt <hunt@redhat.com>
2740
2741 * win32-nat.c (cygwin_pid_to_str): Fix typo.
2742 xaprintf -> xasprintf.
2743
4e52d31c
PM
27442002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
2745
2746 * win32-nat.c: Remove use of printf and sprintf functions.
2747
39bbf761
RE
27482002-02-08 Richard Earnshaw <rearnsha@arm.com>
2749
2750 * arm-tdep.c (arm_frame_chain_valid): Make static.
2751 (arm_push_arguments): Likewise.
2752 (arm_gdbarch_init): New function.
2753 (_initialize_arm_tdep): Call it.
2754 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
2755 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
2756 (FRAME_CHAIN_VALID): Delete.
2757 (arm_frame_chain_valid): Delete declaration.
2758 (PUSH_ARGUMENTS): Delete.
2759 (arm_push_arguments): Delete declaration.
2760 (CALL_DUMMY_P): Delete.
2761
9c9532c9
CV
27622002-02-08 Andrew Cagney <ac131313@redhat.com>
2763 Corinna Vinschen <vinschen@redhat.com>
2764
2765 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
2766 on builtin float types.
2767
4e8f7a8b
DJ
27682002-02-08 Daniel Jacobowitz <drow@mvista.com>
2769
2770 * utils.c: Include <curses.h> before "bfd.h".
2771 * tui/tui-hooks.c: Likewise.
2772 * tui/tui.c: Likewise.
2773 * tui/tuiCommand.c: Likewise.
2774 * tui/tuiData.c: Likewise.
2775 * tui/tuiDataWin.c: Likewise.
2776 * tui/tuiDisassem.c: Likewise.
2777 * tui/tuiGeneralWin.c: Likewise.
2778 * tui/tuiIO.c: Likewise.
2779 * tui/tuiLayout.c: Likewise.
2780 * tui/tuiRegs.c: Likewise.
2781 * tui/tuiSource.c: Likewise.
2782 * tui/tuiSourceWin.c: Likewise.
2783 * tui/tuiStack.c: Likewise.
2784 * tui/tuiWin.c: Likewise.
2785
cd4bffcf
EZ
27862002-02-07 Elena Zannoni <ezannoni@redhat.com>
2787
2788 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
2789 to include space for pseudoregs as well. Update loops accordingly.
2790 (sh_fp_frame_init_saved_regs): Ditto.
2791 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
2792
26806ce2
AC
27932002-02-07 Andrew Cagney <ac131313@redhat.com>
2794
2795 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
2796 Add Richard Earnshaw to Arm maintainers.
2797
97fdab62
AC
27982002-02-07 Andrew Cagney <ac131313@redhat.com>
2799
a6b98203
AC
2800 * defs.h (warning_begin): Delete declaration.
2801
97fdab62
AC
2802 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
2803 Delete macro.
2804
78b29b40
MS
28052002-02-07 Michael Snyder <msnyder@redhat.com>
2806
aaa38bb5 2807 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
2808 Logic bug, remove misplaced else.
2809
d8849953
KD
28102002-02-07 Klee Dienes <klee@apple.com>
2811
2812 * fork-inferior.c (fork_inferior): Add '!' to the list of
2813 characters that need to be quoted when building a string for the
2814 shell. Quote '!' specifically with a backslash, since CSH chokes
2815 when trying to evaluate "str!str".
aaa38bb5 2816
095778a0
NC
28172002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
2818
2819 * rdi-share/host.h: Only provide a typedef for bool if it is not
2820 defined.
2821
1900040c
MS
28222002-02-04 Michael Snyder <msnyder@redhat.com>
2823
2824 * breakpoint.h (enum bptype): Add new overlay event bp type.
2825 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 2826
1900040c
MS
2827 * breakpoint.c (create_internal_breakpoint): New function.
2828 (internal_breakpoint_number): Moved into create_internal_breakpoint.
2829 (create_longjmp_breakpoint): Use create_internal_breakpoint.
2830 (create_thread_event_breakpoint): Ditto.
2831 (create_solib_event_breakpoint): Ditto.
2832 (create_overlay_event_breakpoint): New function.
2833 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
2834 (update_breakpoints_after_exec): Delete and re-initialize
2835 overlay event breakpoints after an exec. Add FIXME comment
2836 about longjmp breakpoint.
2837 (print_it_typical): Ignore overlay event breakpoints.
2838 (print_one_breakpoint): Ditto.
2839 (mention): Ditto.
2840 (bpstat_what): Do not stop for overlay event breakpoints.
2841 (delete_breakpoint): Don't delete overlay event breakpoints.
2842 (breakpoint_re_set_one): Delete the overlay event breakpoint.
2843 (breakpoint_re_set): Re-create overlay event breakpoint.
2844
2845 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
2846 (overlay_manual_command): Disable overlay breakpoints.
2847 (overlay_off_command): Disable overlay breakpoints.
2848
082fc60d
RE
28492002-02-06 Richard Earnshaw <rearnsha@arm.com>
2850
2851 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
2852 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
2853 to here from config/tm-arm.h.
2854 (coff_sym_is_thumb): Make static.
2855 (arm_elf_make_msymbol_special): New function.
2856 (arm_coff_make_msymbol_special): New function.
2857 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
2858 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
2859 (coff_sym_is_thumb): Delete declaration.
2860 (arm_elf_make_msymbol_special): Declare.
2861 (arm_coff_make_msymbol_special): Declare.
2862 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
2863 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
2864
039c5766
RE
28652002-02-06 Richard Earnshaw <rearnsha@arm.com>
2866
2867 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
2868
28692002-02-06 Richard Earnshaw <rearnsha@arm.com>
2870
2871 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
2872 * gdbarch.c gdbarch.h: Regenerate.
2873 * arch-utils.c (default_print_float_info): New function.
2874 * arch-utils.h (default_print_float_info): Prototype it.
2875 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
2876 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
2877 (PRINT_FLOAT_INFO): Document it.
2878
2879 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
2880 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
2881 (PRINT_FLOAT_INFO): Define.
2882
58fa08f0
PM
28832002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
2884
aaa38bb5 2885 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
2886 Add typecast to sprintf argument to suppress a warning.
2887
7393af7c
PM
28882002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
2889
58fa08f0 2890 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
2891 to allow easier handling of pass state.
2892 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
2893 that gives exception name and address.
2894 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 2895 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 2896 exceptions added.
aaa38bb5
AJ
2897 (child_continue): Correctly report continue_status.
2898 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 2899 TARGET_SIGNAL_0 (new default value).
aaa38bb5 2900 (child_resume): consider sig argument passed to decide if
7393af7c
PM
2901 the exception should be passed to debuggee or not.
2902
6af4589c
MS
29032002-02-05 Michael Snyder <msnyder@redhat.com>
2904
2905 * regcache.c (fetch_register): Call target_fetch_register
2906 only if we don't call FETCH_PSEUDO_REGISTER.
2907 (store_register): Call target_store_register only if we
2908 don't call STORE_PSEUDO_REGISTER.
2909
a2cf933a
EZ
29102002-02-05 Elena Zannoni <ezannoni@redhat.com>
2911
2912 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
2913 ELF_MAKE_MSYMBOL_SPECIAL.
2914 * gdbarch.c, gdbarch.h: Regenerate.
2915 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 2916 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
2917 * elfread.c (elf_symtab_read): Compile use of
2918 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
2919 multiarched.
2920 * coffread.c (coff_symtab_read): Ditto, for
2921 COFF_MAKE_MSYMBOL_SPECIAL.
2922
6bb7be43
JB
29232002-02-05 Jim Blandy <jimb@redhat.com>
2924
2925 * solib-svr4.c (svr4_truncate_ptr): New function.
2926 (svr4_relocate_section_addresses): Do the address arithmetic with
2927 the appropriate truncation for target addresses, even when
2928 CORE_ADDR is larger than a target address.
2929
e18651ec
DJ
29302002-02-05 Daniel Jacobowitz <drow@mvista.com>
2931
2932 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
2933 to (int *).
2934
6b2725be
DJ
29352002-02-05 Daniel Jacobowitz <drow@mvista.com>
2936
2937 * gdbserver/linux-low.c (kill_inferior): Remove commented out
2938 code.
2939
fca9e603
DJ
29402002-02-05 Daniel Jacobowitz <drow@mvista.com>
2941
2942 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
2943
6c537a52
DJ
29442002-02-05 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * gdbserver/linux-low.c: Remove unused include files.
2947
d844cde6
DJ
29482002-02-05 Daniel Jacobowitz <drow@mvista.com>
2949
2950 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
2951 (read_inferior_memory): Use it.
2952 (write_inferior_memory): Likewise.
2953
d07c63e7
DJ
29542002-02-05 Daniel Jacobowitz <drow@mvista.com>
2955
2956 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
2957 grubbing through sys_errlist.
2958
da6d8c04
DJ
29592002-02-05 Daniel Jacobowitz <drow@mvista.com>
2960
2961 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
2962
5b421780
PM
29632002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
2964 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
2965
9f60d481
AC
29662002-02-04 Andrew Cagney <ac131313@redhat.com>
2967
2968 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
2969 (do_sfunc, set_cmd_sfunc): New functions.
2970
2971 * command.h (struct cmd_list_element): Add field func.
2972 * cli/cli-decode.h (struct cmd_list_element): Ditto.
2973 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
2974 * cli/cli-decode.h: Ditto.
2975
2976 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
2977 (help_all, help_cmd_list): Ditto.
2978 (find_cmd, complete_on_cmdlist): Ditto.
2979 * top.c (execute_command): Ditto.
2980
2981 * cli/cli-setshow.c (do_setshow_command): Call func instead of
2982 function.sfunc.
2983
2984 * infcmd.c (notice_args_read): Fix function signature.
2985
2986 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
2987 * cli/cli-decode.c (add_set_cmd): Ditto.
2988 * utils.c (initialize_utils): Ditto.
2989 * maint.c (_initialize_maint_cmds): Ditto.
2990 * infrun.c (_initialize_infrun): Ditto.
2991 * demangle.c (_initialize_demangler): Ditto.
2992 * remote.c (add_packet_config_cmd): Ditto.
2993 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2994 * cris-tdep.c (_initialize_cris_tdep): Ditto.
2995 * proc-api.c (_initialize_proc_api): Ditto.
2996 * kod.c (_initialize_kod): Ditto.
2997 * valprint.c (_initialize_valprint): Ditto.
2998 * top.c (init_main): Ditto.
2999 * infcmd.c (_initialize_infcmd): Ditto.
3000 * corefile.c (_initialize_core): Ditto.
3001 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3002 * arch-utils.c (initialize_current_architecture): Ditto.
3003 (_initialize_gdbarch_utils): Ditto.
3004 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
3005
3006 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
3007 * wince.c (_initialize_inftarg): Ditto.
3008 * symfile.c (_initialize_symfile): Ditto.
3009 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3010 * language.c (_initialize_language): Ditto.
3011 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3012
f9ba0717
MS
30132002-02-04 Michael Snyder <msnyder@redhat.com>
3014
3015 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
3016
0c74b2a7
DJ
30172002-02-04 Daniel Jacobowitz <drow@mvista.com>
3018
3019 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
3020 Add rules for building the register data files.
3021
c638789f
DJ
30222002-02-04 Daniel Jacobowitz <drow@mvista.com>
3023
3024 * regformats/regdat.sh: Add braces to the definition of
3025 expedite_regs_${arch}.
3026
db253027
DJ
30272002-02-04 Daniel Jacobowitz <drow@mvista.com>
3028
3029 * regformats/regdef.h (struct reg): Add comment describing the
3030 requirements for offset and size fields.
3031
206be19c
AS
30322002-02-04 Andreas Schwab <schwab@suse.de>
3033
3034 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
3035 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
3036
181c1381
RE
30372002-02-04 Richard Earnshaw <rearnsha@arm.com>
3038
3039 * gdbarch.sh (copyright): Update years in generated header.
3040 (SMASH_TEXT_ADDRESS): Add rule.
db253027 3041 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
3042 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
3043 * dbxread.c: Likewise.
3044 * dwarfread.c: Likewise.
3045 * elfread.c: Likewise.
3046 * somread.c: Likewise.
3047
3048 * arm-tdep.c (arm_smash_text_address): New function.
3049 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
3050
fa4ba8da
PM
30512002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3052
3053 Add support for hardware watchpoints on win32 native.
aaa38bb5 3054 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 3055 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 3056 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
3057 of debug registers.
3058 (debug_registers_changed): New variable. Reflects when debug registers
3059 are changed and need to be written to inferior.
aaa38bb5 3060 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
3061 was set, used when new threads are created.
3062 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
3063 i386-nat code.
3064 (thread_rec): Set dr array if id is the thread of current_event .
3065 (child_continue, child_resume): Change the debug registers for all
3066 threads if debug_registers_changed.
3067 (child_add_thread): Change the debug registers if debug_registers_used.
3068 * config/i386/cygwin.mh: Add use of i386-nat.o file.
3069 Link nm.h to new nm-cygwin.h file.
3070 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
3071 of hardware registers.
3072
a73c86fb
AC
30732002-02-03 Andrew Cagney <ac131313@redhat.com>
3074
3075 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
3076 Restore behavour broken by 2002-01-20 Andrew Cagney
3077 <ac131313@redhat.com> IEEE_FLOAT removal.
3078
acf5ed49
DJ
30792002-02-03 Daniel Jacobowitz <drow@mvista.com>
3080
3081 * c-valprint.c (c_val_print): Pass a proper valaddr to
3082 cp_print_class_method.
3083 * valops.c (search_struct_method): If there is only one method
3084 and args is NULL, return that method.
3085
493d28d5
DJ
30862002-02-03 Daniel Jacobowitz <drow@mvista.com>
3087
3088 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
3089 accessing tag_name directly.
3090
7495dfdb
DJ
30912002-02-03 Daniel Jacobowitz <drow@mvista.com>
3092
3093 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
3094 of accessing tag_name directly.
3095
dd6bda65
DJ
30962002-02-03 Daniel Jacobowitz <drow@mvista.com>
3097
3098 PR gdb/280
3099 * gdbtypes.c (replace_type): New function.
3100 * gdbtypes.h (replace_type): Add prototype.
3101 * stabsread.c (read_type): Use replace_type.
3102
88fe217c
RE
31032002-02-03 Richard Earnshaw <rearnsha@arm.com>
3104
3105 * Makefile.in (memattr.o): Add missing dependencies rule.
3106
e5d66720
PS
31072002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3108
3109 * breakpoint.c (break_at_finish_command): Really export.
3110 (break_at_finish_at_depth_command): Ditto.
3111 (tbreak_at_finish_command): Ditto.
3112 * hppa-tdep.c: Include completer.h.
3113 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
3114 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
3115
fffee0be
AC
31162002-02-01 Andrew Cagney <ac131313@redhat.com>
3117
3118 * utils.c (do_write): New function.
3119 (error_stream): Rewrite combining the code from error_begin and
3120 verror.
3121 (verror): Rewrite using error_stream.
3122 (error_begin): Delete function.
3123
255e7dbf
AC
31242002-02-01 Andrew Cagney <ac131313@redhat.com>
3125
3126 * utils.c (error_begin): Make static.
3127 * defs.h (error_begin): Delete declaration.
3128
3129 * linespec.c (cplusplus_error): Replace cplusplus_hint.
3130 (decode_line_1): Use cplusplus_error instead of error_begin,
3131 cplusplus_hint and return_to_top_level.
3132 * coffread.c (coff_symfile_read): Use error instead of error_begin
3133 and return_to_top_level.
3134 * infrun.c (default_skip_permanent_breakpoint): Ditto.
3135
ddfe3c15
AC
31362002-02-01 Andrew Cagney <ac131313@redhat.com>
3137
3138 * language.h (type_error, range_error): Make string parameter
3139 constant.
3140 * language.c (warning_pre_print): Delete extern declaration.
3141 * dwarfread.c (warning_pre_print): Ditto.
3142 * language.c (type_error, range_error): Rewrite to use verror and
3143 vwarning instead of warning_begin.
3144
03ac34d5
MS
31452002-02-01 Michael Snyder <msnyder@redhat.com>
3146
261c4ca2
MS
3147 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
3148 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 3149
e00d1dc8
AC
31502002-02-01 Andrew Cagney <ac131313@redhat.com>
3151
3152 * command.h (NO_FUNCTION): Delete macro.
3153 * cli/cli-decode.h (NO_FUNCTION): Ditto.
3154 * top.c (execute_command): Replace NO_FUNCTION with NULL.
3155 * tracepoint.c (_initialize_tracepoint): Ditto.
3156 * cli/cli-decode.c (add_set_cmd): Ditto.
3157 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 3158
76b79d6e
DJ
31592002-02-01 Daniel Jacobowitz <drow@mvista.com>
3160
3161 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
3162 Update ``this'' pointer when calling virtual functions.
3163
799f9e91
MS
31642002-02-01 Michael Snyder <msnyder@redhat.com>
3165
c7bd442c 3166 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
3167 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
3168
3cf384d4
DJ
31692002-02-01 Daniel Jacobowitz <drow@mvista.com>
3170
3171 * regformats/reg-arm.dat: New file.
3172 * regformats/reg-i386.dat: New file.
3173 * regformats/reg-ia64.dat: New file.
3174 * regformats/reg-m68k.dat: New file.
3175 * regformats/reg-mips.dat: New file.
3176 * regformats/reg-ppc.dat: New file.
3177 * regformats/reg-sh.dat: New file.
3178 * regformats/regdef.h: New file.
3179 * regformats/regdat.sh: New file.
3180
0defa245
RE
31812002-02-01 Richard Earnshaw <reanrsha@arm.com>
3182
3183 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
3184 (arm_frame_args_address, arm_frame_locals_address): New functions.
3185 (arm_frame_num_args): New function.
3186 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
3187 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
3188 (FRMA_NUM_ARGS): Call arm_frame_num_args.
3189
405f26e6
MS
31902002-01-31 Michael Snyder <msnyder@redhat.com>
3191
502fd408
MS
3192 * breakpoint.c (break_at_finish_command): Export.
3193 (break_at_finish_at_depth_command): Export.
3194 (tbreak_at_finish_command): Export.
3195 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
3196 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
3197 "tbreak" commands, which are HPPA specific.
3198
7d35e135
MS
3199 * printcmd.c (disassemble_command): Remove an ancient
3200 artifact of an old merge.
3201
aaa38bb5 3202 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
3203 Define enum constant values for overlay mode.
3204 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
3205 (overlay_is_mapped, overlay_auto_command,
3206 overlay_manual_command): Ditto.
d874f1e2 3207
aaa38bb5
AJ
3208 * breakpoint.c (insert_breakpoints, remove_breakpoint,
3209 breakpoint_here_p, breakpoint_inserted_here_p,
3210 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
3211 describe_other_breakpoints, check_duplicates, clear_command):
3212 Coding standard fixes.
3213
8add0441 3214 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 3215 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
3216 code: check bfd SEC_READONLY flag for section.
3217
e351066e
AC
32182002-01-31 Andrew Cagney <ac131313@redhat.com>
3219
7d35e135 3220 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 3221
8a48e967
DJ
32222002-01-30 Daniel Jacobowitz <drow@mvista.com>
3223
3224 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
3225 data symbols, since we search based on textlow and texthigh.
3226 (find_pc_sect_symtab): Likewise.
3227
f5a96129
AC
32282002-01-30 Andrew Cagney <ac131313@redhat.com>
3229
3230 * defs.h (vwarning): Declare.
f5a96129
AC
3231 * utils.c (vwarning): New function.
3232 (warning): Call vwarning.
3233 (warning_begin): Delete function.
3234
3235 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
3236 the warning message.
3237 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
3238 warning_begin.
3239
cefd4ef5
MS
32402002-01-30 Michael Snyder <msnyder@redhat.com>
3241
1a703748
MS
3242 * NEWS: Mention "set trust-readonly-sections" command.
3243 Mention generate-core-file command.
cefd4ef5 3244
3a11626d
MS
32452002-01-15 Michael Snyder <msnyder@redhat.com>
3246
3247 * target.c: New command, "set trust-readonly-sections on".
3248 (do_xfer_memory): Honor the suggestion to trust readonly sections
3249 by reading them from the object file instead of from the target.
3250 (initialize_targets): Register command "set trust-readonly-sections".
3251
d1c7e53b
AC
32522002-01-29 Andrew Cagney <ac131313@redhat.com>
3253
3254 * parse.c (target_map_name_to_register): Simplify, search regs and
3255 pseudo-regs using a single loop.
3256
e2c9a72c
AC
32572002-01-30 Andrew Cagney <ac131313@redhat.com>
3258
3259 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
3260
69824b4e
MK
32612002-01-15 Rodney Brown <rbrown64@csc.com.au>
3262
3263 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
3264 * config/i386/i386v42mp.mh: Add i387-nat.o .
3265 * i386v4-nat.c: Include i387-nat.h.
3266 (supply_fpregset): Use i387_supply_fsave.
3267 (fill_fpregset): Use i387_fill_fsave.
3268
6eb69eab
RE
32692002-01-30 Richard Earnshaw <rearnsha@arm.com>
3270
3271 * arm-tdep.c (arm_call_dummy_words): Define.
3272 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
3273 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
3274 (CALL_DUMMY_WORDS): Define.
3275 (arm_call_dummy_words): Declare.
3276 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
3277 (arm_linux_call_dummy_words): Declare.
3278
9852326a
AS
32792002-01-30 Andreas Schwab <schwab@suse.de>
3280
3281 * m68klinux-nat.c: Fix last change to use regcache_collect
3282 instead of referencing registers[] directly.
3283
977a3030
AC
32842002-01-29 Andrew Cagney <ac131313@redhat.com>
3285
3286 * parse.c (target_map_name_to_register): Delete code wrapped in
3287 #ifdef REGISTER_NAME_ALIAS_HOOK.
3288
2076c72b
MS
32892002-01-28 Michael Snyder <msnyder@redhat.com>
3290
3291 * regcache.c (legacy_read_register_gen): Need to be able to
3292 read pseudo-register as well as real register.
3293 (legacy_write_register_gen): Ditto.
3294
8fcc723b
AC
32952002-01-28 Andrew Cagney <ac131313@redhat.com>
3296
3297 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3298 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
3299 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
3300 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
3301 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
3302 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
3303 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
3304 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
3305 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
3306 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3307 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
3308 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
3309 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
3310 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
3311 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
3312 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
3313 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
3314 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
3315 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
3316 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
3317
afe64c1a
AC
33182002-01-28 Andrew Cagney <ac131313@redhat.com>
3319
3320 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
3321 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
3322 (initialize_current_architecture): Update target_byte_order using
3323 information from BFD.
aaa38bb5 3324 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
3325 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
3326
75bc7ddf
AC
33272002-01-28 Andrew Cagney <ac131313@redhat.com>
3328
3329 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
3330 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
3331
3332 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
3333 #ifdef INVALID_FLOAT.
3334 * infcmd.c (do_registers_info): Ditto.
3335 * values.c (unpack_double): Ditto. Add comment.
3336
3337 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
3338 already commented out.
3339
0280a90a
AS
33402002-01-26 Andreas Schwab <schwab@suse.de>
3341
3342 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3343 * m68klinux-nat.c: Update ptrace interface for fetching/storing
3344 registers and add support for PTRACE_GETREGS.
3345
7072a954
AC
33462002-01-24 Andrew Cagney <ac131313@redhat.com>
3347
3348 GDB 5.1.1 released from 5.1 branch.
3349 * NEWS: Add 5.1.1 news.
3350 * README: Sync with 5.1 branch.
3351
86f902e0
FF
33522002-01-23 Fred Fish <fnf@redhat.com>
3353
3354 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
3355 stabstring on initial malloc. Reallocing will copy it for us,
3356 if necessary.
3357
8af51c36
EZ
33582002-01-23 Elena Zannoni <ezannoni@redhat.com>
3359
aaa38bb5 3360 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
3361 (HFILES_NO_SRCDIR): Remove hpread.h.
3362 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
3363 (hpread.o): Update dependencies.
3364 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
3365
3366 * hp-psymtab-read.c: Remove file.
3367 * hp-symtab-read.c: Remove file.
3368 * hpread.h: Remove file.
3369
3370 * hpread.c: Merge all contents of hp-psymtab-read.c,
3371 hp-symtab-read.c and hpread.h into this file, as it was prior to
3372 January 1999.
3373
3374 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 3375 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
3376 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
3377 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
3378
dc5cfeb6
EZ
33792002-01-23 Elena Zannoni <ezannoni@redhat.com>
3380
3381 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
3382 fill_gregset): Call gdbarch_tdep() just once, assign result to
3383 variable and use that, instead of calling the function several
3384 times.
3385
ea87b71b
AO
33862002-01-24 Alexandre Oliva <aoliva@redhat.com>
3387
3388 * configure.host: Accept sparcv9 as alias for sparc64.
3389 * configure.tgt: Likewise.
3390
13fc0c2f
KB
33912002-01-22 Kevin Buettner <kevinb@redhat.com>
3392
3393 * solib-aix5.c (build_so_list_from_mapfile)
3394 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
3395 arguments is not reversed.
3396 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
3397 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 3398
7bd872fe
EZ
33992002-01-22 Elena Zannoni <ezannoni@redhat.com>
3400
3401 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
3402 modified version of obsolete sh_fetch_pseudo_register.
3403 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
3404 (sh4_register_read): New function.
3405 (sh_pseudo_register_write): New function. Renamed and modified
3406 version of obsolete sh_store_pseudo_register.
3407 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
3408 (sh4_register_write): New function.
3409 (sh_gdbarch_init): Remove setting of gdbarch function
3410 fetch_pseudo_register and store_pseudo_register. Remove setting of
3411 register_convert_to_raw, register_convert_to_virtual,
3412 register_convertible.
3413 (sh_sh4_register_convertible): Delete. No longer needed. All is
3414 taken care by architecture specific functions
3415 register_read/register_write.
3416 (sh_sh4_register_convert_to_virtual): Make static.
3417 (sh_sh4_register_convert_to_raw): Ditto.
3418
069e84fd
AC
34192002-01-22 Andrew Cagney <ac131313@redhat.com>
3420
3421 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
3422 (floatformat_is_nan, floatformat_mantissa): Ditto.
3423
3424 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
3425 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
3426 builtin_type_ieee_double_little,
3427 builtin_type_ieee_double_littlebyte_bigword,
3428 builtin_type_m68881_ext, builtin_type_i960_ext,
3429 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
3430 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
3431 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
3432 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
3433
211a4f69
CV
34342002-01-22 Corinna Vinschen <vinschen@redhat.com>
3435
3436 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
3437 parameter. Set frameless flag if it exists and depended of
3438 whether the scanned function is frameless or not.
3439 (xstormy16_skip_prologue): If function is frameless, return
3440 result of xstormy16_scan_prologue().
3441 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
3442 call.
3443
f81353e4
EZ
34442002-01-21 Elena Zannoni <ezannoni@redhat.com>
3445
3446 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
3447 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3448 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
3449 sh_sh4_register_byte, sh_sh4_register_raw_size,
3450 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
3451 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
3452 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
3453 sh_store_pseudo_register, sh_do_pseudo_register): Call
3454 gdbarch_tdep() just once, assign result to variable and use that,
3455 instead of calling the function several times.
3456
63c73a17
MK
34572002-01-20 Mark Kettenis <kettenis@gnu.org>
3458
3459 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
3460 macros instead of LAST_FPU_CTRL_REGNUM.
3461 (store_register): Likewise.
3462
39ad761d
JB
34632002-01-21 Jim Blandy <jimb@redhat.com>
3464
3465 * infcmd.c (run_command): Check that the `exec' target layer's BFD
3466 is up-to-date before running the program, not just when a program
3467 exits.
3468
3d74b771
FF
34692002-01-21 Fred Fish <fnf@redhat.com>
3470
3471 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
3472 when we have found all instructions we are looking for.
3473
966fbf70
RE
34742002-01-21 Richard Earnshaw <rearnsha@arm.com>
3475
3476 * arm-tdep.c (arm_register_name): New function.
3477 (arm_registers_names): Make static.
3478 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
3479 (arm_register_name): Declare.
3480 (REGISTER_NAME): Use it.
3481
c3b4394c
RE
34822002-01-21 Richard Earnshaw <rearnsha@arm.com>
3483 Kevin Buettner <kevinb@redhat.com>
3484
3485 Convert arm targets to new FRAME interface.
3486 * arm-tdep.c (struct frame_extra_info): Remove fsr.
3487 (arm_frame_find_save_regs): Delete.
3488 (arm_frame_init_saved_regs): New.
3489 (arm_init_extra_frame_info): Alloacte saved_regs as required.
3490 Allocate extra_info as required. Convert all uses of fsr.regs
3491 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
3492 to use extra_info.
3493 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
3494 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
3495 (check_prologue_cache, save_prologue_cache): Likewise.
3496 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
3497 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
3498 (FRAME_FIND_SAVED_REGS): Delete.
3499 (arm_frame_find_saved_regs): Delete prototype.
3500 (arm_frame_init_saved_regs): New prototype.
3501 (FRAME_INIT_SAVED_REGS): Define.
3502
61d99182
AC
35032002-01-20 Andrew Cagney <ac131313@redhat.com>
3504
3505 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
3506
6aaea291
AC
35072002-01-20 Andrew Cagney <ac131313@redhat.com>
3508
3509 From Jeff Law <law@redhat.com>:
3510 * infttrace.c: Include <sys/pstat.h>.
3511 (child_pid_to_exec_file): Revamp. Use pstat call to get the
3512 exec file if the ttrace equivalent fails.
3513
15f698d2
AC
35142002-01-20 Andrew Cagney <ac131313@redhat.com>
3515
3516 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
3517 (closeLogFile): Ditto.
3518
f86ddd7c
MC
35192002-01-20 Michael Chastain <mec@shout.net>
3520
3521 * top.c (print_gdb_version): Bump copyright year to 2002.
3522
904507ce
AC
35232002-01-20 Andrew Cagney <ac131313@redhat.com>
3524
3525 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
3526 Zannoni and Eli Zaretskii.
3527
d7f0b9ce
DJ
35282002-01-20 Daniel Jacobowitz <drow@mvista.com>
3529
3530 * buildsym.c: Update copyright years.
3531 * c-typeprint.c: Likewise.
3532 * dwarf2read.c: Likewise.
3533 * f-typeprint.c: Likewise.
3534 * gdbtypes.c: Likewise.
3535 * gdbtypes.h: Likewise.
3536 * hp-symtab-read.c: Likewise.
3537 * hpread.c: Likewise.
3538 * mdebugread.c: Likewise.
3539 * p-typeprint.c: Likewise.
3540
3fd3d7d2
AC
35412002-01-20 Andrew Cagney <ac131313@redhat.com>
3542
3543 * remote-sim.c (gdbsim_open): Simplify code testing the macro
3544 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
3545 byte-order selectable.
3546 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
3547 * arch-utils.c: Ditto.
3548 (set_endian): Ditto.
3549 (set_endian_from_file): Ditto.
3550 * gdbserver/low-sim.c (create_inferior): Ditto.
3551 * gdbarch.sh: Ditto.
3552 * gdbarch.h: Re-generate.
aaa38bb5
AJ
3553 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3554 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
3555 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
3556 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3557 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3558 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3559 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
3560 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
3561 macro definition.
3562 * config/mips/tm-wince.h: Remove #undef of macro
3563 TARGET_BYTE_ORDER_SELECTABLE.
3564 * config/sh/tm-wince.h: Ditto.
3565
b02dede2
DJ
35662002-01-20 Daniel Jacobowitz <drow@mvista.com>
3567
3568 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
3569 member function fields. Add accessor macro
3570 TYPE_FN_FIELD_ARTIFICIAL.
3571 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
3572 * c-typeprint.c (c_type_print_base): Skip artificial member
3573 functions.
3574
c3643761
DJ
35752002-01-20 Daniel Jacobowitz <drow@mvista.com>
3576
3577 * f-typeprint.c: Delete unused function f_type_print_args.
3578 * p-typeprint.c: Delete unused function pascal_type_print_args.
3579
8176bb6d
DJ
35802002-01-20 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
3583 comment. Add ``artificial'' to ``union field_location''.
3584
3585 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
3586
3587 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
3588 * mdebugread.c (parse_symbol): Likewise.
3589 * stabsread.c (define_symbol): Likewise.
3590 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
3591 initializing TYPE_FIELD_BITPOS to n (obsolete).
3592 (hpread_doc_function_type): Likewise.
3593 * hpread.c (hpread_function_type): Likewise.
3594
7fd60527
AC
35952002-01-20 Andrew Cagney <ac131313@redhat.com>
3596
3597 * configure.in (host_makefile_frag): Only require a host makefile
3598 fragment when a native build.
3599 * configure: Re-generate.
3600
c2f05ac9
AC
36012002-01-20 Andrew Cagney <ac131313@redhat.com>
3602
3603 * doublest.h (floatformat_from_type): Declare.
3604 * doublest.c (floatformat_from_type): New function.
3605 (convert_typed_floating): Use.
3606
3607 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
3608 call to function floatformat_from_type.
3609
3610 * gdbarch.sh (IEEE_FLOAT): Delete.
3611 * gdbarch.h, gdbarch.c: Re-generate.
3612 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
3613 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
3614 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
3615 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
3616 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
3617 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
3618 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
3619 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
3620 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
3621 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
3622 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
3623 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
3624
3625 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
3626 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3627 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3628 * sh-tdep.c (sh_gdbarch_init): Ditto.
3629 * mips-tdep.c (mips_gdbarch_init): Ditto.
3630 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3631 * cris-tdep.c (cris_gdbarch_init): Ditto.
3632
abf22e64
AJ
36332002-01-20 Jiri Smid <smid@suse.cz>
3634
3635 * configure.host, configure.tgt: Support x86-64.
3636 * NEWS: Note new target x86-64.
3637
b7c4cbf8
AJ
3638 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
3639 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
3640 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
3641 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
3642 x86-64-linux-nat.o): Fix dependencies.
3643
82600034
AC
36442002-01-19 Andrew Cagney <ac131313@redhat.com>
3645
3646 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
3647 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
3648 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
3649 * config/sparc/xm-sun4os4.h: Delete file.
3650 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 3651
bbe5c628
AC
36522002-01-19 Andrew Cagney <ac131313@redhat.com>
3653
3654 * config/sparc/sparclynx.mh (XM_FILE): Delete.
3655 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
3656 * config/m68k/m68klynx.mh (XM_FILE): Delete.
3657 * config/i386/i386lynx.mh (XM_FILE): Delete.
3658 * config/rs6000/xm-rs6000ly.h: Delete file.
3659 * config/sparc/xm-sparclynx.h: Delete file.
3660 * config/m68k/xm-m68klynx.h: Delete file.
3661 * config/i386/xm-i386lynx.h: Delete file.
3662 * config/xm-lynx.h: Delete file.
3663 * config/djgpp/fnchange.lst: Update.
3664
f8453e34
JT
36652002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3666
3667 * alpha-tdep.c (alpha_register_byte): New function.
3668 (alpha_register_raw_size): Ditto.
3669 (alpha_register_virtual_size): Ditto.
3670 (alpha_skip_prologue_internal): Renamed from
3671 alpha_skip_prologue.
3672 (alpha_skip_prologue): New version that calls
3673 alpha_skip_prologue_internal.
3674 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
3675 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
3676 second argument from alpha_skip_prologue.
3677 (REGISTER_BYTE): Use alpha_register_byte.
3678 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
3679 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
3680 (FRAMELESS_FUNCTION_INVOCATION): Use
3681 generic_frameless_function_invocation_not.
3682 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
3683 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
3684
52d9e613
AC
36852002-01-19 Andrew Cagney <ac131313@redhat.com>
3686
3687 * config/mips/xm-news-mips.h: Delete file.
3688 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
3689
3690 * config/m88k/xm-m88k.h: Delete file.
3691 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
3692 * config/m88k/xm-delta88v4.h: Ditto.
3693 * config/m88k/xm-delta88.h: Ditto.
3694
3695 * config/alpha/xm-fbsd.h: Delete file.
3696 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
3697
3698 * config/sparc/xm-sparc.h: Delete file.
3699 * Makefile.in (xm-sun4os4.h): Delete dependency.
3700 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
3701 * config/sparc/xm-sun4os4.h: Ditto.
3702 * config/sparc/xm-linux.h: Ditto.
3703
3704 * config/i386/xm-windows.h: Delete file.
3705
2d1b2124
AC
37062002-01-19 Andrew Cagney <ac131313@redhat.com>
3707
3708 * utils.c: Include <sys/param.h> for MAXPATHLEN.
3709 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
3710
ee1f65f0
JT
37112002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3712
3713 * alpha-tdep.c (alpha_call_dummy_words): New.
3714 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
3715 (CALL_DUMMY_P): Define.
3716 (CALL_DUMMY_WORDS): Define.
3717 (SIZEOF_CALL_DUMMY_WORDS): Define.
3718
98081e55
PB
37192002-01-19 Per Bothner <per@bothner.com>
3720
3721 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
3722 isn't NULL, which can happen with some gcj-3.x-produced code.
3723
0d056799
JT
37242002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3725
3726 * alpha-tdep.c (alpha_register_virtual_type): New function.
3727 (alpha_init_frame_pc_first): Ditto.
3728 (alpha_fix_call_dummy): Ditto.
3729 (alpha_store_struct_return): Ditto.
3730 (alpha_extract_struct_value_address): Ditto.
3731 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
3732 alpha_register_virtual_type.
3733 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
3734 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
3735 alpha_extract_struct_value_address.
3736 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
3737 (INIT_FRAME_PC): Use init_frame_pc_noop.
3738 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
3739
4604bcad
MK
37402002-01-19 Mark Kettenis <kettenis@gnu.org>
3741
3742 * i386gnu-nat.c: Include "i386-tdep.h".
3743 (fetch_fpregs): Simplify code dealing with uninitialized floating
3744 point states such that it doesn't require FP7_REGNUM.
3745
140f9984
JT
37462002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3747
abf22e64
AJ
3748 * alpha-tdep.c (frame_extra_info): New.
3749 (alpha_find_saved_regs): Make static. Use
140f9984
JT
3750 frame->extra_info.
3751 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
3752 (alpha_frame_saved_pc): Use frame->extra_info.
3753 (temp_saved_regs): Don't declare as struct frame_saved_regs.
3754 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
3755 (init_extra_frame_info): Rename to...
3756 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 3757 (alpha_print_extra_frame_info): New function.
140f9984
JT
3758 (alpha_frame_locals_address): Ditto.
3759 (alpha_frame_args_address): Ditto.
abf22e64 3760 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
3761 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
3762 alpha_frame_args_address.
abf22e64 3763 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 3764 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
3765 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
3766 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
3767 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
3768 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
3769
d734c450
JT
37702002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3771
3772 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
3773 (alpha_cannot_fetch_register): Ditto.
3774 (alpha_cannot_store_register): Ditto.
3775 (alpha_register_convertible): Ditto.
3776 (alpha_use_struct_convention): Ditto.
3777 * config/alpha/tm-alpha.h: Update copyright years.
3778 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
3779 (INNER_THAN): Use core_addr_lessthan.
3780 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
3781 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
3782 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
3783 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
3784 (FRAME_CHAIN): Remove unnecessary cast.
3785
b4ceaee6
AC
37862002-01-18 Andrew Cagney <ac131313@redhat.com>
3787
3788 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
3789 obsolete.
3790
0a65a603
AC
37912002-01-18 Andrew Cagney <ac131313@redhat.com>
3792
3793 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
3794 * monitor.c, remote-array.c, remote-bug.c: Ditto.
3795 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
3796 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
3797 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
3798 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
3799 * x86-64-linux-nat.c: Ditto.
3800
636a6dfc
JT
38012002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3802
abf22e64 3803 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
3804 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
3805 (REGISTER_NAME): Define.
3806
acceddb6
JT
38072002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3808
3809 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
3810
ec32e4be
JT
38112002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3812
3813 * alpha-tdep.c: Update copyright years.
3814 (alpha_next_pc): New function.
3815 (alpha_software_single_step): Ditto.
3816 * config/alpha/tm-alpha.h: Add prototype for
3817 alpha_software_single_step.
3818
e771a871
JT
38192002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3820
3821 * alphabsd-nat.c: Update copyright years.
3822 (fill_gregset): Use regcache_collect.
3823 (fill_fpregset): Likewise.
3824 (fetch_inferior_registers): Only fetch integer registers
3825 if requested to do so.
3826 (store_inferior_registers): Only store integer registers
3827 if requested to do so.
3828
7708fa01
AC
38292002-01-17 Andrew Cagney <ac131313@redhat.com>
3830
3831 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
3832 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
3833 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
3834 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
3835 * config/alpha/fbsd.mh (XDEPFILES): Delete.
3836 * config/arm/linux.mh (XDEPFILES): Delete.
3837 * config/arm/nbsd.mh (XDEPFILES): Delete.
3838 * config/i386/i386dgux.mh (XDEPFILES): Delete.
3839 * config/i386/i386sol2.mh (XDEPFILES): Delete.
3840 * config/i386/i386m3.mh (XDEPFILES): Delete.
3841 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
3842 * config/i386/i386gnu.mh (XDEPFILES): Delete.
3843 * config/i386/fbsd.mh (XDEPFILES): Delete.
3844 * config/i386/i386bsd.mh (XDEPFILES): Delete.
3845 * config/i386/i386sco5.mh (XDEPFILES): Delete.
3846 * config/i386/i386v4.mh (XDEPFILES): Delete.
3847 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
3848 * config/i386/i386sco4.mh (XDEPFILES): Delete.
3849 * config/i386/i386aix.mh (XDEPFILES): Delete.
3850 * config/i386/go32.mh (XDEPFILES): Delete.
3851 * config/i386/cygwin.mh (XDEPFILES): Delete.
3852 * config/i386/i386lynx.mh (XDEPFILES): Delete.
3853 * config/i386/i386mach.mh (XDEPFILES): Delete.
3854 * config/i386/i386v32.mh (XDEPFILES): Delete.
3855 * config/i386/linux.mh (XDEPFILES): Delete.
3856 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
3857 * config/i386/ncr3000.mh (XDEPFILES): Delete.
3858 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
3859 * config/i386/i386sco.mh (XDEPFILES): Delete.
3860 * config/i386/i386v.mh (XDEPFILES): Delete.
3861 * config/i386/nbsd.mh (XDEPFILES): Delete.
3862 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
3863 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
3864 * config/i386/symmetry.mh (XDEPFILES): Delete.
3865 * config/i386/obsd.mh (XDEPFILES): Delete.
3866 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
3867 * config/ia64/linux.mh (XDEPFILES): Delete.
3868 * config/ia64/aix.mh (XDEPFILES): Delete.
3869 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
3870 * config/m68k/dpx2.mh (XDEPFILES): Delete.
3871 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
3872 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
3873 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
3874 * config/m68k/linux.mh (XDEPFILES): Delete.
3875 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
3876 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
3877 * config/m68k/nbsd.mh (XDEPFILES): Delete.
3878 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
3879 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
3880 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
3881 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
3882 * config/m88k/delta88.mh (XDEPFILES): Delete.
3883 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
3884 * config/m88k/m88k.mh (XDEPFILES): Delete.
3885 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
3886 * config/mips/linux.mh (XDEPFILES): Delete.
3887 * config/mips/irix6.mh (XDEPFILES): Delete.
3888 * config/mips/irix5.mh (XDEPFILES): Delete.
3889 * config/mips/irix4.mh (XDEPFILES): Delete.
3890 * config/mips/irix3.mh (XDEPFILES): Delete.
3891 * config/mips/decstation.mh (XDEPFILES): Delete.
3892 * config/mips/mipsm3.mh (XDEPFILES): Delete.
3893 (NATDEPFILES): Move core-aout.o to here.
3894 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
3895 * config/pa/hpux1020.mh (XDEPFILES): Delete.
3896 * config/pa/hppabsd.mh (XDEPFILES): Delete.
3897 * config/pa/hppahpux.mh (XDEPFILES): Delete.
3898 * config/pa/hpux11w.mh (XDEPFILES): Delete.
3899 * config/pa/hppaosf.mh (XDEPFILES): Delete.
3900 * config/pa/hpux11.mh (XDEPFILES): Delete.
3901 * config/powerpc/aix.mh (XDEPFILES): Delete.
3902 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
3903 * config/powerpc/linux.mh (XDEPFILES): Delete.
3904 * config/romp/rtbsd.mh: Rename XDEPFILES.
3905 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
3906 * config/rs6000/aix4.mh (XDEPFILES): Delete.
3907 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
3908 * config/s390/s390.mh (XDEPFILES): Delete.
3909 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
3910 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
3911 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
3912 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
3913 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
3914 * config/sparc/nbsd.mh (XDEPFILES): Delete.
3915 * config/sparc/linux.mh (XDEPFILES): Delete.
3916 * config/vax/vaxult.mh (XDEPFILES): Delete.
3917 * config/vax/vaxult2.mh (XDEPFILES): Delete.
3918 * Makefile.in (DEPFILES): Remove XDEPFILES.
3919
375fc983
AC
39202002-01-17 Andrew Cagney <ac131313@redhat.com>
3921
3922 * utils.c (internal_verror): Fix comments, default is yes not no.
3923 Update queries to match. Default to quit and dump core.
3924
8926118c
AC
39252002-01-17 Andrew Cagney <ac131313@redhat.com>
3926
3927 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
3928 copyright.
3929 * defs.h, event-top.c, gdbcmd.h: Ditto.
3930 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
3931 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
3932 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
3933 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
3934 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
3935 * mi/mi-main.c:Ditto.
3936
3937 * stack.c, symfile.c: Update copyright.
3938
45b7b345
DJ
39392002-01-17 Daniel Jacobowitz <drow@mvista.com>
3940
db728ff7
DJ
3941 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
3942 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
3943 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
3944 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 3945
db728ff7
DJ
39462002-01-17 Daniel Jacobowitz <drow@mvista.com>
3947
3948 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
3949 * gdbserver/low-lynx.c (myattach): Likewise.
3950 * gdbserver/low-nbsd.c (myattach): Likewise.
3951 * gdbserver/low-sim.c (myattach): Likewise.
3952 * gdbserver/low-sparc.c (myattach): Likewise.
3953 * gdbserver/low-sun3.c (myattach): Likewise.
3954
3955 * gdbserver/low-linux.c (myattach): New function.
45b7b345 3956
db728ff7 3957 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
3958 (main): Handle "--attach".
3959
8de3c354
AC
39602002-01-16 Andrew Cagney <ac131313@redhat.com>
3961
3962 * MAINTAINERS (language support): Daniel Jacobwitz is C++
3963 maintainer.
3964
b0129042
DJ
39652002-01-15 Daniel Jacobowitz <drow@mvista.com>
3966
3967 * c-typeprint.c (is_type_conversion_operator): Add additional
3968 check for non-conversion operators.
3969
ba8679fb 39702002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
3971
3972 * linux-proc.c: Add "info proc" command, a la procfs.c.
3973 (read_mapping): New function, abstract and re-use code.
3974 (linux_find_memory_regions): Use new func read_mapping.
3975 (linux_info_proc_cmd): New function, implement "info proc".
3976 (_initialize_linux_proc): Add new command "info proc".
3977
e4f9b4d5
MS
39782002-01-15 Michael Snyder <msnyder@redhat.com>
3979
3980 * symfile.c (generic_load): Use bfd_map_over_sections method
3981 instead of manipulating bfd structure members directly.
3982 (add_section_size_callback): New function, bfd sections callback
3983 used by generic_load.
3984 (load_sections_callback): New function, bfd sections callback
3985 used by generic_load.
3986
08cf96df
EZ
39872002-01-15 Elena Zannoni <ezannoni@redhat.com>
3988
abf22e64 3989 [Based on work by Jim Blandy]
08cf96df
EZ
3990 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
3991 (builtin_type_vec128): Export.
3992 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
3993 types.
3994 (builtin_type_vec128): New builtin type for 128 bit vector
3995 registers.
3996 (build_gdbtypes): Initialize builtin_type_v16qi and
3997 builtin_type_v8hi. Create the vec128 register builtin type
3998 structure.
3999 (build_builtin_type_vec128): New function.
abf22e64 4000 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
4001 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
4002 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
4003 AltiVec register to new builtin type.
4004
d7242108
DJ
40052001-01-15 Daniel Jacobowitz <drow@mvista.com>
4006
4007 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
4008 to make_cv_type.
4009
4ee3352d
AC
40102002-01-14 Andrew Cagney <ac131313@redhat.com>
4011
4012 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
4013 CLEAN_UP_REGISTER_VALUE.
4014 * regcache.c (supply_register): Update only call.
4015
f015b2e7
AC
40162002-01-14 Andrew Cagney <ac131313@redhat.com>
4017
4018 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4019 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4020 a29k-*-vxworks* targets as obsolete.
4021
356ae49d
MS
40222002-01-14 Michael Snyder <msnyder@redhat.com>
4023
4024 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
4025 until we can resolve portability issues.
4026 * gregset.h: Remove references to fpxregs.
4027 * gcore.c (gcore_command): Initialize note_sec to NULL.
4028
ade8f45e
AC
40292002-01-13 Andrew Cagney <ac131313@redhat.com>
4030
4031 * signals.c (target_signal_to_name): Rewrite. Only use
4032 signals[].name when in bounds and non-NULL.
abf22e64 4033
89c49e7a
AC
40342002-01-13 Andrew Cagney <ac131313@redhat.com>
4035
4036 From Petr Ledvina <ledvinap@kae.zcu.cz>:
4037 * signals.c (target_signal_to_name): Verify that SIG is within the
4038 bounds of the signals array.
4039
4daa9f9f
AC
40402002-01-13 Andrew Cagney <ac131313@redhat.com>
4041
4042 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
4043
ba4bbdcb
KS
40442002-01-13 Keith Seitz <keiths@redhat.com>
4045
4046 * stack.c (print_frame_info_base): Print the frame's pc
4047 only if when print_frame_info_listing_hook is not defined.
4048
575bbeb6
KS
40492002-01-13 Keith Seitz <keiths@redhat.com>
4050
4051 * varobj.c (varobj_set_value): Make sure that there were no
4052 errors evaluating the object before attempting to set its
4053 value.
4054 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
4055 so this offset adjustment is no longer necessary.
4056 (create_child): Don't set the error flag if the child is
4057 a CPLUS_FAKE_CHILD.
4058 (value_of_child): If value_fetch_lazy fails, return NULL
4059 so that callers will be notified that an error occurred.
4060 (c_value_of_variable): Delay check of variable's validity
4061 until later. We actually want all structs and unions to have
4062 the value "{...}".
4063 Do not return "???" for variables which could not be evaluated.
4064 This error condition must be returned to the caller so that it
4065 can get the error condition from gdb.
4066 (cplus_name_of_child): Adjust index for vptr before figuring
4067 out the name of the child.
4068 (cplus_value_of_child): If a child's (real) parent is not valid,
4069 don't even bother trying to give a value for it. Just return
4070 an error. Change all instances in this function.
4071 (cplus_type_of_child): If our parent is one of the "fake"
4072 parents, we need to get at the type of the real parent, and
4073 derive the child's true type using this information.
4074
b76898ab
AC
40752002-01-13 Andrew Cagney <ac131313@redhat.com>
4076
4077 From 2002-01-09 John Marshall <johnm@falch.net>:
4078 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
4079 sources.redhat.com, and tweak some related URLs which had
4080 suffered from linkrot.
4081
b6649e88
AC
40822002-01-13 Andrew Cagney <ac131313@redhat.com>
4083
4084 From Jeff law:
4085 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
4086 structures passed in registers.
4087
82cc5033
EZ
40882002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
4089
4090 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
4091 white space which prevented compilation. Reported by DSK
4092 <dsk@student.unsw.edu.au>.
4093
ba5f2f8a
MS
40942002-01-11 Michael Snyder <msnyder@redhat.com>
4095
fbd35540
MS
4096 * symfile.c (build_section_addr_info_from_section_tab):
4097 Use bfd access method instead of manipulating bfd directly.
4098 (syms_from_objfile): Ditto.
4099 (simple_overlay_update_1): Ditto.
4100 (simple_overlay_update): Ditto.
4101 (generic_load): Ditto.
4102 (overlay_unmapped_address): FIXME comment, bfd access methods.
4103 (sections_overlap): FIXME comment, bfd access methods.
4104 (pc_in_mapped_range): FIXME comment, bfd access methods.
4105 (pc_in_unmapped_range): FIXME comment, bfd access methods.
4106 (section_is_mapped): FIXME comment, bfd access methods.
4107 (section_is_overlay): FIXME comment, bfd access methods.
4108
ba5f2f8a
MS
4109 * symfile.c (generic_load): Whitespace and long line cleanups.
4110 Remove duplicate variable, change several local variables to
4111 more appropriate data types.
4112 (print_transfer_performance): Use %lu instead of %ld for ulongs.
4113
17df2af6
AC
41142002-01-12 Andrew Cagney <ac131313@redhat.com>
4115
4116 From Peter Schauer:
4117 * language.c (longest_local_hex_string_custom): Use phex_nz to
4118 convert NUM to a hex string.
4119
ec920329
EZ
41202002-01-12 Elena Zannoni <ezannoni@redhat.com>
4121
4122 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
4123 the function.
538a76d6 4124 Update Copyright year.
ec920329 4125
3abd2e01
AC
41262002-01-12 Andrew Cagney <ac131313@redhat.com>
4127
4128 * language.c (longest_raw_hex_string): Delete unused function.
4129
b21b22e0
PS
41302002-01-11 Petr Sorfa <petrs@caldera.com>
4131
4132 * MAINTAINERS (write-after-approval): Add myself.
4133 * dwarf2read.c (read_tag_string_type): Handling of
4134 DW_AT_byte_size.
4135 (read_tag_string_type): FORTRAN fix to prevent propagation of
4136 first string size.
4137 (set_cu_language): Handling of DW_LANG_Fortran95
4138
747fe712
RE
41392002-01-11 Richard Earnshaw <rearnsha@arm.com>
4140
4141 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
4142 GETPID(inferior_ptid).
4143 (store_inferior_registers): Likewise.
4144
f1bea926
JM
41452002-01-10 Jason Merrill <jason@redhat.com>
4146
4147 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
4148 Fix DW_OP_minus.
4149
ae940673
AC
41502002-01-10 Andrew Cagney <ac131313@redhat.com>
4151
4152 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
4153 and bfd/elf32-sh-nbsd.c.
4154
00546b04
MS
41552002-01-10 Michael Snyder <msnyder@redhat.com>
4156
352ed7b4
MS
4157 * NEWS: Mention --pid and corefile/proc-id behavior change.
4158
c18be923
MS
4159 * Makefile.in: Add rules for gcore.o and linux-proc.o.
4160 * gcore.c: Include cli/cli-decode.h instead of command.h.
4161
00546b04
MS
4162 * main.c (captured_main): Add new command line option "--pid".
4163 If the second command line argument (following the symbol-file)
4164 begins with a digit, try to attach to it before trying to open
4165 it as a corefile.
4166 (print_gdb_help): Document the "--pid" argument.
4167
db60ec62
EZ
41682002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
4169
4170 * completer.c (command_completer): New function.
4171
4172 * completer.h <command_completer>: Add prototype.
4173
4174 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
4175 completer for the "help" command.
4176
39c22d1a
JM
41772002-01-09 Jason Merrill <jason@redhat.com>
4178
4179 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
4180
c564377f
MS
41812002-01-09 Michael Snyder <msnyder@redhat.com>
4182
975aec09
MS
4183 * i386-linux-nat.c (fill_fpxregset): Make global.
4184 (store_fpxregset): Ditto.
4185
db4a10fa
MS
4186 * gregset.h (gdb_fpxregset_t): Define.
4187 (supply_fpxregset): Prototype.
4188 (fill_fpxregset): Prototype.
4189
c564377f
MS
4190 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
4191
c3d45d70
RE
41922002-01-09 Richard Earnshaw <rearnsha@arm.com>
4193
4194 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
4195 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
4196 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
4197
fcc87af1
AC
41982002-01-09 Andrew Cagney <ac131313@redhat.com>
4199
4200 * MAINTAINERS: Update target maintainer rules so that any
4201 Maintainer can approve a tested patch for a maintenance-only
4202 target.
4203
dd96c05b
RE
42042002-01-09 Richard Earnshaw <rearnsha@arm.com>
4205
d4297db9 4206 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 4207
d4297db9 4208 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
4209 IN_SIGTRAMP.
4210
145fdc6e
MS
42112002-01-08 Michael Snyder <msnyder@redhat.com>
4212
4213 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
4214 real name of the executable, rather than the /proc name.
4215
be4d1333
MS
42162002-01-03 Michael Snyder <msnyder@redhat.com>
4217
4218 Implement a "generate-core-file" command in gdb, save target state.
4219 * gcore.c: New file. Implement new command 'generate-core-file'.
4220 Save a corefile image of the current state of the inferior.
4221 * linux-proc.c: Add linux-specific code for saving corefiles.
4222 * target.h (struct target_ops): Add new target vectors for saving
4223 corefiles; to_find_memory_regions and to_make_corefile_notes.
4224 (target_find_memory_regions): New macro.
4225 (target_make_corefile_notes): New macro.
4226 * target.c (update_current_target): Inherit new target methods.
4227 (dummy_find_memory_regions): New place-holder method.
4228 (dummy_make_corefile_notes): New place-holder method.
4229 (init_dummy_target): Initialize new dummy target vectors.
4230 * exec.c (exec_set_find_memory_regions): New function.
4231 Allow the exec_ops vector for memory regions to be taken over.
4232 (exec_make_note_section): New function, target vector method.
4233 * defs.h (exec_set_find_memory_regions): Export prototype.
4234 * procfs.c (proc_find_memory_regions): New function, corefile method.
4235 (procfs_make_note_section): New function, corefile method.
4236 (init_procfs_ops): Set new target vector pointers.
4237 (find_memory_regions_callback): New function.
4238 (procfs_do_thread_registers): New function.
4239 (procfs_corefile_thread_callback): New function.
4240 * sol-thread.c (sol_find_memory_regions): New function.
4241 (sol_make_note_section): New function.
4242 (init_sol_thread_ops): Initialize new target vectors.
4243 * inftarg.c (inftarg_set_find_memory_regions): New function.
4244 Allow to_find_memory_regions vector to be taken over.
4245 (inftarg_set_make_corefile_notes): New function.
4246 Allow to_make_corefile_notes vector to be taken over.
4247 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
4248 interface layer if not target_has_execution (may be a corefile).
4249 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
4250 * config/sparc/sun4sol2.mh: Ditto.
4251 * config/alpha/alpha-linux.mh: Ditto.
4252 * config/arm/linux.mh: Ditto.
4253 * config/i386/x86-64linux.mh: Ditto.
4254 * config/ia64/linux.mh: Ditto.
4255 * config/m68k/linux.mh: Ditto.
4256 * config/mips/linux.mh: Ditto.
4257 * config/powerpc/linux.mh: Ditto.
4258 * config/sparc/linux.mh: Ditto.
4259
c6b92abd
MS
42602002-01-07 Michael Snyder <msnyder@redhat.com>
4261
4262 * arm-linux-nat.c: Remove references to regcache.c internal data
4263 (registers[] and register_valid[]).
4264
4b09dc8c
MS
42652002-01-07 Michael Snyder <msnyder@redhat.com>
4266
abf22e64
AJ
4267 * linux-proc.c: New file. Implement child_pid_to_exec_file,
4268 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
4269 symbol file and shlibs.
4270 * Makefile.in: Add rule for linux-proc.o.
4271 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
4272 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
4273 * config/arm/linux.mh: Ditto.
4274 * config/i386/linux.mh: Ditto.
4275 * config/i386/x86-64linux.mh: Ditto.
4276 * config/ia64/linux.mh: Ditto.
4277 * config/m68k/linux.mh: Ditto.
4278 * config/mips/linux.mh: Ditto.
4279 * config/powerpc/linux.mh: Ditto.
4280 * config/sparc/linux.mh: Ditto.
4281
c25b74ac
PM
42822002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
4283
4284 * win32-nat.c: Add i386-tdep.h dependency.
4285
94cd915f
MS
42862002-01-07 Michael Snyder <msnyder@redhat.com>
4287
c7cccb76
MS
4288 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
4289 instead of bfd_get_arch_size. Don't bail out just because
4290 there's no exec_bfd.
abf22e64 4291
34c0bd93
MS
4292 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
4293 * p-valprint.c (pascal_object_print_value): Ditto.
4294 * somread.c (som_symtab_read): Ditto.
4295 * symfile.c (simple_free_overlay_region_table): Ditto.
4296 * valops.c (value_assign): Ditto.
4297
21c1c920
MS
4298 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
4299 use tilde_expand and strerror for opening save-tracepoints file.
4300
5bbd998e
MS
4301 * thread-db.c (thread_db_new_objfile): Indendation fix.
4302
94cd915f
MS
4303 * infptrace.c (GDB_MAX_ALLOCA): New define.
4304 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 4305 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
4306 can be overridden with whatever value is appropriate to the host).
4307 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
4308 alloca to allocate potentially large buffer.
4309 * rs6000-nat.c (child_xfer_memory): Ditto.
4310 * symm-nat.c (child_xfer_memory): Ditto.
4311 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
4312
494e8a93
JSC
43132002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
4314
4315 From Nick Clifton <nickc@redhat.com>
4316 * d10v-tdep.c: Set STACK_START to 0x200bffe.
4317
d0e1d48e
MS
43182002-01-07 Michael Snyder <msnyder@redhat.com>
4319
abf22e64 4320 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
4321 Don't use exec_bfd if it's NULL.
4322
290b2c7a
MK
43232002-01-06 Mark Kettenis <kettenis@gnu.org>
4324
abf22e64 4325 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 4326
aef21287
AC
43272002-01-06 Andrew Cagney <ac131313@redhat.com>
4328
4329 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
4330 * gnu-nat.c: Ditto.
4331
30efa627
AC
43322002-01-06 Andrew Cagney <ac131313@redhat.com>
4333
4334 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
4335 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
4336 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
4337 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
4338 z8k-coff have not been multi-arched. Update z8k-coff build
4339 status.
4340
9b4ff276
AC
43412002-01-06 Andrew Cagney <ac131313@redhat.com>
4342
4343 * MAINTAINERS: Mark a29k target as obsolete.
4344 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
4345 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
4346 comments.
4347 * NEWS: Note that a29k targets are obsolete.
4348 * a29k-tdep.c: Mark as obsolete.
4349 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4350 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4351 a29k-*-vxworks* targets as obsolete.
4352 * remote-adapt.c: Obsolete.
4353 * remote-eb.c: Obsolete.
4354 * remote-mm.c: Obsolete.
4355 * remote-udi.c: Obsolete.
4356 * config/a29k/a29k-udi.mt: Obsolete.
4357 * config/a29k/a29k.mt: Obsolete.
4358 * config/a29k/tm-a29k.h: Obsolete.
4359 * config/a29k/tm-vx29k.h: Obsolete.
4360 * config/a29k/vx29k.mt: Obsolete.
4361
a9011d31
AC
43622002-01-05 Andrew Cagney <ac131313@redhat.com>
4363
4364 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
4365 with BFD_ENDIAN_BIG.
4366
9299404e
AC
43672002-01-05 Andrew Cagney <ac131313@redhat.com>
4368
4369 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
4370 * configure, config.in: Re-generate.
4371 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
4372 * defs.h: Do not include <endian.h>.
4373
7e89e357
JT
43742002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
4375
4376 * acconfig.h (HAVE_PT_GETXMMREGS): New.
4377 * config.in: Regenerate.
4378 * configure.in: Update copyright years.
4379 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
4380 * configure: Regenerate.
4381 * i386bsd-nat.c: Update copyright years.
4382 (fill_gregset): Use regcache_collect.
4383 (fetch_inferior_registers): Only fetch integer registers
4384 if requested to do so. Add support for XMM registers
4385 using PT_GETXMMREGS.
4386 (store_inferior_registers): Only store integer registers
4387 if requested to do so. Add support for XMM registers
4388 using PT_SETXMMREGS.
4389 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
4390 (store_inferior_registers): Remove.
4391 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
4392 (fetch_elfcore_registers): New function.
4393 (i386nbsd_elfcore_fns): New.
4394 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
4395 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
4396 i386bsd-nat.o.
4397 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4398 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
4399 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4400 * config/i386/tm-nbsd.h: Update copyright years.
4401 (HAVE_SSE_REGS): Define.
4402 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
4403 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
4404 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
4405 (SIGCONTEXT_PC_OFFSET): Remove.
4406 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
4407
a752853e
AC
44082002-01-05 Andrew Cagney <ac131313@redhat.com>
4409
4410 * configure.tgt: Remove powerpc-*-macos* target.
4411 * config/m68k/xm-mpw.h: Delete file.
4412 * config/xm-mpw.h: Delete file.
4413 * ser-mac.c: Delete file.
4414 * mpw-make.sed: Delete file.
4415 * mpw-config.in: Delete file.
4416 * mac-xdep.c: Delete file.
4417 * mac-gdb.r: Delete file.
4418 * mac-defs.h: Delete file.
4419 * mac-nat.c: Delete file.
4420 * config/powerpc/macos.mh: Delete file.
4421 * config/powerpc/macos.mt: Delete file.
4422 * config/powerpc/nm-macos.h: Delete file.
4423 * config/powerpc/tm-macos.h: Delete file.
4424 * source.c (openp, open_source_file): Remove obsolete code.
4425 * top.c (gdb_readline): Ditto.
4426 * utils.c (query): Ditto.
4427 * event-top.c (display_gdb_prompt): Ditto.
4428 * Makefile.in (ser-mac.o): Delete obsolete target.
4429 * NEWS: Update.
4430
d7449b42
AC
44312002-01-04 Andrew Cagney <ac131313@redhat.com>
4432
4433 * defs.h (BIG_ENDIAN): Delete macro definition.
4434 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
4435 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
4436 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
4437 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4438 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
4439 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
4440 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
4441 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
4442 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
4443 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
4444 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
4445 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
4446 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4447 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4448 * gdbarch.c: Re-generate.
4449
356374e8
DJ
44502002-01-04 Daniel Jacobowitz <drow@mvista.com>
4451
4452 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
4453 for core files.
4454
a2b8f8f8
JT
44552002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4456
4457 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
4458
12466af9
AC
44592002-01-04 Andrew Cagney <ac131313@redhat.com>
4460
4461 * value.h (value_ptr): Delete typedef.
4462
3549ab40
JT
44632002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4464
4465 * i386nbsd-nat.c: Update copyright years.
4466 Include i386-tdep.h.
4467
fedbd091
EZ
44682002-01-04 Elena Zannoni <ezannoni@redhat.com>
4469
4470 * stabsread.c: Update copyright years.
4471
4472 From Debashis Mahata <debashis.mahata@wipro.com>:
4473 (read_struct_fields): Deal with Sun C compiler erroneous stab
4474 output for structs and unions.
fec8b34f 4475 Fix PR gdb/269.
fedbd091 4476
eb43544b
DJ
44772002-01-04 Daniel Jacobowitz <drow@mvista.com>
4478
4479 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
4480 prototype.
4481
1514d34e
DJ
44822002-01-04 Daniel Jacobowitz <drow@mvista.com>
4483
4484 * cp-abi.c: Fix whitespace.
4485 (baseclass_offset): New wrapper function.
4486 * cp-abi.h (baseclass_offset): Add prototype.
4487 (struct cp_abi_ops): Add baseclass_offset pointer.
4488
4489 * valops.c (vb_match): Move to...
4490 * gnu-v2-abi.c (vb_match): here.
4491 * valops.c (baseclass_offset): Move to...
4492 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
4493
4494 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
4495
4496 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
4497 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
4498 * hpacc-abi.c (init_hpacc_ops): Likewise.
4499
7f8c9282
DJ
45002002-01-04 Daniel Jacobowitz <drow@mvista.com>
4501
4502 * valops.c (find_overload_match): Accept obj as a
4503 reference parameter. Update it before returning.
4504 * value.h (find_overload_match): Update prototype.
4505 * eval.c (evaluate_subexp_standard): Pass object to
4506 find_overload_match by reference.
4507
f23631e4
AC
45082002-01-03 Andrew Cagney <ac131313@redhat.com>
4509
4510 * valarith.c: Replace value_ptr with struct value pointer. Remove
4511 register attribute from value declarations.
4512 * valops.c: Ditto.
4513 * value.h: Ditto.
4514 * scm-lang.c (scm_lookup_name): Ditto.
4515
79e10fab 45162002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 4517
79e10fab
AC
4518 Abstract the functionality of iterating over mapped memory
4519 regions into a general purpose iterator function.
abf22e64 4520 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
4521 iterator for memory sections.
4522 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
4523 (solib_mappings_callback): New function, callback for above.
4524 (info_proc_mappings): Reimpliment using iterate_over_mappings.
4525 (info_mappings_callback): New function, callback for above.
4526
4527 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
4528
c5ad026a
MK
45292002-01-01 Mark Kettenis <kettenis@gnu.org>
4530
d2a7c97a
MK
4531 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4532 * i386-tdep.c: Include "elf-bfd.h".
4533 (process_note_abi_tag_sections): New function.
4534 (i386_gdbarch_init): Add code to recognize various OS/ABI
4535 combinations.
4536
c5ad026a
MK
4537 * maint.c (_initialize_maint_cmds): Add missing \ in
4538 string-literal.
4539
a1a5b71e 4540For older changes see ChangeLog-2001
c906108c
SS
4541\f
4542Local Variables:
4543mode: change-log
4544left-margin: 8
4545fill-column: 74
4546version-control: never
4547End:
This page took 0.463291 seconds and 4 git commands to generate.