Module Name: src Committed By: maya Date: Fri Jul 13 10:49:17 UTC 2018
Modified Files: src/external/gpl3/binutils.old/dist/bfd: elf.c src/external/gpl3/binutils/dist/bfd: elf.c Log Message: stopgap fix: revert bfd PT_PHDR without PT_INTERP changes. This currently results in most binaries being broken. Give more time to debug without -current being badly broken. The reverted commit message was: PT_PHDR is useful without PT_INTERP, i.e. for static PIE. It removes the need for platform-specific computations of _DYNAMIC and friends. ok martin, mrg To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/binutils.old/dist/bfd/elf.c cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/binutils/dist/bfd/elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.