CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler. i386
authorK. Richard Pixley <rich@cygnus>
Mon, 8 Apr 1991 15:49:47 +0000 (15:49 +0000)
committerK. Richard Pixley <rich@cygnus>
Mon, 8 Apr 1991 15:49:47 +0000 (15:49 +0000)
support for aout now tested against an installed customers sun4 cross.
Added REVERSE_SORT_RELOCS.

gas/config/obj-bout.c
gas/config/obj-bout.h
gas/config/te-ic960.h

index abfdaa8894289e07996db6d219bd6401da1ab5ad..314edccfe96c48d78ae6d781f0122349e61ab207 100644 (file)
@@ -459,13 +459,13 @@ char **where;
 {
        symbolS *symbolP;
 
-#ifdef CROSS_ASSEMBLE
+#ifdef CROSS_COMPILE
        /* Gotta do md_ byte-ordering stuff for string_byte_count first - KWK */
        md_number_to_chars(*where, string_byte_count, sizeof(string_byte_count));
        *where += sizeof(string_byte_count);
-#else /* CROSS_ASSEMBLE */
+#else /* CROSS_COMPILE */
        append(where, (char *) &string_byte_count, (unsigned long) sizeof(string_byte_count));
-#endif /* CROSS_ASSEMBLE */
+#endif /* CROSS_COMPILE */
 
        for(symbolP = symbol_rootP; symbolP; symbolP = symbol_next(symbolP)) {
                if(S_GET_NAME(symbolP))
index fc95a35fa6cc36b41df29989c1a1e5b90690b1fb..5ba18f16d80de27467a894b6c876a304afba5490 100644 (file)
@@ -60,9 +60,9 @@ to the Free Software Foundation, 675 Mass Ave, Cambridge, MA
 #include "targ-cpu.h"
 
  /* bout uses host byte order for headers */
-#ifdef CROSS_ASSEMBLE
-#undef CROSS_ASSEMBLE
-#endif /* CROSS_ASSEMBLE */
+#ifdef CROSS_COMPILE
+#undef CROSS_COMPILE
+#endif /* CROSS_COMPILE */
 
  /* We want \v. */
 #define BACKSLASH_V 1
index 15c3064f2557446a3a774f8d0c65fb8c62dba469..165a780d41d003e87e3aae8583b39718305a1e91 100644 (file)
@@ -8,9 +8,9 @@
 #define TE_IC960 1
 
  /* intel uses host byte order for headers */
-#ifdef CROSS_ASSEMBLE
-#undef CROSS_ASSEMBLE
-#endif /* CROSS_ASSEMBLE */
+#ifdef CROSS_COMPILE
+#undef CROSS_COMPILE
+#endif /* CROSS_COMPILE */
 
 #define OBJ_COFF_OMIT_OPTIONAL_HEADER
 #define LOCAL_LABEL(name) ( (name[0] =='L') \