diff options
author | Nick Clifton <nickc@redhat.com> | 1999-01-14 09:53:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-01-14 09:53:22 +0000 |
commit | 5727d41dae70994c2b69135611b43e7e760266d2 (patch) | |
tree | 987b3f9706ceecaf70d8fea29f4278857606ead0 | |
parent | 984b70f0c85a5a3164fa8f7acdabb8657f0dbc83 (diff) | |
download | binutils-5727d41dae70994c2b69135611b43e7e760266d2.zip binutils-5727d41dae70994c2b69135611b43e7e760266d2.tar.gz binutils-5727d41dae70994c2b69135611b43e7e760266d2.tar.bz2 |
Output formatting change to improve readability.
-rw-r--r-- | binutils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e08e822..91f7489 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,21 @@ +1999-01-14 Nick Clifton <nickc@cygnus.com> + + * readelf.c (process_section_headers): Omit trailing space at end + of section header contents line. + +Wed Dec 16 17:20:05 1998 Doug Evans <devans@canuck.cygnus.com> + +start-sanitize-sky + * link.c.in (main): crt0.o renamed to crt0b.o. + +end-sanitize-sky + * aclocal.m4: Regenerate. + +Mon Dec 14 12:55:36 1998 Jim Wilson <wilson@cygnus.com> + + * dllwrap.c: Include bfd.h and bucomm.h. Move getopt.h include + after libiberty.h include. + start-sanitize-sky Sat Dec 12 11:24:23 1998 Doug Evans <devans@canuck.cygnus.com> |