Re: [mpg123-devel] Warnings when linking to libmpg123 compiled for arm neo
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2012-01-24 11:59:21
|
Am Tue, 24 Jan 2012 12:02:07 +0100 schrieb Patrick Dehne <pa...@my...>: > Hi, > > When I link to libmpg123 compiled for arm neo I get the a bunch of > "ARM function not 4-byte aligned". Is this something that needs > fixing? Here is the complete warning list: I'm not sure on the requirements on ARM, waiting for Taihei to pop up on this, but you should be able to silence the warnings by putting a line with ALIGN32 in front of the named labels (like .Loop_start_1). If the compiler deems it that important, there might be a point in doing so;-) Alrighty then, Thomas. |