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