GNOME Bugzilla – Bug 697942
abicheck.sh fails on mips
Last modified: 2013-04-16 16:07:17 UTC
On mips _ftext is leaked into the binaries, thus abicheck.sh. See also [1] [1] http://cgit.freedesktop.org/harfbuzz/commit/?id=6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
Created attachment 241438 [details] [review] allow _ftext in the exported symbols
Would be good to have this on glib-2-36 too.
isn't that a toolchain bug that should be fixed there ?
Review of attachment 241438 [details] [review]: I'm fine with this. Even if it's a mips toolchain issue, that's not our problem (and this script is only to detect things that are our problem).
Comment on attachment 241438 [details] [review] allow _ftext in the exported symbols Thanks, pushed to master. As for fixing this in mips, I don't think that would be even possible. _finit seems to be there by design to support knowing the size of some stuff, probably like _init & _fini.