diff options
author | Steve Chamberlain <sac@cygnus> | 1992-08-17 19:29:07 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-08-17 19:29:07 +0000 |
commit | b15aa5129e8f4282c86c3b9e54ca645f66c419e1 (patch) | |
tree | c1050168f76e01902bbf62e44dcd1b03c2de8dcf /bfd | |
parent | 40ab85327f7605c65de1e790a36635f9ccc04090 (diff) | |
download | gdb-b15aa5129e8f4282c86c3b9e54ca645f66c419e1.zip gdb-b15aa5129e8f4282c86c3b9e54ca645f66c419e1.tar.gz gdb-b15aa5129e8f4282c86c3b9e54ca645f66c419e1.tar.bz2 |
* srec.c (srec_set_section_contents): don't write out sections
without the LOAD and ALLOC attributes
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3fcd4e7..d4230c1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 17 11:44:28 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * srec.c (srec_set_section_contents): don't write out sections + without the LOAD and ALLOC attributes + Mon Aug 17 11:55:07 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) * archures.c, cpu-m68k.c, cpu-sparc.c: Undo 16 June changes. |