diff options
author | Pierre Muller <muller@sourceware.org> | 2000-09-04 13:49:22 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2000-09-04 13:49:22 +0000 |
commit | 7faed10febfd0cda542ed949cfd9e10f45f05811 (patch) | |
tree | 72df96f28d85936a5577bae33d5ee14bb285abe6 | |
parent | 3d9a5942bdbcc9c1af74d0121289b211f7624140 (diff) | |
download | gdb-7faed10febfd0cda542ed949cfd9e10f45f05811.zip gdb-7faed10febfd0cda542ed949cfd9e10f45f05811.tar.gz gdb-7faed10febfd0cda542ed949cfd9e10f45f05811.tar.bz2 |
* fix my last entry format
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0feb234..2f56452 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -9,14 +9,15 @@ Mon Sep 4 16:21:31 2000 Andrew Cagney <cagney@amy.cygnus.com> * config/i386/nm-linux.h: Include <signal.h>. 2000-09-04 Pierre Muller <muller@ics.u-strasbg.fr> - * c-typeprint.c (c_typedef_print): remove (replaced by typedef_print in - typeprint.c). + + * c-typeprint.c (c_typedef_print): remove (replaced by + typedef_print in typeprint.c). * typeprint.c (typedef_print): new function. (old c_typedef_print function with pascal language support added). * value.h (c_printdef_print): removed. (typedef_print): declare. - * symtab.c (print_symbol_info): call to c_typedef_print replaced by - call to typedef_print. + * symtab.c (print_symbol_info): call to c_typedef_print replaced + by call to typedef_print. 2000-09-03 Mark Kettenis <kettenis@gnu.org> |