diff options
author | Per Bothner <per@bothner.com> | 1992-08-31 01:11:18 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-08-31 01:11:18 +0000 |
commit | 455a0d2890f2ccb1e0cfb8b21ea080329b92f69e (patch) | |
tree | ae4ffd7cdb7a18fd979c12ce9af982291dac5730 /binutils | |
parent | 98a33b6db980ee8e84f0ab6c3291d6b3c07408e5 (diff) | |
download | gdb-455a0d2890f2ccb1e0cfb8b21ea080329b92f69e.zip gdb-455a0d2890f2ccb1e0cfb8b21ea080329b92f69e.tar.gz gdb-455a0d2890f2ccb1e0cfb8b21ea080329b92f69e.tar.bz2 |
* Makefile.in: Bump to versions 1.97.90.
* cplus-dem.c: Removed. Was nowhere used - and if some
programs are changed to to demangling should now use the
versions in libiberty.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/.Sanitize | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/Makefile.in | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 08703ff..82a60a2 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -47,7 +47,6 @@ configure.bat configure.in config copy.c -cplus-dem.c filemode.c gmalloc.c i386-pinsn.c diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4b3f798..0d013ef 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Sun Aug 30 18:09:03 1992 Per Bothner (bothner@rtl.cygnus.com) + + * Makefile.in: Bump to versions 1.97.90. + * cplus-dem.c: Removed. Was nowhere used - and if some + programs are changed to to demangling should now use the + versions in libiberty. + Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com) * configure.in: add we32k diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 08b1c64..0ea2429 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -63,7 +63,7 @@ LEX_OPTIONS = -I -Cem LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex -S../flex/flex.skel ; else echo flex ; fi` # Distribution version -VERSION=1.97 +VERSION=1.97.90 # Distribution name DIST_NAME=binutils-${VERSION} @@ -351,7 +351,6 @@ ar.o: ar.c arsup.o: arsup.c bucomm.o: bucomm.c copy.o: copy.c -cplus-dem.o:cplus-dem.c filemode.o:filemode.c getopt.o:getopt.c getopt1.o:getopt1.c |