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 969116b..230e499 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;
     }