5ad26d3ddf71dde59a20e7980e2a52a0885d2e97
[binutils-gdb.git] / gdb / ChangeLog
1 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2
3 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
4 compiles using an ISO-C compiler.
5 (MALLOC_INCOMPATIBLE): Ditto.
6 * linespec.c (decode_line_1): Delete hack to work around
7 HPPA_COMPILER_BUG.
8
9 2001-03-22 Andrew Cagney <ac131313@redhat.com>
10
11 * exec.c (xfer_memory): Always initialize section.
12 * infrun.c (normal_stop): Always initialize source_flag.
13
14 2001-03-22 Andrew Cagney <ac131313@redhat.com>
15
16 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
17 non-use of a continue address and typical use of ``q'' packet.
18
19 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
20
21 Make DJGPP use the new unified support for hardware
22 breakpoints and watchpoints on x86 targets:
23
24 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
25 include nm-i386.h instead.
26 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
27 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
28 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
29 (target_stopped_data_address, target_insert_watchpoint)
30 (target_remove_watchpoint, target_insert_hw_breakpoint)
31 (target_remove_hw_breakpoint): Don't define.
32 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
33 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
34 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
35 functions from go32-nat.c.
36
37 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
38
39 * go32-nat.c <top level>: Remove prototypes for watchpoint-
40 related functions. Remove definitions of watchpoint-related
41 macros.
42 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
43 private cleanup_dregs function.
44 (cleanup_dregs, go32_insert_watchpoint)
45 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
46 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
47 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
48 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
49 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
50
51 2001-03-21 Kevin Buettner <kevinb@redhat.com>
52
53 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
54 than two instead of generating an error.
55
56 2001-03-21 Jim Blandy <jimb@redhat.com>
57
58 * cp-valprint.c: Reformat to bring into line with GNU coding
59 standards.
60
61 2001-03-21 Mark Kettenis <kettenis@gnu.org>
62
63 Make Linux use the new unified support for hardware breakpoints
64 and watchpoints on x86 targets.
65 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
66 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
67 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
68 appropriate value if not already defined.
69 (register_u_addr): New function.
70 (kernel_u_size): New function.
71 (i386_linux_dr_get, i386_linux_dr_set): New functions.
72 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
73 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
74 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
75 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
76 (TARGET_HAS_HARDWARE_WATCHPOINTS,
77 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
78 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
79 target_remove_watchpoint): Remove macros.
80 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
81 i386_remove_watchpoint): Remove prototypes.
82 (register_u_addr): New prototype.
83 (REGISTER_U_ADDR): Define in terms of register_u_addr.
84 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
85 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
86 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
87 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
88 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
89 i386-nat.o.
90
91 2001-03-21 Jim Blandy <jimb@redhat.com>
92
93 * linespec.c (find_methods): Whitespace differences aren't
94 significant in *un*mangled method names. Use strcmp_iw to compare
95 them, not STREQ. (Fix from Daniel Berlin.)
96
97 2001-03-21 Andrew Cagney <ac131313@redhat.com>
98
99 * gdbarch.sh: Allow a non- multi-arch target to override a
100 predicate.
101 * gdbarch.h: Regenerate.
102
103 2001-03-21 Andrew Cagney <ac131313@redhat.com>
104
105 * gdbarch.sh: Avoid use of ``!''.
106
107 2001-03-20 Andrew Cagney <ac131313@redhat.com>
108
109 * target.h (enum target_signal): Move definition from here.
110 * defs.h (enum target_signal): To here.
111
112 * config/arc/tm-arc.h (arc_software_single_step): Change type of
113 first parameter to enum target_signal.
114 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
115 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
116 * rs6000-tdep.c (rs6000_software_single_step): Update.
117
118 2001-03-20 Andrew Cagney <ac131313@redhat.com>
119
120 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
121 already defined.
122
123 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
124 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
125 or a reference ('a') can be in a pseudo register.
126 * infcmd.c (do_registers_info): Must take into account the pseudo
127 registers to print their value.
128 (registers_info): Likewise.
129 * stack.c (frame_info): Likewise.
130 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
131
132 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
133
134 Unified support for hardware breakpoints and watchpoints on
135 x86 targets:
136
137 * config/i386/nm-i386.h: New file.
138
139 * config/i386/nm-i386.h: (i386_cleanup_dregs)
140 (i386_insert_watchpoint, i386_remove_watchpoint)
141 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
142 (i386_stopped_data_address, i386_insert_hw_breakpoint)
143 (i386_remove_hw_breakpoint): Declare prototypes.
144 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
145 Define if not already defined.
146 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
147 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
148 (target_insert_watchpoint, target_remove_watchpoint)
149 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
150 to call the appropriate i386_* functions.
151
152 * i386-nat.c: New file.
153
154 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
155 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
156 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
157 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
158 (maint_show_dr): New variables.
159 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
160 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
161 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
162 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
163 (i386_stopped_data_address, i386_stopped_by_hwbp)
164 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
165 functions.
166 (_initialize_i386_nat): New function.
167 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
168 `show-debug-regs', sets maint_show_dr to non-zero value and
169 activates debugging print-outs in functions which insert, remove,
170 and test watchpoints and hardware breakpoints.
171
172 * Makefile.in (i386-nat.o): New target.
173 (ALLDEPFILES): Add i386-nat.o.
174
175 2001-03-21 Mark Kettenis <kettenis@gnu.org>
176
177 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
178 appropriate comment.
179
180 2001-03-20 Kevin Buettner <kevinb@redhat.com>
181
182 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
183 thread-db.o, and lin-lwp.o for thread support instead of
184 linux-thread.o and lin-thread.o.
185 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
186 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
187 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
188 (lin_lwp_attach_lwp): Declare.
189
190 2001-03-20 Jim Blandy <jimb@redhat.com>
191
192 * Makefile.in: Clean up dependencies on ../include/demangle.h.
193 (demangle_h): New variable.
194 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
195
196 2001-03-20 Andrew Cagney <ac131313@redhat.com>
197
198 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
199 * breakpoint.c (bpstat_stop_status): Update.
200 * infrun.c (handle_inferior_event): Ditto.
201 * mips-tdep.c (mips_dump_tdep): Ditto.
202 * infrun.c (resume): Ditto.
203 * infptrace.c (child_resume): Ditto.
204 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
205 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
206 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
207 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
208 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
209 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
210 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
211
212 2001-03-20 Andrew Cagney <ac131313@redhat.com>
213
214 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
215 with internal_error.
216
217 2001-03-20 Jim Blandy <jimb@redhat.com>
218
219 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
220 than asking for sym_class's type; that's circuitous. Remove
221 sym_class, since the last use of it is gone.
222
223 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
224
225 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
226 Correct the order of calls to ui_out_field_string and
227 ui_out_list_begin when bs->old_val is NULL.
228
229 2001-03-19 Kevin Buettner <kevinb@redhat.com>
230
231 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
232 * configure: Regenerate.
233 * config.in: Regenerate.
234 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
235
236 2001-03-19 Kevin Buettner <kevinb@redhat.com>
237
238 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
239 same line to avoid problems with Unixware 7's make when building
240 a cross debugger.
241
242 2001-03-19 Andrew Cagney <ac131313@redhat.com>
243
244 * defs.h (malloc): Move declaration from here.
245 * utils.c (malloc): To here.
246 * config/pa/xm-hppah.h (malloc): Delete declaration.
247
248 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
249 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
250 (hpread_quick_traverse): Ditto.
251 * infttrace.c (create_thread_info): Ditto.
252 (kill_inferior): Ditto.
253 * gnu-nat.c (make_inf): Ditto, and don't check return value.
254 * procfs.c (proc_update_threads): Ditto.
255 * valprint.c (print_decimal_chars): Ditto.
256 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
257 malloc and sprintf.
258 * remote-rdp.c (rdp_set_command_line): Ditto.
259
260 2001-03-19 Andrew Cagney <ac131313@redhat.com>
261
262 * defs.h (realloc): Move declaration from here.
263 * utils.c (realloc): To here.
264 * config/pa/xm-hppah.h (realloc): Delete declaration.
265 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
266 * symfile.c (add_filename_language): Ditto.
267 * event-loop.c (create_file_handler): Ditto.
268
269 2001-03-19 Andrew Cagney <ac131313@redhat.com>
270
271 * defs.h (free): Move declaration from here.
272 * utils.c (free): To here.
273 (xfree): Document as the only call to free().
274 * config/pa/xm-hppah.h (free): Delete declaration.
275
276 2001-03-19 Kevin Buettner <kevinb@redhat.com>
277
278 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
279 this list.
280
281 2001-03-19 Andrew Cagney <ac131313@redhat.com>
282
283 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
284 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
285 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
286
287 2001-03-19 Andrew Cagney <ac131313@redhat.com>
288
289 * TODO: List known problems with TUI.
290
291 2001-03-19 Andrew Cagney <ac131313@redhat.com>
292
293 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
294 gdb.hp).
295
296 2001-03-19 Andrew Cagney <ac131313@redhat.com>
297
298 * remote.c (remote_cisco_section_offsets): Do not cast result from
299 bfd_get_section_name.
300 (compare_sections_command): Ditto.
301 (remote_cisco_section_offsets): Make ``p'' a const pointer.
302 (compare_sections_command): Ditto for ``sectname''.
303
304 2001-03-19 Andrew Cagney <ac131313@redhat.com>
305
306 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
307 * valops.c (hand_function_call): Simplify computation of the
308 address of the pushed argument.
309
310 2001-03-17 Andrew Cagney <ac131313@redhat.com>
311
312 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
313 Code copied from c-exp.y.
314
315 2001-03-18 Kevin Buettner <kevinb@redhat.com>
316
317 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
318 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
319 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
320 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
321 of the Solaris procfs testing section. Instead, group with...
322 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
323 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
324 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
325 * configure: Regenerate.
326 * config.in: Regenerate.
327
328 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
329 new configure macros to choose which (if any) code to
330 compile in. Added code to explicitly handle *BSD systems;
331 these systems were previously handled only through macro
332 redefinition. Also, due to the way the autoconf tests are set
333 up, this function will no longer return a non-zero value when
334 GDB is configured as a cross debugger. I.e, cross debuggers
335 will no longer be able to "accidentally" get the host system's
336 link map offsets.
337
338 2001-03-18 Kevin Buettner <kevinb@redhat.com>
339
340 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
341 line to avoid build problem on NetBSD 1.4.
342
343 2001-03-17 Michael Chastain <chastain@redhat.com>
344
345 * win32-nat.c (child_attach): check args for NULL before passing
346 to strtoul. This fixes PR gdb/43.
347
348 2001-03-17 Mark Kettenis <kettenis@gnu.org>
349
350 * i387-nat.h: Doc Fix.
351
352 * i386-tdep.c: Fix formatting.
353 (i386_get_frame_setup, i386_follow_jump, codestream_read,
354 codestream_seek, codestream_fill, skip_trampoline_code,
355 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
356 prototypoes.
357
358 2001-03-17 Mark Kettenis <kettenis@gnu.org>
359
360 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
361 no longer used. Also remove associated FIXME.
362
363 2001-03-16 Andrew Cagney <ac131313@redhat.com>
364
365 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
366 not generate macro wrappers for multi-arch functions or
367 predicates.
368 (class_is_info_p, class_is_predicate_p): Update.
369 (class_is_function_p, class_is_variable_p): Ditto.
370 (class_is_multiarch_p): New class function.
371
372 2001-03-16 J.T. Conklin <jtc@redback.com>
373
374 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
375 h8300_frame_args_address from frame_args_address.
376 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
377 from frame_locals_address.
378 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
379 from print_register_hook.
380 (h8300_frame_args_address): Declare.
381 (h8300_frame_find_saved_regs): Declare.
382 (h8300_frame_locals_address): Declare.
383 (h8300_frame_saved_pc): Declare.
384 (h8300_pop_frame): Declare.
385 (h8300_print_register_hook): Declare.
386 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
387 (h8300_frame_args_address): Renamed from frame_args_address.
388 (h8300_frame_locals_address): Renamed from frame_locals_address.
389 (h8300_pop_frame): Renamed from pop_frame.
390 (h8300_print_register_hook): Renamed from print_register_hook.
391
392 2001-03-16 Kevin Buettner <kevinb@redhat.com>
393
394 * solib-svr4.c (bfd_lookup_symbol): Change type of
395 ``storage_needed'' from unsigned int to long in order to
396 match return type of bfd_get_symtab_upper_bound() and
397 bfd_get_dynamic_symtab_upper_bound().
398 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
399 REASONABLE_LIMIT hack which had been added to work around this
400 problem.
401
402 2001-03-15 Kevin Buettner <kevinb@redhat.com>
403
404 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
405 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
406 to free() with calls to xfree().
407 (bfd_lookup_symbol): Eliminate use of PTR.
408 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
409
410 2001-03-15 Martin Hunt <hunt@redhat.com>
411
412 * linespec.c (decode_line_1): Remove trailing quote
413 when parsing double quotes.
414
415 2001-03-15 Kevin Buettner <kevinb@redhat.com>
416
417 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
418 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
419 argument in the to_xfer_memory calls.
420
421 2001-03-15 Andrew Cagney <ac131313@redhat.com>
422
423 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
424 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
425
426 2001-03-15 Andrew Cagney <ac131313@redhat.com>
427
428 * wince.c (child_xfer_memory): Add attrib parameter.
429 * symm-nat.c (child_xfer_memory): Ditto.
430 * mac-nat.c (child_xfer_memory): Ditto.
431 * infttrace.c (child_xfer_memory): Ditto.
432 * procfs.c (procfs_xfer_memory): Ditto.
433 * lin-thread.c (thread_db_xfer_memory): Ditto.
434 * gnu-nat.c (gnu_xfer_memory): Ditto.
435
436 2001-03-14 Andrew Cagney <ac131313@redhat.com>
437
438 * NEWS: Mention that Harris/CXUX m88k is obsolete.
439
440 2001-03-13 Andrew Cagney <ac131313@redhat.com>
441
442 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
443 to regcache functions.
444 * config/m68k/tm-m68k.h: Ditto.
445 * config/i386/tm-i386v.h: Ditto.
446 * config/mcore/tm-mcore.h: Ditto.
447 * config/m88k/tm-m88k.h: Ditto.
448 * config/m68k/tm-news.h: Ditto.
449 * config/m68k/tm-linux.h: Ditto.
450 * config/m68k/tm-delta68.h: Ditto.
451 * config/m68k/nm-sun3.h: Ditto.
452 * config/m32r/tm-m32r.h: Ditto.
453 * config/i386/tm-symmetry.h: Ditto.
454 * config/i386/tm-sun386.h: Ditto.
455 * config/i386/tm-i386.h: Ditto.
456 * config/i386/nm-symmetry.h: Ditto.
457 * config/i386/nm-sun386.h: Ditto.
458 * config/i386/nm-ptx4.h: Ditto.
459 * config/i386/nm-i386mach.h: Ditto.
460 * config/h8500/tm-h8500.h: Ditto.
461 * config/h8300/tm-h8300.h: Ditto.
462 * config/fr30/tm-fr30.h: Ditto.
463 * config/d30v/tm-d30v.h: Ditto.
464 * config/arm/tm-arm.h: Ditto.
465 * config/arc/tm-arc.h: Ditto.
466 * config/alpha/tm-alpha.h: Ditto.
467 * config/a29k/tm-vx29k.h: Ditto.
468 * config/a29k/tm-a29k.h: Ditto.
469 * config/w65/tm-w65.h: Ditto.
470 * config/vax/tm-vax.h: Ditto.
471 * config/v850/tm-v850.h: Ditto.
472 * config/tic80/tm-tic80.h: Ditto.
473 * config/sparc/tm-sparclite.h: Ditto.
474 * config/sparc/tm-sparclet.h: Ditto.
475 * config/sparc/tm-sparc.h: Ditto.
476 * config/sparc/nm-sun4sol2.h: Ditto.
477 * config/sparc/nm-sun4os4.h: Ditto.
478 * config/sparc/nm-nbsd.h: Ditto.
479 * config/powerpc/nm-solaris.h: Ditto.
480 * config/pa/tm-hppao.h: Ditto.
481 * config/pa/tm-hppa.h: Ditto.
482 * config/pa/nm-hppab.h: Ditto.
483 * config/ns32k/tm-umax.h: Ditto.
484 * config/ns32k/tm-merlin.h: Ditto.
485 * config/nm-m3.h: Ditto.
486 * config/nm-gnu.h: Ditto.
487
488 2001-03-14 Andrew Cagney <ac131313@redhat.com>
489
490 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
491 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
492 Specify an m88k target. Include sample GAWK script to generate
493 target list. Delete non-existant romp target.
494 * TODO (GDB 5.1 - Cleanups): Update.
495
496 2001-03-14 Keith Seitz <keiths@cygnus.com>
497
498 * linespec.c (decode_line_1): Skip argptr over a leading
499 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
500
501 2001-03-14 Kevin Buettner <kevinb@redhat.com>
502
503 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
504
505 2001-03-13 Andrew Cagney <ac131313@redhat.com>
506
507 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
508 * m3-nat.c: Ditto.
509 * p-lang.h: Ditto.
510 * printcmd.c (printf_command): Ditto.
511 * ch-exp.c (match_integer_literal): Ditto.
512 * scm-tags.h: Ditto.
513 * ser-go32.c: Ditto.
514 * hppa-tdep.c (unwind_command): Ditto.
515 * defs.h (volatile): Delete macro definition. Assume __STDC__.
516 * remote-adapt.c (volatile): Ditto.
517 * remote-eb.c (volatile): Ditto.
518 * remote-mm.c (volatile): Ditto.
519 * defs.h (alloca): Assume __STDC__, declare returning void *.
520
521 2001-03-08 Andrew Cagney <ac131313@redhat.com>
522
523 * inferior.h (ARCH_NUM_REGS): Delete definition.
524 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
525 * regcache.c (registers_changed): Ditto.
526 (registers_fetched): Ditto.
527 * infptrace.c (fetch_inferior_registers): Ditto.
528 (store_inferior_registers): Ditto.
529 * infcmd.c (do_registers_info): Ditto.
530 (registers_info): Ditto.
531 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
532 (old_store_inferior_registers): Ditto.
533 * gdbserver/low-linux.c (register_addr): Ditto.
534 * gdbserver/low-hppabsd.c (register_addr): Ditto.
535 * core-aout.c: Don't include "inferior.h".
536 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
537 (register_addr): Ditto.
538
539 2001-03-13 Fernando Nasser <fnasser@redhat.com>
540
541 From Steven Johnson <sjohnson@neurizon.net>
542 * cli/cli-script.c (define_command): Fix setting of post hooks.
543
544 2001-03-13 Mark Kettenis <kettenis@gnu.org>
545
546 * i386-linux-tdep.c: Fix formatting and clarify comments.
547 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
548 where appropriate.
549
550 2001-03-12 Andrew Cagney <ac131313@redhat.com>
551
552 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
553 (proc_update_sc): Use gdb_assert instead of assert.
554 (proc_abort): Ditto.
555 (inf_set_step_thread): Ditto.
556 (gnu_wait): Ditto.
557 (S_exception_raise_request): Ditto.
558 (gnu_terminal_init_inferior): Ditto.
559
560 2001-03-09 Kevin Buettner <kevinb@redhat.com>
561
562 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
563 (solib-legacy.o): New makefile target.
564 * solib-legacy.c: New file.
565 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
566 (default_svr4_fetch_link_map_offsets): Delete.
567 (set_solib_svr4_fetch_link_map_offsets): Declare.
568 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
569 * solib-svr4.c (elf/common.h): Include.
570 (link.h): Only include for SunOS shared library support.
571 (_SYSCALL32): Don't define.
572 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
573 (default_svr4_fetch_link_map_offsets): Made static; added forward
574 declaration.
575 (fetch_link_map_offsets): New static global.
576 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
577 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
578 of what used to be in this function now reside in
579 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
580 (open_symbol_file_object): Fix declaration in SunOS section
581 of the code.
582 (set_solib_svr4_fetch_link_map_offsets): New extern function.
583 (init_fetch_link_map_offsets): New static function.
584 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
585 under multiarch control.
586
587 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
588 list.
589 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
590 * config/arm/linux.mt (TDEPFILES): Likewise.
591 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
592 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
593 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
594 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
595 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
596 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
597 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
598 * config/i386/linux.mt (TDEPFILES): Likewise.
599 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
600 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
601 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
602 * config/i386/ptx4.mh (XDEPFILES): Likewise.
603 * config/i386/sun386.mt (TDEPFILES): Likewise.
604 * config/ia64/linux.mt (TDEPFILES): Likewise.
605 * config/m68k/linux.mt (TDEPFILES): Likewise.
606 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
607 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
608 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
609 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
610 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
611 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
612 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
613 * config/powerpc/linux.mt (TDEPFILES): Likewise.
614 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
615 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
616 * config/sh/linux.mt (TDEPFILES): Likewise.
617 * config/sparc/linux.mt (TDEPFILES): Likewise.
618 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
619 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
620 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
621 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
622 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
623
624 2001-03-09 Kevin Buettner <kevinb@redhat.com>
625
626 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
627
628 2001-03-09 Andrew Cagney <ac131313@redhat.com>
629
630 * MAINTAINERS (Write After Approval): Update Philip Blundell.
631
632 2001-03-09 Keith Seitz <keiths@cygnus.com>
633
634 * MAINTAINERS: Add myself to write after approval list.
635
636 2001-03-09 Mark Kettenis <kettenis@gnu.org>
637
638 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
639 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
640
641 2001-03-08 Andrew Cagney <ac131313@redhat.com>
642
643 * configure.host (m88*-harris-cxux*): Mark as obsolete.
644 * configure.tgt: Ditto.
645 * config/m88k/xm-cxux.h: Ditto.
646 * config/m88k/tm-cxux.h: Ditto.
647 * config/m88k/nm-cxux.h: Ditto.
648 * config/m88k/cxux.mt: Ditto.
649 * config/m88k/cxux.mh: Ditto.
650
651 2001-03-08 Andrew Cagney <ac131313@redhat.com>
652
653 * Makefile.in: Delete rules for obsolete files.
654
655 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
656
657 * stack.c (parse_frame_specification): For one argument case,
658 handle the situation where the argument is an integer, not an
659 address -- arguably the most common case. This matters on
660 targets where pointers and addresses are different.
661
662 2001-03-08 Andrew Cagney <ac131313@redhat.com>
663
664 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
665 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
666 general.
667
668 2001-03-07 Andrew Cagney <ac131313@redhat.com>
669
670 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
671 with SID on Solaris 8.
672
673 2001-03-07 Mark Kettenis <kettenis@gnu.org>
674
675 * defs.h: Provide prototypes for floatformat_is_negative,
676 floatformat_is_nan and floatformat_mantissa.
677 * utils.c: Include "gdb_assert.h".
678 (floatformat_is_negative): New function.
679 (floatformat_is_nan): New function.
680 (floatformat_mantissa): New function.
681 * valprint.c: Include "floatformat.h".
682 (print_floating): Get rid of the Linux-specific
683 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
684 help these new functions. Print NaN's in a format conforming to
685 ISO C99.
686
687 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
688
689 * top.c (init_main): Make `set history file name' complete on file
690 names.
691
692 2001-03-06 J.T. Conklin <jtc@redback.com>
693
694 * Makefile.in (LINTFLAGS): Update to contain all of the macros
695 which define include paths used when compiling.
696
697 * util.c (savestring, msavestring): Change type of length argument.
698 * defs.h (savestring, msavestring): Update to match.
699
700 * symtab.h (decode_line_1): Removed declaration.
701
702 * symfile.c (#include <assert.h>): Removed.
703
704 * arch-utils.c (#include <ctype.h>): Removed.
705 * c-typeprint.c: Likewise.
706 * dbxread.c: Likewise.
707 * gdbtypes.c: Likewise.
708 * target.c: Likewise.
709 * os9kread.c: Likewise.
710
711 * c-valprint.c (#include "demangle.h"): Removed.
712 * ch-typeprint.c: Likewise.
713 * eval.c: Likewise.
714 * f-typeprint.c: Likewise.
715 * f-valprint.c: Likewise.
716 * m2-typeprint.c: Likewise.
717 * typeprint.c: Likewise.
718 * p-typeprint.c: Likewise.
719 * valarith.c: Likewise.
720 * valprint.c: Likewise.
721
722 * m2-typeprint.c (#include "gdb_string.h"): Removed.
723 * nlmread.c: Likewise.
724
725 * mdebugread.c (#include "gdb-stabs.h"): Removed.
726 * minsyms.c: Likewise.
727 * mipsread.c: Likewise.
728 * nlmread.c: Likewise.
729
730 * m2-typeprint.c (#include "obstack.h"): Removed.
731 * m2-valprint.c: Likewise.
732
733 * event-loop.c (#include <setjmp.h>): Removed.
734
735 2001-03-06 Stan Shebs <shebs@apple.com>
736
737 * MAINTAINERS: Remove self from specific maintenance domains
738 (macos, gdbserver, documentation, testsuite).
739
740 2001-03-06 Kevin Buettner <kevinb@redhat.com>
741
742 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
743 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
744 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
745 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
746 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
747 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
748 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
749 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
750 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
751 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
752 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
753 coff-solib.h, coffread.c, command.h, complaints.c,
754 complaints.h, completer.c, completer.h,
755 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
756 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
757 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
758 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
759 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
760 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
761 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
762 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
763 config/arm/nm-linux.h, config/arm/tm-arm.h,
764 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
765 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
766 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
767 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
768 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
769 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
770 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
771 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
772 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
773 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
774 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
775 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
776 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
777 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
778 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
779 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
780 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
781 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
782 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
783 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
784 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
785 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
786 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
787 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
788 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
789 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
790 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
791 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
792 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
793 config/i960/tm-i960.h, config/i960/tm-mon960.h,
794 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
795 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
796 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
797 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
798 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
799 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
800 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
801 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
802 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
803 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
804 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
805 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
806 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
807 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
808 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
809 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
810 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
811 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
812 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
813 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
814 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
815 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
816 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
817 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
818 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
819 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
820 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
821 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
822 config/mips/nm-irix5.h, config/mips/nm-mips.h,
823 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
824 config/mips/tm-embed.h, config/mips/tm-embed64.h,
825 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
826 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
827 config/mips/tm-mips.h, config/mips/tm-mips64.h,
828 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
829 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
830 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
831 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
832 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
833 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
834 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
835 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
836 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
837 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
838 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
839 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
840 config/nm-sysv4.h, config/none/nm-none.h,
841 config/none/tm-none.h, config/none/xm-none.h,
842 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
843 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
844 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
845 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
846 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
847 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
848 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
849 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
850 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
851 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
852 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
853 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
854 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
855 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
856 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
857 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
858 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
859 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
860 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
861 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
862 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
863 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
864 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
865 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
866 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
867 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
868 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
869 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
870 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
871 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
872 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
873 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
874 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
875 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
876 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
877 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
878 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
879 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
880 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
881 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
882 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
883 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
884 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
885 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
886 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
887 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
888 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
889 gdbserver/low-sim.c, gdbserver/low-sparc.c,
890 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
891 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
892 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
893 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
894 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
895 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
896 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
897 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
898 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
899 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
900 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
901 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
902 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
903 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
904 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
905 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
906 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
907 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
908 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
909 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
910 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
911 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
912 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
913 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
914 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
915 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
916 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
917 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
918 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
919 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
920 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
921 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
922 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
923 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
924 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
925 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
926 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
927 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
928 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
929 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
930 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
931 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
932 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
933 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
934 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
935 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
936 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
937 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
938 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
939 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
940 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
941 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
942 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
943 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
944 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
945 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
946 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
947 notices.
948
949 2001-03-05 Kevin Buettner <kevinb@redhat.com>
950
951 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
952 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
953 macros.
954 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
955 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
956 (sys/fault.h, sys/select.h): Test for presence of these
957 header files.
958 (ia64-*-aix*): Define NEW_PROC_API for this host.
959 * configure: Regenerate.
960 * config.in: Regenerate.
961
962 * configure.host (ia64-*-aix*): New host.
963 * configure.tgt (ia64-*-aix*): New target.
964
965 2001-03-05 Andrew Cagney <ac131313@redhat.com>
966
967 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
968
969 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
970
971 * wince.c: Change realloc to xrealloc throughout.
972 (handle_load_dll): Use void * rather than PTR in argument.
973
974 2001-03-04 Andrew Cagney <ac131313@redhat.com>
975
976 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
977 * ocd.c (ocd_xfer_memory): Ditto.
978 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
979 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
980 buildable with ,-Werror.
981
982 * Makefile.in (symfile_h): Define.
983 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
984 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
985 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
986 ,-Werror.
987
988 * dsrec.c (make_srec): Fix internal_error fmt arg.
989 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
990
991 2001-03-03 Kevin Buettner <kevinb@redhat.com>
992
993 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
994 as an lvalue.
995
996 2001-03-02 Andrew Cagney <ac131313@redhat.com>
997
998 * MAINTAINERS (paper trail): Update.
999
1000 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
1001
1002 2001-03-02 Andrew Cagney <ac131313@redhat.com>
1003
1004 From 2001-03-01 Tom Rix <trix@redhat.com>:
1005 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
1006 parameter to mn10200_analyze_prologue.
1007
1008 * config/mn10200/tm-mn10200.h: Include "regcache.h".
1009 * MAINTAINERS: Document that mn10200-elf target is buildable.
1010
1011 2001-03-02 Kevin Buettner <kevinb@redhat.com>
1012
1013 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
1014 from here...
1015 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
1016 (MONTEREY): Don't define.
1017 (AIX5): Define.
1018
1019 2001-03-02 Matt Hiller <hiller@redhat.com>
1020
1021 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
1022
1023 2001-03-02 Kevin Buettner <kevinb@redhat.com>
1024
1025 * sparc-nat.c (sparc-nat.c): Don't include self.
1026
1027 2001-03-01 J.T. Conklin <jtc@redback.com>
1028
1029 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
1030 if __CYGWIN32__ is set from here.
1031 * config/i386/xm-cygwin.h: To here.
1032 * config/powerpc/xm-cygwin.h: To here.
1033
1034 * i386-stub.c (handle_exception): Use 'T' response packet.
1035
1036 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1037
1038 * m32r-tdep.c: Fix cut and paste error in comment.
1039
1040 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1041
1042 * symtab.c (print_msymbol_info): Print addresses by portable method
1043 longest_local_hex_string_custom. Allow for 64-bit addresses.
1044
1045 2001-03-01 J.T. Conklin <jtc@redback.com>
1046
1047 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
1048 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
1049 (MIN_OF_TYPE): Likewise.
1050
1051 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
1052
1053 2001-03-01 Andrew Cagney <ac131313@redhat.com>
1054
1055 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
1056 * os9kread.c (os9k_process_one_symbol): Add assert to detect
1057 ``loses if sizeof (char *) > sizeof (int)''.
1058
1059 2001-03-01 Andrew Cagney <ac131313@redhat.com>
1060
1061 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
1062
1063 2001-03-01 Andrew Cagney <ac131313@redhat.com>
1064
1065 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
1066 lists.
1067 (mi-main.o): Ditto.
1068
1069 2001-03-01 Andrew Cagney <ac131313@redhat.com>
1070
1071 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
1072 dependency lists.
1073
1074 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1075
1076 * printcmd.c (print_address_numeric): Update comments to refer
1077 to sizeof addr, not sizeof pointer.
1078 (x_command): Remove needless whitespace (shorten long line).
1079
1080 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
1081 (read_memory_nobpt): Ditto.
1082 (ep_is_catchpoint): Ditto.
1083 (ep_is_shlib_catchpoint): Ditto.
1084 (ep_is_exception_catchpoint): Ditto.
1085 (describe_other_breakpoints): Ditto.
1086
1087 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
1088
1089 * regcache.h (register_valid): Fix comment documenting valid
1090 states.
1091
1092 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
1093
1094 From Steven Johnson:
1095 * regcache.h: New file.
1096
1097 * value.h (read_register_bytes, read_register_gen)
1098 (write_register_gen, write_register_bytes)
1099 (read_register, read_register_pid)
1100 (read_signed_register, read_signed_register_pid)
1101 (write_register, write_register_pid)
1102 (register_cached, set_register_cached)
1103 (register_changed, register_buffer)
1104 (registers_changed, supply_register): Move declaration from here.
1105 * regcache.h: To here.
1106 * gdbcore.h (registers_fetched): Ditto.
1107 * inferior.h (registers, registers_valid): Ditto.
1108
1109 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
1110 generic_target_write_pc, write_pc_pid, write_pc,
1111 generic_target_read_sp, read_sp, generic_target_write_sp,
1112 write_sp, generic_target_read_fp, read_fp,
1113 generic_target_write_fp, write_fp): Add note that these functions
1114 will be moved from this file.
1115
1116 * a29k-tdep.c: Include "regcache.h".
1117 * a68v-nat.c: Ditto.
1118 * abug-rom.c: Ditto.
1119 * alpha-nat.c: Ditto.
1120 * alpha-tdep.c: Ditto.
1121 * alphabsd-nat.c: Ditto.
1122 * arc-tdep.c: Ditto.
1123 * arm-linux-nat.c: Ditto.
1124 * arm-linux-tdep.c: Ditto.
1125 * arm-tdep.c: Ditto.
1126 * blockframe.c: Ditto.
1127 * core-aout.c: Ditto.
1128 * core-sol2.c: Ditto.
1129 * corelow.c: Ditto.
1130 * cpu32bug-rom.c: Ditto.
1131 * cxux-nat.c: Ditto.
1132 * d10v-tdep.c: Ditto.
1133 * d30v-tdep.c: Ditto.
1134 * dbug-rom.c: Ditto.
1135 * dink32-rom.c: Ditto.
1136 * dve3900-rom.c: Ditto.
1137 * findvar.c: Ditto.
1138 * fr30-tdep.c: Ditto.
1139 * frame.c: Ditto.
1140 * go32-nat.c: Ditto.
1141 * h8300-tdep.c: Ditto.
1142 * h8500-tdep.c: Ditto.
1143 * hp300ux-nat.c: Ditto.
1144 * hppa-tdep.c: Ditto.
1145 * hppab-nat.c: Ditto.
1146 * hppah-nat.c: Ditto.
1147 * hppam3-nat.c: Ditto.
1148 * hpux-thread.c: Ditto.
1149 * i386-linux-nat.c: Ditto.
1150 * i386-linux-tdep.c: Ditto.
1151 * i386-tdep.c: Ditto.
1152 * i386aix-nat.c: Ditto.
1153 * i386b-nat.c: Ditto.
1154 * i386bsd-nat.c: Ditto.
1155 * i386gnu-nat.c: Ditto.
1156 * i386ly-tdep.c: Ditto.
1157 * i386m3-nat.c: Ditto.
1158 * i386mach-nat.c: Ditto.
1159 * i386nbsd-nat.c: Ditto.
1160 * i386v4-nat.c: Ditto.
1161 * i387-nat.c: Ditto.
1162 * i387-tdep.c: Ditto.
1163 * i960-tdep.c: Ditto.
1164 * ia64-aix-nat.c: Ditto.
1165 * ia64-linux-nat.c: Ditto.
1166 * ia64-tdep.c: Ditto.
1167 * infptrace.c: Ditto.
1168 * infrun.c: Ditto.
1169 * irix4-nat.c: Ditto.
1170 * irix5-nat.c: Ditto.
1171 * lin-lwp.c: Ditto.
1172 * lin-thread.c: Ditto.
1173 * lynx-nat.c: Ditto.
1174 * m3-nat.c: Ditto.
1175 * m32r-rom.c: Ditto.
1176 * m32r-tdep.c: Ditto.
1177 * m68hc11-tdep.c: Ditto.
1178 * m68k-tdep.c: Ditto.
1179 * m68klinux-nat.c: Ditto.
1180 * m68knbsd-nat.c: Ditto.
1181 * m68knbsd-tdep.c: Ditto.
1182 * m88k-nat.c: Ditto.
1183 * m88k-tdep.c: Ditto.
1184 * mac-nat.c: Ditto.
1185 * mcore-rom.c: Ditto.
1186 * mcore-tdep.c: Ditto.
1187 * mi/mi-main.c: Ditto.
1188 * mips-nat.c: Ditto.
1189 * mips-tdep.c: Ditto.
1190 * mipsm3-nat.c: Ditto.
1191 * mipsv4-nat.c: Ditto.
1192 * mn10200-tdep.c: Ditto.
1193 * mn10300-tdep.c: Ditto.
1194 * monitor.c: Ditto.
1195 * ns32km3-nat.c: Ditto.
1196 * ns32knbsd-nat.c: Ditto.
1197 * ocd.c: Ditto.
1198 * pa64solib.c: Ditto.
1199 * ppc-bdm.c: Ditto.
1200 * ppc-linux-nat.c: Ditto.
1201 * ppc-linux-tdep.c: Ditto.
1202 * ppcbug-rom.c: Ditto.
1203 * ppcnbsd-nat.c: Ditto.
1204 * ptx4-nat.c: Ditto.
1205 * regcache.c: Ditto.
1206 * remote-adapt.c: Ditto.
1207 * remote-array.c: Ditto.
1208 * remote-bug.c: Ditto.
1209 * remote-e7000.c: Ditto.
1210 * remote-eb.c: Ditto.
1211 * remote-es.c: Ditto.
1212 * remote-est.c: Ditto.
1213 * remote-hms.c: Ditto.
1214 * remote-mips.c: Ditto.
1215 * remote-mm.c: Ditto.
1216 * remote-nindy.c: Ditto.
1217 * remote-os9k.c: Ditto.
1218 * remote-rdi.c: Ditto.
1219 * remote-rdp.c: Ditto.
1220 * remote-sds.c: Ditto.
1221 * remote-sim.c: Ditto.
1222 * remote-st.c: Ditto.
1223 * remote-udi.c: Ditto.
1224 * remote-utils.c: Ditto.
1225 * remote-vx.c: Ditto.
1226 * remote-vx29k.c: Ditto.
1227 * remote-vx68.c: Ditto.
1228 * remote-vx960.c: Ditto.
1229 * remote-vxmips.c: Ditto.
1230 * remote-vxsparc.c: Ditto.
1231 * remote.c: Ditto.
1232 * rom68k-rom.c: Ditto.
1233 * rs6000-nat.c: Ditto.
1234 * rs6000-tdep.c: Ditto.
1235 * sh-tdep.c: Ditto.
1236 * sh3-rom.c: Ditto.
1237 * sol-thread.c: Ditto.
1238 * solib-svr4.c: Ditto.
1239 * somsolib.c: Ditto.
1240 * sparc-nat.c: Ditto.
1241 * sparc-tdep.c: Ditto.
1242 * sparcl-tdep.c: Ditto.
1243 * sparclet-rom.c: Ditto.
1244 * sun3-nat.c: Ditto.
1245 * sun386-nat.c: Ditto.
1246 * symm-nat.c: Ditto.
1247 * target.c: Ditto.
1248 * thread-db.c: Ditto.
1249 * thread.c: Ditto.
1250 * tic80-tdep.c: Ditto.
1251 * tracepoint.c: Ditto.
1252 * ultra3-nat.c: Ditto.
1253 * umax-xdep.c: Ditto.
1254 * uw-thread.c: Ditto.
1255 * v850-tdep.c: Ditto.
1256 * v850ice.c: Ditto.
1257 * valops.c: Ditto.
1258 * w65-tdep.c: Ditto.
1259 * w89k-rom.c: Ditto.
1260 * win32-nat.c: Ditto.
1261 * wince.c: Ditto.
1262 * z8k-tdep.c: Ditto.
1263
1264 2001-02-28 Matt Hiller <hiller@redhat.com>
1265
1266 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
1267
1268 2001-02-27 Matt Hiller <hiller@redhat.com>
1269
1270 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
1271 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
1272 mn10300_stab_reg_to_regnum.
1273
1274 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
1275
1276 * symtab.c (search_symbols): Fix off by one error in test for
1277 error.
1278
1279 2001-02-23 Andrew Cagney <ac131313@redhat.com>
1280
1281 * config/sparc/sp64linux.mt: New file.
1282 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
1283 * configure.host: Recognize sparc64-*-linux* as a linux host.
1284
1285 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
1286 * config/sparc/tm-sp64linux.h: New file.
1287
1288 2001-02-24 Kevin Buettner <kevinb@redhat.com>
1289
1290 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
1291 with call to internal_error().
1292 * dbxread.c (process_one_symbol): Likewise.
1293 * exec.c (build_section_table, xfer_memory): Likewise.
1294 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
1295 Likewise.
1296 * hpread.c (hpread_type_translate, hpread_read_array_type)
1297 (hpread_type_lookup): Likewise.
1298 * i386-tdep.c (gdb_print_insn_i386): Likewise.
1299 * i960-tdep.c (mem): Likewise
1300 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
1301 * infptrace.c (child_resume): Likewise.
1302 * infttrace.c (_initialize_infttrace): Likewise.
1303 * language.c (binop_result_type, add_language): Likewise.
1304 * lynx-nat.c (store_inferior_registers): Likewise.
1305 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
1306 * mdebugread.c (parse_partial_symbols): Likewise.
1307 * monitor.c (monitor_printf_noecho, monitor_printf)
1308 (monitor_dump_regs): Likewise.
1309 * ocd.c (stu_put_packet): Likewise.
1310 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
1311 * remote-bug.c (bug_open): Likewise.
1312 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
1313 * remote-es.c (es1800_read_bytes): Likewise.
1314 * remote-mips.c (common_breakpoint): Likewise.
1315 * remote-rdp.c (send_rdp): Likewise.
1316 * remote-sds.c (putmessage): Likewise.
1317 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
1318 Likewise.
1319 * sparcl-tdep.c (sparclite_download): Likewise.
1320 * symtab.c (lookup_partial_symbol): Likewise.
1321 * target.c (push_target, pop_target, initialize_targets): Likewise.
1322 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
1323 Likewise.
1324 * valprint.c (print_decimal, print_longest, print_longest)
1325 (strcat_longest): Likewise.
1326 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
1327 * xmodem.c (xmodem_send_packet): Likewise.
1328 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
1329 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
1330 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
1331 (STORE_RETURN_VALUE): Likewise.
1332 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
1333 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
1334 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
1335 Likewise.
1336
1337 2001-02-23 Andrew Cagney <ac131313@redhat.com>
1338
1339 * CONTRIBUTE: Document how to cite a problem report.
1340 * TODO: Note need to replace CONTRIBUTE with generated file.
1341
1342 * CONTRIBUTE: Mention that patches do not need to include the
1343 generated files gdbarch.h and gdbarch.c.
1344
1345 2001-02-21 Andrew Cagney <ac131313@redhat.com>
1346
1347 * value.h (get_saved_register): Move from here.
1348 * frame.h: To here.
1349
1350 2001-02-21 Kevin Buettner <kevinb@redhat.com>
1351
1352 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
1353 (in_solib_dynsym_resolve_code): Add declaration.
1354 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
1355 in_solib_dynsym_resolve_code() rather than
1356 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
1357 which caused this macro to only be defined when
1358 SVR4_SHARED_LIBS is defined.
1359 * solib.c (in_solib_dynsym_resolve_code): New function.
1360 * solist.h (struct target_so_ops): Add new member
1361 in_dynsym_resolve_code.
1362 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
1363 in_svr4_dynsym_resolve_code. Also, made static.
1364 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
1365 member in aix5_so_ops.
1366 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
1367 in_svr4_dynsym_resolve_code. Also, added second version
1368 of this function which will be used when SVR4_SHARED_LIBS
1369 is not defined.
1370 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
1371 member in svr4_so_ops.
1372
1373 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
1374 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
1375 config/ia64/xm-aix.h: New files.
1376 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
1377 (ia64_aix_sigcontext_register_address): New declaration.
1378 (ia64_gdbarch_init): Provide for initialization of
1379 sigcontext_register_address member of struct tdep when
1380 on target is detected to be running AIX.
1381 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
1382 this list.
1383
1384 2001-02-20 Kevin Buettner <kevinb@redhat.com>
1385
1386 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
1387 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
1388 for thread support instead of linux-thread.o and lin-thread.o.
1389 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
1390 ATTACH_LWP): Define to use the following lin-lwp.c functions...
1391 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
1392 lin_lwp_attach_lwp): Declare.
1393
1394 2001-02-20 Andrew Cagney <ac131313@redhat.com>
1395
1396 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
1397 formatting.
1398
1399 2001-02-20 Kevin Buettner <kevinb@redhat.com>
1400
1401 * solib-aix5.c (solib-svr4.h): Remove include.
1402 (solib_break_names): Delete names which aren't actually
1403 used by AIX5.
1404 (bkpt_names): Remove.
1405 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
1406 to STREQ() with equivalent calls to strcmp().
1407 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
1408 aix5_solib_create_inferior_hook): Revise comments.
1409 (enable_break): Remove old ``bkpt_names'' code.
1410
1411 2001-02-19 Andrew Cagney <ac131313@redhat.com>
1412
1413 * Makefile.in (SFILES): Add frame.c .
1414 (COMMON_OBS): Add frame.o .
1415 (frame.o): New target.
1416
1417 * frame.c (find_saved_register):
1418 (default_get_saved_register):
1419 (get_saved_register):
1420 (read_relative_register_raw_bytes_for_frame):
1421 (read_relative_register_raw_bytes): Moved to here.
1422 * regcache.c: From here.
1423
1424 2001-02-20 Kevin Buettner <kevinb@redhat.com>
1425
1426 * solib-aix5.c: New file.
1427
1428 2001-02-20 Martin M. Hunt <hunt@redhat.com>
1429
1430 * solib.c (info_sharedlibrary_command): Don't assume pointers
1431 are the same size of long, call longest_local_hex_string_custom().
1432
1433 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
1434 extract_signed_integer() should be called instead of
1435 extract_address().
1436
1437 2001-02-20 Martin M. Hunt <hunt@redhat.com>
1438
1439 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
1440
1441 2001-02-19 Andrew Cagney <ac131313@redhat.com>
1442
1443 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
1444 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
1445 then floating point registers are 8 bytes.
1446
1447 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1448
1449 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
1450 accomodate 64-bit addresses.
1451
1452 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1453
1454 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
1455 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
1456 lookup_symbol, when trying to find a symbol with a mangled name,
1457 to avoid infinite recursion.
1458
1459 2001-02-18 Andrew Cagney <ac131313@redhat.com>
1460
1461 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
1462
1463 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
1464
1465 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
1466 (save_prologue_cache): Ditto.
1467
1468 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1469
1470 From: innadadadavida@yahoo.com:
1471 * partial-stab.h (switch): Check that pst is not null
1472 before dereferencing it.
1473
1474 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1475
1476 From Andrew Cagney <cagney@b1.cygnus.com>:
1477 * symfile.c (add_symbol_file_command): Always initialize
1478 my_cleanup using a NULL cleanup.
1479
1480 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * demangle.c (demangling_style_names): New variable.
1483 (_initialize_demangler): Fill demangling_style_names with the
1484 names of known demangling styles from libiberty_demanglers[]. Use
1485 add_set_enum_cmd instead of add_set_cmd, to get completion on
1486 demangling style names.
1487
1488 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
1489 file-name completion.
1490
1491 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
1492
1493 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
1494 `solib-absolute-prefix'.
1495
1496 * tracepoint.c (_initialize_tracepoint): Ditto for
1497 `save-tracepoints'.
1498
1499 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
1500
1501 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
1502 file-name completion.
1503
1504 * infcmd.c (_initialize_infcmd): Make the following commands use
1505 the file-name completer: `tty', `args', `path', `paths', and
1506 `run'.
1507
1508 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
1509
1510 * go32-nat.c: Include i387-nat.h.
1511 (fetch_register): New function, uses some of the guts of
1512 go32_fetch_registers and calls i387_supply_register.
1513 (go32_fetch_registers): Most of the code moved into
1514 fetch_register. Use i387_supply_fsave.
1515 (store_register): Use i387_fill_fsave instead of custom code.
1516 (go32_store_registers): Use i387_fill_fsave.
1517
1518 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
1519
1520 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
1521
1522 * completer.c (gdb_completer_file_name_break_characters): Remove
1523 slash from file-name break characters.
1524 [__MSDOS__]: Special definition for DOS/Windows file names.
1525 (line_completion_function): When completing on file names, bump
1526 `p' to the first file-name constituent character of `word', before
1527 invoking the completer.
1528
1529 2001-02-17 Mark Kettenis <kettenis@gnu.org>
1530
1531 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
1532 consistently for parameter names. Fix comments accordingly.
1533 (i387_supply_register): New function.
1534 (i387_supply_fsave): Implement using i387_supply_register.
1535 * i387-nat.h: Use regnum instead of regno consistently for
1536 parameter names. Fix comments accordingly.
1537 (i387_supply_register): New prototype.
1538
1539 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1540
1541 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
1542 instead of TARGET_PTR_BIT (to support Harvard architectures).
1543
1544 2001-02-16 Andrew Cagney <ac131313@redhat.com>
1545
1546 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
1547 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
1548 argument to parameter list and to call in order to conform to
1549 to_xfer_memory field of struct target_ops.
1550
1551 2001-02-12 Michael Chastain <chastain@redhat.com>
1552
1553 * somsolib.c (som_solib_add_solib_objfile): Do not use
1554 section relocation feature of syms_from_objfile. Do my own
1555 section relocation, offsetting each section of the som by
1556 either text_addr - text_link_addr or data_start.
1557
1558 2001-02-16 Andrew Cagney <ac131313@redhat.com>
1559
1560 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
1561
1562 2001-02-16 Andrew Cagney <ac131313@redhat.com>
1563
1564 * MAINTAINERS (paper trail): Update.
1565
1566 2001-02-16 Mark Kettenis <kettenis@gnu.org>
1567
1568 * target.h (target_fetch_registers): Fix comment.
1569
1570 2001-02-15 Andrew Cagney <ac131313@redhat.com>
1571
1572 * f-exp.y: Include <ctype.h>.
1573 (parse_number): Ensure that ``i'' is always initialized.
1574
1575 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
1576
1577 * MAINTAINERS: Add myself to paper trail section.
1578
1579 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1580
1581 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
1582 * configure, config.in: Regenerate.
1583 * corelow.c: Include <sys/file.h> if present.
1584
1585 2001-02-14 Andrew Cagney <ac131313@redhat.com>
1586
1587 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
1588 declare when have SIGTTOU.
1589
1590 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
1591
1592 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
1593
1594 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
1595
1596 * MAINTAINERS: Update my email address.
1597
1598 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1599
1600 * NEWS: Document that "info symbol" works with COFF debug info and
1601 its variants.
1602
1603 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
1604 symbols whose SYMBOL_BFD_SECTION is NULL.
1605
1606 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1607
1608 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
1609 * xcoffsolib.c (xcoff_solib_address): Renamed from
1610 pc_load_segment_name. Return NULL if address is not in a shared
1611 library. Cleanup shared library name construction, using xasprintf.
1612 Format shared library member names consistent with format in exec.c.
1613 (solib_info): Format shared library member names consistent with
1614 format in exec.c.
1615 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
1616 using xcoff_solib_address for PC_SOLIB definition.
1617 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
1618 needed.
1619
1620 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1621
1622 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
1623 with xmalloc calls and cleanups.
1624
1625 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1626
1627 * rs6000-nat.c (child_xfer_memory): Add missing parameter
1628 'struct mem_attrib *' required by 2001-01-23 change.
1629
1630 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
1631
1632 Updates to "make TAGS":
1633 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
1634 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
1635 tahoe-tdep.c.
1636 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
1637
1638 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1639
1640 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
1641
1642 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
1643
1644 From Dean Luick <luick@cray.com>:
1645 * defs.h (continuation): Remove unused global variable.
1646
1647 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
1648
1649 * configure.tgt: Remove references to convex, pyramid, altos and
1650 tahoe.
1651 * configure.host: Ditto.
1652 * MAINTAINERS: Ditto.
1653 * NEWS: Update.
1654
1655 * tahoe-tdep.c: Delete obsolete file.
1656 * pyr-xdep.c: Ditto.
1657 * pyr-tdep.c: Ditto.
1658 * convex-tdep.c: Ditto.
1659 * convex-xdep.c: Ditto.
1660 * config/tahoe/xm-tahoe.h: Ditto.
1661 * config/tahoe/tm-tahoe.h: Ditto.
1662 * config/tahoe/tahoe.mt: Ditto.
1663 * config/tahoe/tahoe.mh: Ditto.
1664 * config/pyr/xm-pyr.h: Ditto.
1665 * config/pyr/tm-pyr.h: Ditto.
1666 * config/pyr/pyramid.mt: Ditto.
1667 * config/pyr/pyramid.mh: Ditto.
1668 * config/m68k/xm-altos.h: Ditto.
1669 * config/m68k/tm-altos.h: Ditto.
1670 * config/m68k/altos.mt: Ditto.
1671 * config/m68k/altos.mh: Ditto.
1672 * config/convex/xm-convex.h: Ditto.
1673 * config/convex/tm-convex.h: Ditto.
1674 * config/convex/convex.mt: Ditto.
1675 * config/convex/convex.mh: Ditto.
1676 * config/convex/Convex.notes: Ditto.
1677 * config/arm/xm-arm.h: Ditto.
1678 * config/arm/nm-arm.h: Ditto.
1679 * config/arm/arm.mt: Ditto.
1680 * config/arm/arm.mh: Ditto.
1681 * arm-convert.s: Ditto.
1682 * arm-xdep.c: Ditto.
1683 * altos-xdep.c: Ditto.
1684
1685 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
1686
1687 * defs.h (internal_error, internal_verror): Add __FILE__ and
1688 __LINE__ parameter.
1689 * utils.c (internal_error, internal_verror): Update.
1690
1691 * v850-tdep.c: Update calls to internal_error.
1692 * utils.c: Ditto.
1693 * ui-out.c: Ditto.
1694 * ui-file.c: Ditto.
1695 * target.h: Ditto.
1696 * symtab.h: Ditto.
1697 * symm-nat.c: Ditto.
1698 * sparc-tdep.c: Ditto.
1699 * source.c: Ditto.
1700 * serial.c: Ditto.
1701 * rs6000-tdep.c: Ditto.
1702 * rs6000-nat.c: Ditto.
1703 * remote.c: Ditto.
1704 * remote-vx.c: Ditto.
1705 * remote-sim.c: Ditto.
1706 * remote-mips.c: Ditto.
1707 * regcache.c: Ditto.
1708 * objfiles.h: Ditto.
1709 * objfiles.c: Ditto.
1710 * mn10300-tdep.c: Ditto.
1711 * mips-tdep.c: Ditto.
1712 * maint.c: Ditto.
1713 * m68k-tdep.c: Ditto.
1714 * m3-nat.c: Ditto.
1715 * language.c: Ditto.
1716 * infptrace.c: Ditto.
1717 * inferior.h: Ditto.
1718 * infcmd.c: Ditto.
1719 * ia64-tdep.c: Ditto.
1720 * i386-tdep.c: Ditto.
1721 * i386-linux-nat.c: Ditto.
1722 * hppah-nat.c: Ditto.
1723 * go32-nat.c: Ditto.
1724 * findvar.c: Ditto.
1725 * f-lang.c: Ditto.
1726 * elfread.c: Ditto.
1727 * event-loop.c: Ditto.
1728 * dwarf2read.c: Ditto.
1729 * dsrec.c: Ditto.
1730 * d30v-tdep.c: Ditto.
1731 * d10v-tdep.c: Ditto.
1732 * cli/cli-setshow.c: Ditto.
1733 * cli/cli-script.c: Ditto.
1734 * ch-exp.c: Ditto.
1735 * breakpoint.c: Ditto.
1736 * ax-gdb.c: Ditto.
1737 * arch-utils.c: Ditto.
1738 * a29k-tdep.c: Ditto.
1739 * gdb_assert.h: Ditto.
1740 * gdbarch.sh: Ditto.
1741 * gdbarch.h, gdbarch.c: Re-generate.
1742
1743 2001-02-07 Andrew Cagney <ac131313@redhat.com>
1744
1745 From Mark Kettenis <kettenis@gnu.org>:
1746 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
1747
1748 2001-02-07 Andrew Cagney <ac131313@redhat.com>
1749
1750 * remote-sim.c (dump_mem): Cleanup printf format argument.
1751 * MAINTAINERS: Update, mn10300-elf now builds.
1752
1753 2001-02-07 Mark Kettenis <kettenis@gnu.org>
1754
1755 * event-top.c: Remove duplicate #include <signal.h>.
1756
1757 2001-02-06 Andrew Cagney <ac131313@redhat.com>
1758
1759 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
1760 allocated buffer.
1761 (save_inferior_pid): Restore the PID from that tempoary
1762 buffer. Delete the buffer.
1763 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
1764
1765 2001-02-06 Andrew Cagney <ac131313@redhat.com>
1766
1767 * MAINTAINERS: Add ``The Obvious Fix Rule''.
1768
1769 2001-02-06 Andrew Cagney <ac131313@redhat.com>
1770
1771 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
1772
1773 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
1774
1775 * gdbarch.sh: Include "gdb_assert.h".
1776 (struct gdbarch): Change ``nr_data'' to unsigned.
1777 (alloc_gdbarch_data, free_gdbarch_data): New functions.
1778 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
1779 architecture vector.
1780 (struct gdbarch_data, struct gdbarch_data_registration): Move init
1781 method to gdbarch_data. Add free method, make index unsigned.
1782 (struct gdbarch_data_registry): Make nr unsigned.
1783 (register_gdbarch_data): Add free parameter. Store in
1784 gdbarch_data.
1785 (init_gdbarch_data): Use set_gdbarch_data.
1786 (set_gdbarch_data): New function.
1787
1788 * gdbarch.h, gdbarch.c: Re-generate.
1789
1790 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1791
1792 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
1793 fprintf_filtered with correct arguments.
1794
1795 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
1796 Submitted by Paul Hilfinger (hilfingr@gnat.com)
1797 and Andrei Petrov (and@genesyslab.com).
1798 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
1799 must be allocated dynamically, since these are no longer constants.
1800 * infcmd.c: Ditto.
1801 * regcache.c: Ditto.
1802 * remote.c: Ditto.
1803 * sol-thread.c: Ditto.
1804 * valops.c: Ditto.
1805 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
1806 work-around for a missing Sun header file in solaris for sparc64.
1807
1808 2001-02-04 Philip Blundell <philb@gnu.org>
1809
1810 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
1811 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
1812 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
1813 GET_THREAD_SIGNALS): Define.
1814 * arm-linux-nat.c (fill_gregset): Correct type of argument.
1815 (supply_gregset): Likewise.
1816 (fill_fpregset): Likewise.
1817 (supply_fpregset): Likewise.
1818
1819 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
1820
1821 * valops.c (value_cast): If casting a scalar to a pointer, do not
1822 issue a message about truncation unless it exceeds the length of
1823 an address, not the length of a pointer. This is because what the
1824 user gives us is an address, not a pointer, and we will ultimately
1825 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
1826 to a pointer. This allows things like "print *(int *)0x01000234"
1827 to work without generating a misleading message on a target having
1828 two byte pointers and four byte addresses.
1829
1830 2001-02-05 Christopher Faylor <cgf@cygnus.com>
1831
1832 * win32-nat.c: Change PTR to void * throughout.
1833
1834 2001-02-05 J.T. Conklin <jtc@redback.com>
1835
1836 * signals.h: Removed.
1837 * event-top.c (#include <signal.h>): Changed from signals.h.
1838 * inflow.c: Likewise.
1839 * mac-xdep.c: Likewise.
1840 * ser-pipe.c: Likewise.
1841 * ser-tcp.c: Likewise.
1842 * standalone.c: Likewise.
1843 * top.c: Likewise.
1844 * utils.c: Likewise.
1845 * Makefile.in: Removed signals.h from dependencies.
1846
1847 2001-02-05 Christopher Faylor <cgf@cygnus.com>
1848
1849 Change suggested by Dean Luick <luick@cray.com>
1850 * inferior.h (step_over_calls_kind): Remove trailing comma from
1851 last enum element.
1852 (step_over_calls): Declare as extern rather than global.
1853
1854 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1855
1856 * sh-tdep.c: Update copyright.
1857 (sh_extract_return_value): Rewrite.
1858 (sh3e_sh4_extract_return_value): New function.
1859 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
1860 version of the function for sh3e and sh4 CPUs.
1861
1862 2001-02-05 Michael Chastain <chastain@redhat.com>
1863
1864 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
1865 to conform with interface change.
1866
1867 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
1868
1869 * config/djgpp/fnchange.lst: Tweak to make consistent with the
1870 new files.
1871
1872 * config/djgpp/djconfig.sh: Use explicit absolute file name when
1873 invoking `find'.
1874
1875 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
1876 UART_FIFO_WORKS is defined. Otherwise use outportb.
1877 From Francisco Pastor <fpastor.etra-id@etra.es>
1878
1879 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
1880 with target.h's `to_xfer_memory' member.
1881
1882 2001-02-02 J.T. Conklin <jtc@redback.com>
1883
1884 * ppc-bdm.c (#include <signal.h>): Removed.
1885 * remote-array.c: Likewise.
1886 * remote-bug.c: Likewise.
1887 * remote-e7000.c: Likewise.
1888 * remote-mips.c: Likewise.
1889 * remote-os9k.c: Likewise.
1890 * remote-st.c: Likewise.
1891 * remote-udi.c: Likewise.
1892 * remote-vx29k.c: Likewise.
1893 * remote-vx68.c: Likewise.
1894 * remote-vx960.c: Likewise.
1895 * remote-vxmips.c: Likewise.
1896 * remote-vxsparc.c: Likewise.
1897
1898 2001-02-02 John Moore <jmoore@redhat.com>
1899
1900 * remote-utils.h (sr_set_device): Changed free() to xfree() where
1901 appropriate. Also changed Copyright to include 2001.
1902 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
1903 * value.h (value_free): Likewise.
1904 * gdbarch.sh (gdbarch_free): Likewise.
1905 * gdbarch.c, gdbarch.h: Regenerated.
1906
1907 2001-02-02 John Moore <jmoore@redhat.com>
1908
1909 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
1910 xfree(). Also changed Copyright to include 2001.
1911
1912 2001-02-02 J.T. Conklin <jtc@redback.com>
1913
1914 * monitor.c (#include "gdb_wait.h"): Removed.
1915 * ocd.c: Likewise.
1916 * ppc-bdm.c: Likewise.
1917 * remote-adapt.c: Likewise.
1918 * remote-array.c: Likewise.
1919 * remote-bug.c: Likewise.
1920 * remote-e7000.c: Likewise.
1921 * remote-eb.c: Likewise.
1922 * remote-es.c: Likewise.
1923 * remote-mips.c: Likewise.
1924 * remote-mm.c: Likewise.
1925 * remote-nindy.c: Likewise.
1926 * remote-os9k.c: Likewise.
1927 * remote-rdi.c: Likewise.
1928 * remote-rdp.c: Likewise.
1929 * remote-sds.c: Likewise.
1930 * remote-sim.c: Likewise.
1931 * remote-st.c: Likewise.
1932 * remote-udi.c: Likewise.
1933 * remote-vx.c: Likewise.
1934 * remote-vx29k.c: Likewise.
1935 * remote-vx68.c: Likewise.
1936 * remote-vx960.c: Likewise.
1937 * remote-vxmips.c: Likewise.
1938 * remote-vxsparc.c: Likewise.
1939 * remote.c: Likewise.
1940 * ser-pipe.c: Likewise.
1941 * ser-unix.c: Likewise.
1942 * Makefile.in: Updated dependencies.
1943
1944 2001-01-31 David Smith <dsmith@redhat.com>
1945
1946 * event-loop.c: Change inclusion of string.h to gdb_string.h and
1947 updated the copyright notice.
1948 * ser-pipe.c: Ditto.
1949 * mi/mi-cmds.c: Ditto.
1950 * mi/mi-console.c: Ditto.
1951 * mi/mi-getopt.c: Ditto.
1952 * mi/mi-parse.c: Ditto.
1953
1954 2001-01-31 David Smith <dsmith@redhat.com>
1955
1956 * MAINTAINERS: Add David Smith to Write After Approval list.
1957
1958 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
1959
1960 * cli/cli-utils.c (putchar_filtered): Move function from here.
1961 * utils.c (putchar_filtered): To here.
1962 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
1963 * defs.h (putchar_filtered): To here.
1964
1965 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
1966
1967 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
1968 AC_FUNC_VFORK macro.
1969 * config.in, configure: Re-generate.
1970
1971 * gdb_vfork.h: New file.
1972 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
1973 * fork-child.c (fork_inferior): Ditto.
1974
1975 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
1976
1977 * defs.h (strsave): Delete declaration.
1978 * utils.c (strsave): Delete definition.
1979 * TODO (strsave): Update
1980
1981 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
1982 * sparcl-tdep.c (sparclite_open): Ditto.
1983 * mips-tdep.c (mips_set_processor_type_command): Ditto.
1984 (_initialize_mips_tdep): Ditto.
1985 * solib.c (solib_open): Ditto.
1986 * symfile.c (add_filename_language): Ditto.
1987 (set_ext_lang_command): Ditto.
1988 * source.c (init_source_path): Ditto.
1989 (mod_path): Ditto.
1990 * sh3-rom.c (sh3_open): Ditto.
1991 (sh3e_open): Ditto.
1992 * serial.c (serial_open): Ditto.
1993 * remote-mips.c (common_open): Ditto.
1994 * monitor.c (monitor_open): Ditto.
1995 * m32r-rom.c (m32r_upload_command): Ditto.
1996 * infcmd.c (path_command): Ditto.
1997 * f-exp.y (parse_number): Ditto.
1998 * breakpoint.c (create_longjmp_breakpoint): Ditto.
1999 (create_thread_event_breakpoint): Ditto.
2000 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
2001 (_initialize_arc_tdep): Ditto.
2002
2003 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
2004
2005 * cli/cli-script.c (define_command): Check for a bad hook value in
2006 switch statement.
2007
2008 2001-01-30 J.T. Conklin <jtc@redback.com>
2009
2010 * configure/sh/embed.mt: New file.
2011 * configure/sh/linux.mt: New file.
2012 * configure/sh/sh.mt: Removed.
2013 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
2014 (sh-*-*): Removed.
2015
2016 2001-01-29 Michael Chastain <chastain@redhat.com>
2017
2018 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
2019 symbol comparisons in binary search.
2020
2021 2001-01-27 Christopher Faylor <cgf@cygnus.com>
2022
2023 * win32-nat.c (child_xfer_memory): Add missing argument required by
2024 2001-01-23 change.
2025
2026 2001-01-27 Mark Kettenis <kettenis@gnu.org>
2027
2028 * ui-out.c (do_list_end): New function.
2029 (make_cleanup_ui_out_list_end): New function.
2030 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
2031 * stack.c (print_frame) [UI_OUT]: Call
2032 make_cleanup_ui_out_list_end to make sure we mark the end of the
2033 list if we do a non-local exit. At the end of the function,
2034 instead of calling ui_out_list_end directly, let do_cleanups
2035 handle it.
2036
2037 2001-01-26 Fernando Nasser <fnasser@redhat.com>
2038
2039 Fix double parsing of filenames passed as command line arguments
2040 to GDB (causes weird handling of escape characters).
2041 Also, remove dependencies on the CLI from libgdb.
2042 * call-cmds.h: Remove declaration of exec_file_command().
2043 * gdbcore.h: Remove declaration of exec_file_command().
2044 Add declarations for exec_open() and exec_file_clear().
2045 * symfile.h: Add declarations for symbol_file_add_main() and
2046 symbol_file_clear().
2047 * exec.c (exec_open): New function. Implements to_open for exec
2048 targets.
2049 (exec_file_clear): New function. Makes GDB forget about a previously
2050 specified executable file.
2051 (exec_file_attach): Move parsing of arguments from here ...
2052 (exec_file_command): ... to here.
2053 (init_exec_ops): Use exec_open(), not exec_file_command() to
2054 implement to_open for exec targets.
2055 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
2056 with default values. Used when the file name has already been parsed.
2057 (symbol_file_clear): New function. Makes GDB forget about previously
2058 read symbols.
2059 (symbol_file_command): Call the above function instead of inline code.
2060 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
2061 "call-cmds.h".
2062 (captured_main): Call exec_file_attach() and symbol_file_add_main()
2063 instead of exec_file_command() and symbol_file_command().
2064 (captured_main): Add comment.
2065 * corefile.c: Include "symfile.h".
2066 (core_file_command): Call symbol_file_add_main() instead of
2067 symbol_file_command().
2068 (reopen_exec_file): Call exec_open() instead of exec_file_command().
2069 * infcmd.c: Include "symfile.h".
2070 (attach_command): Call symbol_file_add_main() instead of
2071 symbol_file_command().
2072 * infrun.c: Remove comment about the inclusion of "symfile.h",
2073 not any longer appropriate.
2074 (follow_exec): Call symbol_file_add_main() instead of
2075 symbol_file_command().
2076 * remote-es.c: Include "symfile.h".
2077 (es1800_load): Call symbol_file_add_main() instead of
2078 symbol_file_command().
2079 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
2080 not any longer appropriate.
2081 (vx-wait): Call symbol_file_add_main() instead of
2082 symbol_file_command().
2083 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
2084 instead of symbol_file_command().
2085 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
2086 symbol_file_add_main() instead of exec_file_command() and
2087 symbol_file_command().
2088 * Makefile.in: Update dependencies.
2089
2090 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
2091
2092 * remote-udi.c (udi_open): Change strdup to xstrdup.
2093 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
2094 Update copyright message.
2095 * varobj.c (delete_variable_1): Likewise.
2096
2097 * gdb_string.h: Remove declaration of strdup. Update copyright
2098 message.
2099 * config/xm-mpw.h: Likewise.
2100 * config/i386/xm-i386mach.h: Likewise.
2101 * config/m68k/xm-apollo68b.h: Likewise.
2102 * config/m68k/xm-hp300bsd.h: Likewise.
2103 * config/rs6000/xm-rs6000.h: Likewise.
2104 * config/vax/xm-vaxult.h: Remove declaration of strdup.
2105 * config/vax/xm-vaxult2.h: Likewise.
2106
2107 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
2108
2109 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
2110
2111 2001-01-25 J.T. Conklin <jtc@redback.com>
2112
2113 * target.c (target_xfer_memory_partial): Return -1 on failure due
2114 to invalid access mode attribute.
2115
2116 2001-01-25 Christopher Faylor <cgf@cygnus.com>
2117
2118 * win32-nat.c (_initialize_core_win32): Prototype correctly.
2119
2120 2001-01-25 Mark Kettenis <kettenis@gnu.org>
2121
2122 * config/alpha/tm-fbsd.h: Update copyright.
2123 (USE_STRUCT_CONVENTION): Define in terms of
2124 alphabsd_use_struct_convention.
2125 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
2126 * alphafbsd-tdep.c: New file.
2127
2128 2001-01-24 Fernando Nasser <fnasser@redhat.com>
2129
2130 * top.c (print_gdb_version): Update Copyright year.
2131
2132 2001-01-24 J.T. Conklin <jtc@redback.com>
2133
2134 * dcache.c (dcache_write_line): Fix typo.
2135
2136 * memattr.c (delete_mem_region): Replace free() with xfree().
2137 (mem_number): Add explicit type.
2138
2139 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
2140 (rw_common): Likewise.
2141
2142 2001-01-24 Fernando Nasser <fnasser@redhat.com>
2143
2144 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
2145 for the inferior program arguments.
2146 (run_command, run_no_args_command, init_infcmd)): Use accessor
2147 functions to set the inferior program arguments.
2148 * inferior.h: Add definitions to the accessor functions above.
2149
2150 2001-01-23 Jim Blandy <jimb@redhat.com>
2151
2152 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
2153 Implement these correctly, using make_cv_type.
2154
2155 2001-01-23 J.T. Conklin <jtc@redback.com>
2156
2157 * exec.c (xfer_memory): Add attrib argument.
2158 * infptrace.c (child_xfer_memory): Likewise.
2159 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
2160 * monitor.c (monitor_xfer_memory): Likewise.
2161 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
2162 * remote-array.c (array_xfer_memory): Likewise.
2163 * remote-bug.c (bug_xfer_memory): Likewise.
2164 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
2165 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
2166 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
2167 * remote-mips.c (mips_xfer_memory): Likewise.
2168 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
2169 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
2170 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
2171 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
2172 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
2173 * remote-sds.c (sds_xfer_memory): Likewise.
2174 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
2175 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
2176 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
2177 * remote-vx.c (vx_xfer_memory): Likewise.
2178 * remote.c (remote_xfer_memory): Likewise.
2179 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
2180 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
2181 * thread-db.c (thread_db_xfer_memory): Likewise.
2182
2183 * target.h (#include "memattr.h"): Added.
2184 (target_ops.to_xfer_memory): Add attrib argument.
2185
2186 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
2187 * dcache.h (set_dcache_state): Removed declaration.
2188 * dcache.c (set_dcache_state): Removed definition
2189
2190 * dcache.c: Update module comment, as dcache is now enabled and
2191 disabled with memory region attributes instead of by the global
2192 variable "remotecache". Add comment describing the interaction
2193 between dcache and memory region attributes.
2194 (dcache_xfer_memory): Add comment describing benefits of moving
2195 cache writeback to a higher level.
2196 (dcache_struct): Removed cache_has_stuff field. This was used to
2197 record whether the cache had been accessed in order to invalidate
2198 it when it was disabled. However, this is not needed because the
2199 cache is write through and the code that enables, disables, and
2200 deletes memory regions invalidate the cache. Add comment which
2201 suggests that we could be more selective and only invalidate those
2202 cache lines containing data from those memory regions.
2203 (dcache_invalidate): Updated.
2204 (dcache_xfer_memory): Updated.
2205
2206 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
2207 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
2208 perform a uncached transfer if dcache_enabled_p was clear. This
2209 function is now only called if caching is enabled for the memory
2210 region.
2211 (dcache_info): Always print cache info.
2212
2213 * target.c (do_xfer_memory): Add attrib argument.
2214 (target_xfer_memory, target_xfer_memory_partial): Break transfer
2215 into chunks defined by memory regions, pass region attributes to
2216 do_xfer_memory().
2217 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
2218
2219 * Makefile.in (SFILES): Add memattr.c.
2220 (COMMON_OBS): Add memattr.o.
2221 (dcache.o): Add target.h to dependencies.
2222 * memattr.c: New file.
2223 * memattr.h: Likewise.
2224
2225 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
2226 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
2227 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
2228 * gdbserver/low-sim.c (#include "defs.h"): Removed.
2229 (mygeneric_load): Rename from generic_load.
2230
2231 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
2232 (#include "defs.h"): Removed.
2233 (inferior_pid, perror_with_name): Remove declarations.
2234 * gdbserver/low-linux.c: Likewise.
2235 * gdbserver/low-nbsd.c: Likewise.
2236 * gdbserver/low-sparc.c: Likewise.
2237 * gdbserver/low-sun3.c: Likewise.
2238
2239 * i386-stub.c: Re-indent.
2240 * m68k-stub.c: Re-indent.
2241
2242 2001-01-22 Nicholas Duffek <nsd@redhat.com>
2243
2244 * gdbarch.sh (PARM_BOUNDARY): Define.
2245 * gdbarch.c: Regenerate.
2246 * gdbarch.h: Regenerate.
2247
2248 2001-01-22 J.T. Conklin <jtc@redback.com>
2249
2250 * ns32k-tdep.c: #include "frame.h"
2251 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
2252 appears to have been inadvertantly removed sometime in May 1999.
2253
2254 * Revert 2000-11-09 changes where shared library objects were
2255 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
2256 we'd like to be able to debug dynamically linked executables,
2257 this makes it impossible to build a cross debugger on a many
2258 hosts.
2259
2260 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
2261 * config/i386/nbsdelf.mt: Likewise.
2262 * config/m68k/nbsd.mt: Likewise.
2263 * config/ns32k/nbsd.mt: Likewise.
2264 * config/powerpc/nbsd.mt: Likewise.
2265 * config/sparc/nbsd.mt: Likewise.
2266 * config/sparc/nbsdelf.mt: Likewise.
2267 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
2268 * config/i386/nbsdelf.mh: Likewise.
2269 * config/m68k/nbsd.mh: Likewise.
2270 * config/ns32k/nbsd.mh: Likewise.
2271 * config/powerpc/nbsd.mh: Likewise.
2272 * config/sparc/nbsd.mh: Likewise.
2273
2274 2001-01-19 Jason Merrill <jason@redhat.com>
2275
2276 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
2277 (process_one_symbol): Likewise.
2278 * dwarfread.c (handle_producer): Likewise.
2279
2280 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
2281
2282 * configure.in (build_warnings): Disable -Wuninitialized until GDB
2283 compiles with -Wuninitialized,-Werror.
2284 * configure: Regenerate.
2285
2286 * MAINTAINERS: Add list of buildable targets.
2287
2288 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
2289
2290 * defs.h (STRCMP): Delete macro.
2291
2292 * objfiles.c (objfile_relocate): Replace STRCMP with call to
2293 strcmp.
2294 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
2295 * symfile.c (compare_symbols): Ditto.
2296 * standalone.c (open): Ditto.
2297 * remote-es.c (verify_break): Ditto.
2298 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
2299
2300 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
2301
2302 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
2303
2304 * varobj.c (FREEIF): Delete macro.
2305 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
2306 call.
2307
2308 2001-01-18 Nick Clifton <nickc@redhat.com>
2309
2310 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
2311 (arc_print_insn): No bfd available, so pass NULL to
2312 arc_get_disassembler.
2313
2314 2001-01-09 James Ingham <jingham@inghji.apple.com>
2315
2316 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
2317 a mangled symbol rather than recursing into lookup_symbol, since
2318 this will just re-unmangle the name & call lookup_symbol_aux -
2319 leading to an infinite recursion.
2320
2321 2001-01-18 Mark Kettenis <kettenis@gnu.org>
2322
2323 * infcmd.c (print_return_value): Restore another space lost by
2324 switch to UIOUT. ``$NN='' should be ``$NN =''.
2325
2326 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
2327
2328 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
2329 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
2330 definition in parenthesis.
2331
2332 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
2333
2334 From 2000-10-27 Mark Salter <msalter@redhat.com>:
2335 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
2336 packet.
2337 (remote_insert_hw_breakpoint): Ditto.
2338
2339 2001-01-17 J.T. Conklin <jtc@redback.com>
2340
2341 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
2342 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
2343 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
2344 * m68knbsd-tdep.c: New file.
2345
2346 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
2347
2348 * m68knbsd-nat.c: #include gdbcore.h.
2349
2350 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
2351
2352 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
2353
2354 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
2355
2356 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
2357 goes away -- just return false (ie. not stopped by watchpoint).
2358 * source.c (openp): Fix typo in comment.
2359
2360 2001-01-12 Nicholas Duffek <nsd@redhat.com>
2361
2362 * blockframe.c (generic_get_saved_register): Spelling fix.
2363 * frame.h (FRAME_FP): Spelling fix.
2364
2365 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
2366
2367 * infcmd.c (print_return_value): Restore space lost by switch to
2368 UIOUT. ``$NN='' should be ``$NN =''.
2369
2370 2001-01-08 Nicholas Duffek <nsd@redhat.com>
2371
2372 * regcache.c (set_register_cached, register_buffer,
2373 real_register, pseudo_register fetch_register, store_register):
2374 New functions.
2375 (register_changed, read_relative_register_raw_bytes_for_frame,
2376 registers_changed, registers_fetched, read_register_bytes,
2377 read_register_gen, write_register_gen, read_register,
2378 read_signed_register, write_register, supply_register): Replace
2379 register_valid[] with register_cached() and
2380 set_register_cached().
2381 (read_register_bytes, read_register_gen, write_register_gen,
2382 read_register, read_signed_register, write_register,
2383 supply_register): Replace registers[] with register_buffer().
2384 (read_register_bytes, read_register_gen, read_register,
2385 read_signed_register): Call fetch_register().
2386 (write_register_gen, write_register): Call real_register() and
2387 store_register().
2388 (write_register_bytes): Call store_register().
2389 * value.h (set_register_cached, register_buffer): Prototype.
2390 * remote.c (remote_fetch_registers): Allocate regs[] with a
2391 run-time size. Replace register_valid[] with
2392 set_register_cached().
2393 (store_register_using_P, remote_store_registers): Replace
2394 registers[] with register_buffer().
2395
2396 2001-01-08 Nicholas Duffek <nsd@redhat.com>
2397
2398 * regcache.c: Change "write-back" comment to "write-through".
2399 Change "regno" to "regnum".
2400 (read_register, read_signed_register): Remove "raw" from return
2401 value description.
2402 (supply_register): Spelling fix.
2403 * value.h: Change "regno" to "regnum".
2404
2405 2001-01-08 Fernando Nasser <fnasser@redhat.com>
2406
2407 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
2408 to be installed.
2409
2410 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2411
2412 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
2413
2414 2001-01-04 Nicholas Duffek <nsd@redhat.com>
2415
2416 * valops.c (VALUE_SUBSTRING_START): Delete.
2417
2418 2001-01-04 Nicholas Duffek <nsd@redhat.com>
2419
2420 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
2421 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
2422 (cli_utils_h): New variable.
2423 (cli/cli-utils.o): New rule.
2424 * cli/cli-utils.c: New file.
2425 * cli/cli-utils.h: New file.
2426
2427 2001-01-04 Nicholas Duffek <nsd@redhat.com>
2428
2429 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
2430 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
2431
2432 2001-01-03 J.T. Conklin <jtc@redback.com>
2433
2434 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
2435 comment.
2436
2437 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
2438
2439 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
2440 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
2441 non-float types.
2442 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
2443 Update copyright notice.
2444
2445 For older changes see ChangeLog-2000
2446 \f
2447 Local Variables:
2448 mode: change-log
2449 left-margin: 8
2450 fill-column: 74
2451 version-control: never
2452 End: