.globl does not accept comma's

This commit is contained in:
ceriel 1986-12-12 14:40:25 +00:00
parent d62336a718
commit 980953f861

View file

@ -1,5 +1,6 @@
.set break,17 .set break,17
.globl _sbrk, _brk .globl _sbrk
.globl _brk
.globl _end .globl _end
.align 1 .align 1