objcopy: Mention 'entry address' in description
[deliverable/binutils-gdb.git] / binutils / doc / binutils.texi
index 9a3a40f14765f1c47edb4077cc8d08f3a27e7bed..3c8a50b5d98ef475adedb582f1cc28c0a1c6a0f2 100644 (file)
@@ -1568,14 +1568,16 @@ done by increasing the size of the last section.  The extra space is
 filled in with the value specified by @option{--gap-fill} (default zero).
 
 @item --set-start @var{val}
-Set the start address of the new file to @var{val}.  Not all object file
-formats support setting the start address.
+Set the start address (also known as the entry address) of the new
+file to @var{val}.  Not all object file formats support setting the
+start address.
 
 @item --change-start @var{incr}
 @itemx --adjust-start @var{incr}
 @cindex changing start address
-Change the start address by adding @var{incr}.  Not all object file
-formats support setting the start address.
+Change the start address (also known as the entry address) by adding
+@var{incr}.  Not all object file formats support setting the start
+address.
 
 @item --change-addresses @var{incr}
 @itemx --adjust-vma @var{incr}
This page took 0.024261 seconds and 4 git commands to generate.