* binutils.texi: Document change to binary format: file position
authorIan Lance Taylor <ian@airs.com>
Wed, 19 Jun 1996 18:50:41 +0000 (18:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 19 Jun 1996 18:50:41 +0000 (18:50 +0000)
based on load address, not section VMA.

binutils/ChangeLog
binutils/binutils.texi

index fa9be773d99ce23bdfa672ed6985caabea4c00b4..5c4735d5b59024701846f94d5de3b26c079a5f64 100644 (file)
@@ -1,3 +1,15 @@
+Wed Jun 19 14:46:38 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * binutils.texi: Document change to binary format: file position
+       based on load address, not section VMA.
+
+       * bucomm.h: Define SEEK_SET, SEEK_CUR, and SEEK_END if they are
+       not already defined.
+
+Tue Jun 18 18:25:00 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (DISTSTUFF): Add deflex.c.
+
 Tue Jun 18 15:03:44 1996  Klaus Kaempf  <kkaempf@progis.de>
 
        * config.h-vms, makefile.vms: New files.
index 2632279241828a4c6887318ad8bd38f3bafcdf2c..80145925376ad682a54b388bf0f5c98976021c65 100644 (file)
@@ -841,7 +841,7 @@ output target of @samp{binary} (e.g., use @samp{-O binary}).  When
 @code{objcopy} generates a raw binary file, it will essentially produce
 a memory dump of the contents of the input object file.  All symbols and
 relocation information will be discarded.  The memory dump will start at
-the virtual address of the lowest section copied into the output file.
+the load address of the lowest section copied into the output file.
 
 When generating an S-record or a raw binary file, it may be helpful to
 use @samp{-S} to remove sections containing debugging information.  In