aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-09-13 00:14:18 +0000
committerStan Shebs <shebs@codesourcery.com>1994-09-13 00:14:18 +0000
commit97e3526ee7295ccc07fbc6724086b3917042b5f3 (patch)
tree14748c50c7b309a51f528792aaa42b4c44cb5518 /gas
parent5e766076dcb2056d2d4dd8a7b0e6a35513a09691 (diff)
downloadgdb-97e3526ee7295ccc07fbc6724086b3917042b5f3.zip
gdb-97e3526ee7295ccc07fbc6724086b3917042b5f3.tar.gz
gdb-97e3526ee7295ccc07fbc6724086b3917042b5f3.tar.bz2
* mpw-make.in (ALL_CFLAGS): Add definition of HAVE_STDARG_H,
include of ::libiberty:. (config.h): Ifdef contents on GAS_VERSION. config/ho-mpw.h: Remove redefinitions of true and false.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog.mpw7
-rw-r--r--gas/config/ho-mpw.h8
-rw-r--r--gas/mpw-make.in6
3 files changed, 10 insertions, 11 deletions
diff --git a/gas/ChangeLog.mpw b/gas/ChangeLog.mpw
index fd4fb86..3228bb7 100644
--- a/gas/ChangeLog.mpw
+++ b/gas/ChangeLog.mpw
@@ -1,3 +1,10 @@
+Mon Sep 12 16:56:02 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * mpw-make.in (ALL_CFLAGS): Add definition of HAVE_STDARG_H,
+ include of ::libiberty:.
+ (config.h): Ifdef contents on GAS_VERSION.
+ config/ho-mpw.h: Remove redefinitions of true and false.
+
Wed Jun 29 17:56:52 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (as.c): Compile with C not gC.
diff --git a/gas/config/ho-mpw.h b/gas/config/ho-mpw.h
index 76ec649..bcdcb70 100644
--- a/gas/config/ho-mpw.h
+++ b/gas/config/ho-mpw.h
@@ -35,14 +35,6 @@
#include <stdlib.h>
#include <string.h>
-
-#ifndef false
-#define false ffalse
-#endif
-#ifndef true
-#define true ttrue
-#endif
-
#include <memory.h>
char *strdup();
diff --git a/gas/mpw-make.in b/gas/mpw-make.in
index 9a4c723..185b66a 100644
--- a/gas/mpw-make.in
+++ b/gas/mpw-make.in
@@ -10,7 +10,7 @@ o = :
CROSS = -d CROSS_COMPILE
-ALL_CFLAGS = {CFLAGS} {CROSS} -d TARGET_BYTES_BIG_ENDIAN -d BFD_ASSEMBLER -i "{topsrcdir}"include: -i "{topsrcdir}"bfd:,"{srcdir}",::bfd:,::extra-include,"{srcroot}"include:mpw:
+ALL_CFLAGS = {CFLAGS} {CROSS} -d HAVE_STDARG_H -d TARGET_BYTES_BIG_ENDIAN -d BFD_ASSEMBLER -i "{topsrcdir}"include: -i "{topsrcdir}"bfd:,"{srcdir}",::libiberty:,::bfd:,::extra-include,"{srcroot}"include:mpw:
# debug options: -mbg on -sym on
"{o}" \Option-f : "{s}"
@@ -75,7 +75,7 @@ as.new \Option-f\Option-f {OBJECTS} {TARG_OBJECTS} {CLIBS}
"{o}"config-stamp \Option-f Makefile
Delete -i -y "{o}"config.new "{o}"config-stamp
- echo '#ifndef TARGET_CPU' > "{o}"config.new
+ echo '#ifndef GAS_VERSION' > "{o}"config.new
echo '#define TARGET_CPU "{target_cpu}"' >> "{o}"config.new
echo '#define TARGET_ALIAS "{target_alias}"' >> "{o}"config.new
echo '#define TARGET_CANONICAL "{target_canonical}"' >> "{o}"config.new
@@ -87,7 +87,7 @@ as.new \Option-f\Option-f {OBJECTS} {TARG_OBJECTS} {CLIBS}
# else true; fi; \
# done ; \
# else true; fi
- echo '#endif /* TARGET_CPU */' >> "{o}"config.new
+ echo '#endif /* GAS_VERSION */' >> "{o}"config.new
MoveIfChange "{o}"config.new "{o}"config.h
Echo ' ' >"{o}"config-stamp