mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* 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.
This commit is contained in:
@ -47,7 +47,6 @@ configure.bat
|
|||||||
configure.in
|
configure.in
|
||||||
config
|
config
|
||||||
copy.c
|
copy.c
|
||||||
cplus-dem.c
|
|
||||||
filemode.c
|
filemode.c
|
||||||
gmalloc.c
|
gmalloc.c
|
||||||
i386-pinsn.c
|
i386-pinsn.c
|
||||||
|
@ -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)
|
Thu Aug 27 12:58:09 1992 Brendan Kehoe (brendan@cygnus.com)
|
||||||
|
|
||||||
* configure.in: add we32k
|
* configure.in: add we32k
|
||||||
|
@ -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`
|
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex -S../flex/flex.skel ; else echo flex ; fi`
|
||||||
|
|
||||||
# Distribution version
|
# Distribution version
|
||||||
VERSION=1.97
|
VERSION=1.97.90
|
||||||
# Distribution name
|
# Distribution name
|
||||||
DIST_NAME=binutils-${VERSION}
|
DIST_NAME=binutils-${VERSION}
|
||||||
|
|
||||||
@ -351,7 +351,6 @@ ar.o: ar.c
|
|||||||
arsup.o: arsup.c
|
arsup.o: arsup.c
|
||||||
bucomm.o: bucomm.c
|
bucomm.o: bucomm.c
|
||||||
copy.o: copy.c
|
copy.o: copy.c
|
||||||
cplus-dem.o:cplus-dem.c
|
|
||||||
filemode.o:filemode.c
|
filemode.o:filemode.c
|
||||||
getopt.o:getopt.c
|
getopt.o:getopt.c
|
||||||
getopt1.o:getopt1.c
|
getopt1.o:getopt1.c
|
||||||
|
Reference in New Issue
Block a user