[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/31396] Symbols referenced from ".if"/"==" end up in the symbol
From: |
address@hidden |
Subject: |
[Bug gas/31396] Symbols referenced from ".if"/"==" end up in the symbol table |
Date: |
Sat, 17 Feb 2024 09:52:24 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31396
--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
There is nothing special about .if or '=='. The expression evaluator will
enter any identifier into the symbol table that is part of an expression, see
symbol_find_or_make.
--
You are receiving this mail because:
You are on the CC list for the bug.