aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic80.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-16 00:59:49 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-16 00:59:49 +0000
commit19d63e5d2d20b6f1264092d27d9780181c333fa7 (patch)
treea87bd96db9267febf7767bce8e0854cef5b2fb91 /gas/config/tc-tic80.c
parentcbfe05c4c649f887c078c9b7268e4484fbe5d45c (diff)
downloadgdb-19d63e5d2d20b6f1264092d27d9780181c333fa7.zip
gdb-19d63e5d2d20b6f1264092d27d9780181c333fa7.tar.gz
gdb-19d63e5d2d20b6f1264092d27d9780181c333fa7.tar.bz2
2000-11-15 Kazu Hirata <kazu@hxi.com>
* config/tc-tic30.c: Fix formatting. * config/tc-tic80.c: Likewise. * config/tc-v850.c: Likewise. * config/tc-vax.c: Likewise. * config/tc-w65.c: Likewise. * config/tc-z8k.c: Likewise.
Diffstat (limited to 'gas/config/tc-tic80.c')
-rw-r--r--gas/config/tc-tic80.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c
index fa1ae04..0075260 100644
--- a/gas/config/tc-tic80.c
+++ b/gas/config/tc-tic80.c
@@ -58,8 +58,7 @@ const char FLT_CHARS[] = "fF";
extern void obj_coff_section ();
-const pseudo_typeS md_pseudo_table[] =
-{
+const pseudo_typeS md_pseudo_table[] = {
{ "align", s_align_bytes, 4 }, /* Do byte alignment, default is a 4 byte boundary */
{ "word", cons, 4 }, /* FIXME: Should this be machine independent? */
{ "bss", s_lcomm_bytes, 1 },