diff options
author | Steve Chamberlain <sac@cygnus> | 1995-04-27 01:59:19 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-04-27 01:59:19 +0000 |
commit | f302a4d9780d84ac668d5c89bec012394a4b2c58 (patch) | |
tree | c48bf574b234af1eac47102d92dface0a157e00e /binutils | |
parent | 931a8fab1b43ccf65c169feeea6001294b55e86a (diff) | |
download | gdb-f302a4d9780d84ac668d5c89bec012394a4b2c58.zip gdb-f302a4d9780d84ac668d5c89bec012394a4b2c58.tar.gz gdb-f302a4d9780d84ac668d5c89bec012394a4b2c58.tar.bz2 |
Wed Apr 26 18:26:21 1995 Steve Chamberlain <sac@slash.cygnus.com>
* srconv.c (main): Add support for -n option which disables
prescan of common symbols.
(wr_ob): If reading past the end of a section, fill with zeros.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 70e9e06..ca40915 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 26 18:26:21 1995 Steve Chamberlain <sac@slash.cygnus.com> + + * srconv.c (main): Add support for -n option which disables + prescan of common symbols. + (wr_ob): If reading past the end of a section, fill with zeros. + Tue Apr 25 19:14:37 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * objdump.c (dump_section_header): Display load address after |