Version 4.8.3
This commit is contained in:
parent
3a8bc841b0
commit
ee7e82fedb
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
Wed Apr 14 17:12:51 1993 Jim Kingdon (kingdon@cygnus.com)
|
Wed Apr 14 17:12:51 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
|
* Version 4.8.3.
|
||||||
|
|
||||||
* xcoffread.c (record_include_{begin,end}): Change fatal to complain.
|
* xcoffread.c (record_include_{begin,end}): Change fatal to complain.
|
||||||
|
|
||||||
Wed Apr 14 14:03:18 1993 Per Bothner (bothner@cygnus.com)
|
Wed Apr 14 14:03:18 1993 Per Bothner (bothner@cygnus.com)
|
||||||
|
|
|
@ -164,7 +164,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \
|
||||||
ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
|
ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
|
||||||
ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
|
ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
|
||||||
|
|
||||||
VERSION = 4.8.2
|
VERSION = 4.8.3
|
||||||
DIST=gdb
|
DIST=gdb
|
||||||
|
|
||||||
LINT=/usr/5bin/lint
|
LINT=/usr/5bin/lint
|
||||||
|
@ -509,9 +509,7 @@ alldeps.mak: force
|
||||||
depend: $(SOURCES) Makefile.in
|
depend: $(SOURCES) Makefile.in
|
||||||
@echo Ignore errors about non-existent system-supplied include files
|
@echo Ignore errors about non-existent system-supplied include files
|
||||||
@echo for systems other than the one you are using.
|
@echo for systems other than the one you are using.
|
||||||
@echo Also ignore parse errors in valops.c, and any errors in
|
@echo Also ignore any errors in arm-convert.s.
|
||||||
@echo arm-convert.s.
|
|
||||||
touch xm.h tm.h nm.h
|
|
||||||
-$(GCC) -MM -nostdinc -I/usr/include $(CFLAGS) -I$(BFD_DIR) \
|
-$(GCC) -MM -nostdinc -I/usr/include $(CFLAGS) -I$(BFD_DIR) \
|
||||||
-I${READLINE_DIR} $(INCLUDE_CFLAGS) \
|
-I${READLINE_DIR} $(INCLUDE_CFLAGS) \
|
||||||
`ls $(SOURCES) | grep -v '\.[hy]$$' | \
|
`ls $(SOURCES) | grep -v '\.[hy]$$' | \
|
||||||
|
|
Loading…
Reference in a new issue