]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2000-06-15 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Jun 2000 19:34:44 +0000 (19:34 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Jun 2000 19:34:44 +0000 (19:34 +0000)
* binutils.texi: Put a warning on copying relocatable object
files between two different formats.

binutils/ChangeLog
binutils/binutils.texi

index d2d2080570ccee0a671c43dfb1cb91458c68dabf..4672b261e8da20183747786fc1b1302bddfe73ef 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-15  H.J. Lu  <hjl@gnu.org>
+
+       * binutils.texi: Put a warning on copying relocatable object
+       files between two different formats.
+
 2000-06-13  DJ Delorie  <dj@cygnus.com>
 
        * rcparse.y (control): ICON controls take an id as the first
index 1820d6615879cda96e1e420f3ff5d9a20c709e01..1548740d506809fe2ab2fa9b2ef34311ac218989 100644 (file)
@@ -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