Re: [mpg123-devel] Warnings when linking to libmpg123 compiled for arm neo
Brought to you by:
sobukus
From: Taihei M. <tm...@ma...> - 2012-01-24 15:28:26
|
On 2012/01/24, at 20:59, Thomas Orgis wrote: > 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;-) Right, we should insert ALIGN4 in front of the labels (only for function labels, not for local labels for loop). -Taihei |