delete some unused TE_* macros

This commit is contained in:
Ken Raeburn 1995-05-02 04:47:35 +00:00
parent 12aab635e0
commit 91a165d12e
7 changed files with 43 additions and 33 deletions

View 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>

View 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 */

View 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 */

11
gas/config/te-go32.h Normal file
View File

@ -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"

View File

@ -17,24 +17,9 @@
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 */

View 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] =='.' \

View 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. */