delete some unused TE_* macros
authorKen Raeburn <raeburn@cygnus>
Tue, 2 May 1995 04:47:35 +0000 (04:47 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 2 May 1995 04:47:35 +0000 (04:47 +0000)
gas/ChangeLog
gas/config/te-delta.h
gas/config/te-generic.h
gas/config/te-go32.h [new file with mode: 0644]
gas/config/te-hp300.h
gas/config/te-ic960.h
gas/config/te-ppcnw.h

index 5437e5a..6308bed 100644 (file)
@@ -1,3 +1,28 @@
+Tue May  2 00:17:04 1995  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
+
+       * config/te-generic.h (TE_GENERIC): Deleted unused macro.
+       * config/te-go32.h (TE_GO32): Ditto.
+       * config/te-hp300.h (TE_HP300): Ditto.
+       * config/te-ic960.h (TE_IC960): Ditto.
+       * config/te-nbsd532.h (TE_NETBSD532): Ditto.
+       * config/te-pc532mach.h (TE_PC532MACH): Ditto.
+       * config/te-ppcnw.h (TE_PPCNW): Ditto.
+
+Mon May  1 15:59:56 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * read.c (s_app_file): If obj_app_file is defined, call it with
+       string as argument.  Don't call c_dot_file_symbol or
+       elf_file_symbol.
+       * config/obj-coff.h (obj_app_file): Define as c_dot_file_symbol.
+       * config/obj-elf.h (obj_app_file): Define as elf_file_symbol.
+
+       * as.h (OUTPUT_FLAVOR): Don't define here.
+       * config/obj-aout.h (OUTPUT_FLAVOR) [BFD_ASSEMBLER]: Define.
+       * config/obj-bout.h (OUTPUT_FLAVOR): Define.
+       * config/obj-coff.h (OUTPUT_FLAVOR) [BFD_ASSEMBLER]: Define.
+       * config/obj-ecoff.h (OUTPUT_FLAVOR): Define.
+       * config/obj-elf.h (OUTPUT_FLAVOR): Define.
+
 start-sanitize-arc
 Sat Apr 29 21:44:57 1995  Doug Evans  <dje@chestnut.cygnus.com>
 
index 558966e..bd5a9e2 100644 (file)
@@ -1,6 +1,6 @@
 /* Remove leading underscore from the gcc generated symbol names */
 #define STRIP_UNDERSCORE
 
-/* end of te-sysv32.h */
-
 #define TE_DELTA
+
+/* end of te-delta.h */
index 999a4d2..8542dd0 100644 (file)
@@ -6,20 +6,13 @@
  * compile, and copying as an aid for testing and porting.  xoxorich.
  */
 
-#define TE_GENERIC 1
+/* Added these, because if we don't know what we're targetting we may
+   need an assembler version of libgcc, and that will use local
+   labels.  */
+#define LOCAL_LABELS_DOLLAR
+#define LOCAL_LABELS_FB
 
 /* these define interfaces */
 #include "obj-format.h"
 
-/* define this if you want gas to ignore the first underscore character of
-   each symbol */
-/* #define STRIP_UNDERSCORE */
-
-/*
- * Local Variables:
- * comment-column: 0
- * fill-column: 131
- * End:
- */
-
 /* end of te-generic.h */
diff --git a/gas/config/te-go32.h b/gas/config/te-go32.h
new file mode 100644 (file)
index 0000000..e30eecc
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * This file is te-go32.h
+ */
+
+#define LOCAL_LABELS_DOLLAR
+#define LOCAL_LABELS_FB
+
+#define TARGET_FORMAT "coff-go32"
+
+/* these define interfaces */
+#include "obj-format.h"
index dcf0125..afc8c5e 100644 (file)
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#define TE_HP300       1
-
 #define LOCAL_LABELS_DOLLAR
 #define LOCAL_LABELS_FB
 
-/* Could also be :
-   #define S_LOCAL_NAME(s)     (S_GET_NAME(s)[0] == '.' &&
-   S_GET_NAME(s)[1] == 'L' ||
-   S_GET_NAME(s)[1] == '.')
-   */
-
 #include "obj-format.h"
 
-/*
- * Local Variables:
- * comment-column: 0
- * fill-column: 131
- * End:
- */
-
 /* end of te-hp300.h */
index 72c1db5..2678aa1 100644 (file)
@@ -23,8 +23,6 @@
  * specific differences.
  */
 
-#define TE_IC960 1
-
 #define OBJ_COFF_OMIT_OPTIONAL_HEADER
 #define LOCAL_LABEL(name) ((name[0] =='L') \
                           || (name[0] =='.' \
index 7966fe9..aa26b5e 100644 (file)
@@ -17,8 +17,6 @@
    along with GAS; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#define TE_PPCNW
-
 /* Added these, because if we don't know what we're targetting we may
    need an assembler version of libgcc, and that will use local
    labels.  */