https://sourceware.org/bugzilla/show_bug.cgi?id=27215
Bug ID: 27215 Summary: as: Error: non-constant .uleb128 is not supported on riscv64 Product: binutils Version: 2.35.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: mliska at suse dot cz CC: mjw at fedoraproject dot org Target Milestone: --- The following test-case comes from dwz test-suite: $ cat repro.S .uleb128 .Lexpr_end4 - .Lexpr_start3 .Lexpr_start3: .Lexpr_end4: $ ./gas/as-new repro.S repro.S: Assembler messages: repro.S:1: Error: non-constant .uleb128 is not supported $ ./gas/as-new --version GNU assembler (GNU Binutils) 2.36.50.20210120 Copyright (C) 2021 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `riscv64-linux'. -- You are receiving this mail because: You are on the CC list for the bug.