aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-18 18:51:01 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-18 18:51:01 +0000
commitc768bd3f2da5eaa0a1a458a3104670da1c0d531f (patch)
tree30c30c4cca99d7b2b825a1d34785d8b9a78fa4a1 /bfd/ChangeLog
parentd7785845ff5fbcdf50d56d944b2695bb5d3caf79 (diff)
downloadgdb-c768bd3f2da5eaa0a1a458a3104670da1c0d531f.zip
gdb-c768bd3f2da5eaa0a1a458a3104670da1c0d531f.tar.gz
gdb-c768bd3f2da5eaa0a1a458a3104670da1c0d531f.tar.bz2
* binary.c: New file for raw binary output format.
* Makefile.in (BFD_LIBS): Add binary.o. (CFILES): Add binary.c. * targets.c (binary_vec): Declare. (bfd_target_vector): Include binary_vec.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 01e6603..84c6f1e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,14 @@
Tue Oct 18 12:56:43 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+ * aout-target.h (MY_bfd_copy_private_section_data): Only copy
+ subformat to another bfd_target_aout_flavour file.
+
+ * binary.c: New file for raw binary output format.
+ * Makefile.in (BFD_LIBS): Add binary.o.
+ (CFILES): Add binary.c.
+ * targets.c (binary_vec): Declare.
+ (bfd_target_vector): Include binary_vec.
+
* srec.c (tdata_type): Add field tail.
(srec_mkobject): Initialize tail.
(srec_set_section_contents): Sort S record list by address.