Fix a typo.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1adad886
AC
12001-02-20 Andrew Cagney <ac131313@redhat.com>
2
3 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
4 formatting.
5
0579d647
KB
62001-02-20 Kevin Buettner <kevinb@redhat.com>
7
8 * solib-aix5.c (solib-svr4.h): Remove include.
9 (solib_break_names): Delete names which aren't actually
10 used by AIX5.
11 (bkpt_names): Remove.
12 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
13 to STREQ() with equivalent calls to strcmp().
14 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
15 aix5_solib_create_inferior_hook): Revise comments.
16 (enable_break): Remove old ``bkpt_names'' code.
17
d65fe839
AC
182001-02-19 Andrew Cagney <ac131313@redhat.com>
19
20 * Makefile.in (SFILES): Add frame.c .
21 (COMMON_OBS): Add frame.o .
22 (frame.o): New target.
23
24 * frame.c (find_saved_register):
25 (default_get_saved_register):
26 (get_saved_register):
27 (read_relative_register_raw_bytes_for_frame):
28 (read_relative_register_raw_bytes): Moved to here.
29 * regcache.c: From here.
30
60cf7a85
KB
312001-02-20 Kevin Buettner <kevinb@redhat.com>
32
33 * solib-aix5.c: New file.
34
291b7e04
MH
352001-02-20 Martin M. Hunt <hunt@redhat.com>
36
a43ad351
MH
37 * solib.c (info_sharedlibrary_command): Don't assume pointers
38 are the same size of long, call longest_local_hex_string_custom().
39
58bc91c9
MH
40 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
41 extract_signed_integer() should be called instead of
42 extract_address().
43
442001-02-20 Martin M. Hunt <hunt@redhat.com>
45
291b7e04
MH
46 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
47
d02ee681
AC
482001-02-19 Andrew Cagney <ac131313@redhat.com>
49
50 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
51 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
52 then floating point registers are 8 bytes.
53
a858089e
MS
542001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
55
56 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
57 accomodate 64-bit addresses.
58
23cc649f
EZ
592001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
60
61 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
62 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
63 lookup_symbol, when trying to find a symbol with a mangled name,
64 to avoid infinite recursion.
65
0db23c95
AC
662001-02-18 Andrew Cagney <ac131313@redhat.com>
67
68 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
69
911413e6
JL
702001-02-19 Jonathan Larmour <jlarmour@redhat.com>
71
72 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
73 (save_prologue_cache): Ditto.
74
8d1de4b7
EZ
752001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
76
77 From: innadadadavida@yahoo.com:
78 * partial-stab.h (switch): Check that pst is not null
79 before dereferencing it.
80
3017564a
EZ
812001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
82
83 From Andrew Cagney <cagney@b1.cygnus.com>:
84 * symfile.c (add_symbol_file_command): Always initialize
85 my_cleanup using a NULL cleanup.
86
fa58ee11
EZ
872001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
88
89 * demangle.c (demangling_style_names): New variable.
90 (_initialize_demangler): Fill demangling_style_names with the
91 names of known demangling styles from libiberty_demanglers[]. Use
92 add_set_enum_cmd instead of add_set_cmd, to get completion on
93 demangling style names.
94
95 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
96 file-name completion.
97
98 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
99
100 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
101 `solib-absolute-prefix'.
102
103 * tracepoint.c (_initialize_tracepoint): Ditto for
104 `save-tracepoints'.
105
106 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
107
108 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
109 file-name completion.
110
111 * infcmd.c (_initialize_infcmd): Make the following commands use
112 the file-name completer: `tty', `args', `path', `paths', and
113 `run'.
114
7830cf6f
EZ
1152001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
116
89dea5aa
EZ
117 * go32-nat.c: Include i387-nat.h.
118 (fetch_register): New function, uses some of the guts of
119 go32_fetch_registers and calls i387_supply_register.
120 (go32_fetch_registers): Most of the code moved into
121 fetch_register. Use i387_supply_fsave.
122 (store_register): Use i387_fill_fsave instead of custom code.
123 (go32_store_registers): Use i387_fill_fsave.
124
125 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
126
127 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
128
7830cf6f
EZ
129 * completer.c (gdb_completer_file_name_break_characters): Remove
130 slash from file-name break characters.
131 [__MSDOS__]: Special definition for DOS/Windows file names.
132 (line_completion_function): When completing on file names, bump
133 `p' to the first file-name constituent character of `word', before
134 invoking the completer.
135
f31e928c
MK
1362001-02-17 Mark Kettenis <kettenis@gnu.org>
137
138 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
139 consistently for parameter names. Fix comments accordingly.
140 (i387_supply_register): New function.
141 (i387_supply_fsave): Implement using i387_supply_register.
142 * i387-nat.h: Use regnum instead of regno consistently for
143 parameter names. Fix comments accordingly.
144 (i387_supply_register): New prototype.
145
d696208f
MS
1462001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
147
148 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
149 instead of TARGET_PTR_BIT (to support Harvard architectures).
150
971429b4
AC
1512001-02-16 Andrew Cagney <ac131313@redhat.com>
152
153 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
154 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
155 argument to parameter list and to call in order to conform to
156 to_xfer_memory field of struct target_ops.
157
9ca0e47c
MC
1582001-02-12 Michael Chastain <chastain@redhat.com>
159
da7dd56f 160 * somsolib.c (som_solib_add_solib_objfile): Do not use
9ca0e47c
MC
161 section relocation feature of syms_from_objfile. Do my own
162 section relocation, offsetting each section of the som by
163 either text_addr - text_link_addr or data_start.
164
7d65bd2d
AC
1652001-02-16 Andrew Cagney <ac131313@redhat.com>
166
167 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
168
e33e9692
AC
1692001-02-16 Andrew Cagney <ac131313@redhat.com>
170
171 * MAINTAINERS (paper trail): Update.
172
17dee195
MK
1732001-02-16 Mark Kettenis <kettenis@gnu.org>
174
175 * target.h (target_fetch_registers): Fix comment.
176
0f6e1ba6
AC
1772001-02-15 Andrew Cagney <ac131313@redhat.com>
178
179 * f-exp.y: Include <ctype.h>.
180 (parse_number): Ensure that ``i'' is always initialized.
181
9a069618
JK
1822001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
183
184 * MAINTAINERS: Add myself to paper trail section.
185
fc24370e
MS
1862001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
187
188 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
189 * configure, config.in: Regenerate.
190 * corelow.c: Include <sys/file.h> if present.
191
4b69c284
AC
1922001-02-14 Andrew Cagney <ac131313@redhat.com>
193
194 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
195 declare when have SIGTTOU.
196
7904f322
EZ
1972001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
200
9e798668
JK
2012001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
202
203 * MAINTAINERS: Update my email address.
204
65d5a54a
EZ
2052001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
206
207 * NEWS: Document that "info symbol" works with COFF debug info and
208 its variants.
209
210 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
211 symbols whose SYMBOL_BFD_SECTION is NULL.
212
a8079a9b
PS
2132000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
214
215 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
216 * xcoffsolib.c (xcoff_solib_address): Renamed from
217 pc_load_segment_name. Return NULL if address is not in a shared
218 library. Cleanup shared library name construction, using xasprintf.
219 Format shared library member names consistent with format in exec.c.
220 (solib_info): Format shared library member names consistent with
221 format in exec.c.
222 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
223 using xcoff_solib_address for PC_SOLIB definition.
224 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
225 needed.
226
4b2e4867
PS
2272000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
228
229 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
230 with xmalloc calls and cleanups.
231
d737ece6
PS
2322000-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
233
234 * rs6000-nat.c (child_xfer_memory): Add missing parameter
235 'struct mem_attrib *' required by 2001-01-23 change.
236
c5bb1243
JK
2372001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
238
239 Updates to "make TAGS":
240 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
241 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
242 tahoe-tdep.c.
243 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
244
c799ae7b
EZ
2452001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
248
12685e01
AC
249Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
250
251 From Dean Luick <luick@cray.com>:
252 * defs.h (continuation): Remove unused global variable.
253
7fcca85b
AC
254Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
255
256 * configure.tgt: Remove references to convex, pyramid, altos and
257 tahoe.
258 * configure.host: Ditto.
259 * MAINTAINERS: Ditto.
260 * NEWS: Update.
261
262 * tahoe-tdep.c: Delete obsolete file.
263 * pyr-xdep.c: Ditto.
264 * pyr-tdep.c: Ditto.
265 * convex-tdep.c: Ditto.
266 * convex-xdep.c: Ditto.
267 * config/tahoe/xm-tahoe.h: Ditto.
268 * config/tahoe/tm-tahoe.h: Ditto.
269 * config/tahoe/tahoe.mt: Ditto.
270 * config/tahoe/tahoe.mh: Ditto.
271 * config/pyr/xm-pyr.h: Ditto.
272 * config/pyr/tm-pyr.h: Ditto.
273 * config/pyr/pyramid.mt: Ditto.
274 * config/pyr/pyramid.mh: Ditto.
275 * config/m68k/xm-altos.h: Ditto.
276 * config/m68k/tm-altos.h: Ditto.
277 * config/m68k/altos.mt: Ditto.
278 * config/m68k/altos.mh: Ditto.
279 * config/convex/xm-convex.h: Ditto.
280 * config/convex/tm-convex.h: Ditto.
281 * config/convex/convex.mt: Ditto.
282 * config/convex/convex.mh: Ditto.
283 * config/convex/Convex.notes: Ditto.
284 * config/arm/xm-arm.h: Ditto.
285 * config/arm/nm-arm.h: Ditto.
286 * config/arm/arm.mt: Ditto.
287 * config/arm/arm.mh: Ditto.
288 * arm-convert.s: Ditto.
289 * arm-xdep.c: Ditto.
290 * altos-xdep.c: Ditto.
291
8e65ff28
AC
292Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
293
294 * defs.h (internal_error, internal_verror): Add __FILE__ and
295 __LINE__ parameter.
296 * utils.c (internal_error, internal_verror): Update.
297
298 * v850-tdep.c: Update calls to internal_error.
299 * utils.c: Ditto.
300 * ui-out.c: Ditto.
301 * ui-file.c: Ditto.
302 * target.h: Ditto.
303 * symtab.h: Ditto.
304 * symm-nat.c: Ditto.
305 * sparc-tdep.c: Ditto.
306 * source.c: Ditto.
307 * serial.c: Ditto.
308 * rs6000-tdep.c: Ditto.
309 * rs6000-nat.c: Ditto.
310 * remote.c: Ditto.
311 * remote-vx.c: Ditto.
312 * remote-sim.c: Ditto.
313 * remote-mips.c: Ditto.
314 * regcache.c: Ditto.
315 * objfiles.h: Ditto.
316 * objfiles.c: Ditto.
317 * mn10300-tdep.c: Ditto.
318 * mips-tdep.c: Ditto.
319 * maint.c: Ditto.
320 * m68k-tdep.c: Ditto.
321 * m3-nat.c: Ditto.
322 * language.c: Ditto.
323 * infptrace.c: Ditto.
324 * inferior.h: Ditto.
325 * infcmd.c: Ditto.
326 * ia64-tdep.c: Ditto.
327 * i386-tdep.c: Ditto.
328 * i386-linux-nat.c: Ditto.
329 * hppah-nat.c: Ditto.
330 * go32-nat.c: Ditto.
331 * findvar.c: Ditto.
332 * f-lang.c: Ditto.
333 * elfread.c: Ditto.
334 * event-loop.c: Ditto.
335 * dwarf2read.c: Ditto.
336 * dsrec.c: Ditto.
337 * d30v-tdep.c: Ditto.
338 * d10v-tdep.c: Ditto.
339 * cli/cli-setshow.c: Ditto.
340 * cli/cli-script.c: Ditto.
341 * ch-exp.c: Ditto.
342 * breakpoint.c: Ditto.
343 * ax-gdb.c: Ditto.
344 * arch-utils.c: Ditto.
345 * a29k-tdep.c: Ditto.
346 * gdb_assert.h: Ditto.
347 * gdbarch.sh: Ditto.
348 * gdbarch.h, gdbarch.c: Re-generate.
349
72290732
AC
3502001-02-07 Andrew Cagney <ac131313@redhat.com>
351
352 From Mark Kettenis <kettenis@gnu.org>:
353 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
354
a6da1910
AC
3552001-02-07 Andrew Cagney <ac131313@redhat.com>
356
357 * remote-sim.c (dump_mem): Cleanup printf format argument.
358 * MAINTAINERS: Update, mn10300-elf now builds.
359
153f9905
MK
3602001-02-07 Mark Kettenis <kettenis@gnu.org>
361
362 * event-top.c: Remove duplicate #include <signal.h>.
363
f042532c
AC
3642001-02-06 Andrew Cagney <ac131313@redhat.com>
365
366 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
367 allocated buffer.
368 (save_inferior_pid): Restore the PID from that tempoary
369 buffer. Delete the buffer.
370 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
371
58cfabe6
AC
3722001-02-06 Andrew Cagney <ac131313@redhat.com>
373
374 * MAINTAINERS: Add ``The Obvious Fix Rule''.
375
ea8a41b8
AC
3762001-02-06 Andrew Cagney <ac131313@redhat.com>
377
378 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
379
95160752
AC
3802001-02-06 Andrew Cagney <ac131313@cygnus.com>
381
382 * gdbarch.sh: Include "gdb_assert.h".
383 (struct gdbarch): Change ``nr_data'' to unsigned.
384 (alloc_gdbarch_data, free_gdbarch_data): New functions.
385 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
386 architecture vector.
387 (struct gdbarch_data, struct gdbarch_data_registration): Move init
388 method to gdbarch_data. Add free method, make index unsigned.
389 (struct gdbarch_data_registry): Make nr unsigned.
390 (register_gdbarch_data): Add free parameter. Store in
391 gdbarch_data.
392 (init_gdbarch_data): Use set_gdbarch_data.
393 (set_gdbarch_data): New function.
394
395 * gdbarch.h, gdbarch.c: Re-generate.
396
64122a8b
MS
3972001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
398
399 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
400 fprintf_filtered with correct arguments.
401
e6cbd02a
MS
4022001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
403 Submitted by Paul Hilfinger (hilfingr@gnat.com)
404 and Andrei Petrov (and@genesyslab.com).
405 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
406 must be allocated dynamically, since these are no longer constants.
407 * infcmd.c: Ditto.
408 * regcache.c: Ditto.
409 * remote.c: Ditto.
410 * sol-thread.c: Ditto.
411 * valops.c: Ditto.
412 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
413 work-around for a missing Sun header file in solaris for sparc64.
414
713f0374
PB
4152001-02-04 Philip Blundell <philb@gnu.org>
416
417 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
418 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
419 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
420 GET_THREAD_SIGNALS): Define.
421 * arm-linux-nat.c (fill_gregset): Correct type of argument.
422 (supply_gregset): Likewise.
423 (fill_fpregset): Likewise.
424 (supply_fpregset): Likewise.
425
4603e466
DT
426Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
427
428 * valops.c (value_cast): If casting a scalar to a pointer, do not
429 issue a message about truncation unless it exceeds the length of
430 an address, not the length of a pointer. This is because what the
431 user gives us is an address, not a pointer, and we will ultimately
432 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
433 to a pointer. This allows things like "print *(int *)0x01000234"
434 to work without generating a misleading message on a target having
435 two byte pointers and four byte addresses.
436
554cb486
CF
4372001-02-05 Christopher Faylor <cgf@cygnus.com>
438
439 * win32-nat.c: Change PTR to void * throughout.
440
042be3a9
C
4412001-02-05 J.T. Conklin <jtc@redback.com>
442
443 * signals.h: Removed.
444 * event-top.c (#include <signal.h>): Changed from signals.h.
445 * inflow.c: Likewise.
446 * mac-xdep.c: Likewise.
447 * ser-pipe.c: Likewise.
448 * ser-tcp.c: Likewise.
449 * standalone.c: Likewise.
450 * top.c: Likewise.
451 * utils.c: Likewise.
452 * Makefile.in: Removed signals.h from dependencies.
453
a4acd088
CF
4542001-02-05 Christopher Faylor <cgf@cygnus.com>
455
456 Change suggested by Dean Luick <luick@cray.com>
457 * inferior.h (step_over_calls_kind): Remove trailing comma from
458 last enum element.
459 (step_over_calls): Declare as extern rather than global.
460
3116c80a
EZ
4612001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
462
463 * sh-tdep.c: Update copyright.
464 (sh_extract_return_value): Rewrite.
465 (sh3e_sh4_extract_return_value): New function.
466 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
467 version of the function for sh3e and sh4 CPUs.
468
240be855
MC
4692001-02-05 Michael Chastain <chastain@redhat.com>
470
471 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
472 to conform with interface change.
473
a17b5c4e
EZ
4742001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
475
32fe0950
EZ
476 * config/djgpp/fnchange.lst: Tweak to make consistent with the
477 new files.
478
619cbaf7
EZ
479 * config/djgpp/djconfig.sh: Use explicit absolute file name when
480 invoking `find'.
481
cd42d3a8
EZ
482 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
483 UART_FIFO_WORKS is defined. Otherwise use outportb.
484 From Francisco Pastor <fpastor.etra-id@etra.es>
485
a17b5c4e
EZ
486 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
487 with target.h's `to_xfer_memory' member.
488
86ddecc5
C
4892001-02-02 J.T. Conklin <jtc@redback.com>
490
491 * ppc-bdm.c (#include <signal.h>): Removed.
492 * remote-array.c: Likewise.
493 * remote-bug.c: Likewise.
494 * remote-e7000.c: Likewise.
495 * remote-mips.c: Likewise.
496 * remote-os9k.c: Likewise.
497 * remote-st.c: Likewise.
498 * remote-udi.c: Likewise.
499 * remote-vx29k.c: Likewise.
500 * remote-vx68.c: Likewise.
501 * remote-vx960.c: Likewise.
502 * remote-vxmips.c: Likewise.
503 * remote-vxsparc.c: Likewise.
504
338d7c5c
JM
5052001-02-02 John Moore <jmoore@redhat.com>
506
507 * remote-utils.h (sr_set_device): Changed free() to xfree() where
508 appropriate. Also changed Copyright to include 2001.
509 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
510 * value.h (value_free): Likewise.
511 * gdbarch.sh (gdbarch_free): Likewise.
512 * gdbarch.c, gdbarch.h: Regenerated.
513
2b5436af
JM
5142001-02-02 John Moore <jmoore@redhat.com>
515
516 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
338d7c5c 517 xfree(). Also changed Copyright to include 2001.
2b5436af 518
82467003
C
5192001-02-02 J.T. Conklin <jtc@redback.com>
520
521 * monitor.c (#include "gdb_wait.h"): Removed.
522 * ocd.c: Likewise.
523 * ppc-bdm.c: Likewise.
524 * remote-adapt.c: Likewise.
525 * remote-array.c: Likewise.
526 * remote-bug.c: Likewise.
527 * remote-e7000.c: Likewise.
528 * remote-eb.c: Likewise.
529 * remote-es.c: Likewise.
530 * remote-mips.c: Likewise.
531 * remote-mm.c: Likewise.
532 * remote-nindy.c: Likewise.
533 * remote-os9k.c: Likewise.
534 * remote-rdi.c: Likewise.
535 * remote-rdp.c: Likewise.
536 * remote-sds.c: Likewise.
537 * remote-sim.c: Likewise.
538 * remote-st.c: Likewise.
539 * remote-udi.c: Likewise.
540 * remote-vx.c: Likewise.
541 * remote-vx29k.c: Likewise.
542 * remote-vx68.c: Likewise.
543 * remote-vx960.c: Likewise.
544 * remote-vxmips.c: Likewise.
545 * remote-vxsparc.c: Likewise.
546 * remote.c: Likewise.
547 * ser-pipe.c: Likewise.
548 * ser-unix.c: Likewise.
549 * Makefile.in: Updated dependencies.
550
27b82ed2
DS
5512001-01-31 David Smith <dsmith@redhat.com>
552
553 * event-loop.c: Change inclusion of string.h to gdb_string.h and
554 updated the copyright notice.
555 * ser-pipe.c: Ditto.
556 * mi/mi-cmds.c: Ditto.
557 * mi/mi-console.c: Ditto.
558 * mi/mi-getopt.c: Ditto.
559 * mi/mi-parse.c: Ditto.
560
ab9cc815
DS
5612001-01-31 David Smith <dsmith@redhat.com>
562
563 * MAINTAINERS: Add David Smith to Write After Approval list.
564
d1f4cff8
AC
565Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
566
567 * cli/cli-utils.c (putchar_filtered): Move function from here.
568 * utils.c (putchar_filtered): To here.
569 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
570 * defs.h (putchar_filtered): To here.
571
74c1b268
AC
572Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
573
574 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
575 AC_FUNC_VFORK macro.
576 * config.in, configure: Re-generate.
577
578 * gdb_vfork.h: New file.
579 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
580 * fork-child.c (fork_inferior): Ditto.
581
4fcf66da
AC
582Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
583
584 * defs.h (strsave): Delete declaration.
585 * utils.c (strsave): Delete definition.
586 * TODO (strsave): Update
587
588 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
589 * sparcl-tdep.c (sparclite_open): Ditto.
590 * mips-tdep.c (mips_set_processor_type_command): Ditto.
591 (_initialize_mips_tdep): Ditto.
592 * solib.c (solib_open): Ditto.
593 * symfile.c (add_filename_language): Ditto.
594 (set_ext_lang_command): Ditto.
595 * source.c (init_source_path): Ditto.
596 (mod_path): Ditto.
597 * sh3-rom.c (sh3_open): Ditto.
598 (sh3e_open): Ditto.
599 * serial.c (serial_open): Ditto.
600 * remote-mips.c (common_open): Ditto.
601 * monitor.c (monitor_open): Ditto.
602 * m32r-rom.c (m32r_upload_command): Ditto.
603 * infcmd.c (path_command): Ditto.
604 * f-exp.y (parse_number): Ditto.
605 * breakpoint.c (create_longjmp_breakpoint): Ditto.
606 (create_thread_event_breakpoint): Ditto.
607 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
608 (_initialize_arc_tdep): Ditto.
609
e191e0ab
AC
610Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
611
612 * cli/cli-script.c (define_command): Check for a bad hook value in
613 switch statement.
614
10214f55
C
6152001-01-30 J.T. Conklin <jtc@redback.com>
616
617 * configure/sh/embed.mt: New file.
618 * configure/sh/linux.mt: New file.
619 * configure/sh/sh.mt: Removed.
620 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
621 (sh-*-*): Removed.
622
c9049fc9
MC
6232001-01-29 Michael Chastain <chastain@redhat.com>
624
625 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
626 symbol comparisons in binary search.
627
aea02b6b
CF
6282000-01-27 Christopher Faylor <cgf@cygnus.com>
629
630 * win32-nat.c (child_xfer_memory): Add missing argument required by
631 2001-01-23 change.
632
e6e0bfab
MK
6332001-01-27 Mark Kettenis <kettenis@gnu.org>
634
635 * ui-out.c (do_list_end): New function.
636 (make_cleanup_ui_out_list_end): New function.
637 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
638 * stack.c (print_frame) [UI_OUT]: Call
639 make_cleanup_ui_out_list_end to make sure we mark the end of the
640 list if we do a non-local exit. At the end of the function,
641 instead of calling ui_out_list_end directly, let do_cleanups
642 handle it.
643
1adeb98a
FN
6442001-01-26 Fernando Nasser <fnasser@redhat.com>
645
646 Fix double parsing of filenames passed as command line arguments
647 to GDB (causes weird handling of escape characters).
648 Also, remove dependencies on the CLI from libgdb.
649 * call-cmds.h: Remove declaration of exec_file_command().
650 * gdbcore.h: Remove declaration of exec_file_command().
651 Add declarations for exec_open() and exec_file_clear().
652 * symfile.h: Add declarations for symbol_file_add_main() and
653 symbol_file_clear().
654 * exec.c (exec_open): New function. Implements to_open for exec
655 targets.
656 (exec_file_clear): New function. Makes GDB forget about a previously
657 specified executable file.
658 (exec_file_attach): Move parsing of arguments from here ...
659 (exec_file_command): ... to here.
660 (init_exec_ops): Use exec_open(), not exec_file_command() to
661 implement to_open for exec targets.
662 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
663 with default values. Used when the file name has already been parsed.
664 (symbol_file_clear): New function. Makes GDB forget about previously
665 read symbols.
666 (symbol_file_command): Call the above function instead of inline code.
667 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
668 "call-cmds.h".
669 (captured_main): Call exec_file_attach() and symbol_file_add_main()
670 instead of exec_file_command() and symbol_file_command().
671 (captured_main): Add comment.
672 * corefile.c: Include "symfile.h".
673 (core_file_command): Call symbol_file_add_main() instead of
674 symbol_file_command().
675 (reopen_exec_file): Call exec_open() instead of exec_file_command().
676 * infcmd.c: Include "symfile.h".
677 (attach_command): Call symbol_file_add_main() instead of
678 symbol_file_command().
679 * infrun.c: Remove comment about the inclusion of "symfile.h",
680 not any longer appropriate.
681 (follow_exec): Call symbol_file_add_main() instead of
682 symbol_file_command().
683 * remote-es.c: Include "symfile.h".
684 (es1800_load): Call symbol_file_add_main() instead of
685 symbol_file_command().
686 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
687 not any longer appropriate.
688 (vx-wait): Call symbol_file_add_main() instead of
689 symbol_file_command().
690 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
691 instead of symbol_file_command().
692 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
693 symbol_file_add_main() instead of exec_file_command() and
694 symbol_file_command().
695 * Makefile.in: Update dependencies.
696
5b616ba1
JH
6972001-01-26 Jeff Holcomb <jeffh@redhat.com>
698
699 * remote-udi.c (udi_open): Change strdup to xstrdup.
700 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
701 Update copyright message.
702 * varobj.c (delete_variable_1): Likewise.
703
704 * gdb_string.h: Remove declaration of strdup. Update copyright
705 message.
706 * config/xm-mpw.h: Likewise.
707 * config/i386/xm-i386mach.h: Likewise.
708 * config/m68k/xm-apollo68b.h: Likewise.
709 * config/m68k/xm-hp300bsd.h: Likewise.
710 * config/rs6000/xm-rs6000.h: Likewise.
711 * config/vax/xm-vaxult.h: Remove declaration of strdup.
712 * config/vax/xm-vaxult2.h: Likewise.
713
b91d87cf
JH
7142001-01-26 Jeff Holcomb <jeffh@redhat.com>
715
716 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
717
873406a6
C
7182001-01-25 J.T. Conklin <jtc@redback.com>
719
720 * target.c (target_xfer_memory_partial): Return -1 on failure due
721 to invalid access mode attribute.
722
0613c401
CF
7232001-01-25 Christopher Faylor <cgf@cygnus.com>
724
725 * win32-nat.c (_initialize_core_win32): Prototype correctly.
726
efd59e3f
MK
7272001-01-25 Mark Kettenis <kettenis@gnu.org>
728
729 * config/alpha/tm-fbsd.h: Update copyright.
730 (USE_STRUCT_CONVENTION): Define in terms of
731 alphabsd_use_struct_convention.
732 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
733 * alphafbsd-tdep.c: New file.
734
388e1ff2
FN
7352001-01-24 Fernando Nasser <fnasser@redhat.com>
736
737 * top.c (print_gdb_version): Update Copyright year.
738
f4d650ec
C
7392001-01-24 J.T. Conklin <jtc@redback.com>
740
741 * dcache.c (dcache_write_line): Fix typo.
742
743 * memattr.c (delete_mem_region): Replace free() with xfree().
744 (mem_number): Add explicit type.
745
746 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
747 (rw_common): Likewise.
748
07091751
FN
7492001-01-24 Fernando Nasser <fnasser@redhat.com>
750
751 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
752 for the inferior program arguments.
753 (run_command, run_no_args_command, init_infcmd)): Use accessor
754 functions to set the inferior program arguments.
755 * inferior.h: Add definitions to the accessor functions above.
756
090c42a4
JB
7572001-01-23 Jim Blandy <jimb@redhat.com>
758
759 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
760 Implement these correctly, using make_cv_type.
761
f29d9b6d 7622001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
763
764 * exec.c (xfer_memory): Add attrib argument.
765 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 766 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
767 * monitor.c (monitor_xfer_memory): Likewise.
768 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
769 * remote-array.c (array_xfer_memory): Likewise.
770 * remote-bug.c (bug_xfer_memory): Likewise.
771 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
772 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
773 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
774 * remote-mips.c (mips_xfer_memory): Likewise.
775 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
776 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
777 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
778 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
779 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
780 * remote-sds.c (sds_xfer_memory): Likewise.
781 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
782 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
783 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
784 * remote-vx.c (vx_xfer_memory): Likewise.
785 * remote.c (remote_xfer_memory): Likewise.
786 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
787 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 788 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
789
790 * target.h (#include "memattr.h"): Added.
791 (target_ops.to_xfer_memory): Add attrib argument.
792
793 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
794 * dcache.h (set_dcache_state): Removed declaration.
795 * dcache.c (set_dcache_state): Removed definition
796
797 * dcache.c: Update module comment, as dcache is now enabled and
798 disabled with memory region attributes instead of by the global
799 variable "remotecache". Add comment describing the interaction
800 between dcache and memory region attributes.
801 (dcache_xfer_memory): Add comment describing benefits of moving
802 cache writeback to a higher level.
803 (dcache_struct): Removed cache_has_stuff field. This was used to
804 record whether the cache had been accessed in order to invalidate
805 it when it was disabled. However, this is not needed because the
806 cache is write through and the code that enables, disables, and
807 deletes memory regions invalidate the cache. Add comment which
808 suggests that we could be more selective and only invalidate those
809 cache lines containing data from those memory regions.
810 (dcache_invalidate): Updated.
811 (dcache_xfer_memory): Updated.
f29d9b6d 812
29e57380
C
813 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
814 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
815 perform a uncached transfer if dcache_enabled_p was clear. This
816 function is now only called if caching is enabled for the memory
817 region.
818 (dcache_info): Always print cache info.
819
820 * target.c (do_xfer_memory): Add attrib argument.
821 (target_xfer_memory, target_xfer_memory_partial): Break transfer
822 into chunks defined by memory regions, pass region attributes to
823 do_xfer_memory().
824 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
825
826 * Makefile.in (SFILES): Add memattr.c.
827 (COMMON_OBS): Add memattr.o.
828 (dcache.o): Add target.h to dependencies.
829 * memattr.c: New file.
830 * memattr.h: Likewise.
831
f29d9b6d
C
832 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
833 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
834 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
835 * gdbserver/low-sim.c (#include "defs.h"): Removed.
836 (mygeneric_load): Rename from generic_load.
837
838 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
839 (#include "defs.h"): Removed.
840 (inferior_pid, perror_with_name): Remove declarations.
841 * gdbserver/low-linux.c: Likewise.
842 * gdbserver/low-nbsd.c: Likewise.
843 * gdbserver/low-sparc.c: Likewise.
844 * gdbserver/low-sun3.c: Likewise.
845
846 * i386-stub.c: Re-indent.
847 * m68k-stub.c: Re-indent.
848
58d5518e
ND
8492001-01-22 Nicholas Duffek <nsd@redhat.com>
850
851 * gdbarch.sh (PARM_BOUNDARY): Define.
852 * gdbarch.c: Regenerate.
853 * gdbarch.h: Regenerate.
854
f6427ade
C
8552001-01-22 J.T. Conklin <jtc@redback.com>
856
857 * ns32k-tdep.c: #include "frame.h"
858 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
859 appears to have been inadvertantly removed sometime in May 1999.
860
861 * Revert 2000-11-09 changes where shared library objects were
862 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
863 we'd like to be able to debug dynamically linked executables,
864 this makes it impossible to build a cross debugger on a many
865 hosts.
866
867 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
868 * config/i386/nbsdelf.mt: Likewise.
869 * config/m68k/nbsd.mt: Likewise.
870 * config/ns32k/nbsd.mt: Likewise.
871 * config/powerpc/nbsd.mt: Likewise.
872 * config/sparc/nbsd.mt: Likewise.
873 * config/sparc/nbsdelf.mt: Likewise.
874 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
875 * config/i386/nbsdelf.mh: Likewise.
876 * config/m68k/nbsd.mh: Likewise.
877 * config/ns32k/nbsd.mh: Likewise.
878 * config/powerpc/nbsd.mh: Likewise.
879 * config/sparc/nbsd.mh: Likewise.
880
8052a17a
JM
8812001-01-19 Jason Merrill <jason@redhat.com>
882
883 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
884 (process_one_symbol): Likewise.
885 * dwarfread.c (handle_producer): Likewise.
886
21a6f6bb
AC
887Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
888
889 * configure.in (build_warnings): Disable -Wuninitialized until GDB
890 compiles with -Wuninitialized,-Werror.
891 * configure: Regenerate.
892
893 * MAINTAINERS: Add list of buildable targets.
894
494b7ec9
AC
895Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
896
897 * defs.h (STRCMP): Delete macro.
898
899 * objfiles.c (objfile_relocate): Replace STRCMP with call to
900 strcmp.
901 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
902 * symfile.c (compare_symbols): Ditto.
903 * standalone.c (open): Ditto.
904 * remote-es.c (verify_break): Ditto.
905 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
906
907 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
908
8038e1e2
AC
909Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
910
911 * varobj.c (FREEIF): Delete macro.
912 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
913 call.
914
ea8d0b28
NC
9152001-01-18 Nick Clifton <nickc@redhat.com>
916
917 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
918 (arc_print_insn): No bfd available, so pass NULL to
919 arc_get_disassembler.
920
5dbd9048
JB
9212001-01-09 James Ingham <jingham@inghji.apple.com>
922
923 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
924 a mangled symbol rather than recursing into lookup_symbol, since
925 this will just re-unmangle the name & call lookup_symbol_aux -
926 leading to an infinite recursion.
927
28ae27b1
MK
9282001-01-18 Mark Kettenis <kettenis@gnu.org>
929
930 * infcmd.c (print_return_value): Restore another space lost by
931 switch to UIOUT. ``$NN='' should be ``$NN =''.
932
6ab3a9c9
AC
933Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
934
935 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
936 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
937 definition in parenthesis.
938
ad6525fc
AC
939Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
940
941 From 2000-10-27 Mark Salter <msalter@redhat.com>:
942 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
943 packet.
944 (remote_insert_hw_breakpoint): Ditto.
945
6259c7e2
C
9462001-01-17 J.T. Conklin <jtc@redback.com>
947
948 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 949 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
950 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
951 * m68knbsd-tdep.c: New file.
952
953 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
954
955 * m68knbsd-nat.c: #include gdbcore.h.
956
abdcb2a5
AC
957Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
958
959 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
960
e7a8479f
MS
9612001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
962
aaeb7efa
MS
963 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
964 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
965 * source.c (openp): Fix typo in comment.
966
7036d6ce
ND
9672001-01-12 Nicholas Duffek <nsd@redhat.com>
968
969 * blockframe.c (generic_get_saved_register): Spelling fix.
970 * frame.h (FRAME_FP): Spelling fix.
971
9549d9c1
AC
972Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
973
974 * infcmd.c (print_return_value): Restore space lost by switch to
975 UIOUT. ``$NN='' should be ``$NN =''.
976
7302a204
ND
9772001-01-08 Nicholas Duffek <nsd@redhat.com>
978
979 * regcache.c (set_register_cached, register_buffer,
980 real_register, pseudo_register fetch_register, store_register):
981 New functions.
982 (register_changed, read_relative_register_raw_bytes_for_frame,
983 registers_changed, registers_fetched, read_register_bytes,
984 read_register_gen, write_register_gen, read_register,
985 read_signed_register, write_register, supply_register): Replace
986 register_valid[] with register_cached() and
987 set_register_cached().
988 (read_register_bytes, read_register_gen, write_register_gen,
989 read_register, read_signed_register, write_register,
990 supply_register): Replace registers[] with register_buffer().
991 (read_register_bytes, read_register_gen, read_register,
992 read_signed_register): Call fetch_register().
993 (write_register_gen, write_register): Call real_register() and
994 store_register().
995 (write_register_bytes): Call store_register().
996 * value.h (set_register_cached, register_buffer): Prototype.
997 * remote.c (remote_fetch_registers): Allocate regs[] with a
998 run-time size. Replace register_valid[] with
999 set_register_cached().
1000 (store_register_using_P, remote_store_registers): Replace
1001 registers[] with register_buffer().
1002
5ebd2499
ND
10032001-01-08 Nicholas Duffek <nsd@redhat.com>
1004
1005 * regcache.c: Change "write-back" comment to "write-through".
1006 Change "regno" to "regnum".
1007 (read_register, read_signed_register): Remove "raw" from return
1008 value description.
1009 (supply_register): Spelling fix.
1010 * value.h: Change "regno" to "regnum".
1011
1302fd5e
FN
10122001-01-08 Fernando Nasser <fnasser@redhat.com>
1013
1014 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
1015 to be installed.
1016
9dcb560c
MS
10172001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1018
1019 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
1020
0e2fb98e
ND
10212001-01-04 Nicholas Duffek <nsd@redhat.com>
1022
1023 * valops.c (VALUE_SUBSTRING_START): Delete.
1024
12cf3f1b
ND
10252001-01-04 Nicholas Duffek <nsd@redhat.com>
1026
1027 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
1028 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
1029 (cli_utils_h): New variable.
1030 (cli/cli-utils.o): New rule.
1031 * cli/cli-utils.c: New file.
1032 * cli/cli-utils.h: New file.
1033
cc533b9d
ND
10342001-01-04 Nicholas Duffek <nsd@redhat.com>
1035
1036 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
1037 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
1038
ad2a4d09
C
10392001-01-03 J.T. Conklin <jtc@redback.com>
1040
1041 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
1042 comment.
1043
8140e7ac
MS
10442001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
1045
3116c80a
EZ
1046 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
1047 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
d19b71be 1048 non-float types.
779e876b 1049 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
1050 Update copyright notice.
1051
15f33b66 1052For older changes see ChangeLog-2000
c906108c
SS
1053\f
1054Local Variables:
1055mode: change-log
1056left-margin: 8
1057fill-column: 74
1058version-control: never
1059End:
This page took 0.494055 seconds and 4 git commands to generate.