Module Name: src Committed By: matt Date: Mon Aug 26 14:24:22 UTC 2013
Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h Log Message: Even though both gas and ld support .cfi_personality, gcc fails to emit them so we get DT_TEXTREL problems. So if pic && SHARED, we force EH_FRAME to be writeable (which is what would happen if .cfi_personality was not supported). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config/mips/netbsd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.