]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/reloc.h
PR28098 Skip R_*_NONE relocation entries with zero r_sym without counting
[thirdparty/binutils-gdb.git] / gold / reloc.h
index 5f1d382a70766bd9f0449a212ce3b1d3c9938ca7..773e79bdb7b162ef9b9c0eb9a18f9ec968a3c1c5 100644 (file)
@@ -1171,7 +1171,7 @@ class Track_relocs
   next_addend() const;
 
   // Advance to OFFSET within the data section, and return the number
-  // of relocs which would be skipped.
+  // of relocs which would be skipped, excluding r_info==0 relocs.
   int
   advance(off_t offset);