mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
* binary.cc: Fix file comment.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2009-02-06 Mikolaj Zalewski <mikolajz@google.com>
|
2009-02-06 Mikolaj Zalewski <mikolajz@google.com>
|
||||||
|
|
||||||
|
* binary.cc: Fix file comment.
|
||||||
|
|
||||||
* options.h (enum Incremental_disposition): Define.
|
* options.h (enum Incremental_disposition): Define.
|
||||||
(class General_options): Add new options: --incremental,
|
(class General_options): Add new options: --incremental,
|
||||||
--incremental_changed, --incremental_unchanged,
|
--incremental_changed, --incremental_unchanged,
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
// Support for reading binary files as input. These become blobs in
|
// Support for reading binary files as input. These become blobs in
|
||||||
// the final output. These files are treated as though they have a
|
// the final output. These files are treated as though they have a
|
||||||
// single .data section and define three symbols:
|
// 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
|
// The FILENAME is the name of the input file, with any
|
||||||
// non-alphanumeric character changed to an underscore.
|
// non-alphanumeric character changed to an underscore.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user