Commit 3d06d03d authored by Keith M. Wesolowski's avatar Keith M. Wesolowski

[SPARC32]: Ignore btfixups in .text.exit

parent e86c348c
......@@ -171,6 +171,8 @@ int main(int argc,char **argv)
}
} else if (buffer[nbase+4] != '_')
continue;
if (!strcmp (sect, ".text.exit"))
continue;
if (strcmp (sect, ".text") &&
strcmp (sect, ".init.text") &&
strcmp (sect, ".fixup") &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment