diff options
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2022,7 +2022,7 @@ parse_align (int align_bytes) (alignment as a power of 2), or 2 if this was a ".bss" directive with alignment in bytes. */ -static symbolS * +symbolS * s_lcomm_internal (int needs_align, symbolS *symbolP, addressT size) { addressT align = 0; |