]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
* valops.c (value_cast): If casting a scalar to a pointer, do not
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
2
3 * valops.c (value_cast): If casting a scalar to a pointer, do not
4 issue a message about truncation unless it exceeds the length of
5 an address, not the length of a pointer. This is because what the
6 user gives us is an address, not a pointer, and we will ultimately
7 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
8 to a pointer. This allows things like "print *(int *)0x01000234"
9 to work without generating a misleading message on a target having
10 two byte pointers and four byte addresses.
11
12 2001-02-05 Christopher Faylor <cgf@cygnus.com>
13
14 * win32-nat.c: Change PTR to void * throughout.
15
16 2001-02-05 J.T. Conklin <jtc@redback.com>
17
18 * signals.h: Removed.
19 * event-top.c (#include <signal.h>): Changed from signals.h.
20 * inflow.c: Likewise.
21 * mac-xdep.c: Likewise.
22 * ser-pipe.c: Likewise.
23 * ser-tcp.c: Likewise.
24 * standalone.c: Likewise.
25 * top.c: Likewise.
26 * utils.c: Likewise.
27 * Makefile.in: Removed signals.h from dependencies.
28
29 2001-02-05 Christopher Faylor <cgf@cygnus.com>
30
31 Change suggested by Dean Luick <luick@cray.com>
32 * inferior.h (step_over_calls_kind): Remove trailing comma from
33 last enum element.
34 (step_over_calls): Declare as extern rather than global.
35
36 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
37
38 * sh-tdep.c: Update copyright.
39 (sh_extract_return_value): Rewrite.
40 (sh3e_sh4_extract_return_value): New function.
41 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
42 version of the function for sh3e and sh4 CPUs.
43
44 2001-02-05 Michael Chastain <chastain@redhat.com>
45
46 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
47 to conform with interface change.
48
49 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
50
51 * config/djgpp/fnchange.lst: Tweak to make consistent with the
52 new files.
53
54 * config/djgpp/djconfig.sh: Use explicit absolute file name when
55 invoking `find'.
56
57 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
58 UART_FIFO_WORKS is defined. Otherwise use outportb.
59 From Francisco Pastor <fpastor.etra-id@etra.es>
60
61 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
62 with target.h's `to_xfer_memory' member.
63
64 2001-02-02 J.T. Conklin <jtc@redback.com>
65
66 * ppc-bdm.c (#include <signal.h>): Removed.
67 * remote-array.c: Likewise.
68 * remote-bug.c: Likewise.
69 * remote-e7000.c: Likewise.
70 * remote-mips.c: Likewise.
71 * remote-os9k.c: Likewise.
72 * remote-st.c: Likewise.
73 * remote-udi.c: Likewise.
74 * remote-vx29k.c: Likewise.
75 * remote-vx68.c: Likewise.
76 * remote-vx960.c: Likewise.
77 * remote-vxmips.c: Likewise.
78 * remote-vxsparc.c: Likewise.
79
80 2001-02-02 John Moore <jmoore@redhat.com>
81
82 * remote-utils.h (sr_set_device): Changed free() to xfree() where
83 appropriate. Also changed Copyright to include 2001.
84 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
85 * value.h (value_free): Likewise.
86 * gdbarch.sh (gdbarch_free): Likewise.
87 * gdbarch.c, gdbarch.h: Regenerated.
88
89 2001-02-02 John Moore <jmoore@redhat.com>
90
91 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
92 xfree(). Also changed Copyright to include 2001.
93
94 2001-02-02 J.T. Conklin <jtc@redback.com>
95
96 * monitor.c (#include "gdb_wait.h"): Removed.
97 * ocd.c: Likewise.
98 * ppc-bdm.c: Likewise.
99 * remote-adapt.c: Likewise.
100 * remote-array.c: Likewise.
101 * remote-bug.c: Likewise.
102 * remote-e7000.c: Likewise.
103 * remote-eb.c: Likewise.
104 * remote-es.c: Likewise.
105 * remote-mips.c: Likewise.
106 * remote-mm.c: Likewise.
107 * remote-nindy.c: Likewise.
108 * remote-os9k.c: Likewise.
109 * remote-rdi.c: Likewise.
110 * remote-rdp.c: Likewise.
111 * remote-sds.c: Likewise.
112 * remote-sim.c: Likewise.
113 * remote-st.c: Likewise.
114 * remote-udi.c: Likewise.
115 * remote-vx.c: Likewise.
116 * remote-vx29k.c: Likewise.
117 * remote-vx68.c: Likewise.
118 * remote-vx960.c: Likewise.
119 * remote-vxmips.c: Likewise.
120 * remote-vxsparc.c: Likewise.
121 * remote.c: Likewise.
122 * ser-pipe.c: Likewise.
123 * ser-unix.c: Likewise.
124 * Makefile.in: Updated dependencies.
125
126 2001-01-31 David Smith <dsmith@redhat.com>
127
128 * event-loop.c: Change inclusion of string.h to gdb_string.h and
129 updated the copyright notice.
130 * ser-pipe.c: Ditto.
131 * mi/mi-cmds.c: Ditto.
132 * mi/mi-console.c: Ditto.
133 * mi/mi-getopt.c: Ditto.
134 * mi/mi-parse.c: Ditto.
135
136 2001-01-31 David Smith <dsmith@redhat.com>
137
138 * MAINTAINERS: Add David Smith to Write After Approval list.
139
140 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
141
142 * cli/cli-utils.c (putchar_filtered): Move function from here.
143 * utils.c (putchar_filtered): To here.
144 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
145 * defs.h (putchar_filtered): To here.
146
147 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
148
149 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
150 AC_FUNC_VFORK macro.
151 * config.in, configure: Re-generate.
152
153 * gdb_vfork.h: New file.
154 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
155 * fork-child.c (fork_inferior): Ditto.
156
157 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
158
159 * defs.h (strsave): Delete declaration.
160 * utils.c (strsave): Delete definition.
161 * TODO (strsave): Update
162
163 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
164 * sparcl-tdep.c (sparclite_open): Ditto.
165 * mips-tdep.c (mips_set_processor_type_command): Ditto.
166 (_initialize_mips_tdep): Ditto.
167 * solib.c (solib_open): Ditto.
168 * symfile.c (add_filename_language): Ditto.
169 (set_ext_lang_command): Ditto.
170 * source.c (init_source_path): Ditto.
171 (mod_path): Ditto.
172 * sh3-rom.c (sh3_open): Ditto.
173 (sh3e_open): Ditto.
174 * serial.c (serial_open): Ditto.
175 * remote-mips.c (common_open): Ditto.
176 * monitor.c (monitor_open): Ditto.
177 * m32r-rom.c (m32r_upload_command): Ditto.
178 * infcmd.c (path_command): Ditto.
179 * f-exp.y (parse_number): Ditto.
180 * breakpoint.c (create_longjmp_breakpoint): Ditto.
181 (create_thread_event_breakpoint): Ditto.
182 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
183 (_initialize_arc_tdep): Ditto.
184
185 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
186
187 * cli/cli-script.c (define_command): Check for a bad hook value in
188 switch statement.
189
190 2001-01-30 J.T. Conklin <jtc@redback.com>
191
192 * configure/sh/embed.mt: New file.
193 * configure/sh/linux.mt: New file.
194 * configure/sh/sh.mt: Removed.
195 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
196 (sh-*-*): Removed.
197
198 2001-01-29 Michael Chastain <chastain@redhat.com>
199
200 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
201 symbol comparisons in binary search.
202
203 2000-01-27 Christopher Faylor <cgf@cygnus.com>
204
205 * win32-nat.c (child_xfer_memory): Add missing argument required by
206 2001-01-23 change.
207
208 2001-01-27 Mark Kettenis <kettenis@gnu.org>
209
210 * ui-out.c (do_list_end): New function.
211 (make_cleanup_ui_out_list_end): New function.
212 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
213 * stack.c (print_frame) [UI_OUT]: Call
214 make_cleanup_ui_out_list_end to make sure we mark the end of the
215 list if we do a non-local exit. At the end of the function,
216 instead of calling ui_out_list_end directly, let do_cleanups
217 handle it.
218
219 2001-01-26 Fernando Nasser <fnasser@redhat.com>
220
221 Fix double parsing of filenames passed as command line arguments
222 to GDB (causes weird handling of escape characters).
223 Also, remove dependencies on the CLI from libgdb.
224 * call-cmds.h: Remove declaration of exec_file_command().
225 * gdbcore.h: Remove declaration of exec_file_command().
226 Add declarations for exec_open() and exec_file_clear().
227 * symfile.h: Add declarations for symbol_file_add_main() and
228 symbol_file_clear().
229 * exec.c (exec_open): New function. Implements to_open for exec
230 targets.
231 (exec_file_clear): New function. Makes GDB forget about a previously
232 specified executable file.
233 (exec_file_attach): Move parsing of arguments from here ...
234 (exec_file_command): ... to here.
235 (init_exec_ops): Use exec_open(), not exec_file_command() to
236 implement to_open for exec targets.
237 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
238 with default values. Used when the file name has already been parsed.
239 (symbol_file_clear): New function. Makes GDB forget about previously
240 read symbols.
241 (symbol_file_command): Call the above function instead of inline code.
242 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
243 "call-cmds.h".
244 (captured_main): Call exec_file_attach() and symbol_file_add_main()
245 instead of exec_file_command() and symbol_file_command().
246 (captured_main): Add comment.
247 * corefile.c: Include "symfile.h".
248 (core_file_command): Call symbol_file_add_main() instead of
249 symbol_file_command().
250 (reopen_exec_file): Call exec_open() instead of exec_file_command().
251 * infcmd.c: Include "symfile.h".
252 (attach_command): Call symbol_file_add_main() instead of
253 symbol_file_command().
254 * infrun.c: Remove comment about the inclusion of "symfile.h",
255 not any longer appropriate.
256 (follow_exec): Call symbol_file_add_main() instead of
257 symbol_file_command().
258 * remote-es.c: Include "symfile.h".
259 (es1800_load): Call symbol_file_add_main() instead of
260 symbol_file_command().
261 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
262 not any longer appropriate.
263 (vx-wait): Call symbol_file_add_main() instead of
264 symbol_file_command().
265 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
266 instead of symbol_file_command().
267 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
268 symbol_file_add_main() instead of exec_file_command() and
269 symbol_file_command().
270 * Makefile.in: Update dependencies.
271
272 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
273
274 * remote-udi.c (udi_open): Change strdup to xstrdup.
275 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
276 Update copyright message.
277 * varobj.c (delete_variable_1): Likewise.
278
279 * gdb_string.h: Remove declaration of strdup. Update copyright
280 message.
281 * config/xm-mpw.h: Likewise.
282 * config/i386/xm-i386mach.h: Likewise.
283 * config/m68k/xm-apollo68b.h: Likewise.
284 * config/m68k/xm-hp300bsd.h: Likewise.
285 * config/rs6000/xm-rs6000.h: Likewise.
286 * config/vax/xm-vaxult.h: Remove declaration of strdup.
287 * config/vax/xm-vaxult2.h: Likewise.
288
289 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
290
291 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
292
293 2001-01-25 J.T. Conklin <jtc@redback.com>
294
295 * target.c (target_xfer_memory_partial): Return -1 on failure due
296 to invalid access mode attribute.
297
298 2001-01-25 Christopher Faylor <cgf@cygnus.com>
299
300 * win32-nat.c (_initialize_core_win32): Prototype correctly.
301
302 2001-01-25 Mark Kettenis <kettenis@gnu.org>
303
304 * config/alpha/tm-fbsd.h: Update copyright.
305 (USE_STRUCT_CONVENTION): Define in terms of
306 alphabsd_use_struct_convention.
307 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
308 * alphafbsd-tdep.c: New file.
309
310 2001-01-24 Fernando Nasser <fnasser@redhat.com>
311
312 * top.c (print_gdb_version): Update Copyright year.
313
314 2001-01-24 J.T. Conklin <jtc@redback.com>
315
316 * dcache.c (dcache_write_line): Fix typo.
317
318 * memattr.c (delete_mem_region): Replace free() with xfree().
319 (mem_number): Add explicit type.
320
321 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
322 (rw_common): Likewise.
323
324 2001-01-24 Fernando Nasser <fnasser@redhat.com>
325
326 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
327 for the inferior program arguments.
328 (run_command, run_no_args_command, init_infcmd)): Use accessor
329 functions to set the inferior program arguments.
330 * inferior.h: Add definitions to the accessor functions above.
331
332 2001-01-23 Jim Blandy <jimb@redhat.com>
333
334 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
335 Implement these correctly, using make_cv_type.
336
337 2001-01-23 J.T. Conklin <jtc@redback.com>
338
339 * exec.c (xfer_memory): Add attrib argument.
340 * infptrace.c (child_xfer_memory): Likewise.
341 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
342 * monitor.c (monitor_xfer_memory): Likewise.
343 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
344 * remote-array.c (array_xfer_memory): Likewise.
345 * remote-bug.c (bug_xfer_memory): Likewise.
346 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
347 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
348 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
349 * remote-mips.c (mips_xfer_memory): Likewise.
350 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
351 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
352 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
353 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
354 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
355 * remote-sds.c (sds_xfer_memory): Likewise.
356 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
357 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
358 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
359 * remote-vx.c (vx_xfer_memory): Likewise.
360 * remote.c (remote_xfer_memory): Likewise.
361 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
362 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
363 * thread-db.c (thread_db_xfer_memory): Likewise.
364
365 * target.h (#include "memattr.h"): Added.
366 (target_ops.to_xfer_memory): Add attrib argument.
367
368 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
369 * dcache.h (set_dcache_state): Removed declaration.
370 * dcache.c (set_dcache_state): Removed definition
371
372 * dcache.c: Update module comment, as dcache is now enabled and
373 disabled with memory region attributes instead of by the global
374 variable "remotecache". Add comment describing the interaction
375 between dcache and memory region attributes.
376 (dcache_xfer_memory): Add comment describing benefits of moving
377 cache writeback to a higher level.
378 (dcache_struct): Removed cache_has_stuff field. This was used to
379 record whether the cache had been accessed in order to invalidate
380 it when it was disabled. However, this is not needed because the
381 cache is write through and the code that enables, disables, and
382 deletes memory regions invalidate the cache. Add comment which
383 suggests that we could be more selective and only invalidate those
384 cache lines containing data from those memory regions.
385 (dcache_invalidate): Updated.
386 (dcache_xfer_memory): Updated.
387
388 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
389 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
390 perform a uncached transfer if dcache_enabled_p was clear. This
391 function is now only called if caching is enabled for the memory
392 region.
393 (dcache_info): Always print cache info.
394
395 * target.c (do_xfer_memory): Add attrib argument.
396 (target_xfer_memory, target_xfer_memory_partial): Break transfer
397 into chunks defined by memory regions, pass region attributes to
398 do_xfer_memory().
399 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
400
401 * Makefile.in (SFILES): Add memattr.c.
402 (COMMON_OBS): Add memattr.o.
403 (dcache.o): Add target.h to dependencies.
404 * memattr.c: New file.
405 * memattr.h: Likewise.
406
407 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
408 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
409 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
410 * gdbserver/low-sim.c (#include "defs.h"): Removed.
411 (mygeneric_load): Rename from generic_load.
412
413 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
414 (#include "defs.h"): Removed.
415 (inferior_pid, perror_with_name): Remove declarations.
416 * gdbserver/low-linux.c: Likewise.
417 * gdbserver/low-nbsd.c: Likewise.
418 * gdbserver/low-sparc.c: Likewise.
419 * gdbserver/low-sun3.c: Likewise.
420
421 * i386-stub.c: Re-indent.
422 * m68k-stub.c: Re-indent.
423
424 2001-01-22 Nicholas Duffek <nsd@redhat.com>
425
426 * gdbarch.sh (PARM_BOUNDARY): Define.
427 * gdbarch.c: Regenerate.
428 * gdbarch.h: Regenerate.
429
430 2001-01-22 J.T. Conklin <jtc@redback.com>
431
432 * ns32k-tdep.c: #include "frame.h"
433 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
434 appears to have been inadvertantly removed sometime in May 1999.
435
436 * Revert 2000-11-09 changes where shared library objects were
437 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
438 we'd like to be able to debug dynamically linked executables,
439 this makes it impossible to build a cross debugger on a many
440 hosts.
441
442 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
443 * config/i386/nbsdelf.mt: Likewise.
444 * config/m68k/nbsd.mt: Likewise.
445 * config/ns32k/nbsd.mt: Likewise.
446 * config/powerpc/nbsd.mt: Likewise.
447 * config/sparc/nbsd.mt: Likewise.
448 * config/sparc/nbsdelf.mt: Likewise.
449 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
450 * config/i386/nbsdelf.mh: Likewise.
451 * config/m68k/nbsd.mh: Likewise.
452 * config/ns32k/nbsd.mh: Likewise.
453 * config/powerpc/nbsd.mh: Likewise.
454 * config/sparc/nbsd.mh: Likewise.
455
456 2001-01-19 Jason Merrill <jason@redhat.com>
457
458 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
459 (process_one_symbol): Likewise.
460 * dwarfread.c (handle_producer): Likewise.
461
462 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
463
464 * configure.in (build_warnings): Disable -Wuninitialized until GDB
465 compiles with -Wuninitialized,-Werror.
466 * configure: Regenerate.
467
468 * MAINTAINERS: Add list of buildable targets.
469
470 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
471
472 * defs.h (STRCMP): Delete macro.
473
474 * objfiles.c (objfile_relocate): Replace STRCMP with call to
475 strcmp.
476 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
477 * symfile.c (compare_symbols): Ditto.
478 * standalone.c (open): Ditto.
479 * remote-es.c (verify_break): Ditto.
480 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
481
482 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
483
484 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
485
486 * varobj.c (FREEIF): Delete macro.
487 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
488 call.
489
490 2001-01-18 Nick Clifton <nickc@redhat.com>
491
492 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
493 (arc_print_insn): No bfd available, so pass NULL to
494 arc_get_disassembler.
495
496 2001-01-09 James Ingham <jingham@inghji.apple.com>
497
498 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
499 a mangled symbol rather than recursing into lookup_symbol, since
500 this will just re-unmangle the name & call lookup_symbol_aux -
501 leading to an infinite recursion.
502
503 2001-01-18 Mark Kettenis <kettenis@gnu.org>
504
505 * infcmd.c (print_return_value): Restore another space lost by
506 switch to UIOUT. ``$NN='' should be ``$NN =''.
507
508 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
509
510 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
511 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
512 definition in parenthesis.
513
514 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
515
516 From 2000-10-27 Mark Salter <msalter@redhat.com>:
517 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
518 packet.
519 (remote_insert_hw_breakpoint): Ditto.
520
521 2001-01-17 J.T. Conklin <jtc@redback.com>
522
523 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
524 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
525 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
526 * m68knbsd-tdep.c: New file.
527
528 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
529
530 * m68knbsd-nat.c: #include gdbcore.h.
531
532 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
533
534 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
535
536 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
537
538 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
539 goes away -- just return false (ie. not stopped by watchpoint).
540 * source.c (openp): Fix typo in comment.
541
542 2001-01-12 Nicholas Duffek <nsd@redhat.com>
543
544 * blockframe.c (generic_get_saved_register): Spelling fix.
545 * frame.h (FRAME_FP): Spelling fix.
546
547 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
548
549 * infcmd.c (print_return_value): Restore space lost by switch to
550 UIOUT. ``$NN='' should be ``$NN =''.
551
552 2001-01-08 Nicholas Duffek <nsd@redhat.com>
553
554 * regcache.c (set_register_cached, register_buffer,
555 real_register, pseudo_register fetch_register, store_register):
556 New functions.
557 (register_changed, read_relative_register_raw_bytes_for_frame,
558 registers_changed, registers_fetched, read_register_bytes,
559 read_register_gen, write_register_gen, read_register,
560 read_signed_register, write_register, supply_register): Replace
561 register_valid[] with register_cached() and
562 set_register_cached().
563 (read_register_bytes, read_register_gen, write_register_gen,
564 read_register, read_signed_register, write_register,
565 supply_register): Replace registers[] with register_buffer().
566 (read_register_bytes, read_register_gen, read_register,
567 read_signed_register): Call fetch_register().
568 (write_register_gen, write_register): Call real_register() and
569 store_register().
570 (write_register_bytes): Call store_register().
571 * value.h (set_register_cached, register_buffer): Prototype.
572 * remote.c (remote_fetch_registers): Allocate regs[] with a
573 run-time size. Replace register_valid[] with
574 set_register_cached().
575 (store_register_using_P, remote_store_registers): Replace
576 registers[] with register_buffer().
577
578 2001-01-08 Nicholas Duffek <nsd@redhat.com>
579
580 * regcache.c: Change "write-back" comment to "write-through".
581 Change "regno" to "regnum".
582 (read_register, read_signed_register): Remove "raw" from return
583 value description.
584 (supply_register): Spelling fix.
585 * value.h: Change "regno" to "regnum".
586
587 2001-01-08 Fernando Nasser <fnasser@redhat.com>
588
589 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
590 to be installed.
591
592 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
593
594 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
595
596 2001-01-04 Nicholas Duffek <nsd@redhat.com>
597
598 * valops.c (VALUE_SUBSTRING_START): Delete.
599
600 2001-01-04 Nicholas Duffek <nsd@redhat.com>
601
602 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
603 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
604 (cli_utils_h): New variable.
605 (cli/cli-utils.o): New rule.
606 * cli/cli-utils.c: New file.
607 * cli/cli-utils.h: New file.
608
609 2001-01-04 Nicholas Duffek <nsd@redhat.com>
610
611 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
612 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
613
614 2001-01-03 J.T. Conklin <jtc@redback.com>
615
616 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
617 comment.
618
619 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
620
621 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
622 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
623 non-float types.
624 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
625 Update copyright notice.
626
627 For older changes see ChangeLog-2000
628 \f
629 Local Variables:
630 mode: change-log
631 left-margin: 8
632 fill-column: 74
633 version-control: never
634 End: