Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: gnusrc



Module Name:    gnusrc
Committed By:   matt
Date:           Fri Jul 30 00:39:11 UTC 1999

Modified Files:
        gnusrc/gnu/dist/bfd: elf.c

Log Message:
Fix the bss outside of PT_LOAD problem.  (for non-paged executables,
the wrong variable (voff) was being substracted instead of the end
of the previous section.  therefore the alignment calculations were
all wrong for .bss (which for sparc is aligned 2**8)).


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 gnusrc/gnu/dist/bfd/elf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index