From: Jose E. Marchesi Date: Fri, 28 Jul 2023 20:20:41 +0000 (+0200) Subject: bpf: remove spurious comment from tc-bpf.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=648bd020a28beab70768d44d256b7f5483746d38;p=binutils-gdb.git bpf: remove spurious comment from tc-bpf.c --- 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; }