diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-20 13:14:47 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-20 13:14:47 +0000 |
commit | a4d24084f10f88c0b8417bb2dab720a456345d87 (patch) | |
tree | 572cfbf4bc519aff1474bde4f46b8f4d69f45d99 /gas/config/tc-tahoe.h | |
parent | b3ea35849fbbdfb9a2396e4e9369d28f8597338a (diff) | |
download | gdb-a4d24084f10f88c0b8417bb2dab720a456345d87.zip gdb-a4d24084f10f88c0b8417bb2dab720a456345d87.tar.gz gdb-a4d24084f10f88c0b8417bb2dab720a456345d87.tar.bz2 |
2000-09-20 Kazu Hirata <kazu@hxi.com>
* config/tc-tahoe.c: Fix formatting.
* config/tc-tahoe.h: Likewise.
Diffstat (limited to 'gas/config/tc-tahoe.h')
-rw-r--r-- | gas/config/tc-tahoe.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gas/config/tc-tahoe.h b/gas/config/tc-tahoe.h index be8a5be..e18029f 100644 --- a/gas/config/tc-tahoe.h +++ b/gas/config/tc-tahoe.h @@ -1,6 +1,6 @@ /* This file is tc-tahoe.h - Copyright (C) 1987-1992 Free Software Foundation, Inc. + Copyright (C) 1987-1992, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -15,8 +15,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GAS; see the file COPYING. If not, write to - the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with GAS; see the file COPYING. If not, write to the Free + Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ #define TC_TAHOE 1 @@ -24,8 +25,8 @@ #define NO_LISTING -#define tc_headers_hook(a) {;} /* don't need it. */ -#define tc_crawl_symbol_chain(a) {;} /* don't need it. */ +#define tc_headers_hook(a) {;} /* don't need it. */ +#define tc_crawl_symbol_chain(a) {;} /* don't need it. */ #define tc_aout_pre_write_hook(a) {;} #define md_operand(x) @@ -39,5 +40,3 @@ extern const struct relax_type md_relax_table[]; * fill-column: 131 * End: */ - -/* end of tc-tahoe.h */ |