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-a29k.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-a29k.c')
-rw-r--r-- | gas/config/tc-a29k.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index dd13b62..0a9c22a 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -98,12 +98,12 @@ int md_short_jump_size = 4; int md_long_jump_size = 4; #if defined(BFD_HEADERS) #ifdef RELSZ -int md_reloc_size = RELSZ; /* Coff headers */ +const int md_reloc_size = RELSZ; /* Coff headers */ #else -int md_reloc_size = 12; /* something else headers */ +const int md_reloc_size = 12; /* something else headers */ #endif #else -int md_reloc_size = 12; /* Not bfdized*/ +const int md_reloc_size = 12; /* Not bfdized*/ #endif /* This array holds the chars that always start a comment. If the |