From 602b464ef127b44fcec80e641ceaf2e542663ffb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 7 Feb 2009 01:03:32 +0000 Subject: [PATCH] * binary.cc: Fix file comment. --- gold/ChangeLog | 2 ++ gold/binary.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gold/ChangeLog b/gold/ChangeLog index 957a0d5..681b647 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,7 @@ 2009-02-06 Mikolaj Zalewski + * binary.cc: Fix file comment. + * options.h (enum Incremental_disposition): Define. (class General_options): Add new options: --incremental, --incremental_changed, --incremental_unchanged, diff --git a/gold/binary.cc b/gold/binary.cc index 7eb7223..f14df0d 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. -- 2.7.4