diff options
Diffstat (limited to 'gold/binary.cc')
-rw-r--r-- | gold/binary.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/binary.cc b/gold/binary.cc index 7eb7223e536..f14df0dedf0 100644 --- a/gold/binary.cc +++ b/gold/binary.cc @@ -35,7 +35,7 @@ // Support for reading binary files as input. These become blobs in // the final output. These files are treated as though they have a // single .data section and define three symbols: -// _binary_FILENAME_start, _binary_FILENAME_end, _binary_FILENAME_end. +// _binary_FILENAME_start, _binary_FILENAME_end, _binary_FILENAME_size. // The FILENAME is the name of the input file, with any // non-alphanumeric character changed to an underscore. |