diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-26 15:40:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-26 15:40:12 +0000 |
commit | 5ea9089194804a7d1959814804fdc8be91e5b324 (patch) | |
tree | e026fd7671a2456dbae7fd71fb08e5449a7952cd /bfd | |
parent | d80ebaacea492c33ebc4818f5ed3b2534e44ba1e (diff) | |
download | gdb-5ea9089194804a7d1959814804fdc8be91e5b324.zip gdb-5ea9089194804a7d1959814804fdc8be91e5b324.tar.gz gdb-5ea9089194804a7d1959814804fdc8be91e5b324.tar.bz2 |
* elfcode.h (assign_file_positions_except_relocs): Align the
section VMA and the file position even if D_PAGED is not set.
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 eb47893..2fe36c1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Mon Sep 26 11:00:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * elfcode.h (assign_file_positions_except_relocs): Align the + section VMA and the file position even if D_PAGED is not set. + * bfd-in.h (bfd_seek): Change declaration to not mark fp const. * bfd-in2.h: Rebuild. * libbfd.c (bfd_seek): Don't mark parameters const, to avoid |