* cli/cli-cmds.c (apropos_command): Changed occurance of free() to xfree().
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
2b5436af
JM
12001-02-02 John Moore <jmoore@redhat.com>
2
3 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
4 xfree(). Also changed Copyright to include 2001.
5
82467003
C
62001-02-02 J.T. Conklin <jtc@redback.com>
7
8 * monitor.c (#include "gdb_wait.h"): Removed.
9 * ocd.c: Likewise.
10 * ppc-bdm.c: Likewise.
11 * remote-adapt.c: Likewise.
12 * remote-array.c: Likewise.
13 * remote-bug.c: Likewise.
14 * remote-e7000.c: Likewise.
15 * remote-eb.c: Likewise.
16 * remote-es.c: Likewise.
17 * remote-mips.c: Likewise.
18 * remote-mm.c: Likewise.
19 * remote-nindy.c: Likewise.
20 * remote-os9k.c: Likewise.
21 * remote-rdi.c: Likewise.
22 * remote-rdp.c: Likewise.
23 * remote-sds.c: Likewise.
24 * remote-sim.c: Likewise.
25 * remote-st.c: Likewise.
26 * remote-udi.c: Likewise.
27 * remote-vx.c: Likewise.
28 * remote-vx29k.c: Likewise.
29 * remote-vx68.c: Likewise.
30 * remote-vx960.c: Likewise.
31 * remote-vxmips.c: Likewise.
32 * remote-vxsparc.c: Likewise.
33 * remote.c: Likewise.
34 * ser-pipe.c: Likewise.
35 * ser-unix.c: Likewise.
36 * Makefile.in: Updated dependencies.
37
27b82ed2
DS
382001-01-31 David Smith <dsmith@redhat.com>
39
40 * event-loop.c: Change inclusion of string.h to gdb_string.h and
41 updated the copyright notice.
42 * ser-pipe.c: Ditto.
43 * mi/mi-cmds.c: Ditto.
44 * mi/mi-console.c: Ditto.
45 * mi/mi-getopt.c: Ditto.
46 * mi/mi-parse.c: Ditto.
47
ab9cc815
DS
482001-01-31 David Smith <dsmith@redhat.com>
49
50 * MAINTAINERS: Add David Smith to Write After Approval list.
51
d1f4cff8
AC
52Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
53
54 * cli/cli-utils.c (putchar_filtered): Move function from here.
55 * utils.c (putchar_filtered): To here.
56 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
57 * defs.h (putchar_filtered): To here.
58
74c1b268
AC
59Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
60
61 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
62 AC_FUNC_VFORK macro.
63 * config.in, configure: Re-generate.
64
65 * gdb_vfork.h: New file.
66 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
67 * fork-child.c (fork_inferior): Ditto.
68
4fcf66da
AC
69Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
70
71 * defs.h (strsave): Delete declaration.
72 * utils.c (strsave): Delete definition.
73 * TODO (strsave): Update
74
75 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
76 * sparcl-tdep.c (sparclite_open): Ditto.
77 * mips-tdep.c (mips_set_processor_type_command): Ditto.
78 (_initialize_mips_tdep): Ditto.
79 * solib.c (solib_open): Ditto.
80 * symfile.c (add_filename_language): Ditto.
81 (set_ext_lang_command): Ditto.
82 * source.c (init_source_path): Ditto.
83 (mod_path): Ditto.
84 * sh3-rom.c (sh3_open): Ditto.
85 (sh3e_open): Ditto.
86 * serial.c (serial_open): Ditto.
87 * remote-mips.c (common_open): Ditto.
88 * monitor.c (monitor_open): Ditto.
89 * m32r-rom.c (m32r_upload_command): Ditto.
90 * infcmd.c (path_command): Ditto.
91 * f-exp.y (parse_number): Ditto.
92 * breakpoint.c (create_longjmp_breakpoint): Ditto.
93 (create_thread_event_breakpoint): Ditto.
94 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
95 (_initialize_arc_tdep): Ditto.
96
e191e0ab
AC
97Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
98
99 * cli/cli-script.c (define_command): Check for a bad hook value in
100 switch statement.
101
10214f55
C
1022001-01-30 J.T. Conklin <jtc@redback.com>
103
104 * configure/sh/embed.mt: New file.
105 * configure/sh/linux.mt: New file.
106 * configure/sh/sh.mt: Removed.
107 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
108 (sh-*-*): Removed.
109
c9049fc9
MC
1102001-01-29 Michael Chastain <chastain@redhat.com>
111
112 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
113 symbol comparisons in binary search.
114
aea02b6b
CF
1152000-01-27 Christopher Faylor <cgf@cygnus.com>
116
117 * win32-nat.c (child_xfer_memory): Add missing argument required by
118 2001-01-23 change.
119
e6e0bfab
MK
1202001-01-27 Mark Kettenis <kettenis@gnu.org>
121
122 * ui-out.c (do_list_end): New function.
123 (make_cleanup_ui_out_list_end): New function.
124 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
125 * stack.c (print_frame) [UI_OUT]: Call
126 make_cleanup_ui_out_list_end to make sure we mark the end of the
127 list if we do a non-local exit. At the end of the function,
128 instead of calling ui_out_list_end directly, let do_cleanups
129 handle it.
130
1adeb98a
FN
1312001-01-26 Fernando Nasser <fnasser@redhat.com>
132
133 Fix double parsing of filenames passed as command line arguments
134 to GDB (causes weird handling of escape characters).
135 Also, remove dependencies on the CLI from libgdb.
136 * call-cmds.h: Remove declaration of exec_file_command().
137 * gdbcore.h: Remove declaration of exec_file_command().
138 Add declarations for exec_open() and exec_file_clear().
139 * symfile.h: Add declarations for symbol_file_add_main() and
140 symbol_file_clear().
141 * exec.c (exec_open): New function. Implements to_open for exec
142 targets.
143 (exec_file_clear): New function. Makes GDB forget about a previously
144 specified executable file.
145 (exec_file_attach): Move parsing of arguments from here ...
146 (exec_file_command): ... to here.
147 (init_exec_ops): Use exec_open(), not exec_file_command() to
148 implement to_open for exec targets.
149 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
150 with default values. Used when the file name has already been parsed.
151 (symbol_file_clear): New function. Makes GDB forget about previously
152 read symbols.
153 (symbol_file_command): Call the above function instead of inline code.
154 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
155 "call-cmds.h".
156 (captured_main): Call exec_file_attach() and symbol_file_add_main()
157 instead of exec_file_command() and symbol_file_command().
158 (captured_main): Add comment.
159 * corefile.c: Include "symfile.h".
160 (core_file_command): Call symbol_file_add_main() instead of
161 symbol_file_command().
162 (reopen_exec_file): Call exec_open() instead of exec_file_command().
163 * infcmd.c: Include "symfile.h".
164 (attach_command): Call symbol_file_add_main() instead of
165 symbol_file_command().
166 * infrun.c: Remove comment about the inclusion of "symfile.h",
167 not any longer appropriate.
168 (follow_exec): Call symbol_file_add_main() instead of
169 symbol_file_command().
170 * remote-es.c: Include "symfile.h".
171 (es1800_load): Call symbol_file_add_main() instead of
172 symbol_file_command().
173 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
174 not any longer appropriate.
175 (vx-wait): Call symbol_file_add_main() instead of
176 symbol_file_command().
177 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
178 instead of symbol_file_command().
179 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
180 symbol_file_add_main() instead of exec_file_command() and
181 symbol_file_command().
182 * Makefile.in: Update dependencies.
183
5b616ba1
JH
1842001-01-26 Jeff Holcomb <jeffh@redhat.com>
185
186 * remote-udi.c (udi_open): Change strdup to xstrdup.
187 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
188 Update copyright message.
189 * varobj.c (delete_variable_1): Likewise.
190
191 * gdb_string.h: Remove declaration of strdup. Update copyright
192 message.
193 * config/xm-mpw.h: Likewise.
194 * config/i386/xm-i386mach.h: Likewise.
195 * config/m68k/xm-apollo68b.h: Likewise.
196 * config/m68k/xm-hp300bsd.h: Likewise.
197 * config/rs6000/xm-rs6000.h: Likewise.
198 * config/vax/xm-vaxult.h: Remove declaration of strdup.
199 * config/vax/xm-vaxult2.h: Likewise.
200
b91d87cf
JH
2012001-01-26 Jeff Holcomb <jeffh@redhat.com>
202
203 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
204
873406a6
C
2052001-01-25 J.T. Conklin <jtc@redback.com>
206
207 * target.c (target_xfer_memory_partial): Return -1 on failure due
208 to invalid access mode attribute.
209
0613c401
CF
2102001-01-25 Christopher Faylor <cgf@cygnus.com>
211
212 * win32-nat.c (_initialize_core_win32): Prototype correctly.
213
efd59e3f
MK
2142001-01-25 Mark Kettenis <kettenis@gnu.org>
215
216 * config/alpha/tm-fbsd.h: Update copyright.
217 (USE_STRUCT_CONVENTION): Define in terms of
218 alphabsd_use_struct_convention.
219 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
220 * alphafbsd-tdep.c: New file.
221
388e1ff2
FN
2222001-01-24 Fernando Nasser <fnasser@redhat.com>
223
224 * top.c (print_gdb_version): Update Copyright year.
225
f4d650ec
C
2262001-01-24 J.T. Conklin <jtc@redback.com>
227
228 * dcache.c (dcache_write_line): Fix typo.
229
230 * memattr.c (delete_mem_region): Replace free() with xfree().
231 (mem_number): Add explicit type.
232
233 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
234 (rw_common): Likewise.
235
07091751
FN
2362001-01-24 Fernando Nasser <fnasser@redhat.com>
237
238 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
239 for the inferior program arguments.
240 (run_command, run_no_args_command, init_infcmd)): Use accessor
241 functions to set the inferior program arguments.
242 * inferior.h: Add definitions to the accessor functions above.
243
090c42a4
JB
2442001-01-23 Jim Blandy <jimb@redhat.com>
245
246 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
247 Implement these correctly, using make_cv_type.
248
f29d9b6d 2492001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
250
251 * exec.c (xfer_memory): Add attrib argument.
252 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 253 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
254 * monitor.c (monitor_xfer_memory): Likewise.
255 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
256 * remote-array.c (array_xfer_memory): Likewise.
257 * remote-bug.c (bug_xfer_memory): Likewise.
258 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
259 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
260 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
261 * remote-mips.c (mips_xfer_memory): Likewise.
262 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
263 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
264 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
265 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
266 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
267 * remote-sds.c (sds_xfer_memory): Likewise.
268 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
269 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
270 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
271 * remote-vx.c (vx_xfer_memory): Likewise.
272 * remote.c (remote_xfer_memory): Likewise.
273 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
274 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 275 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
276
277 * target.h (#include "memattr.h"): Added.
278 (target_ops.to_xfer_memory): Add attrib argument.
279
280 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
281 * dcache.h (set_dcache_state): Removed declaration.
282 * dcache.c (set_dcache_state): Removed definition
283
284 * dcache.c: Update module comment, as dcache is now enabled and
285 disabled with memory region attributes instead of by the global
286 variable "remotecache". Add comment describing the interaction
287 between dcache and memory region attributes.
288 (dcache_xfer_memory): Add comment describing benefits of moving
289 cache writeback to a higher level.
290 (dcache_struct): Removed cache_has_stuff field. This was used to
291 record whether the cache had been accessed in order to invalidate
292 it when it was disabled. However, this is not needed because the
293 cache is write through and the code that enables, disables, and
294 deletes memory regions invalidate the cache. Add comment which
295 suggests that we could be more selective and only invalidate those
296 cache lines containing data from those memory regions.
297 (dcache_invalidate): Updated.
298 (dcache_xfer_memory): Updated.
f29d9b6d 299
29e57380
C
300 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
301 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
302 perform a uncached transfer if dcache_enabled_p was clear. This
303 function is now only called if caching is enabled for the memory
304 region.
305 (dcache_info): Always print cache info.
306
307 * target.c (do_xfer_memory): Add attrib argument.
308 (target_xfer_memory, target_xfer_memory_partial): Break transfer
309 into chunks defined by memory regions, pass region attributes to
310 do_xfer_memory().
311 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
312
313 * Makefile.in (SFILES): Add memattr.c.
314 (COMMON_OBS): Add memattr.o.
315 (dcache.o): Add target.h to dependencies.
316 * memattr.c: New file.
317 * memattr.h: Likewise.
318
f29d9b6d
C
319 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
320 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
321 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
322 * gdbserver/low-sim.c (#include "defs.h"): Removed.
323 (mygeneric_load): Rename from generic_load.
324
325 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
326 (#include "defs.h"): Removed.
327 (inferior_pid, perror_with_name): Remove declarations.
328 * gdbserver/low-linux.c: Likewise.
329 * gdbserver/low-nbsd.c: Likewise.
330 * gdbserver/low-sparc.c: Likewise.
331 * gdbserver/low-sun3.c: Likewise.
332
333 * i386-stub.c: Re-indent.
334 * m68k-stub.c: Re-indent.
335
58d5518e
ND
3362001-01-22 Nicholas Duffek <nsd@redhat.com>
337
338 * gdbarch.sh (PARM_BOUNDARY): Define.
339 * gdbarch.c: Regenerate.
340 * gdbarch.h: Regenerate.
341
f6427ade
C
3422001-01-22 J.T. Conklin <jtc@redback.com>
343
344 * ns32k-tdep.c: #include "frame.h"
345 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
346 appears to have been inadvertantly removed sometime in May 1999.
347
348 * Revert 2000-11-09 changes where shared library objects were
349 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
350 we'd like to be able to debug dynamically linked executables,
351 this makes it impossible to build a cross debugger on a many
352 hosts.
353
354 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
355 * config/i386/nbsdelf.mt: Likewise.
356 * config/m68k/nbsd.mt: Likewise.
357 * config/ns32k/nbsd.mt: Likewise.
358 * config/powerpc/nbsd.mt: Likewise.
359 * config/sparc/nbsd.mt: Likewise.
360 * config/sparc/nbsdelf.mt: Likewise.
361 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
362 * config/i386/nbsdelf.mh: Likewise.
363 * config/m68k/nbsd.mh: Likewise.
364 * config/ns32k/nbsd.mh: Likewise.
365 * config/powerpc/nbsd.mh: Likewise.
366 * config/sparc/nbsd.mh: Likewise.
367
8052a17a
JM
3682001-01-19 Jason Merrill <jason@redhat.com>
369
370 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
371 (process_one_symbol): Likewise.
372 * dwarfread.c (handle_producer): Likewise.
373
21a6f6bb
AC
374Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
375
376 * configure.in (build_warnings): Disable -Wuninitialized until GDB
377 compiles with -Wuninitialized,-Werror.
378 * configure: Regenerate.
379
380 * MAINTAINERS: Add list of buildable targets.
381
494b7ec9
AC
382Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
383
384 * defs.h (STRCMP): Delete macro.
385
386 * objfiles.c (objfile_relocate): Replace STRCMP with call to
387 strcmp.
388 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
389 * symfile.c (compare_symbols): Ditto.
390 * standalone.c (open): Ditto.
391 * remote-es.c (verify_break): Ditto.
392 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
393
394 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
395
8038e1e2
AC
396Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
397
398 * varobj.c (FREEIF): Delete macro.
399 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
400 call.
401
ea8d0b28
NC
4022001-01-18 Nick Clifton <nickc@redhat.com>
403
404 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
405 (arc_print_insn): No bfd available, so pass NULL to
406 arc_get_disassembler.
407
5dbd9048
JB
4082001-01-09 James Ingham <jingham@inghji.apple.com>
409
410 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
411 a mangled symbol rather than recursing into lookup_symbol, since
412 this will just re-unmangle the name & call lookup_symbol_aux -
413 leading to an infinite recursion.
414
28ae27b1
MK
4152001-01-18 Mark Kettenis <kettenis@gnu.org>
416
417 * infcmd.c (print_return_value): Restore another space lost by
418 switch to UIOUT. ``$NN='' should be ``$NN =''.
419
6ab3a9c9
AC
420Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
421
422 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
423 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
424 definition in parenthesis.
425
ad6525fc
AC
426Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
427
428 From 2000-10-27 Mark Salter <msalter@redhat.com>:
429 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
430 packet.
431 (remote_insert_hw_breakpoint): Ditto.
432
6259c7e2
C
4332001-01-17 J.T. Conklin <jtc@redback.com>
434
435 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 436 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
437 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
438 * m68knbsd-tdep.c: New file.
439
440 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
441
442 * m68knbsd-nat.c: #include gdbcore.h.
443
abdcb2a5
AC
444Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
445
446 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
447
e7a8479f
MS
4482001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
449
aaeb7efa
MS
450 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
451 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
452 * source.c (openp): Fix typo in comment.
453
7036d6ce
ND
4542001-01-12 Nicholas Duffek <nsd@redhat.com>
455
456 * blockframe.c (generic_get_saved_register): Spelling fix.
457 * frame.h (FRAME_FP): Spelling fix.
458
9549d9c1
AC
459Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
460
461 * infcmd.c (print_return_value): Restore space lost by switch to
462 UIOUT. ``$NN='' should be ``$NN =''.
463
7302a204
ND
4642001-01-08 Nicholas Duffek <nsd@redhat.com>
465
466 * regcache.c (set_register_cached, register_buffer,
467 real_register, pseudo_register fetch_register, store_register):
468 New functions.
469 (register_changed, read_relative_register_raw_bytes_for_frame,
470 registers_changed, registers_fetched, read_register_bytes,
471 read_register_gen, write_register_gen, read_register,
472 read_signed_register, write_register, supply_register): Replace
473 register_valid[] with register_cached() and
474 set_register_cached().
475 (read_register_bytes, read_register_gen, write_register_gen,
476 read_register, read_signed_register, write_register,
477 supply_register): Replace registers[] with register_buffer().
478 (read_register_bytes, read_register_gen, read_register,
479 read_signed_register): Call fetch_register().
480 (write_register_gen, write_register): Call real_register() and
481 store_register().
482 (write_register_bytes): Call store_register().
483 * value.h (set_register_cached, register_buffer): Prototype.
484 * remote.c (remote_fetch_registers): Allocate regs[] with a
485 run-time size. Replace register_valid[] with
486 set_register_cached().
487 (store_register_using_P, remote_store_registers): Replace
488 registers[] with register_buffer().
489
5ebd2499
ND
4902001-01-08 Nicholas Duffek <nsd@redhat.com>
491
492 * regcache.c: Change "write-back" comment to "write-through".
493 Change "regno" to "regnum".
494 (read_register, read_signed_register): Remove "raw" from return
495 value description.
496 (supply_register): Spelling fix.
497 * value.h: Change "regno" to "regnum".
498
1302fd5e
FN
4992001-01-08 Fernando Nasser <fnasser@redhat.com>
500
501 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
502 to be installed.
503
9dcb560c
MS
5042001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
505
506 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
507
0e2fb98e
ND
5082001-01-04 Nicholas Duffek <nsd@redhat.com>
509
510 * valops.c (VALUE_SUBSTRING_START): Delete.
511
12cf3f1b
ND
5122001-01-04 Nicholas Duffek <nsd@redhat.com>
513
514 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
515 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
516 (cli_utils_h): New variable.
517 (cli/cli-utils.o): New rule.
518 * cli/cli-utils.c: New file.
519 * cli/cli-utils.h: New file.
520
cc533b9d
ND
5212001-01-04 Nicholas Duffek <nsd@redhat.com>
522
523 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
524 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
525
ad2a4d09
C
5262001-01-03 J.T. Conklin <jtc@redback.com>
527
528 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
529 comment.
530
8140e7ac
MS
5312001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
532
d19b71be
MS
533 * sh-tdep.c (sh_extract_return_value): Allow for small return type.
534 (sh_sh4_extract_return_value): Call sh_extract_return_value for
535 non-float types.
779e876b 536 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
537 Update copyright notice.
538
15f33b66 539For older changes see ChangeLog-2000
c906108c
SS
540\f
541Local Variables:
542mode: change-log
543left-margin: 8
544fill-column: 74
545version-control: never
546End:
This page took 0.152487 seconds and 4 git commands to generate.