/* * In order to retain compatibility with older toolchains we provide the * ABI flags section ourself. Newer assemblers will automatically * generate .MIPS.abiflags sections so we discard such input sections, * and then manually define our own section here. genvdso will patch * this section to have the correct name/type.
*/
.mips_abiflags : { *(.mips_abiflags) } :text :abiflags
PHDRS
{ /* * Provide a PT_MIPS_ABIFLAGS header to assign the ABI flags section * to. We can specify the header type directly here so no modification * is needed later on.
*/
abiflags 0x70000003;
/* * The ABI flags header must exist directly after the PT_INTERP header, * so we must explicitly place the PT_MIPS_REGINFO header after it to * stop the linker putting one in at the start.
*/
reginfo 0x70000000;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.