aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-18 19:20:58 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-18 19:20:58 +0000
commit67f67ed998bb2be381c9eba2eafcbbdaaf2527d6 (patch)
tree1d29c206e11c157889705778510100525b335c8c /binutils/ChangeLog
parentc768bd3f2da5eaa0a1a458a3104670da1c0d531f (diff)
downloadgdb-67f67ed998bb2be381c9eba2eafcbbdaaf2527d6.zip
gdb-67f67ed998bb2be381c9eba2eafcbbdaaf2527d6.tar.gz
gdb-67f67ed998bb2be381c9eba2eafcbbdaaf2527d6.tar.bz2
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 7c89df8..5300fbb 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,13 @@
Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+ * 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.
+
* nm.c (print_symdef_entry): Call print_symname to print the
symbol name, so that --demangle works.