diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-07-28 22:20:41 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-07-28 22:20:41 +0200 |
commit | 648bd020a28beab70768d44d256b7f5483746d38 (patch) | |
tree | 4dc531691af10a673e580ac8e240c04947efad5b /gas/config/tc-bpf.c | |
parent | 249d4715e41061b6bd2d26df20ae274e6478f972 (diff) | |
download | binutils-648bd020a28beab70768d44d256b7f5483746d38.zip binutils-648bd020a28beab70768d44d256b7f5483746d38.tar.gz binutils-648bd020a28beab70768d44d256b7f5483746d38.tar.bz2 |
bpf: remove spurious comment from tc-bpf.c
Diffstat (limited to 'gas/config/tc-bpf.c')
-rw-r--r-- | gas/config/tc-bpf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-bpf.c b/gas/config/tc-bpf.c index 969116b..230e499 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; } |