diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-11 21:08:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-11 21:08:33 +0000 |
commit | e461da9b656ec55fc35fd2d681fbb339538d8c45 (patch) | |
tree | e8d4aecffecf3ac829d6304fedd9917a5a955552 /bfd | |
parent | ead4a3f157e7989724161a0a510dca58b0678c74 (diff) | |
download | gdb-e461da9b656ec55fc35fd2d681fbb339538d8c45.zip gdb-e461da9b656ec55fc35fd2d681fbb339538d8c45.tar.gz gdb-e461da9b656ec55fc35fd2d681fbb339538d8c45.tar.bz2 |
* tekhex.c (first_phase): Change type parameter from char to int.
(out): Likewise.
(pass_over): Change func to expect int, not char.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 09db2fd..05e7020 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Sep 11 11:57:56 1996 Ian Lance Taylor <ian@cygnus.com> + * tekhex.c (first_phase): Change type parameter from char to int. + (out): Likewise. + (pass_over): Change func to expect int, not char. + * elf.c (assign_file_positions_for_segments): Test SEC_ALLOC rather than SEC_LOAD when aligning the file offset for the first section in a segment. |