diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-21 14:21:54 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-21 14:21:54 +0000 |
commit | 2d97273c8ba5e396bb646ae26a2fdb8164f3436b (patch) | |
tree | 55c9c1eaffc56a887df9ffa0e0cadd84efe0f124 /gas/config/tc-sparc.h | |
parent | ed6bfe6d75e4166937a43f44da4ae3f504a8ca68 (diff) | |
download | gdb-2d97273c8ba5e396bb646ae26a2fdb8164f3436b.zip gdb-2d97273c8ba5e396bb646ae26a2fdb8164f3436b.tar.gz gdb-2d97273c8ba5e396bb646ae26a2fdb8164f3436b.tar.bz2 |
be more cautious with tranle's patches
Diffstat (limited to 'gas/config/tc-sparc.h')
-rw-r--r-- | gas/config/tc-sparc.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gas/config/tc-sparc.h b/gas/config/tc-sparc.h index bc93fbf..7f450af 100644 --- a/gas/config/tc-sparc.h +++ b/gas/config/tc-sparc.h @@ -1,5 +1,5 @@ /* tc-sparc.h - Macros and type defines for the sparc. - Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -19,6 +19,7 @@ #define TC_SPARC 1 +#define NO_LISTING #define LOCAL_LABELS_FB #ifdef OBJ_BOUT @@ -33,7 +34,9 @@ #define tc_headers_hook(a) {;} /* don't need it. */ #define tc_crawl_symbol_chain(a) {;} /* don't need it. */ - + +void tc_aout_pre_write_hook(); + #define LISTING_HEADER "SPARC GAS " /* |