diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-27 19:42:23 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-27 19:42:23 +0000 |
commit | 49864cfa6cfbd8c2a337765346dfda2597e6b8ac (patch) | |
tree | 0e576d4f0bcc3b3cb145d989a96b8185eb3b3aa5 /gas/config/tc-h8500.c | |
parent | 9a7d824a261ba7785702c5a3b5bc6bf3a3b12213 (diff) | |
download | gdb-49864cfa6cfbd8c2a337765346dfda2597e6b8ac.zip gdb-49864cfa6cfbd8c2a337765346dfda2597e6b8ac.tar.gz gdb-49864cfa6cfbd8c2a337765346dfda2597e6b8ac.tar.bz2 |
read.c (s_align_bytes): Properly record alignment.
expr.c (__): Undefine before defining.
as.c (got_sig): Don't return anything; return type might be void.
Whitespace/comment cleanup in frags.c.
Some patches for `-pedantic' or `-fno-common' compilation.
(Some of these changes are from Michael Meissner; see change log.)
Diffstat (limited to 'gas/config/tc-h8500.c')
-rw-r--r-- | gas/config/tc-h8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index 4cd741d..0379f71 100644 --- a/gas/config/tc-h8500.c +++ b/gas/config/tc-h8500.c @@ -58,7 +58,7 @@ const pseudo_typeS md_pseudo_table[] = {0, 0, 0} }; -int md_reloc_size; +const int md_reloc_size; const char EXP_CHARS[] = "eE"; |