bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/28762] [z80-unknown-elf-as]: assembly fails, but fixed with a b


From: sergey.belyashov at gmail dot com
Subject: [Bug gas/28762] [z80-unknown-elf-as]: assembly fails, but fixed with a blank line
Date: Wed, 12 Jan 2022 13:37:58 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28762

--- Comment #9 from Sergey Belyashov <sergey.belyashov at gmail dot com> ---
It is intermediate buffer. There is already preparsed test (no comments, white
spaces reduced to one space, etc).
The buffer is 32*1024 size (32768 bytes). So if "LD A" is in buffer1 and ",B\n"
in the buffer2, then comma is lost.
If you add any non-whitespace symbol before this line then A is moved to
buffer2 and no issues appear.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]