diff options
author | Steve Chamberlain <sac@cygnus> | 1995-01-27 16:41:11 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-01-27 16:41:11 +0000 |
commit | 7896128dfa41e9424ee7e0e0480e832fe68e235d (patch) | |
tree | 16679be619f05f7782a0a57cebe4c52197aa8e2f /bfd | |
parent | 66b063c03dcdab7f1bd00f025b8fb62dc13a608d (diff) | |
download | gdb-7896128dfa41e9424ee7e0e0480e832fe68e235d.zip gdb-7896128dfa41e9424ee7e0e0480e832fe68e235d.tar.gz gdb-7896128dfa41e9424ee7e0e0480e832fe68e235d.tar.bz2 |
* srec.c (srec_set_section_contents): Fix off by
one end address calculation.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a5fb0f6..9d74461 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Jan 26 09:00:12 1995 Steve Chamberlain <sac@splat> + * srec.c (srec_set_section_contents): Fix off by + one end address calculation. + * config.bfd: (m68*-est-coff): New configuration. Thu Jan 26 11:39:21 1995 Ian Lance Taylor <ian@cygnus.com> |