summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-04-25 15:16:58 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-04-25 15:16:58 -0700
commit39e2ad1b9fef5b0437ed18c77bd703003a2b8e54 (patch)
treede4ba811bfa01e91b4ac0fbc1edbeadac226bd02 /src/m
parent6bdf5d652360b79c8ee6194e8dd1b23ef4721a53 (diff)
downloademacs-39e2ad1b9fef5b0437ed18c77bd703003a2b8e54.tar.gz
Remove all NO_ARG_ARRAY uses.
* fns.c (concat2, concat3, nconc2): * eval.c (apply1, call1, call2, call3, call4, call5, call6) (call7): Remove NO_ARG_ARRAY usage, assume it's always true. * m/xtensa.h (NO_ARG_ARRAY): * m/template.h (NO_ARG_ARRAY): * m/sparc.h (NO_ARG_ARRAY): * m/sh3.h (NO_ARG_ARRAY): * m/mips.h (NO_ARG_ARRAY): * m/macppc.h (NO_ARG_ARRAY): * m/iris4d.h (NO_ARG_ARRAY): * m/intel386.h (NO_ARG_ARRAY): * m/ibms390x.h (NO_ARG_ARRAY): * m/ibms390.h (NO_ARG_ARRAY): * m/ibmrs6000.h (NO_ARG_ARRAY): * m/ia64.h (NO_ARG_ARRAY): * m/hp800.h (NO_ARG_ARRAY): * m/arm.h (NO_ARG_ARRAY): * m/amdx86-64.h (NO_ARG_ARRAY): * m/alpha.h (NO_ARG_ARRAY): Remove definition.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/alpha.h5
-rw-r--r--src/m/amdx86-64.h5
-rw-r--r--src/m/arm.h10
-rw-r--r--src/m/hp800.h5
-rw-r--r--src/m/ia64.h5
-rw-r--r--src/m/ibmrs6000.h5
-rw-r--r--src/m/ibms390.h5
-rw-r--r--src/m/ibms390x.h5
-rw-r--r--src/m/intel386.h6
-rw-r--r--src/m/iris4d.h5
-rw-r--r--src/m/macppc.h5
-rw-r--r--src/m/mips.h5
-rw-r--r--src/m/sh3.h2
-rw-r--r--src/m/sparc.h5
-rw-r--r--src/m/template.h5
-rw-r--r--src/m/xtensa.h2
16 files changed, 0 insertions, 80 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 065a0dd7d71..80f9d6c02fe 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -41,11 +41,6 @@ NOTE-END
#undef WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically. */
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h
index 0fe99af4f55..6d27c950ce4 100644
--- a/src/m/amdx86-64.h
+++ b/src/m/amdx86-64.h
@@ -38,11 +38,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically:
Ones defined so far include vax, m68000, ns16000, pyramid,
diff --git a/src/m/arm.h b/src/m/arm.h
index b04c5ecc1d9..441c3bd6289 100644
--- a/src/m/arm.h
+++ b/src/m/arm.h
@@ -24,16 +24,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. We can't
- * do this on the arm with gcc, since the first 4 args are in registers. */
-
-#ifdef __GNUC__
-#define NO_ARG_ARRAY
-#else
-#undef NO_ARG_ARRAY
-#endif
-
#define NO_REMAP
/* armin76@gentoo.org reported that the lgcc_s flag is necessary to
diff --git a/src/m/hp800.h b/src/m/hp800.h
index 0712a2c3309..7b6ebafeaa5 100644
--- a/src/m/hp800.h
+++ b/src/m/hp800.h
@@ -27,11 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the bit field into an int. In other words, if bit fields
are always unsigned.
diff --git a/src/m/ia64.h b/src/m/ia64.h
index 188697b7e89..85e0f825202 100644
--- a/src/m/ia64.h
+++ b/src/m/ia64.h
@@ -26,11 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically. */
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index a7d35cc8ab7..a62cb5d1987 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -22,11 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
operating system this machine is likely to run.
USUAL-OPSYS="aix3-1" */
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically. */
diff --git a/src/m/ibms390.h b/src/m/ibms390.h
index 794ab869511..efcd58daba3 100644
--- a/src/m/ibms390.h
+++ b/src/m/ibms390.h
@@ -27,11 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the 24-bit bit field into an int. In other words, if bit fields
are always unsigned.
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h
index ea0fa11ec3f..3026266b349 100644
--- a/src/m/ibms390x.h
+++ b/src/m/ibms390x.h
@@ -40,11 +40,6 @@ NOTE-END */
#define WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Define the type to use. */
#define EMACS_INT long
#define EMACS_UINT unsigned long
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 1bf3462d2ad..e2e22c3a538 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -39,11 +39,6 @@ NOTE-END */
#undef WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-/* #define NO_ARG_ARRAY */
-
#ifdef USG
#define TEXT_START 0
#endif /* USG */
@@ -51,7 +46,6 @@ NOTE-END */
#ifdef WINDOWSNT
#define VIRT_ADDR_VARIES
#define DATA_START get_data_start ()
-#define NO_ARG_ARRAY
#endif
#ifdef GNU_LINUX
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 1c276ecb167..a5532fcf715 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -23,11 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the bit field into an int. In other words, if bit fields
are always unsigned.
diff --git a/src/m/macppc.h b/src/m/macppc.h
index 77772521ed7..112c15ed8e4 100644
--- a/src/m/macppc.h
+++ b/src/m/macppc.h
@@ -22,11 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Data type of load average, as read out of kmem. */
#define LOAD_AVE_TYPE long
diff --git a/src/m/mips.h b/src/m/mips.h
index 4828b7479fc..e93ab281093 100644
--- a/src/m/mips.h
+++ b/src/m/mips.h
@@ -33,11 +33,6 @@ NOTE-END */
#define WORDS_BIG_ENDIAN
#endif
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the 24-bit bit field into an int. In other words, if bit fields
are always unsigned.
diff --git a/src/m/sh3.h b/src/m/sh3.h
index bb8e2937b01..703513d23f7 100644
--- a/src/m/sh3.h
+++ b/src/m/sh3.h
@@ -4,7 +4,5 @@
# define WORDS_BIG_ENDIAN
#endif
-#define NO_ARG_ARRAY
-
/* arch-tag: 1b01b84f-f044-4afa-aa4b-caa54ec38966
(do not change this comment) */
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 3eeb87a2b0e..b43e56bc3b9 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -31,11 +31,6 @@ NOTE-END */
#define WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* __sparc__ is defined by the compiler by default. */
/* XINT must explicitly sign-extend
diff --git a/src/m/template.h b/src/m/template.h
index 6e0dbb79844..d96af80a84e 100644
--- a/src/m/template.h
+++ b/src/m/template.h
@@ -27,11 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define WORDS_BIG_ENDIAN
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments. */
-
-#define NO_ARG_ARRAY
-
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically.
Ones defined so far include m68k and many others */
diff --git a/src/m/xtensa.h b/src/m/xtensa.h
index d53686d9401..664f18dcb10 100644
--- a/src/m/xtensa.h
+++ b/src/m/xtensa.h
@@ -2,8 +2,6 @@
Add a license notice if this grows to > 10 lines of code. */
-#define NO_ARG_ARRAY
-
#ifdef __LITTLE_ENDIAN
#undef WORDS_BIG_ENDIAN
#else