aboutsummaryrefslogtreecommitdiff
path: root/binutils/binutils.texi
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-06-15 19:34:44 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-06-15 19:34:44 +0000
commitccd13d1887ecbc02d47f95613ded76ac89d7c92b (patch)
treeea81a76a88973778eaaf1993fed8faec70eeb370 /binutils/binutils.texi
parent716c501e948616d0ab2206dc89d20e967446639f (diff)
downloadgdb-ccd13d1887ecbc02d47f95613ded76ac89d7c92b.zip
gdb-ccd13d1887ecbc02d47f95613ded76ac89d7c92b.tar.gz
gdb-ccd13d1887ecbc02d47f95613ded76ac89d7c92b.tar.bz2
2000-06-15 H.J. Lu <hjl@gnu.org>
* binutils.texi: Put a warning on copying relocatable object files between two different formats.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r--binutils/binutils.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index 1820d66..1548740 100644
--- a/binutils/binutils.texi
+++ b/binutils/binutils.texi
@@ -895,6 +895,9 @@ file to another. @code{objcopy} uses the @sc{gnu} @sc{bfd} Library to
read and write the object files. It can write the destination object
file in a format different from that of the source object file. The
exact behavior of @code{objcopy} is controlled by command-line options.
+Note that @code{objcopy} should be able to copy a fully linked file
+between any two formats. However, copying a relocatable object file
+between any two formats may not work as expected.
@code{objcopy} creates temporary files to do its translations and
deletes them afterward. @code{objcopy} uses @sc{bfd} to do all its