diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-07-23 14:02:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-07-23 14:02:13 +0000 |
commit | 07726851730d309acac31c6576c05a80554ccc3a (patch) | |
tree | 6d8247b855f9b12b68b53f123c7ed49c209e87e2 /gas/config/tc-tic80.c | |
parent | 44f2a95d954b07d967045b7079e3f935abf85288 (diff) | |
download | gdb-07726851730d309acac31c6576c05a80554ccc3a.zip gdb-07726851730d309acac31c6576c05a80554ccc3a.tar.gz gdb-07726851730d309acac31c6576c05a80554ccc3a.tar.bz2 |
* config/tc-alpha.h: Fix formatting.
* config/tc-arc.c: Likewise.
* config/tc-d10v.h: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i370.c: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i960.h: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-ia64.h: Likewise.
* config/tc-m32r.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-pdp11.c: Likewise.
* config/tc-pj.h: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-sparc.h: Likewise.
* config/tc-tic80.c: Likewise.
* config/tc-w65.h: Likewise.
Diffstat (limited to 'gas/config/tc-tic80.c')
-rw-r--r-- | gas/config/tc-tic80.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index 154a82d..244e16b 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -22,10 +22,10 @@ #include "opcode/tic80.h" #define internal_error(what) \ - as_fatal(_("internal error:%s:%d: %s\n"), __FILE__, __LINE__, what) + as_fatal (_("internal error:%s:%d: %s\n"), __FILE__, __LINE__, what) #define internal_error_a(what,arg) \ - as_fatal(_("internal error:%s:%d: %s %d\n"), __FILE__, __LINE__, what, arg) + as_fatal (_("internal error:%s:%d: %s %d\n"), __FILE__, __LINE__, what, arg) /* Generic assembler global variables which must be defined by all targets. */ |