]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* objcopy.c (copy_object): If the output file format is `binary',
authorIan Lance Taylor <ian@airs.com>
Tue, 18 Oct 1994 19:20:58 +0000 (19:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 18 Oct 1994 19:20:58 +0000 (19:20 +0000)
commit67f67ed998bb2be381c9eba2eafcbbdaaf2527d6
tree1d29c206e11c157889705778510100525b335c8c
parentc768bd3f2da5eaa0a1a458a3104670da1c0d531f
* objcopy.c (copy_object): If the output file format is `binary',
and the start address was not set using --set-start, default the
start address to zero.  This hack is because the `binary' output
file format uses the start address to set the virtual address of
the first byte in the file.
* binutils.texi, objcopy.1: Add some notes on generating S-records
and binary files.
binutils/ChangeLog
binutils/binutils.texi
binutils/objcopy.1
binutils/objcopy.c