diff options
author | Per Bothner <per@bothner.com> | 1992-12-16 02:13:17 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-12-16 02:13:17 +0000 |
commit | e2fe2df4d341bdae2a75dab9bc014898aac956fa (patch) | |
tree | 10ba70b987866092d310defec629889ff9440acf /binutils/ChangeLog | |
parent | 041164e469c35c91b406d48db6117ac7ab1c55a0 (diff) | |
download | gdb-e2fe2df4d341bdae2a75dab9bc014898aac956fa.zip gdb-e2fe2df4d341bdae2a75dab9bc014898aac956fa.tar.gz gdb-e2fe2df4d341bdae2a75dab9bc014898aac956fa.tar.bz2 |
* Makefile.in (dist): Fix permissions before release.
* size.c: Use bfd_size_type (and long) where appropriate.
* ar.c: Make writing a map the default, to be compatible
with SYSV and Posix.2. Remove some bogus kludges that
handled __.SYMDEF directly.
* NEWS: New file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3e4e2df..09ed627 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,20 @@ +Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com) + + * Makefile.in (dist): Fix permissions before release. + * size.c: Use bfd_size_type (and long) where appropriate. + * ar.c: Make writing a map the default, to be compatible + with SYSV and Posix.2. Remove some bogus kludges that + handled __.SYMDEF directly. + * NEWS: New file. + +Mon Nov 9 13:36:53 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * Makefile.in: flex no longer needs the -S flag + Sat Nov 7 15:06:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + * ar.c (extract_file): utime needs a pointer to a utimbuf + * Makefile.in: handle -I includes better, adding $(BASEDIR)/bfd to the list (since some of the bfd/hosts/*.h files include other files from that directory) |