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: petemoore at gmx dot net
Subject: [Bug gas/28762] [z80-unknown-elf-as]: assembly fails, but fixed with a blank line
Date: Wed, 12 Jan 2022 13:26:54 +0000

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

--- Comment #8 from Pete Moore <petemoore at gmx dot net> ---
Ah, I think I see! The (output?) buffer is 32Kb, so this was happening at a
32Kb boundary, so almost any change would move this condition away from the
32Kb boundary...

I'm guessing it is the output buffer that has this buffer, rather than the
input, which would explain why whitespace changes didn't resolve the issue,
because they wouldn't affect the output of the preprocessing stage, which
itself removes whitespace. Is that about right?

-- 
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]