diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-26 20:58:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-26 20:58:54 +0000 |
commit | f035cc474ff1ae2b0ef50536265cd8d82391d84a (patch) | |
tree | 9dc34069b03e3715d80c7616861ac743cee71caf /bfd/ChangeLog | |
parent | f3d86961e411baa5b63f5dacad455ca27673b37e (diff) | |
download | gdb-f035cc474ff1ae2b0ef50536265cd8d82391d84a.zip gdb-f035cc474ff1ae2b0ef50536265cd8d82391d84a.tar.gz gdb-f035cc474ff1ae2b0ef50536265cd8d82391d84a.tar.bz2 |
* elfcode.h (assign_file_position_for_section): Align sh_offset to
sh_addralign (this is what UnixWare does, and it shouldn't hurt).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c5b3fc9..74025e4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 26 16:53:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * elfcode.h (assign_file_position_for_section): Align sh_offset to + sh_addralign (this is what UnixWare does, and it shouldn't hurt). + Tue Oct 26 10:16:54 1993 Ken Raeburn (raeburn@cygnus.com) From Jeff Law and Pete Hoogenboom at Utah: |