From 648bd020a28beab70768d44d256b7f5483746d38 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Fri, 28 Jul 2023 22:20:41 +0200 Subject: [PATCH] bpf: remove spurious comment from tc-bpf.c --- gas/config/tc-bpf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gas/config/tc-bpf.c b/gas/config/tc-bpf.c index 969116bc5ad..230e499aa1d 100644 --- a/gas/config/tc-bpf.c +++ b/gas/config/tc-bpf.c @@ -535,8 +535,6 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, at this point. */ if (RELAX_BRANCH_CONST (fragp->fr_subtype)) { - /* XXX this loses the 32-bit value if the constant was - overflown! */ disp_to_target = fragp->fr_offset; disp_is_known = 1; } -- 2.30.2