diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-18 16:58:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-18 16:58:24 +0000 |
commit | d4d166835feb3cf33d812e209c61e5a9dfdc3f96 (patch) | |
tree | 2c42e6dbf24b0569e122f9ac2d7580cb09b02f1d /bfd/ChangeLog | |
parent | 67932b7d02d3f7aaea30621881edebf605144645 (diff) | |
download | gdb-d4d166835feb3cf33d812e209c61e5a9dfdc3f96.zip gdb-d4d166835feb3cf33d812e209c61e5a9dfdc3f96.tar.gz gdb-d4d166835feb3cf33d812e209c61e5a9dfdc3f96.tar.bz2 |
* srec.c (tdata_type): Add field tail.
(srec_mkobject): Initialize tail.
(srec_set_section_contents): Sort S record list by address.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4c8eea2..01e6603 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 18 12:56:43 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * srec.c (tdata_type): Add field tail. + (srec_mkobject): Initialize tail. + (srec_set_section_contents): Sort S record list by address. + Mon Oct 17 11:38:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * elfcode.h (elf_map_symbols): Sort the symbols into a new array, |