diff options
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c index 55a68bea7f3..b156b1c3427 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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; |