diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-19 18:08:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-19 18:08:42 +0000 |
commit | 8b65c39307d9bb1253026402430389761ea09302 (patch) | |
tree | e8fd8664230ebba13dc356d6c5e62ad9020a504b /bfd | |
parent | 030915dc2591c1551c75cdf3f659a193fe79d211 (diff) | |
download | gdb-8b65c39307d9bb1253026402430389761ea09302.zip gdb-8b65c39307d9bb1253026402430389761ea09302.tar.gz gdb-8b65c39307d9bb1253026402430389761ea09302.tar.bz2 |
* binary.c (binary_set_section_contents): Set the base file
position from the lowest section VMA, not the start address.
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 9609b0b..b06886f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Wed Oct 19 01:26:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * binary.c (binary_set_section_contents): Set the base file + position from the lowest section VMA, not the start address. + * aoutx.h (NAME(aout,slurp_symbol_table)): Don't return an error if there are no symbols. * coffgen.c (coff_get_normalized_symtab): Likewise. |