Local label checks in integer_constant
authorAlan Modra <amodra@gmail.com>
Fri, 10 Feb 2023 07:33:35 +0000 (18:03 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 10 Feb 2023 07:37:49 +0000 (18:07 +1030)
commitfe8cdc8ec145a166414fc375cf2cb65d9a8085a1
tree7e9aec7c2d7bafcbbcf78d7d03e45d7c4384456f
parentaa1807419ba0b6fa4a8b497babc1c89b27e667e5
Local label checks in integer_constant

"Local labels are never absolute" says the comment.  Except when they
are.  Testcase
 .offset
0:
 a=0b
I don't see any particular reason to disallow local labels inside
struct definitions, so delete the comment and assertions.

* expr.c (integer_constant): Delete local label assertions.
gas/expr.c