projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc9ed2
)
fix spacing error
author
Ian Lance Taylor
<ian@airs.com>
Tue, 4 Feb 1997 21:35:47 +0000
(21:35 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 4 Feb 1997 21:35:47 +0000
(21:35 +0000)
gas/config/tc-sparc.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-sparc.c
b/gas/config/tc-sparc.c
index c2b1f7e50461c0156b0779082df5c3108339d65e..f0d751aedc33d59f2e292374cbc9a1daf915e183 100644
(file)
--- a/
gas/config/tc-sparc.c
+++ b/
gas/config/tc-sparc.c
@@
-2847,7
+2847,7
@@
struct option md_longopts[] = {
#define OPTION_BIG_ENDIAN (OPTION_MD_BASE + 4)
{"EB", no_argument, NULL, OPTION_BIG_ENDIAN},
#endif
-
#define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
+#define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
{"enforce-aligned-data", no_argument, NULL, OPTION_ENFORCE_ALIGNED_DATA},
{NULL, no_argument, NULL, 0}
};