bpf: remove spurious comment from tc-bpf.c
authorJose E. Marchesi <jose.marchesi@oracle.com>
Fri, 28 Jul 2023 20:20:41 +0000 (22:20 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Fri, 28 Jul 2023 20:20:41 +0000 (22:20 +0200)
gas/config/tc-bpf.c

index 969116bc5adae1bcd705c2e070299db99f63341c..230e499aa1db674c221192f5bb534108c4c39a39 100644 (file)
@@ -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;
     }