Source-Changes archive

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

CVS commit: gnusrc/gnu/dist/toolchain/bfd



Module Name:    gnusrc
Committed By:   thorpej
Date:           Mon Nov 25 23:15:16 UTC 2002

Modified Files:
        gnusrc/gnu/dist/toolchain/bfd: aoutnbsd.h aoutx.h libaout.h netbsd.h

Log Message:
Make it possible for the a.out BFD back-end to merge read-only
sections with .text if the following 3 conditions are true:

1. Section has file contents and is read-only.
2. The VMA of the section is after the end of .text and before
   the start of .data.
3. The image is demand-pageable (otherwise, a_text in the header
   will not reflect the gap between .text and .data).

Fixes PR 19164.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/dist/toolchain/bfd/aoutnbsd.h
cvs rdiff -r1.4 -r1.5 gnusrc/gnu/dist/toolchain/bfd/aoutx.h
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/dist/toolchain/bfd/libaout.h \
    gnusrc/gnu/dist/toolchain/bfd/netbsd.h

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