diff options
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ extern void s_align_ptwo (int); extern void bss_alloc (symbolS *, addressT, int); extern offsetT parse_align (int); extern symbolS *s_comm_internal (int, symbolS *(*) (int, symbolS *, addressT)); +extern symbolS *s_lcomm_internal (int, symbolS *, addressT); extern void s_app_file_string (char *); extern void s_app_file (int); extern void s_app_line (int); |