]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
s/Linux/.../
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
8605d56e
AC
12002-02-24 Andrew Cagney <ac131313@redhat.com>
2
3 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
4 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
5 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
6 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8605d56e
AC
7 Fix PR gdb/378.
8
8ed32cc0
AC
92002-02-23 Andrew Cagney <ac131313@redhat.com>
10
a3007b6f
AC
11 * lin-thread.c: Delete file.
12 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
13 to gdb_proc_service.h.
14 * configure: Re-generate.
15
50a9e2f1
AC
16 * ocd.c (ocd_open): Do not try to open the "ocd" device.
17 * serial.c (serial_open): Delete check for "ocd".
18 Fix PR gdb/349.
19
8b6e7932
AC
20 * Makefile.in (linux-thread.o): Delete target.
21 * linux-thread.c: Delete file.
22
d155c46b
AC
23 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
24 renamed SH files to be consistent.
25
8ed32cc0
AC
26 * symtab.c (sort_search_symbols): Use xfree.
27
0e18d038
RE
282002-02-23 Richard Earnshaw <rearnsha@arm.com>
29
30 * arm-linux-tdep.c (arm_linux_init_abi): Register
31 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
32 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
33 definition with undef, since we don't want the sysvr4 definition.
34 (SKIP_TRAMPOLINE_CODE): Likewise.
35
27aac7ff
AC
362002-02-23 Andrew Cagney <ac131313@redhat.com>
37
38 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
39
40 * configure.in: (AC_CHECK_FUNCS) Added test for
41 canonicalize_file_name Regenerated.
42 * config.in, configure: Regenerated.
43 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
44 defined use canonicalize_file_name.
45
65a6e0ee
MC
462002-02-23 Michael Chastain <mec@shout.net>
47
48 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
49
47b95330
AC
502002-02-23 Andrew Cagney <ac131313@redhat.com>
51
52 * README: Remove references to cygnus.com.
53 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
54 dot com'' form. Remove references to cygnus.com and sourceware.
55
696f451b
AC
562002-02-23 Andrew Cagney <ac131313@redhat.com>
57
58 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
59 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
60 1003.1-2001 no longer allows "head -1".
61 * gdb/Makefile.in (version.c): Likewise.
62 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
63 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
64 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
65
bbaca940
AC
662002-02-23 Andrew Cagney <ac131313@redhat.com>
67
68 * cli/cli-decode.c (cmd_cfunc_eq): New function.
69 * command.h (cmd_cfunc_eq): Declare.
70 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
71
72 * cli/cli-cmds.h (is_complete_command): Change parameter to a
73 ``struct cmd_list_element *''.
74 * cli/cli-cmds.c (is_complete_command): Update. Use
75 cmd_cfunc_eq.
76 * top.c (execute_command): Pass the command to
77 is_complete_command.
78 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
79
b8b8b047
AC
802002-02-23 Andrew Cagney <ac131313@redhat.com>
81
82 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
83 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
84 architecture defines.
85 * s390-tdep.c (s390_gdbarch_init): Likewise.
86
19d3fc80
RE
872002-02-23 Richard Earnshaw <rearnsha@arm.com>
88
89 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
90 (arm_linux_push_arguments): Likewise.
91 (arm_linux_init_abi): Register them. Also register linux-specific
92 call_dummy_words.
93 (find_minsym_and_objfile): Use strcmp, not STREQ.
94 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
95 (arm_linux_call_dummy_words): Delete declaration.
96 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
97 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
98 declarations.
99 (LOWEST_PC): Delete.
100
3ab13650
PS
1012002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
102
103 * maint.c (print_section_info): Do not prepend `0x' to filepos
104 output, it will be handled by local_hex_string_custom.
105
19d3fc80 1062002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
107
108 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
109 (store_newfpe_double, store_newfpe_extended, store_fpregister)
110 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
111
d85a5daf
JB
1122002-02-22 Jim Blandy <jimb@redhat.com>
113
114 Indicate that the bcache functions don't change the strings
115 they're passed.
116 * bcache.h (bcache, hash): Add `const' keywords to declarations.
117 * bcache.c (bcache, hash): Add `const' keywords to definitions.
118
eeb25b8a
PM
1192002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
120
121 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
122
6badb179
CF
1232002-02-21 Christopher Faylor <cgf@redhat.com>
124
125 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
126 find the complete path to a loaded DLL.
127
e8717518
FF
1282002-02-21 Fred Fish <fnf@redhat.com>
129
130 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
131 that marks the end of the range of a function, enter a line number
132 entry that has a line number of zero and a PC offset that matches
133 the end of the function. This starts a range of PC's for which no
134 line number information is known.
135 * symtab.c (find_pc_sect_line): If our best fit is in a range of
136 PC's for which no line number info is found (line number is zero)
137 then we didn't find any valid line information.
138 * symtab.h: Document use of zero line number entry.
139
9abe5450
EZ
1402002-02-21 Elena Zannoni <ezannoni@redhat.com>
141
142 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
143 (have_ptrace_getvrregs): Define for run time checks.
144 (gdb_vrregset_t): New type for Altivec register handling.
145 (fetch_register, store_register): Fetch/store altivec register
146 when needed.
147 (fetch_altivec_register, store_altivec_register): New functions.
148 (supply_vrregset, fill_vrregset): New functions.
149 (fetch_altivec_registers, store_altivec_registers): New functions.
150 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
151 registers as well.
152
aaa38bb5
AJ
1532002-02-21 Jiri Smid <smid@suse.cz>
154
155 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
156
b34db576
RE
1572002-02-21 Richard Earnshaw <rearnsha@arm.com>
158
159 * Makefile.in (armnbsd-nat.o): Update dependencies.
160 * armnbsd-nat.c (supply_gregset): New function. Common code to
161 supply the integer register set.
162 (supply_fparegset): New function. Similar for FPA registers.
163 (fetch_regs, fetch_fp_regs): Use them.
164 (fetch_core_registers): Likewise.
165 (fetch_elfcore_registers): New function.
166 (arm_netbsd_elfcore_fns): New core-file type specification.
167 (_initialize_arm_netbsd_nat): Register it.
168
3e56fc4b
RE
1692002-02-21 Richard Earnshaw <rearnsha@arm.com>
170
171 * armnbsd-nat.c: Include gdbcore.h.
172 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
173 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
174 'void' to declaration, to shut up ARI.
175 (fetch_core_registers): Make static. Rewrite using supply_register.
176 (arm_netbsd_core_fns): New core-file type specification.
177 (_initialize_arm_netbsd_nat): New function.
178
097f6b0b
CF
1792002-02-21 Christopher Faylor <cgf@redhat.com>
180
181 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
182 value.
183
c914e0cc
CF
1842002-02-20 Christopher Faylor <cgf@redhat.com>
185
186 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
187 fails.
188
385fa495
DJ
1892002-02-20 Daniel Jacobowitz <drow@mvista.com>
190
191 * jv-exp.y (parse_number): Change type of implicit longs
192 to builtin_type_uint64.
193
e5f1222d
DJ
1942002-02-20 Daniel Jacobowitz <drow@mvista.com>
195
196 * gdbserver/linux-low.c (mywait): Change argument to waitpid
197 to be an integer instead of a `union wait'.
198
75c9abc6
DJ
1992002-02-20 Daniel Jacobowitz <drow@mvista.com>
200
201 * mips-linux-nat.c: Call the operating system GNU/Linux.
202 * mips-linux-tdep.c: Likewise.
203 * mips-tdep.c: Likewise.
204
551792a5
DJ
2052002-02-20 Daniel Jacobowitz <drow@mvista.com>
206
207 Fix PR gdb/265.
208 * jv-exp.y (parse_number): Handle 64-bit integers.
209
ee6e2b82
DJ
2102002-02-20 Daniel Jacobowitz <drow@mvista.com>
211
212 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
213 AC_STDC_HEADERS to AC_HEADER_STDC.
214 * gdbserver/configure: Regenerated.
215
a48442a0
RE
2162002-02-20 Richard Earnshaw <rearnsha@arm.com>
217
218 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
219 is defined.
220 * sparc-tdep.c (get_longjmp_target): Likewise.
221
fe419ffc
RE
2222002-02-20 Richard Earnshaw <rearnsha@arm.com>
223
224 * News: Add news about ARM and Multi-arch. Mention the new target
225 arm*-*-netbsd*.
226
5832ed7e
JB
2272002-02-19 Jim Blandy <jimb@redhat.com>
228
229 * stabsread.c (error_type_complaint): Improve error message.
230
84563040
DJ
2312002-02-19 Daniel Jacobowitz <drow@mvista.com>
232
233 * gdbserver/README: Update documentation.
234 * gdbserver/configure.in: Update configury to match documentation.
235 * gdbserver/Makefile.in: Likewise.
236 * gdbserver/configure: Regenerated.
237 * gdbserver/aclocal.m4: New file, generated by aclocal.
238 * gdbserver/config.in: New file, generated by autoheader.
239
375fd65b
RE
2402002-02-19 Richard Earnshaw <rearnsha@arm.com>
241
242 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
243 armnbsd-nat.c.
244
08216dd7
RE
2452002-02-19 Richard Earnshaw <rearnsha@arm.com>
246
247 * arm-tdep.h (enum arm_float_model): New enum.
248 (struct gdbarch_tdep): Add fp_model.
249 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
250 up floating-point conversions until we know the floating-point model
251 in use by the inferior. Don't complain about being unable to
252 determine the ABI of the inferior when we don't have one.
253 (arm_extract_return_value): Support different floating-point models.
254 (arm_store_return_value): Likewise.
aaa38bb5 255 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
256 ARM_FLOAT_SOFT.
257 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
258
65d6d66a
PS
2592002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
260
261 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
262 of ``current_gdbarch''.
263
47221191
RE
2642002-02-19 Richard Earnshaw <rearnsha@arm.com>
265
266 * armnbsd-nat.c : ANSIfy all function declarations.
267 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
268 (fetch_inferior_registers): Re-implement in terms of above.
269 (store_register, store_regs, store_fp_register, store_fp_regs): New.
270 (store_inferior_registers): Re-implement in terms of above.
271
fdf39c9a
RE
2722002-02-19 Richard Earnshaw <rearnsha@arm.com>
273
aaa38bb5 274 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
275 kernel.
276 * arm-linux-tdep.c: Likewise.
277 * config/arm/tm-linux.h: Likewise.
278
93247f88
RE
2792002-02-19 Richard Earnshaw <rearnsha@arm.com>
280
281 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
282 * config/arm/nbsd.mt (TM_FILE): Delete.
283 * config/arm/tm-nbsd.h: Delete.
284
d7b486e7
RE
2852002-02-19 Richard Earnshaw <rearnsha@arm.com>
286
287 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
288 Initialize CALL_DUMMY_LENGTH.
289
41d39a95
RE
2902002-02-19 Richard Earnshaw <rearnsha@arm.com>
291
292 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
293 function.
294 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 295 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
296 defines one thing and that is incorrect for this port.
297 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
298
e1195560
PM
2992002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
300
301 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
302
c1748f97
PM
3032002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
304
305 * win32-nat.c (display_selector): New function. Displays information
306 about the information returned by GetThreadSelectorEntry API function.
307 (display_selectors): New function. Displays the infomation of
308 the selector given as argument, or of CS, DS ans FS selectors
309 if no argument is given.
310 ( _initialize_inftarg): Add "w32" as info prefix command.
311 Add "info w32 selector" as command calling display_selectors.
312
e41e6bbf
PM
3132002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
314
315 * i386-tdep.c (get_longjmp_target): Fix compilation failure
316 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
317 if not defined.
318
0d3a9f48
RE
3192002-02-18 Richard Earnshaw <rearnsha@arm.com>
320
321 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
322
3fb4b924
RE
3232002-02-18 Richard Earnshaw <rearnsha@arm.com>
324
325 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
326 (arm_fix_call_dummy): Call it.
327 (arm_call_dummy_breakpoint_offset): Delete.
328 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
329 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
330
7f55af32
AC
3312002-02-18 Andrew Cagney <ac131313@redhat.com>
332
333 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
334 Default to func_frame_chain_valid.
335 * gdbarch.h, gdbarch.c: Re-generate.
336 * frame.h (FRAME_CHAIN_VALID): Delete definition.
337
05f13b9c
EZ
3382002-02-18 Elena Zannoni <ezannoni@redhat.com>
339
340 * ppc-linux-nat.c: Update copyright.
341 (fetch_register, store_register): Add tid parameter, don't compute
342 tid here.
343 (fetch_ppc_registers, store_ppc_registers): Add tid
344 parameter. Pass it along to callees.
345 (fetch_inferior_registers, store_inferior_registers): Compute tid
346 here, and pass it to calleed functions.
347 (fill_gregset, supply_fpregset): Clean up formatting.
348
d7afb4c9
RE
3492002-02-18 Richard Earnshaw <rearnsha@arm.com>
350
351 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
352 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
353
9df628e0
RE
3542002-02-18 Richard Earnshaw <rearnsha@arm.com>
355
356 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
357 * gdbarch.c gdbarch.h: Regenerate.
358 * breakpoint.c (create_longjmp_breakpoint): Always compile this
359 function.
360 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
361 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
362 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
363
364 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
365 * arm-tdep.c (arm_get_longjmp_target): New function.
366 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
367 this to a positive value register arm_get_longjmp_target as the
368 longjmp handler.
369 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
370 (arm_linux_init_abi): Set up longjmp description in tdep.
371 * armnbsd-nat.c (get_longjmp_target): Delete.
372 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
373 description in tdep.
374 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
375 (get_longjmp_target): Delete declaration.
376 (GET_LONGJMP_TARGET): Delete.
377 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
378 (GET_LONGJMP_TARGET): Delete.
379
57bc8964
KB
3802002-02-17 Kevin Buettner <kevinb@redhat.com>
381
382 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
383 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
384 of ``current_gdbarch''.
385
83d31a92
TT
3862002-02-17 Tom Tromey <tromey@redhat.com>
387
388 * cli/cli-cmds.c (compare_strings): New function.
389 (complete_command): Only print each unique item once.
390 * completer.h (complete_line): Declare.
391 * completer.c (complete_line): New function.
392 (line_completion_function): Use it.
393
17ef5d92
AC
3942002-02-16 Andrew Cagney <ac131313@redhat.com>
395
396 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
397 * gdbarch.h, gdbarch.c: Re-generate.
398
491b8946
DJ
3992002-02-16 Daniel Jacobowitz <drow@mvista.com>
400
401 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
402
4032002-02-16 Daniel Jacobowitz <drow@mvista.com>
404
405 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
406 * valops.c (value_arg_coerce): Don't take the address of a reference
407 to convert an argument to a reference.
408
dfe7f3ac
CF
4092002-02-15 Christopher Faylor <cgf@redhat.com>
410
411 * win32-nat.c (get_image_name): New function.
412 (handle_load_dll): Use get_image_name function.
413 (get_child_debug_event): Avoid registering debug events until possibly
414 execed process is started.
415 (child_create_inferior): Allow invocation via shell so that command
416 line redirection, etc. works ok.
417 (_initialize_inftarg): Add new command: "set shell" to control whether
418 a shell is used to start a process.
419
1d33e73a
DJ
4202002-02-15 Daniel Jacobowitz <drow@mvista.com>
421
422 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
423 instead of find_register_by_number.
424 (cannot_store_register): Likewise.
425
48cd0caa
PM
4262002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
427
aaa38bb5 428 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
429 fprintf_unfiltered (gdb_stderr, ...).
430
8656e7d8
DJ
4312002-02-15 Daniel Jacobowitz <drow@mvista.com>
432
433 * gdbserver/gdbserver.1: Document --attach.
434
66e810cd
RE
4352002-02-15 Richard Earnshaw <rearnsha@arm.com>
436
437 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
438 descriptions.
439 * arm-tdep.c (arm_default_arm_le_breakpoint)
440 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
441 (arm_default_thumb_be_breakpoint): New. Initialize them from
442 traditional breakpoint defines.
443 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
444 (arm_gdbarch_init): Initialize new breakpoint variables.
445 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
446 (arm_linux_init_abi): Initialize linux-specific breakpoint.
447 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
448 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
449 code out to ...
450 (arm_netbsd_init_abi_common): ... here; new function.
451 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
452 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
453 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
454 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
455
97e03143
RE
4562002-02-15 Richard Earnshaw <rearnsha@arm.com>
457
458 * arm-tdep.h (enum arm_abi): New enum.
459 (struct gdbarch_tdep): New structure.
460 (LOWEST_PC): Provide a default.
461 (arm_gdbarch_register_os_abi): Declare new function.
462 * arm-tdep.c (arm_abi_names): New array.
463 (process_note_abi_tag_sections): New function.
464 (get_elfosabi): New function.
465 (arm_gdbarch_register_os_abi): New function.
466 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
467 support for that ABI has been built in, then call the appropriate
468 configuration routine. Use gdbarch_num_regs() to get the number
469 of registers.
470 (arm_dump_tdep): New function.
471 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
472 place-holder functions.
473 (_initialize_arm_tdep): Register them.
474 * config/arm/tm-arm.h (LOWEST_PC): Delete.
475
476 * armnbsd-tdep.c: New file.
477 * Makefile.in (armnbsd-tdep.o): Add dependencies.
478 * config/arm/nbsd.mt (TDEPFILES): Add it.
479 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
480
481 * armnbsd-nat.c: Include regcache.h.
482 * Makefile.in (armnbsd-nat.o): Update dependency list.
483
484 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
485
ad68be46
DJ
4862002-02-14 Daniel Jacobowitz <drow@mvista.com>
487
488 * gdbserver/Makefile.in: Fix typos in target rules.
489
003d6d1d
DJ
4902002-02-14 Daniel Jacobowitz <drow@mvista.com>
491
aaa38bb5 492 Fix part of PR gdb/267.
003d6d1d
DJ
493 * linespec.c (find_methods): Handle constructors specially for now.
494
6b230f1b
CV
4952002-02-14 Corinna Vinschen <vinschen@redhat.com>
496
497 * arm-tdep.c (arm_push_arguments): Eliminate special float type
498 handling.
499 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
500 standard_coerce_float_to_double().
501
1ea98d12
CF
5022002-02-14 Christopher Faylor <cgf@redhat.com>
503
504 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
505 GDBINIT_FILENAME.
506
dd47e6fd
EZ
5072002-02-14 Elena Zannoni <ezannoni@redhat.com>
508
509 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
510 find_variant_by_name, because it confuses the multiarch
511 framework. Return NULL if there isn't an architecture with the
512 user supplied name, instead of forcing a different one without
513 recording the change with the multiarch machinery.
514 (find_variant_by_name): Delete.
515
d7e39b9e
PS
5162002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
517
518 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
519 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
520
76e42a4f
MH
5212002-02-13 Martin M. Hunt <hunt@redhat.com>
522
aaa38bb5 523 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
524 print_frame_info_listing_hook, set current_source_symtab.
525
0a30fbc4
DJ
5262002-02-14 Daniel Jacobowitz <drow@mvista.com>
527
528 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
529 and remove unused $(INCLUDE_DIR).
530 Add regcache.c to OBS.
531 Add generated register protocol files to clean target.
532 Update dependencies for new objects, obsolete old target code.
533
534 * gdbserver/linux-low.c: Remove all platform-specific code to
535 new files. Remove various dead code. Update to use regcache
536 functionality.
537 * gdbserver/remote-utils.c (fromhex): Add return statement
538 to quiet warning.
539 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
540 constant.
541 (input_interrupt): Add integer parameter to match prototype
542 of a signal handler.
543 (outreg): Use register_data ().
544 (prepare_resume_reply): Use gdbserver_expedite_regs.
545 * gdbserver/server.c (main): Dynamically allocate own_buf because
546 PBUFSIZ is no longer constant. Use registers_to_string () and
547 registers_from_string ().
548 * gdbserver/server.h: No longer include "defs.h". Add prototypes
549 for error (), fatal (), and warning (). Update definition of
550 PBUFSIZ to use regcache functionality. Add include guard.
551 * gdbserver/utils.c (fatal): Add missing ``const''.
552 (warning): New function.
553
554 * regformats/regdat.sh: Include "regcache.h" in generated files.
555 Provide init_registers () function.
556 * regformats/regdef.h: Add prototype for set_register_cache ().
557 Add include guard.
558
559 * gdbserver/linux-arm-low.c: New file.
560 * gdbserver/linux-i386-low.c: New file.
561 * gdbserver/linux-ia64-low.c: New file.
562 * gdbserver/linux-m68k-low.c: New file.
563 * gdbserver/linux-mips-low.c: New file.
564 * gdbserver/linux-ppc-low.c: New file.
565 * gdbserver/linux-sh-low.c: New file.
566
567 * gdbserver/regcache.c: New file.
568 * gdbserver/regcache.h: New file.
569
570 * gdbserver/low-linux.c: Removed obsolete file.
571
4cc841d0
DJ
5722002-02-14 Daniel Jacobowitz <drow@mvista.com>
573
574 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
575 * config/i386/linux.mt: Likewise.
576 * config/ia64/linux.mt: Likewise.
577 * config/m68k/linux.mh: Likewise.
578 * config/powerpc/linux.mh: Likewise.
579 * config/mips/linux.mt: Likewise.
580
581 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
582
583 * config/i386/i386lynx.mh: Mark gdbserver variables
584 as (currently) obsolete for this target.
585 * config/i386/nbsd.mt: Likewise.
586 * config/i386/nbsdelf.mt: Likewise.
587 * config/m32r/m32r.mt: Likewise.
588 * config/m68k/m68klynx.mh: Likewise.
589 * config/m68k/nbsd.mt: Likewise.
590 * config/m68k/sun3os4.mh: Likewise.
591 * config/mips/vr5000.mt: Likewise.
592 * config/ns32k/nbsd.mt: Likewise.
593 * config/pa/hppabsd.mh: Likewise.
594 * config/pa/hppaosf.mh: Likewise.
595 * config/powerpc/nbsd.mt: Likewise.
596 * config/rs6000/rs6000lynx.mh: Likewise.
597 * config/s390/s390.mt: Likewise.
598 * config/s390/s390x.mt: Likewise.
599 * config/sparc/sparclynx.mh: Likewise.
600 * config/sparc/sun4os4.mh: Likewise.
601 * config/i386/x86-64linux.mt: Likewise.
602 * config/sparc/linux.mh: Likewise.
603
a85f51e7
DJ
6042002-02-14 Daniel Jacobowitz <drow@mvista.com>
605
606 * configure.tgt: Configure gdbserver only for known working
607 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
608 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
609 SUBDIRS if it is configured. Update comment for ${nativefile}.
610 * configure: Regenerated.
611
65554fef
MS
6122002-02-13 Michael Snyder <msnyder@redhat.com>
613
6dbdc4a3
MS
614 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
615 (default_gcore_mach): Just return 0, work around a problem in bfd.
616 (default_gcore_target): OK to return NULL if exec_bfd is null.
617 (make_mem_sec): Use a cast, avoid a warning.
618
619 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 620 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
621 sizeof (host pointer) != sizeof (target pointer)).
622 (procfs_make_note_section): Avoid overflow in psargs string.
623
aaa38bb5 624 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
625 implementation return an error.
626
6272002-02-13 Rodney Brown <rbrown64@csc.com.au>
628
629 * procfs.c (procfs_make_note_section): Provide a default definition
630 (for alpha-dec-osf4.0f). Fix typos.
631
1e4d76e7
EZ
6322002-02-13 Elena Zannoni <ezannoni@redhat.com>
633
634 * linux-proc.c: Add include of regcache.h.
635 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
636
b6d1a1d5
AC
6372002-02-13 Andrew Cagney <ac131313@redhat.com>
638
639 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
640 * memattr.c (create_mem_region): Disallow useless empty region.
641 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 642 non-overlapping.
b6d1a1d5 643
6c6ea35e
MC
6442002-02-13 Michael Chastain <mec@shout.net>
645
646 * defs.h: Kill CONST_PTR.
647 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
648 * c-lang.c (c_builtin_types): Likewise.
649 * ch-lang.c (ch_builtin_types): Likewise.
650 * f-lang.c (f_builtin_types): Likewise.
651 * language.c (unknown_builtin_types): Likewise.
652 * m2-lang.c (m2_builtin_types): Likewise.
653 * p-lang.c (pascal_builtin_types): Likewise.
654 * scm-lang.c (c_builtin_types): Likewise.
655
3e0b0f48
KS
6562002-02-13 Keith Seitz <keiths@redhat.com>
657
658 * arm-tdep.h (arm_get_next_pc): Add declaration.
659
67255d04
RE
6602002-02-13 Richard Earnshaw <rearnsha@arm.com>
661
662 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
663 with other related struct-returning functions.
664 (arm_extract_struct_value_address): New function.
665 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
666 initialize float_format, double_format and long_double_format as
667 appropriate to the endianness of the target.
668 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
669 (arm_use_struct_convention): Delete declaration.
670 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
671
079777f6
KS
6722002-02-13 Keith Seitz <keiths@redhat.com>
673
674 * defs.h (core_addr_to_string_nz): New function.
675
34588f23
MK
6762002-02-13 Mark Kettenis <kettenis@gnu.org>
677
678 Apply missing bits of 2002-01-15 patch.
679 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
680 (fill_fpregset): Use i387_fill_fsave.
681
49b563f9
KS
6822002-02-12 Keith Seitz <keiths@redhat.com>
683
49b563f9
KS
684 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
685 (core_addr_to_string_nz): New function.
686
aeb98c60
RE
6872002-02-11 Richard Earnshaw <rearnsha@arm.com>
688
689 * arm-linux-nat.c: Really include arm-tdep.h.
690 * config/arm/tm-linux.h (struct type, struct value): Declare.
691
65554fef
MS
6922002-02-11 Michael Snyder <msnyder@redhat.com>
693
694 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
695 (gcore section): Ifdef for Solaris and Unixware only.
696 (procfs_do_thread_registers): Unixware needs one lwpstatus
697 per thread (not one prstatus or pstatus).
698 (procfs_make_note_section): Iterate only over kernel threads (lwps),
699 not over all gdb threads. For unixware, call elfcore_write_pstatus
700 once before iterating over threads.
701
34e8f22d
RE
7022002-02-11 Richard Earnshaw <rearnsha@arm.com>
703
704 * arm-tdep.h: New file.
705 * arm-tdep.c: Include arm-tdep.h.
706 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
707 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
708 (arm_print_float_info, arm_register_type, convert_to_extended)
709 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
710 (arm_extract_return_value, arm_register_name): Make static.
711 (arm_software_single_step): Similarly. Fix types in declaration.
712 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
713 (arm_store_return_value, arm_store_struct_return): New functions.
714 (arm_gdbarch_init): Register the above functions. Also register
715 call_dummy_start_offset, sizeof_call_dummy_words,
716 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
717 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 718 max_register_virtual_size, register_size. Set up
34e8f22d
RE
719 prologue_cache.saved_regs here, rather than ...
720 (_initialize_arm_tdep): ... here.
721 * config/arm/tm-arm.h (struct type, struct value): Delete forward
722 declarations.
723 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
724 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
725 (arm_print_float_info, arm_register_type, convert_to_extended)
726 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
727 (arm_extract_return_value, arm_register_name): Delete declarations.
728 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
729 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
730 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
731 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
732 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
733 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
734 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
735 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
736 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
737 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
738 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
739 (arm_get_next_pc): No-longer static -- these are needed by the RDI
740 interface.
741 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
742 * remote-rdi.c remote-rdp.c: Likewise.
743 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
744 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
745 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
746 definition.
747
748 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
749 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
750 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
751 from non-ARM_ prefixed definitions.
752 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
753 all uses of above.
754 * remote-rdi.c remote-rdp.c: Likewise.
755 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
756
148754e5
RE
7572002-02-11 Richard Earnshaw <rearnsha@arm.com>
758
759 * arm-tdep.c (arm_frameless_function_invocation)
760 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
761 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
762 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
763 (arm_pop_frame, arm_get_next_pc): Make static.
764 (arm_gdbarch_init): Register above in gdbarch structure.
765 (arm_read_fp): Renamed from arm_target_read_fp.
766 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
767 * config/arm/tm-arm.h (arm_frameless_function_invocation)
768 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
769 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
770 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
771 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
772 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
773 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
774 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
775 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
776 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 777
434d2d4f
DJ
7782002-02-10 Daniel Jacobowitz <drow@mvista.com>
779
780 * symtab.c (compare_search_syms): New function.
781 (sort_search_symbols): New function.
782 (search_symbols): Sort symbols after searching rather than
783 before.
784
55241689
AC
7852002-02-10 Andrew Cagney <ac131313@redhat.com>
786
787 * NEWS: Linux -> GNU/Linux.
788
028c194b
AC
7892002-02-10 Andrew Cagney <ac131313@redhat.com>
790
791 * gdbarch.sh: For for level one methods, disallow a definition
792 when partially multi-arched. Add comments explaining rationale.
793 * gdbarch.h: Re-generate.
794
6acf50cd
AC
7952002-02-10 Andrew Cagney <ac131313@redhat.com>
796
797 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
798 multi-arch partial.
aaa38bb5 799
50248794
AC
8002002-02-10 Andrew Cagney <ac131313@redhat.com>
801
802 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
803 field. Use diff -u.
804 * gdbarch.c: Re-generate.
805
c30e0066
AC
8062002-02-10 Andrew Cagney <ac131313@redhat.com>
807
9b56c5f3 808 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
809 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
810 partial.
811
6e6d6484
AC
8122002-02-10 Andrew Cagney <ac131313@redhat.com>
813
814 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
815 multi-arch partial.
816 (PUSH_ARGUMENTS): Switch to using predefault.
817 * gdbarch.c: Regenerate.
818
c203844d
AC
8192002-02-10 Andrew Cagney <ac131313@redhat.com>
820
821 * valops.c (PUSH_ARGUMENTS): Delete definition.
822 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
823 partial. Default to default_push_arguments.
824 * gdbarch.h, gdbarch.c: Regenerate.
825
b5a2688f
AC
8262002-02-09 Andrew Cagney <ac131313@redhat.com>
827
828 * defs.h (throw_exception): Rename return_to_top_level. Update
829 comments.
830 * utils.c (error_stream, internal_verror, quit): Ditto.
831 * top.c (throw_exception, catcher): Ditto.
832 * sparclet-rom.c (sparclet_load): Ditto.
833 * remote.c (interrupt_query, minitelnet): Ditto.
834 * remote-sds.c (interrupt_query): Ditto.
835 * remote-mips.c (mips_error, mips_kill): Ditto.
836 * ocd.c (interrupt_query): Ditto.
837 * monitor.c (monitor_interrupt_query): Ditto.
838 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
839 * target.h: Update comment.
aaa38bb5 840
b5a2688f 841 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 842
2fa5c1e0
AC
8432002-02-09 Andrew Cagney <ac131313@redhat.com>
844
845 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
846 default_double_format.
847 * gdbarch.h, gdbarch.c: Re-generate.
848 * findvar.c (floatformat_unknown): Delete variable definition.
849 * doublest.h (floatformat_unknown): Delete variable declaration.
850
da966255
JB
8512002-02-09 Jim Blandy <jimb@redhat.com>
852
853 * stabsread.c (read_type): Add code to parse Sun's syntax for
854 prototyped function types.
855
123a4891
AC
8562002-02-09 Andrew Cagney <ac131313@redhat.com>
857
858 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
859 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
860
fb39c8f3
PS
8612002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
862
863 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
864 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
865 now _initialize_xcoffsolib gets called again and overrides the
866 commands from solib.c in a native configuration.
867
0b87a11d
MK
8682002-02-09 Mark Kettenis <kettenis@gnu.org>
869
870 * doublest.c (store_typed_floating): Don't try to return a value.
871 Fixes PR gdb/290.
872
bdc2fc72
JB
8732002-02-08 Jim Blandy <jimb@redhat.com>
874
875 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
876 is prototyped and has no arguments, print its argument list as
877 `(void)'.
878
da69bbcf
CD
8792002-02-08 Chris Demetriou <cgd@broadcom.com>
880
881 * MAINTAINERS (write-after-approval): Add myself.
882 (paper-trail): I've escaped!
aaa38bb5 883
b69571f5
CF
8842002-02-08 Christopher Faylor <cgf@redhat.com>
885
886 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
887 changes.
888 (_initialize_check_for_gdb_ini): Ditto.
889
f6871398
MH
8902002-02-08 Martin M. Hunt <hunt@redhat.com>
891
892 * win32-nat.c (cygwin_pid_to_str): Fix typo.
893 xaprintf -> xasprintf.
894
4e52d31c
PM
8952002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
896
897 * win32-nat.c: Remove use of printf and sprintf functions.
898
39bbf761
RE
8992002-02-08 Richard Earnshaw <rearnsha@arm.com>
900
901 * arm-tdep.c (arm_frame_chain_valid): Make static.
902 (arm_push_arguments): Likewise.
903 (arm_gdbarch_init): New function.
904 (_initialize_arm_tdep): Call it.
905 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
906 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
907 (FRAME_CHAIN_VALID): Delete.
908 (arm_frame_chain_valid): Delete declaration.
909 (PUSH_ARGUMENTS): Delete.
910 (arm_push_arguments): Delete declaration.
911 (CALL_DUMMY_P): Delete.
912
9c9532c9
CV
9132002-02-08 Andrew Cagney <ac131313@redhat.com>
914 Corinna Vinschen <vinschen@redhat.com>
915
916 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
917 on builtin float types.
918
4e8f7a8b
DJ
9192002-02-08 Daniel Jacobowitz <drow@mvista.com>
920
921 * utils.c: Include <curses.h> before "bfd.h".
922 * tui/tui-hooks.c: Likewise.
923 * tui/tui.c: Likewise.
924 * tui/tuiCommand.c: Likewise.
925 * tui/tuiData.c: Likewise.
926 * tui/tuiDataWin.c: Likewise.
927 * tui/tuiDisassem.c: Likewise.
928 * tui/tuiGeneralWin.c: Likewise.
929 * tui/tuiIO.c: Likewise.
930 * tui/tuiLayout.c: Likewise.
931 * tui/tuiRegs.c: Likewise.
932 * tui/tuiSource.c: Likewise.
933 * tui/tuiSourceWin.c: Likewise.
934 * tui/tuiStack.c: Likewise.
935 * tui/tuiWin.c: Likewise.
936
cd4bffcf
EZ
9372002-02-07 Elena Zannoni <ezannoni@redhat.com>
938
939 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
940 to include space for pseudoregs as well. Update loops accordingly.
941 (sh_fp_frame_init_saved_regs): Ditto.
942 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
943
26806ce2
AC
9442002-02-07 Andrew Cagney <ac131313@redhat.com>
945
946 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
947 Add Richard Earnshaw to Arm maintainers.
948
97fdab62
AC
9492002-02-07 Andrew Cagney <ac131313@redhat.com>
950
a6b98203
AC
951 * defs.h (warning_begin): Delete declaration.
952
97fdab62
AC
953 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
954 Delete macro.
955
78b29b40
MS
9562002-02-07 Michael Snyder <msnyder@redhat.com>
957
aaa38bb5 958 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
959 Logic bug, remove misplaced else.
960
d8849953
KD
9612002-02-07 Klee Dienes <klee@apple.com>
962
963 * fork-inferior.c (fork_inferior): Add '!' to the list of
964 characters that need to be quoted when building a string for the
965 shell. Quote '!' specifically with a backslash, since CSH chokes
966 when trying to evaluate "str!str".
aaa38bb5 967
095778a0
NC
9682002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
969
970 * rdi-share/host.h: Only provide a typedef for bool if it is not
971 defined.
972
1900040c
MS
9732002-02-04 Michael Snyder <msnyder@redhat.com>
974
975 * breakpoint.h (enum bptype): Add new overlay event bp type.
976 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 977
1900040c
MS
978 * breakpoint.c (create_internal_breakpoint): New function.
979 (internal_breakpoint_number): Moved into create_internal_breakpoint.
980 (create_longjmp_breakpoint): Use create_internal_breakpoint.
981 (create_thread_event_breakpoint): Ditto.
982 (create_solib_event_breakpoint): Ditto.
983 (create_overlay_event_breakpoint): New function.
984 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
985 (update_breakpoints_after_exec): Delete and re-initialize
986 overlay event breakpoints after an exec. Add FIXME comment
987 about longjmp breakpoint.
988 (print_it_typical): Ignore overlay event breakpoints.
989 (print_one_breakpoint): Ditto.
990 (mention): Ditto.
991 (bpstat_what): Do not stop for overlay event breakpoints.
992 (delete_breakpoint): Don't delete overlay event breakpoints.
993 (breakpoint_re_set_one): Delete the overlay event breakpoint.
994 (breakpoint_re_set): Re-create overlay event breakpoint.
995
996 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
997 (overlay_manual_command): Disable overlay breakpoints.
998 (overlay_off_command): Disable overlay breakpoints.
999
082fc60d
RE
10002002-02-06 Richard Earnshaw <rearnsha@arm.com>
1001
1002 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
1003 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
1004 to here from config/tm-arm.h.
1005 (coff_sym_is_thumb): Make static.
1006 (arm_elf_make_msymbol_special): New function.
1007 (arm_coff_make_msymbol_special): New function.
1008 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
1009 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
1010 (coff_sym_is_thumb): Delete declaration.
1011 (arm_elf_make_msymbol_special): Declare.
1012 (arm_coff_make_msymbol_special): Declare.
1013 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
1014 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
1015
039c5766
RE
10162002-02-06 Richard Earnshaw <rearnsha@arm.com>
1017
1018 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
1019
10202002-02-06 Richard Earnshaw <rearnsha@arm.com>
1021
1022 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
1023 * gdbarch.c gdbarch.h: Regenerate.
1024 * arch-utils.c (default_print_float_info): New function.
1025 * arch-utils.h (default_print_float_info): Prototype it.
1026 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
1027 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
1028 (PRINT_FLOAT_INFO): Document it.
1029
1030 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
1031 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
1032 (PRINT_FLOAT_INFO): Define.
1033
58fa08f0
PM
10342002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
1035
aaa38bb5 1036 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
1037 Add typecast to sprintf argument to suppress a warning.
1038
7393af7c
PM
10392002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
1040
58fa08f0 1041 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
1042 to allow easier handling of pass state.
1043 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
1044 that gives exception name and address.
1045 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 1046 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 1047 exceptions added.
aaa38bb5
AJ
1048 (child_continue): Correctly report continue_status.
1049 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 1050 TARGET_SIGNAL_0 (new default value).
aaa38bb5 1051 (child_resume): consider sig argument passed to decide if
7393af7c
PM
1052 the exception should be passed to debuggee or not.
1053
6af4589c
MS
10542002-02-05 Michael Snyder <msnyder@redhat.com>
1055
1056 * regcache.c (fetch_register): Call target_fetch_register
1057 only if we don't call FETCH_PSEUDO_REGISTER.
1058 (store_register): Call target_store_register only if we
1059 don't call STORE_PSEUDO_REGISTER.
1060
a2cf933a
EZ
10612002-02-05 Elena Zannoni <ezannoni@redhat.com>
1062
1063 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
1064 ELF_MAKE_MSYMBOL_SPECIAL.
1065 * gdbarch.c, gdbarch.h: Regenerate.
1066 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 1067 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
1068 * elfread.c (elf_symtab_read): Compile use of
1069 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
1070 multiarched.
1071 * coffread.c (coff_symtab_read): Ditto, for
1072 COFF_MAKE_MSYMBOL_SPECIAL.
1073
6bb7be43
JB
10742002-02-05 Jim Blandy <jimb@redhat.com>
1075
1076 * solib-svr4.c (svr4_truncate_ptr): New function.
1077 (svr4_relocate_section_addresses): Do the address arithmetic with
1078 the appropriate truncation for target addresses, even when
1079 CORE_ADDR is larger than a target address.
1080
e18651ec
DJ
10812002-02-05 Daniel Jacobowitz <drow@mvista.com>
1082
1083 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
1084 to (int *).
1085
6b2725be
DJ
10862002-02-05 Daniel Jacobowitz <drow@mvista.com>
1087
1088 * gdbserver/linux-low.c (kill_inferior): Remove commented out
1089 code.
1090
fca9e603
DJ
10912002-02-05 Daniel Jacobowitz <drow@mvista.com>
1092
1093 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
1094
6c537a52
DJ
10952002-02-05 Daniel Jacobowitz <drow@mvista.com>
1096
1097 * gdbserver/linux-low.c: Remove unused include files.
1098
d844cde6
DJ
10992002-02-05 Daniel Jacobowitz <drow@mvista.com>
1100
1101 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
1102 (read_inferior_memory): Use it.
1103 (write_inferior_memory): Likewise.
1104
d07c63e7
DJ
11052002-02-05 Daniel Jacobowitz <drow@mvista.com>
1106
1107 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
1108 grubbing through sys_errlist.
1109
da6d8c04
DJ
11102002-02-05 Daniel Jacobowitz <drow@mvista.com>
1111
1112 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
1113
5b421780
PM
11142002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
1115 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
1116
9f60d481
AC
11172002-02-04 Andrew Cagney <ac131313@redhat.com>
1118
1119 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
1120 (do_sfunc, set_cmd_sfunc): New functions.
1121
1122 * command.h (struct cmd_list_element): Add field func.
1123 * cli/cli-decode.h (struct cmd_list_element): Ditto.
1124 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
1125 * cli/cli-decode.h: Ditto.
1126
1127 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
1128 (help_all, help_cmd_list): Ditto.
1129 (find_cmd, complete_on_cmdlist): Ditto.
1130 * top.c (execute_command): Ditto.
1131
1132 * cli/cli-setshow.c (do_setshow_command): Call func instead of
1133 function.sfunc.
1134
1135 * infcmd.c (notice_args_read): Fix function signature.
1136
1137 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
1138 * cli/cli-decode.c (add_set_cmd): Ditto.
1139 * utils.c (initialize_utils): Ditto.
1140 * maint.c (_initialize_maint_cmds): Ditto.
1141 * infrun.c (_initialize_infrun): Ditto.
1142 * demangle.c (_initialize_demangler): Ditto.
1143 * remote.c (add_packet_config_cmd): Ditto.
1144 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1145 * cris-tdep.c (_initialize_cris_tdep): Ditto.
1146 * proc-api.c (_initialize_proc_api): Ditto.
1147 * kod.c (_initialize_kod): Ditto.
1148 * valprint.c (_initialize_valprint): Ditto.
1149 * top.c (init_main): Ditto.
1150 * infcmd.c (_initialize_infcmd): Ditto.
1151 * corefile.c (_initialize_core): Ditto.
1152 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1153 * arch-utils.c (initialize_current_architecture): Ditto.
1154 (_initialize_gdbarch_utils): Ditto.
1155 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1156
1157 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
1158 * wince.c (_initialize_inftarg): Ditto.
1159 * symfile.c (_initialize_symfile): Ditto.
1160 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1161 * language.c (_initialize_language): Ditto.
1162 * arc-tdep.c (_initialize_arc_tdep): Ditto.
1163
f9ba0717
MS
11642002-02-04 Michael Snyder <msnyder@redhat.com>
1165
1166 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
1167
0c74b2a7
DJ
11682002-02-04 Daniel Jacobowitz <drow@mvista.com>
1169
1170 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
1171 Add rules for building the register data files.
1172
c638789f
DJ
11732002-02-04 Daniel Jacobowitz <drow@mvista.com>
1174
1175 * regformats/regdat.sh: Add braces to the definition of
1176 expedite_regs_${arch}.
1177
db253027
DJ
11782002-02-04 Daniel Jacobowitz <drow@mvista.com>
1179
1180 * regformats/regdef.h (struct reg): Add comment describing the
1181 requirements for offset and size fields.
1182
206be19c
AS
11832002-02-04 Andreas Schwab <schwab@suse.de>
1184
1185 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
1186 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
1187
181c1381
RE
11882002-02-04 Richard Earnshaw <rearnsha@arm.com>
1189
1190 * gdbarch.sh (copyright): Update years in generated header.
1191 (SMASH_TEXT_ADDRESS): Add rule.
db253027 1192 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
1193 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
1194 * dbxread.c: Likewise.
1195 * dwarfread.c: Likewise.
1196 * elfread.c: Likewise.
1197 * somread.c: Likewise.
1198
1199 * arm-tdep.c (arm_smash_text_address): New function.
1200 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
1201
fa4ba8da
PM
12022002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
1203
1204 Add support for hardware watchpoints on win32 native.
aaa38bb5 1205 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 1206 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 1207 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
1208 of debug registers.
1209 (debug_registers_changed): New variable. Reflects when debug registers
1210 are changed and need to be written to inferior.
aaa38bb5 1211 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
1212 was set, used when new threads are created.
1213 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
1214 i386-nat code.
1215 (thread_rec): Set dr array if id is the thread of current_event .
1216 (child_continue, child_resume): Change the debug registers for all
1217 threads if debug_registers_changed.
1218 (child_add_thread): Change the debug registers if debug_registers_used.
1219 * config/i386/cygwin.mh: Add use of i386-nat.o file.
1220 Link nm.h to new nm-cygwin.h file.
1221 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
1222 of hardware registers.
1223
a73c86fb
AC
12242002-02-03 Andrew Cagney <ac131313@redhat.com>
1225
1226 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
1227 Restore behavour broken by 2002-01-20 Andrew Cagney
1228 <ac131313@redhat.com> IEEE_FLOAT removal.
1229
acf5ed49
DJ
12302002-02-03 Daniel Jacobowitz <drow@mvista.com>
1231
1232 * c-valprint.c (c_val_print): Pass a proper valaddr to
1233 cp_print_class_method.
1234 * valops.c (search_struct_method): If there is only one method
1235 and args is NULL, return that method.
1236
493d28d5
DJ
12372002-02-03 Daniel Jacobowitz <drow@mvista.com>
1238
1239 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
1240 accessing tag_name directly.
1241
7495dfdb
DJ
12422002-02-03 Daniel Jacobowitz <drow@mvista.com>
1243
1244 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
1245 of accessing tag_name directly.
1246
dd6bda65
DJ
12472002-02-03 Daniel Jacobowitz <drow@mvista.com>
1248
1249 PR gdb/280
1250 * gdbtypes.c (replace_type): New function.
1251 * gdbtypes.h (replace_type): Add prototype.
1252 * stabsread.c (read_type): Use replace_type.
1253
88fe217c
RE
12542002-02-03 Richard Earnshaw <rearnsha@arm.com>
1255
1256 * Makefile.in (memattr.o): Add missing dependencies rule.
1257
e5d66720
PS
12582002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1259
1260 * breakpoint.c (break_at_finish_command): Really export.
1261 (break_at_finish_at_depth_command): Ditto.
1262 (tbreak_at_finish_command): Ditto.
1263 * hppa-tdep.c: Include completer.h.
1264 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
1265 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
1266
fffee0be
AC
12672002-02-01 Andrew Cagney <ac131313@redhat.com>
1268
1269 * utils.c (do_write): New function.
1270 (error_stream): Rewrite combining the code from error_begin and
1271 verror.
1272 (verror): Rewrite using error_stream.
1273 (error_begin): Delete function.
1274
255e7dbf
AC
12752002-02-01 Andrew Cagney <ac131313@redhat.com>
1276
1277 * utils.c (error_begin): Make static.
1278 * defs.h (error_begin): Delete declaration.
1279
1280 * linespec.c (cplusplus_error): Replace cplusplus_hint.
1281 (decode_line_1): Use cplusplus_error instead of error_begin,
1282 cplusplus_hint and return_to_top_level.
1283 * coffread.c (coff_symfile_read): Use error instead of error_begin
1284 and return_to_top_level.
1285 * infrun.c (default_skip_permanent_breakpoint): Ditto.
1286
ddfe3c15
AC
12872002-02-01 Andrew Cagney <ac131313@redhat.com>
1288
1289 * language.h (type_error, range_error): Make string parameter
1290 constant.
1291 * language.c (warning_pre_print): Delete extern declaration.
1292 * dwarfread.c (warning_pre_print): Ditto.
1293 * language.c (type_error, range_error): Rewrite to use verror and
1294 vwarning instead of warning_begin.
1295
03ac34d5
MS
12962002-02-01 Michael Snyder <msnyder@redhat.com>
1297
261c4ca2
MS
1298 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
1299 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 1300
e00d1dc8
AC
13012002-02-01 Andrew Cagney <ac131313@redhat.com>
1302
1303 * command.h (NO_FUNCTION): Delete macro.
1304 * cli/cli-decode.h (NO_FUNCTION): Ditto.
1305 * top.c (execute_command): Replace NO_FUNCTION with NULL.
1306 * tracepoint.c (_initialize_tracepoint): Ditto.
1307 * cli/cli-decode.c (add_set_cmd): Ditto.
1308 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 1309
76b79d6e
DJ
13102002-02-01 Daniel Jacobowitz <drow@mvista.com>
1311
1312 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
1313 Update ``this'' pointer when calling virtual functions.
1314
799f9e91
MS
13152002-02-01 Michael Snyder <msnyder@redhat.com>
1316
c7bd442c 1317 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
1318 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
1319
3cf384d4
DJ
13202002-02-01 Daniel Jacobowitz <drow@mvista.com>
1321
1322 * regformats/reg-arm.dat: New file.
1323 * regformats/reg-i386.dat: New file.
1324 * regformats/reg-ia64.dat: New file.
1325 * regformats/reg-m68k.dat: New file.
1326 * regformats/reg-mips.dat: New file.
1327 * regformats/reg-ppc.dat: New file.
1328 * regformats/reg-sh.dat: New file.
1329 * regformats/regdef.h: New file.
1330 * regformats/regdat.sh: New file.
1331
0defa245
RE
13322002-02-01 Richard Earnshaw <reanrsha@arm.com>
1333
1334 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
1335 (arm_frame_args_address, arm_frame_locals_address): New functions.
1336 (arm_frame_num_args): New function.
1337 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
1338 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
1339 (FRMA_NUM_ARGS): Call arm_frame_num_args.
1340
405f26e6
MS
13412002-01-31 Michael Snyder <msnyder@redhat.com>
1342
502fd408
MS
1343 * breakpoint.c (break_at_finish_command): Export.
1344 (break_at_finish_at_depth_command): Export.
1345 (tbreak_at_finish_command): Export.
1346 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
1347 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
1348 "tbreak" commands, which are HPPA specific.
1349
7d35e135
MS
1350 * printcmd.c (disassemble_command): Remove an ancient
1351 artifact of an old merge.
1352
aaa38bb5 1353 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
1354 Define enum constant values for overlay mode.
1355 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
1356 (overlay_is_mapped, overlay_auto_command,
1357 overlay_manual_command): Ditto.
d874f1e2 1358
aaa38bb5
AJ
1359 * breakpoint.c (insert_breakpoints, remove_breakpoint,
1360 breakpoint_here_p, breakpoint_inserted_here_p,
1361 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
1362 describe_other_breakpoints, check_duplicates, clear_command):
1363 Coding standard fixes.
1364
8add0441 1365 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 1366 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
1367 code: check bfd SEC_READONLY flag for section.
1368
e351066e
AC
13692002-01-31 Andrew Cagney <ac131313@redhat.com>
1370
7d35e135 1371 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 1372
8a48e967
DJ
13732002-01-30 Daniel Jacobowitz <drow@mvista.com>
1374
1375 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
1376 data symbols, since we search based on textlow and texthigh.
1377 (find_pc_sect_symtab): Likewise.
1378
f5a96129
AC
13792002-01-30 Andrew Cagney <ac131313@redhat.com>
1380
1381 * defs.h (vwarning): Declare.
f5a96129
AC
1382 * utils.c (vwarning): New function.
1383 (warning): Call vwarning.
1384 (warning_begin): Delete function.
1385
1386 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
1387 the warning message.
1388 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
1389 warning_begin.
1390
cefd4ef5
MS
13912002-01-30 Michael Snyder <msnyder@redhat.com>
1392
1a703748
MS
1393 * NEWS: Mention "set trust-readonly-sections" command.
1394 Mention generate-core-file command.
cefd4ef5 1395
3a11626d
MS
13962002-01-15 Michael Snyder <msnyder@redhat.com>
1397
1398 * target.c: New command, "set trust-readonly-sections on".
1399 (do_xfer_memory): Honor the suggestion to trust readonly sections
1400 by reading them from the object file instead of from the target.
1401 (initialize_targets): Register command "set trust-readonly-sections".
1402
d1c7e53b
AC
14032002-01-29 Andrew Cagney <ac131313@redhat.com>
1404
1405 * parse.c (target_map_name_to_register): Simplify, search regs and
1406 pseudo-regs using a single loop.
1407
e2c9a72c
AC
14082002-01-30 Andrew Cagney <ac131313@redhat.com>
1409
1410 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
1411
69824b4e
MK
14122002-01-15 Rodney Brown <rbrown64@csc.com.au>
1413
1414 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
1415 * config/i386/i386v42mp.mh: Add i387-nat.o .
1416 * i386v4-nat.c: Include i387-nat.h.
1417 (supply_fpregset): Use i387_supply_fsave.
1418 (fill_fpregset): Use i387_fill_fsave.
1419
6eb69eab
RE
14202002-01-30 Richard Earnshaw <rearnsha@arm.com>
1421
1422 * arm-tdep.c (arm_call_dummy_words): Define.
1423 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
1424 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
1425 (CALL_DUMMY_WORDS): Define.
1426 (arm_call_dummy_words): Declare.
1427 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
1428 (arm_linux_call_dummy_words): Declare.
1429
9852326a
AS
14302002-01-30 Andreas Schwab <schwab@suse.de>
1431
1432 * m68klinux-nat.c: Fix last change to use regcache_collect
1433 instead of referencing registers[] directly.
1434
977a3030
AC
14352002-01-29 Andrew Cagney <ac131313@redhat.com>
1436
1437 * parse.c (target_map_name_to_register): Delete code wrapped in
1438 #ifdef REGISTER_NAME_ALIAS_HOOK.
1439
2076c72b
MS
14402002-01-28 Michael Snyder <msnyder@redhat.com>
1441
1442 * regcache.c (legacy_read_register_gen): Need to be able to
1443 read pseudo-register as well as real register.
1444 (legacy_write_register_gen): Ditto.
1445
8fcc723b
AC
14462002-01-28 Andrew Cagney <ac131313@redhat.com>
1447
1448 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1449 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
1450 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
1451 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
1452 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
1453 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
1454 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
1455 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
1456 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
1457 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1458 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
1459 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
1460 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
1461 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
1462 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
1463 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
1464 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
1465 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
1466 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
1467 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
1468
afe64c1a
AC
14692002-01-28 Andrew Cagney <ac131313@redhat.com>
1470
1471 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
1472 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
1473 (initialize_current_architecture): Update target_byte_order using
1474 information from BFD.
aaa38bb5 1475 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
1476 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
1477
75bc7ddf
AC
14782002-01-28 Andrew Cagney <ac131313@redhat.com>
1479
1480 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
1481 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
1482
1483 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
1484 #ifdef INVALID_FLOAT.
1485 * infcmd.c (do_registers_info): Ditto.
1486 * values.c (unpack_double): Ditto. Add comment.
1487
1488 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
1489 already commented out.
1490
0280a90a
AS
14912002-01-26 Andreas Schwab <schwab@suse.de>
1492
1493 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1494 * m68klinux-nat.c: Update ptrace interface for fetching/storing
1495 registers and add support for PTRACE_GETREGS.
1496
7072a954
AC
14972002-01-24 Andrew Cagney <ac131313@redhat.com>
1498
1499 GDB 5.1.1 released from 5.1 branch.
1500 * NEWS: Add 5.1.1 news.
1501 * README: Sync with 5.1 branch.
1502
86f902e0
FF
15032002-01-23 Fred Fish <fnf@redhat.com>
1504
1505 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
1506 stabstring on initial malloc. Reallocing will copy it for us,
1507 if necessary.
1508
8af51c36
EZ
15092002-01-23 Elena Zannoni <ezannoni@redhat.com>
1510
aaa38bb5 1511 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
1512 (HFILES_NO_SRCDIR): Remove hpread.h.
1513 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
1514 (hpread.o): Update dependencies.
1515 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
1516
1517 * hp-psymtab-read.c: Remove file.
1518 * hp-symtab-read.c: Remove file.
1519 * hpread.h: Remove file.
1520
1521 * hpread.c: Merge all contents of hp-psymtab-read.c,
1522 hp-symtab-read.c and hpread.h into this file, as it was prior to
1523 January 1999.
1524
1525 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 1526 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
1527 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
1528 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
1529
dc5cfeb6
EZ
15302002-01-23 Elena Zannoni <ezannoni@redhat.com>
1531
1532 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
1533 fill_gregset): Call gdbarch_tdep() just once, assign result to
1534 variable and use that, instead of calling the function several
1535 times.
1536
ea87b71b
AO
15372002-01-24 Alexandre Oliva <aoliva@redhat.com>
1538
1539 * configure.host: Accept sparcv9 as alias for sparc64.
1540 * configure.tgt: Likewise.
1541
13fc0c2f
KB
15422002-01-22 Kevin Buettner <kevinb@redhat.com>
1543
1544 * solib-aix5.c (build_so_list_from_mapfile)
1545 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
1546 arguments is not reversed.
1547 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
1548 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 1549
7bd872fe
EZ
15502002-01-22 Elena Zannoni <ezannoni@redhat.com>
1551
1552 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
1553 modified version of obsolete sh_fetch_pseudo_register.
1554 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
1555 (sh4_register_read): New function.
1556 (sh_pseudo_register_write): New function. Renamed and modified
1557 version of obsolete sh_store_pseudo_register.
1558 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
1559 (sh4_register_write): New function.
1560 (sh_gdbarch_init): Remove setting of gdbarch function
1561 fetch_pseudo_register and store_pseudo_register. Remove setting of
1562 register_convert_to_raw, register_convert_to_virtual,
1563 register_convertible.
1564 (sh_sh4_register_convertible): Delete. No longer needed. All is
1565 taken care by architecture specific functions
1566 register_read/register_write.
1567 (sh_sh4_register_convert_to_virtual): Make static.
1568 (sh_sh4_register_convert_to_raw): Ditto.
1569
069e84fd
AC
15702002-01-22 Andrew Cagney <ac131313@redhat.com>
1571
1572 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
1573 (floatformat_is_nan, floatformat_mantissa): Ditto.
1574
1575 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
1576 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
1577 builtin_type_ieee_double_little,
1578 builtin_type_ieee_double_littlebyte_bigword,
1579 builtin_type_m68881_ext, builtin_type_i960_ext,
1580 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
1581 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
1582 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
1583 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
1584
211a4f69
CV
15852002-01-22 Corinna Vinschen <vinschen@redhat.com>
1586
1587 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
1588 parameter. Set frameless flag if it exists and depended of
1589 whether the scanned function is frameless or not.
1590 (xstormy16_skip_prologue): If function is frameless, return
1591 result of xstormy16_scan_prologue().
1592 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
1593 call.
1594
f81353e4
EZ
15952002-01-21 Elena Zannoni <ezannoni@redhat.com>
1596
1597 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
1598 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
1599 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
1600 sh_sh4_register_byte, sh_sh4_register_raw_size,
1601 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
1602 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
1603 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
1604 sh_store_pseudo_register, sh_do_pseudo_register): Call
1605 gdbarch_tdep() just once, assign result to variable and use that,
1606 instead of calling the function several times.
1607
63c73a17
MK
16082002-01-20 Mark Kettenis <kettenis@gnu.org>
1609
1610 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
1611 macros instead of LAST_FPU_CTRL_REGNUM.
1612 (store_register): Likewise.
1613
39ad761d
JB
16142002-01-21 Jim Blandy <jimb@redhat.com>
1615
1616 * infcmd.c (run_command): Check that the `exec' target layer's BFD
1617 is up-to-date before running the program, not just when a program
1618 exits.
1619
3d74b771
FF
16202002-01-21 Fred Fish <fnf@redhat.com>
1621
1622 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
1623 when we have found all instructions we are looking for.
1624
966fbf70
RE
16252002-01-21 Richard Earnshaw <rearnsha@arm.com>
1626
1627 * arm-tdep.c (arm_register_name): New function.
1628 (arm_registers_names): Make static.
1629 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
1630 (arm_register_name): Declare.
1631 (REGISTER_NAME): Use it.
1632
c3b4394c
RE
16332002-01-21 Richard Earnshaw <rearnsha@arm.com>
1634 Kevin Buettner <kevinb@redhat.com>
1635
1636 Convert arm targets to new FRAME interface.
1637 * arm-tdep.c (struct frame_extra_info): Remove fsr.
1638 (arm_frame_find_save_regs): Delete.
1639 (arm_frame_init_saved_regs): New.
1640 (arm_init_extra_frame_info): Alloacte saved_regs as required.
1641 Allocate extra_info as required. Convert all uses of fsr.regs
1642 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
1643 to use extra_info.
1644 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
1645 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
1646 (check_prologue_cache, save_prologue_cache): Likewise.
1647 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
1648 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
1649 (FRAME_FIND_SAVED_REGS): Delete.
1650 (arm_frame_find_saved_regs): Delete prototype.
1651 (arm_frame_init_saved_regs): New prototype.
1652 (FRAME_INIT_SAVED_REGS): Define.
1653
61d99182
AC
16542002-01-20 Andrew Cagney <ac131313@redhat.com>
1655
1656 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
1657
6aaea291
AC
16582002-01-20 Andrew Cagney <ac131313@redhat.com>
1659
1660 From Jeff Law <law@redhat.com>:
1661 * infttrace.c: Include <sys/pstat.h>.
1662 (child_pid_to_exec_file): Revamp. Use pstat call to get the
1663 exec file if the ttrace equivalent fails.
1664
15f698d2
AC
16652002-01-20 Andrew Cagney <ac131313@redhat.com>
1666
1667 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
1668 (closeLogFile): Ditto.
1669
f86ddd7c
MC
16702002-01-20 Michael Chastain <mec@shout.net>
1671
1672 * top.c (print_gdb_version): Bump copyright year to 2002.
1673
904507ce
AC
16742002-01-20 Andrew Cagney <ac131313@redhat.com>
1675
1676 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
1677 Zannoni and Eli Zaretskii.
1678
d7f0b9ce
DJ
16792002-01-20 Daniel Jacobowitz <drow@mvista.com>
1680
1681 * buildsym.c: Update copyright years.
1682 * c-typeprint.c: Likewise.
1683 * dwarf2read.c: Likewise.
1684 * f-typeprint.c: Likewise.
1685 * gdbtypes.c: Likewise.
1686 * gdbtypes.h: Likewise.
1687 * hp-symtab-read.c: Likewise.
1688 * hpread.c: Likewise.
1689 * mdebugread.c: Likewise.
1690 * p-typeprint.c: Likewise.
1691
3fd3d7d2
AC
16922002-01-20 Andrew Cagney <ac131313@redhat.com>
1693
1694 * remote-sim.c (gdbsim_open): Simplify code testing the macro
1695 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
1696 byte-order selectable.
1697 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
1698 * arch-utils.c: Ditto.
1699 (set_endian): Ditto.
1700 (set_endian_from_file): Ditto.
1701 * gdbserver/low-sim.c (create_inferior): Ditto.
1702 * gdbarch.sh: Ditto.
1703 * gdbarch.h: Re-generate.
aaa38bb5
AJ
1704 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1705 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
1706 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
1707 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1708 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1709 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1710 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
1711 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
1712 macro definition.
1713 * config/mips/tm-wince.h: Remove #undef of macro
1714 TARGET_BYTE_ORDER_SELECTABLE.
1715 * config/sh/tm-wince.h: Ditto.
1716
b02dede2
DJ
17172002-01-20 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
1720 member function fields. Add accessor macro
1721 TYPE_FN_FIELD_ARTIFICIAL.
1722 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
1723 * c-typeprint.c (c_type_print_base): Skip artificial member
1724 functions.
1725
c3643761
DJ
17262002-01-20 Daniel Jacobowitz <drow@mvista.com>
1727
1728 * f-typeprint.c: Delete unused function f_type_print_args.
1729 * p-typeprint.c: Delete unused function pascal_type_print_args.
1730
8176bb6d
DJ
17312002-01-20 Daniel Jacobowitz <drow@mvista.com>
1732
1733 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
1734 comment. Add ``artificial'' to ``union field_location''.
1735
1736 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
1737
1738 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
1739 * mdebugread.c (parse_symbol): Likewise.
1740 * stabsread.c (define_symbol): Likewise.
1741 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
1742 initializing TYPE_FIELD_BITPOS to n (obsolete).
1743 (hpread_doc_function_type): Likewise.
1744 * hpread.c (hpread_function_type): Likewise.
1745
7fd60527
AC
17462002-01-20 Andrew Cagney <ac131313@redhat.com>
1747
1748 * configure.in (host_makefile_frag): Only require a host makefile
1749 fragment when a native build.
1750 * configure: Re-generate.
1751
c2f05ac9
AC
17522002-01-20 Andrew Cagney <ac131313@redhat.com>
1753
1754 * doublest.h (floatformat_from_type): Declare.
1755 * doublest.c (floatformat_from_type): New function.
1756 (convert_typed_floating): Use.
1757
1758 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
1759 call to function floatformat_from_type.
1760
1761 * gdbarch.sh (IEEE_FLOAT): Delete.
1762 * gdbarch.h, gdbarch.c: Re-generate.
1763 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
1764 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
1765 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
1766 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
1767 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
1768 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
1769 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
1770 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
1771 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
1772 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
1773 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
1774 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
1775
1776 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
1777 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1778 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1779 * sh-tdep.c (sh_gdbarch_init): Ditto.
1780 * mips-tdep.c (mips_gdbarch_init): Ditto.
1781 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1782 * cris-tdep.c (cris_gdbarch_init): Ditto.
1783
abf22e64
AJ
17842002-01-20 Jiri Smid <smid@suse.cz>
1785
1786 * configure.host, configure.tgt: Support x86-64.
1787 * NEWS: Note new target x86-64.
1788
b7c4cbf8
AJ
1789 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
1790 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
1791 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
1792 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
1793 x86-64-linux-nat.o): Fix dependencies.
1794
82600034
AC
17952002-01-19 Andrew Cagney <ac131313@redhat.com>
1796
1797 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
1798 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
1799 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
1800 * config/sparc/xm-sun4os4.h: Delete file.
1801 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 1802
bbe5c628
AC
18032002-01-19 Andrew Cagney <ac131313@redhat.com>
1804
1805 * config/sparc/sparclynx.mh (XM_FILE): Delete.
1806 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
1807 * config/m68k/m68klynx.mh (XM_FILE): Delete.
1808 * config/i386/i386lynx.mh (XM_FILE): Delete.
1809 * config/rs6000/xm-rs6000ly.h: Delete file.
1810 * config/sparc/xm-sparclynx.h: Delete file.
1811 * config/m68k/xm-m68klynx.h: Delete file.
1812 * config/i386/xm-i386lynx.h: Delete file.
1813 * config/xm-lynx.h: Delete file.
1814 * config/djgpp/fnchange.lst: Update.
1815
f8453e34
JT
18162002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1817
1818 * alpha-tdep.c (alpha_register_byte): New function.
1819 (alpha_register_raw_size): Ditto.
1820 (alpha_register_virtual_size): Ditto.
1821 (alpha_skip_prologue_internal): Renamed from
1822 alpha_skip_prologue.
1823 (alpha_skip_prologue): New version that calls
1824 alpha_skip_prologue_internal.
1825 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
1826 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
1827 second argument from alpha_skip_prologue.
1828 (REGISTER_BYTE): Use alpha_register_byte.
1829 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
1830 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
1831 (FRAMELESS_FUNCTION_INVOCATION): Use
1832 generic_frameless_function_invocation_not.
1833 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
1834 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
1835
52d9e613
AC
18362002-01-19 Andrew Cagney <ac131313@redhat.com>
1837
1838 * config/mips/xm-news-mips.h: Delete file.
1839 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
1840
1841 * config/m88k/xm-m88k.h: Delete file.
1842 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
1843 * config/m88k/xm-delta88v4.h: Ditto.
1844 * config/m88k/xm-delta88.h: Ditto.
1845
1846 * config/alpha/xm-fbsd.h: Delete file.
1847 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
1848
1849 * config/sparc/xm-sparc.h: Delete file.
1850 * Makefile.in (xm-sun4os4.h): Delete dependency.
1851 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
1852 * config/sparc/xm-sun4os4.h: Ditto.
1853 * config/sparc/xm-linux.h: Ditto.
1854
1855 * config/i386/xm-windows.h: Delete file.
1856
2d1b2124
AC
18572002-01-19 Andrew Cagney <ac131313@redhat.com>
1858
1859 * utils.c: Include <sys/param.h> for MAXPATHLEN.
1860 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
1861
ee1f65f0
JT
18622002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1863
1864 * alpha-tdep.c (alpha_call_dummy_words): New.
1865 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
1866 (CALL_DUMMY_P): Define.
1867 (CALL_DUMMY_WORDS): Define.
1868 (SIZEOF_CALL_DUMMY_WORDS): Define.
1869
98081e55
PB
18702002-01-19 Per Bothner <per@bothner.com>
1871
1872 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1873 isn't NULL, which can happen with some gcj-3.x-produced code.
1874
0d056799
JT
18752002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1876
1877 * alpha-tdep.c (alpha_register_virtual_type): New function.
1878 (alpha_init_frame_pc_first): Ditto.
1879 (alpha_fix_call_dummy): Ditto.
1880 (alpha_store_struct_return): Ditto.
1881 (alpha_extract_struct_value_address): Ditto.
1882 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1883 alpha_register_virtual_type.
1884 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1885 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1886 alpha_extract_struct_value_address.
1887 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1888 (INIT_FRAME_PC): Use init_frame_pc_noop.
1889 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1890
4604bcad
MK
18912002-01-19 Mark Kettenis <kettenis@gnu.org>
1892
1893 * i386gnu-nat.c: Include "i386-tdep.h".
1894 (fetch_fpregs): Simplify code dealing with uninitialized floating
1895 point states such that it doesn't require FP7_REGNUM.
1896
140f9984
JT
18972002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1898
abf22e64
AJ
1899 * alpha-tdep.c (frame_extra_info): New.
1900 (alpha_find_saved_regs): Make static. Use
140f9984
JT
1901 frame->extra_info.
1902 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
1903 (alpha_frame_saved_pc): Use frame->extra_info.
1904 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1905 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
1906 (init_extra_frame_info): Rename to...
1907 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 1908 (alpha_print_extra_frame_info): New function.
140f9984
JT
1909 (alpha_frame_locals_address): Ditto.
1910 (alpha_frame_args_address): Ditto.
abf22e64 1911 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
1912 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1913 alpha_frame_args_address.
abf22e64 1914 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 1915 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
1916 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1917 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
1918 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1919 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1920
d734c450
JT
19212002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1922
1923 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1924 (alpha_cannot_fetch_register): Ditto.
1925 (alpha_cannot_store_register): Ditto.
1926 (alpha_register_convertible): Ditto.
1927 (alpha_use_struct_convention): Ditto.
1928 * config/alpha/tm-alpha.h: Update copyright years.
1929 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1930 (INNER_THAN): Use core_addr_lessthan.
1931 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1932 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1933 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1934 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1935 (FRAME_CHAIN): Remove unnecessary cast.
1936
b4ceaee6
AC
19372002-01-18 Andrew Cagney <ac131313@redhat.com>
1938
1939 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1940 obsolete.
1941
0a65a603
AC
19422002-01-18 Andrew Cagney <ac131313@redhat.com>
1943
1944 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1945 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1946 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1947 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1948 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1949 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1950 * x86-64-linux-nat.c: Ditto.
1951
636a6dfc
JT
19522002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1953
abf22e64 1954 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
1955 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1956 (REGISTER_NAME): Define.
1957
acceddb6
JT
19582002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1959
1960 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1961
ec32e4be
JT
19622002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1963
1964 * alpha-tdep.c: Update copyright years.
1965 (alpha_next_pc): New function.
1966 (alpha_software_single_step): Ditto.
1967 * config/alpha/tm-alpha.h: Add prototype for
1968 alpha_software_single_step.
1969
e771a871
JT
19702002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1971
1972 * alphabsd-nat.c: Update copyright years.
1973 (fill_gregset): Use regcache_collect.
1974 (fill_fpregset): Likewise.
1975 (fetch_inferior_registers): Only fetch integer registers
1976 if requested to do so.
1977 (store_inferior_registers): Only store integer registers
1978 if requested to do so.
1979
7708fa01
AC
19802002-01-17 Andrew Cagney <ac131313@redhat.com>
1981
1982 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1983 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1984 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1985 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1986 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1987 * config/arm/linux.mh (XDEPFILES): Delete.
1988 * config/arm/nbsd.mh (XDEPFILES): Delete.
1989 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1990 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1991 * config/i386/i386m3.mh (XDEPFILES): Delete.
1992 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1993 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1994 * config/i386/fbsd.mh (XDEPFILES): Delete.
1995 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1996 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1997 * config/i386/i386v4.mh (XDEPFILES): Delete.
1998 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1999 * config/i386/i386sco4.mh (XDEPFILES): Delete.
2000 * config/i386/i386aix.mh (XDEPFILES): Delete.
2001 * config/i386/go32.mh (XDEPFILES): Delete.
2002 * config/i386/cygwin.mh (XDEPFILES): Delete.
2003 * config/i386/i386lynx.mh (XDEPFILES): Delete.
2004 * config/i386/i386mach.mh (XDEPFILES): Delete.
2005 * config/i386/i386v32.mh (XDEPFILES): Delete.
2006 * config/i386/linux.mh (XDEPFILES): Delete.
2007 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
2008 * config/i386/ncr3000.mh (XDEPFILES): Delete.
2009 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
2010 * config/i386/i386sco.mh (XDEPFILES): Delete.
2011 * config/i386/i386v.mh (XDEPFILES): Delete.
2012 * config/i386/nbsd.mh (XDEPFILES): Delete.
2013 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
2014 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
2015 * config/i386/symmetry.mh (XDEPFILES): Delete.
2016 * config/i386/obsd.mh (XDEPFILES): Delete.
2017 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
2018 * config/ia64/linux.mh (XDEPFILES): Delete.
2019 * config/ia64/aix.mh (XDEPFILES): Delete.
2020 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
2021 * config/m68k/dpx2.mh (XDEPFILES): Delete.
2022 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
2023 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
2024 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
2025 * config/m68k/linux.mh (XDEPFILES): Delete.
2026 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
2027 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
2028 * config/m68k/nbsd.mh (XDEPFILES): Delete.
2029 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
2030 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
2031 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
2032 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
2033 * config/m88k/delta88.mh (XDEPFILES): Delete.
2034 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
2035 * config/m88k/m88k.mh (XDEPFILES): Delete.
2036 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
2037 * config/mips/linux.mh (XDEPFILES): Delete.
2038 * config/mips/irix6.mh (XDEPFILES): Delete.
2039 * config/mips/irix5.mh (XDEPFILES): Delete.
2040 * config/mips/irix4.mh (XDEPFILES): Delete.
2041 * config/mips/irix3.mh (XDEPFILES): Delete.
2042 * config/mips/decstation.mh (XDEPFILES): Delete.
2043 * config/mips/mipsm3.mh (XDEPFILES): Delete.
2044 (NATDEPFILES): Move core-aout.o to here.
2045 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
2046 * config/pa/hpux1020.mh (XDEPFILES): Delete.
2047 * config/pa/hppabsd.mh (XDEPFILES): Delete.
2048 * config/pa/hppahpux.mh (XDEPFILES): Delete.
2049 * config/pa/hpux11w.mh (XDEPFILES): Delete.
2050 * config/pa/hppaosf.mh (XDEPFILES): Delete.
2051 * config/pa/hpux11.mh (XDEPFILES): Delete.
2052 * config/powerpc/aix.mh (XDEPFILES): Delete.
2053 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
2054 * config/powerpc/linux.mh (XDEPFILES): Delete.
2055 * config/romp/rtbsd.mh: Rename XDEPFILES.
2056 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
2057 * config/rs6000/aix4.mh (XDEPFILES): Delete.
2058 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
2059 * config/s390/s390.mh (XDEPFILES): Delete.
2060 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
2061 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
2062 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
2063 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
2064 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
2065 * config/sparc/nbsd.mh (XDEPFILES): Delete.
2066 * config/sparc/linux.mh (XDEPFILES): Delete.
2067 * config/vax/vaxult.mh (XDEPFILES): Delete.
2068 * config/vax/vaxult2.mh (XDEPFILES): Delete.
2069 * Makefile.in (DEPFILES): Remove XDEPFILES.
2070
375fc983
AC
20712002-01-17 Andrew Cagney <ac131313@redhat.com>
2072
2073 * utils.c (internal_verror): Fix comments, default is yes not no.
2074 Update queries to match. Default to quit and dump core.
2075
8926118c
AC
20762002-01-17 Andrew Cagney <ac131313@redhat.com>
2077
2078 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
2079 copyright.
2080 * defs.h, event-top.c, gdbcmd.h: Ditto.
2081 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
2082 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
2083 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
2084 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
2085 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
2086 * mi/mi-main.c:Ditto.
2087
2088 * stack.c, symfile.c: Update copyright.
2089
45b7b345
DJ
20902002-01-17 Daniel Jacobowitz <drow@mvista.com>
2091
db728ff7
DJ
2092 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
2093 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
2094 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
2095 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 2096
db728ff7
DJ
20972002-01-17 Daniel Jacobowitz <drow@mvista.com>
2098
2099 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
2100 * gdbserver/low-lynx.c (myattach): Likewise.
2101 * gdbserver/low-nbsd.c (myattach): Likewise.
2102 * gdbserver/low-sim.c (myattach): Likewise.
2103 * gdbserver/low-sparc.c (myattach): Likewise.
2104 * gdbserver/low-sun3.c (myattach): Likewise.
2105
2106 * gdbserver/low-linux.c (myattach): New function.
45b7b345 2107
db728ff7 2108 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
2109 (main): Handle "--attach".
2110
8de3c354
AC
21112002-01-16 Andrew Cagney <ac131313@redhat.com>
2112
2113 * MAINTAINERS (language support): Daniel Jacobwitz is C++
2114 maintainer.
2115
b0129042
DJ
21162002-01-15 Daniel Jacobowitz <drow@mvista.com>
2117
2118 * c-typeprint.c (is_type_conversion_operator): Add additional
2119 check for non-conversion operators.
2120
ba8679fb 21212002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
2122
2123 * linux-proc.c: Add "info proc" command, a la procfs.c.
2124 (read_mapping): New function, abstract and re-use code.
2125 (linux_find_memory_regions): Use new func read_mapping.
2126 (linux_info_proc_cmd): New function, implement "info proc".
2127 (_initialize_linux_proc): Add new command "info proc".
2128
e4f9b4d5
MS
21292002-01-15 Michael Snyder <msnyder@redhat.com>
2130
2131 * symfile.c (generic_load): Use bfd_map_over_sections method
2132 instead of manipulating bfd structure members directly.
2133 (add_section_size_callback): New function, bfd sections callback
2134 used by generic_load.
2135 (load_sections_callback): New function, bfd sections callback
2136 used by generic_load.
2137
08cf96df
EZ
21382002-01-15 Elena Zannoni <ezannoni@redhat.com>
2139
abf22e64 2140 [Based on work by Jim Blandy]
08cf96df
EZ
2141 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
2142 (builtin_type_vec128): Export.
2143 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
2144 types.
2145 (builtin_type_vec128): New builtin type for 128 bit vector
2146 registers.
2147 (build_gdbtypes): Initialize builtin_type_v16qi and
2148 builtin_type_v8hi. Create the vec128 register builtin type
2149 structure.
2150 (build_builtin_type_vec128): New function.
abf22e64 2151 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
2152 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
2153 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
2154 AltiVec register to new builtin type.
2155
d7242108
DJ
21562001-01-15 Daniel Jacobowitz <drow@mvista.com>
2157
2158 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
2159 to make_cv_type.
2160
4ee3352d
AC
21612002-01-14 Andrew Cagney <ac131313@redhat.com>
2162
2163 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
2164 CLEAN_UP_REGISTER_VALUE.
2165 * regcache.c (supply_register): Update only call.
2166
f015b2e7
AC
21672002-01-14 Andrew Cagney <ac131313@redhat.com>
2168
2169 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2170 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2171 a29k-*-vxworks* targets as obsolete.
2172
356ae49d
MS
21732002-01-14 Michael Snyder <msnyder@redhat.com>
2174
2175 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
2176 until we can resolve portability issues.
2177 * gregset.h: Remove references to fpxregs.
2178 * gcore.c (gcore_command): Initialize note_sec to NULL.
2179
ade8f45e
AC
21802002-01-13 Andrew Cagney <ac131313@redhat.com>
2181
2182 * signals.c (target_signal_to_name): Rewrite. Only use
2183 signals[].name when in bounds and non-NULL.
abf22e64 2184
89c49e7a
AC
21852002-01-13 Andrew Cagney <ac131313@redhat.com>
2186
2187 From Petr Ledvina <ledvinap@kae.zcu.cz>:
2188 * signals.c (target_signal_to_name): Verify that SIG is within the
2189 bounds of the signals array.
2190
4daa9f9f
AC
21912002-01-13 Andrew Cagney <ac131313@redhat.com>
2192
2193 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
2194
ba4bbdcb
KS
21952002-01-13 Keith Seitz <keiths@redhat.com>
2196
2197 * stack.c (print_frame_info_base): Print the frame's pc
2198 only if when print_frame_info_listing_hook is not defined.
2199
575bbeb6
KS
22002002-01-13 Keith Seitz <keiths@redhat.com>
2201
2202 * varobj.c (varobj_set_value): Make sure that there were no
2203 errors evaluating the object before attempting to set its
2204 value.
2205 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
2206 so this offset adjustment is no longer necessary.
2207 (create_child): Don't set the error flag if the child is
2208 a CPLUS_FAKE_CHILD.
2209 (value_of_child): If value_fetch_lazy fails, return NULL
2210 so that callers will be notified that an error occurred.
2211 (c_value_of_variable): Delay check of variable's validity
2212 until later. We actually want all structs and unions to have
2213 the value "{...}".
2214 Do not return "???" for variables which could not be evaluated.
2215 This error condition must be returned to the caller so that it
2216 can get the error condition from gdb.
2217 (cplus_name_of_child): Adjust index for vptr before figuring
2218 out the name of the child.
2219 (cplus_value_of_child): If a child's (real) parent is not valid,
2220 don't even bother trying to give a value for it. Just return
2221 an error. Change all instances in this function.
2222 (cplus_type_of_child): If our parent is one of the "fake"
2223 parents, we need to get at the type of the real parent, and
2224 derive the child's true type using this information.
2225
b76898ab
AC
22262002-01-13 Andrew Cagney <ac131313@redhat.com>
2227
2228 From 2002-01-09 John Marshall <johnm@falch.net>:
2229 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
2230 sources.redhat.com, and tweak some related URLs which had
2231 suffered from linkrot.
2232
b6649e88
AC
22332002-01-13 Andrew Cagney <ac131313@redhat.com>
2234
2235 From Jeff law:
2236 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
2237 structures passed in registers.
2238
82cc5033
EZ
22392002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
2240
2241 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
2242 white space which prevented compilation. Reported by DSK
2243 <dsk@student.unsw.edu.au>.
2244
ba5f2f8a
MS
22452002-01-11 Michael Snyder <msnyder@redhat.com>
2246
fbd35540
MS
2247 * symfile.c (build_section_addr_info_from_section_tab):
2248 Use bfd access method instead of manipulating bfd directly.
2249 (syms_from_objfile): Ditto.
2250 (simple_overlay_update_1): Ditto.
2251 (simple_overlay_update): Ditto.
2252 (generic_load): Ditto.
2253 (overlay_unmapped_address): FIXME comment, bfd access methods.
2254 (sections_overlap): FIXME comment, bfd access methods.
2255 (pc_in_mapped_range): FIXME comment, bfd access methods.
2256 (pc_in_unmapped_range): FIXME comment, bfd access methods.
2257 (section_is_mapped): FIXME comment, bfd access methods.
2258 (section_is_overlay): FIXME comment, bfd access methods.
2259
ba5f2f8a
MS
2260 * symfile.c (generic_load): Whitespace and long line cleanups.
2261 Remove duplicate variable, change several local variables to
2262 more appropriate data types.
2263 (print_transfer_performance): Use %lu instead of %ld for ulongs.
2264
17df2af6
AC
22652002-01-12 Andrew Cagney <ac131313@redhat.com>
2266
2267 From Peter Schauer:
2268 * language.c (longest_local_hex_string_custom): Use phex_nz to
2269 convert NUM to a hex string.
2270
ec920329
EZ
22712002-01-12 Elena Zannoni <ezannoni@redhat.com>
2272
2273 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
2274 the function.
538a76d6 2275 Update Copyright year.
ec920329 2276
3abd2e01
AC
22772002-01-12 Andrew Cagney <ac131313@redhat.com>
2278
2279 * language.c (longest_raw_hex_string): Delete unused function.
2280
b21b22e0
PS
22812002-01-11 Petr Sorfa <petrs@caldera.com>
2282
2283 * MAINTAINERS (write-after-approval): Add myself.
2284 * dwarf2read.c (read_tag_string_type): Handling of
2285 DW_AT_byte_size.
2286 (read_tag_string_type): FORTRAN fix to prevent propagation of
2287 first string size.
2288 (set_cu_language): Handling of DW_LANG_Fortran95
2289
747fe712
RE
22902002-01-11 Richard Earnshaw <rearnsha@arm.com>
2291
2292 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
2293 GETPID(inferior_ptid).
2294 (store_inferior_registers): Likewise.
2295
f1bea926
JM
22962002-01-10 Jason Merrill <jason@redhat.com>
2297
2298 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
2299 Fix DW_OP_minus.
2300
ae940673
AC
23012002-01-10 Andrew Cagney <ac131313@redhat.com>
2302
2303 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
2304 and bfd/elf32-sh-nbsd.c.
2305
00546b04
MS
23062002-01-10 Michael Snyder <msnyder@redhat.com>
2307
352ed7b4
MS
2308 * NEWS: Mention --pid and corefile/proc-id behavior change.
2309
c18be923
MS
2310 * Makefile.in: Add rules for gcore.o and linux-proc.o.
2311 * gcore.c: Include cli/cli-decode.h instead of command.h.
2312
00546b04
MS
2313 * main.c (captured_main): Add new command line option "--pid".
2314 If the second command line argument (following the symbol-file)
2315 begins with a digit, try to attach to it before trying to open
2316 it as a corefile.
2317 (print_gdb_help): Document the "--pid" argument.
2318
db60ec62
EZ
23192002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2320
2321 * completer.c (command_completer): New function.
2322
2323 * completer.h <command_completer>: Add prototype.
2324
2325 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
2326 completer for the "help" command.
2327
39c22d1a
JM
23282002-01-09 Jason Merrill <jason@redhat.com>
2329
2330 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
2331
c564377f
MS
23322002-01-09 Michael Snyder <msnyder@redhat.com>
2333
975aec09
MS
2334 * i386-linux-nat.c (fill_fpxregset): Make global.
2335 (store_fpxregset): Ditto.
2336
db4a10fa
MS
2337 * gregset.h (gdb_fpxregset_t): Define.
2338 (supply_fpxregset): Prototype.
2339 (fill_fpxregset): Prototype.
2340
c564377f
MS
2341 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
2342
c3d45d70
RE
23432002-01-09 Richard Earnshaw <rearnsha@arm.com>
2344
2345 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
2346 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
2347 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
2348
fcc87af1
AC
23492002-01-09 Andrew Cagney <ac131313@redhat.com>
2350
2351 * MAINTAINERS: Update target maintainer rules so that any
2352 Maintainer can approve a tested patch for a maintenance-only
2353 target.
2354
dd96c05b
RE
23552002-01-09 Richard Earnshaw <rearnsha@arm.com>
2356
d4297db9 2357 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 2358
d4297db9 2359 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
2360 IN_SIGTRAMP.
2361
145fdc6e
MS
23622002-01-08 Michael Snyder <msnyder@redhat.com>
2363
2364 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
2365 real name of the executable, rather than the /proc name.
2366
be4d1333
MS
23672002-01-03 Michael Snyder <msnyder@redhat.com>
2368
2369 Implement a "generate-core-file" command in gdb, save target state.
2370 * gcore.c: New file. Implement new command 'generate-core-file'.
2371 Save a corefile image of the current state of the inferior.
2372 * linux-proc.c: Add linux-specific code for saving corefiles.
2373 * target.h (struct target_ops): Add new target vectors for saving
2374 corefiles; to_find_memory_regions and to_make_corefile_notes.
2375 (target_find_memory_regions): New macro.
2376 (target_make_corefile_notes): New macro.
2377 * target.c (update_current_target): Inherit new target methods.
2378 (dummy_find_memory_regions): New place-holder method.
2379 (dummy_make_corefile_notes): New place-holder method.
2380 (init_dummy_target): Initialize new dummy target vectors.
2381 * exec.c (exec_set_find_memory_regions): New function.
2382 Allow the exec_ops vector for memory regions to be taken over.
2383 (exec_make_note_section): New function, target vector method.
2384 * defs.h (exec_set_find_memory_regions): Export prototype.
2385 * procfs.c (proc_find_memory_regions): New function, corefile method.
2386 (procfs_make_note_section): New function, corefile method.
2387 (init_procfs_ops): Set new target vector pointers.
2388 (find_memory_regions_callback): New function.
2389 (procfs_do_thread_registers): New function.
2390 (procfs_corefile_thread_callback): New function.
2391 * sol-thread.c (sol_find_memory_regions): New function.
2392 (sol_make_note_section): New function.
2393 (init_sol_thread_ops): Initialize new target vectors.
2394 * inftarg.c (inftarg_set_find_memory_regions): New function.
2395 Allow to_find_memory_regions vector to be taken over.
2396 (inftarg_set_make_corefile_notes): New function.
2397 Allow to_make_corefile_notes vector to be taken over.
2398 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
2399 interface layer if not target_has_execution (may be a corefile).
2400 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
2401 * config/sparc/sun4sol2.mh: Ditto.
2402 * config/alpha/alpha-linux.mh: Ditto.
2403 * config/arm/linux.mh: Ditto.
2404 * config/i386/x86-64linux.mh: Ditto.
2405 * config/ia64/linux.mh: Ditto.
2406 * config/m68k/linux.mh: Ditto.
2407 * config/mips/linux.mh: Ditto.
2408 * config/powerpc/linux.mh: Ditto.
2409 * config/sparc/linux.mh: Ditto.
2410
c6b92abd
MS
24112002-01-07 Michael Snyder <msnyder@redhat.com>
2412
2413 * arm-linux-nat.c: Remove references to regcache.c internal data
2414 (registers[] and register_valid[]).
2415
4b09dc8c
MS
24162002-01-07 Michael Snyder <msnyder@redhat.com>
2417
abf22e64
AJ
2418 * linux-proc.c: New file. Implement child_pid_to_exec_file,
2419 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
2420 symbol file and shlibs.
2421 * Makefile.in: Add rule for linux-proc.o.
2422 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
2423 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
2424 * config/arm/linux.mh: Ditto.
2425 * config/i386/linux.mh: Ditto.
2426 * config/i386/x86-64linux.mh: Ditto.
2427 * config/ia64/linux.mh: Ditto.
2428 * config/m68k/linux.mh: Ditto.
2429 * config/mips/linux.mh: Ditto.
2430 * config/powerpc/linux.mh: Ditto.
2431 * config/sparc/linux.mh: Ditto.
2432
c25b74ac
PM
24332002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
2434
2435 * win32-nat.c: Add i386-tdep.h dependency.
2436
94cd915f
MS
24372002-01-07 Michael Snyder <msnyder@redhat.com>
2438
c7cccb76
MS
2439 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
2440 instead of bfd_get_arch_size. Don't bail out just because
2441 there's no exec_bfd.
abf22e64 2442
34c0bd93
MS
2443 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
2444 * p-valprint.c (pascal_object_print_value): Ditto.
2445 * somread.c (som_symtab_read): Ditto.
2446 * symfile.c (simple_free_overlay_region_table): Ditto.
2447 * valops.c (value_assign): Ditto.
2448
21c1c920
MS
2449 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
2450 use tilde_expand and strerror for opening save-tracepoints file.
2451
5bbd998e
MS
2452 * thread-db.c (thread_db_new_objfile): Indendation fix.
2453
94cd915f
MS
2454 * infptrace.c (GDB_MAX_ALLOCA): New define.
2455 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 2456 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
2457 can be overridden with whatever value is appropriate to the host).
2458 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
2459 alloca to allocate potentially large buffer.
2460 * rs6000-nat.c (child_xfer_memory): Ditto.
2461 * symm-nat.c (child_xfer_memory): Ditto.
2462 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
2463
494e8a93
JSC
24642002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
2465
2466 From Nick Clifton <nickc@redhat.com>
2467 * d10v-tdep.c: Set STACK_START to 0x200bffe.
2468
d0e1d48e
MS
24692002-01-07 Michael Snyder <msnyder@redhat.com>
2470
abf22e64 2471 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
2472 Don't use exec_bfd if it's NULL.
2473
290b2c7a
MK
24742002-01-06 Mark Kettenis <kettenis@gnu.org>
2475
abf22e64 2476 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 2477
aef21287
AC
24782002-01-06 Andrew Cagney <ac131313@redhat.com>
2479
2480 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
2481 * gnu-nat.c: Ditto.
2482
30efa627
AC
24832002-01-06 Andrew Cagney <ac131313@redhat.com>
2484
2485 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
2486 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
2487 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
2488 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
2489 z8k-coff have not been multi-arched. Update z8k-coff build
2490 status.
2491
9b4ff276
AC
24922002-01-06 Andrew Cagney <ac131313@redhat.com>
2493
2494 * MAINTAINERS: Mark a29k target as obsolete.
2495 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
2496 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
2497 comments.
2498 * NEWS: Note that a29k targets are obsolete.
2499 * a29k-tdep.c: Mark as obsolete.
2500 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2501 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2502 a29k-*-vxworks* targets as obsolete.
2503 * remote-adapt.c: Obsolete.
2504 * remote-eb.c: Obsolete.
2505 * remote-mm.c: Obsolete.
2506 * remote-udi.c: Obsolete.
2507 * config/a29k/a29k-udi.mt: Obsolete.
2508 * config/a29k/a29k.mt: Obsolete.
2509 * config/a29k/tm-a29k.h: Obsolete.
2510 * config/a29k/tm-vx29k.h: Obsolete.
2511 * config/a29k/vx29k.mt: Obsolete.
2512
a9011d31
AC
25132002-01-05 Andrew Cagney <ac131313@redhat.com>
2514
2515 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
2516 with BFD_ENDIAN_BIG.
2517
9299404e
AC
25182002-01-05 Andrew Cagney <ac131313@redhat.com>
2519
2520 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
2521 * configure, config.in: Re-generate.
2522 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
2523 * defs.h: Do not include <endian.h>.
2524
7e89e357
JT
25252002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
2526
2527 * acconfig.h (HAVE_PT_GETXMMREGS): New.
2528 * config.in: Regenerate.
2529 * configure.in: Update copyright years.
2530 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
2531 * configure: Regenerate.
2532 * i386bsd-nat.c: Update copyright years.
2533 (fill_gregset): Use regcache_collect.
2534 (fetch_inferior_registers): Only fetch integer registers
2535 if requested to do so. Add support for XMM registers
2536 using PT_GETXMMREGS.
2537 (store_inferior_registers): Only store integer registers
2538 if requested to do so. Add support for XMM registers
2539 using PT_SETXMMREGS.
2540 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
2541 (store_inferior_registers): Remove.
2542 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
2543 (fetch_elfcore_registers): New function.
2544 (i386nbsd_elfcore_fns): New.
2545 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
2546 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
2547 i386bsd-nat.o.
2548 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2549 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
2550 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2551 * config/i386/tm-nbsd.h: Update copyright years.
2552 (HAVE_SSE_REGS): Define.
2553 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
2554 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
2555 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
2556 (SIGCONTEXT_PC_OFFSET): Remove.
2557 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
2558
a752853e
AC
25592002-01-05 Andrew Cagney <ac131313@redhat.com>
2560
2561 * configure.tgt: Remove powerpc-*-macos* target.
2562 * config/m68k/xm-mpw.h: Delete file.
2563 * config/xm-mpw.h: Delete file.
2564 * ser-mac.c: Delete file.
2565 * mpw-make.sed: Delete file.
2566 * mpw-config.in: Delete file.
2567 * mac-xdep.c: Delete file.
2568 * mac-gdb.r: Delete file.
2569 * mac-defs.h: Delete file.
2570 * mac-nat.c: Delete file.
2571 * config/powerpc/macos.mh: Delete file.
2572 * config/powerpc/macos.mt: Delete file.
2573 * config/powerpc/nm-macos.h: Delete file.
2574 * config/powerpc/tm-macos.h: Delete file.
2575 * source.c (openp, open_source_file): Remove obsolete code.
2576 * top.c (gdb_readline): Ditto.
2577 * utils.c (query): Ditto.
2578 * event-top.c (display_gdb_prompt): Ditto.
2579 * Makefile.in (ser-mac.o): Delete obsolete target.
2580 * NEWS: Update.
2581
d7449b42
AC
25822002-01-04 Andrew Cagney <ac131313@redhat.com>
2583
2584 * defs.h (BIG_ENDIAN): Delete macro definition.
2585 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
2586 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
2587 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
2588 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
2589 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
2590 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
2591 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
2592 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
2593 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
2594 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
2595 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
2596 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
2597 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2598 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2599 * gdbarch.c: Re-generate.
2600
356374e8
DJ
26012002-01-04 Daniel Jacobowitz <drow@mvista.com>
2602
2603 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
2604 for core files.
2605
a2b8f8f8
JT
26062002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2607
2608 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
2609
12466af9
AC
26102002-01-04 Andrew Cagney <ac131313@redhat.com>
2611
2612 * value.h (value_ptr): Delete typedef.
2613
3549ab40
JT
26142002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2615
2616 * i386nbsd-nat.c: Update copyright years.
2617 Include i386-tdep.h.
2618
fedbd091
EZ
26192002-01-04 Elena Zannoni <ezannoni@redhat.com>
2620
2621 * stabsread.c: Update copyright years.
2622
2623 From Debashis Mahata <debashis.mahata@wipro.com>:
2624 (read_struct_fields): Deal with Sun C compiler erroneous stab
2625 output for structs and unions.
fec8b34f 2626 Fix PR gdb/269.
fedbd091 2627
eb43544b
DJ
26282002-01-04 Daniel Jacobowitz <drow@mvista.com>
2629
2630 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
2631 prototype.
2632
1514d34e
DJ
26332002-01-04 Daniel Jacobowitz <drow@mvista.com>
2634
2635 * cp-abi.c: Fix whitespace.
2636 (baseclass_offset): New wrapper function.
2637 * cp-abi.h (baseclass_offset): Add prototype.
2638 (struct cp_abi_ops): Add baseclass_offset pointer.
2639
2640 * valops.c (vb_match): Move to...
2641 * gnu-v2-abi.c (vb_match): here.
2642 * valops.c (baseclass_offset): Move to...
2643 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
2644
2645 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
2646
2647 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
2648 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
2649 * hpacc-abi.c (init_hpacc_ops): Likewise.
2650
7f8c9282
DJ
26512002-01-04 Daniel Jacobowitz <drow@mvista.com>
2652
2653 * valops.c (find_overload_match): Accept obj as a
2654 reference parameter. Update it before returning.
2655 * value.h (find_overload_match): Update prototype.
2656 * eval.c (evaluate_subexp_standard): Pass object to
2657 find_overload_match by reference.
2658
f23631e4
AC
26592002-01-03 Andrew Cagney <ac131313@redhat.com>
2660
2661 * valarith.c: Replace value_ptr with struct value pointer. Remove
2662 register attribute from value declarations.
2663 * valops.c: Ditto.
2664 * value.h: Ditto.
2665 * scm-lang.c (scm_lookup_name): Ditto.
2666
79e10fab 26672002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 2668
79e10fab
AC
2669 Abstract the functionality of iterating over mapped memory
2670 regions into a general purpose iterator function.
abf22e64 2671 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
2672 iterator for memory sections.
2673 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
2674 (solib_mappings_callback): New function, callback for above.
2675 (info_proc_mappings): Reimpliment using iterate_over_mappings.
2676 (info_mappings_callback): New function, callback for above.
2677
2678 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
2679
c5ad026a
MK
26802002-01-01 Mark Kettenis <kettenis@gnu.org>
2681
d2a7c97a
MK
2682 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
2683 * i386-tdep.c: Include "elf-bfd.h".
2684 (process_note_abi_tag_sections): New function.
2685 (i386_gdbarch_init): Add code to recognize various OS/ABI
2686 combinations.
2687
c5ad026a
MK
2688 * maint.c (_initialize_maint_cmds): Add missing \ in
2689 string-literal.
2690
a1a5b71e 2691For older changes see ChangeLog-2001
c906108c
SS
2692\f
2693Local Variables:
2694mode: change-log
2695left-margin: 8
2696fill-column: 74
2697version-control: never
2698End: