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