mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
97957e5cee
* some old patches apparently unneeded have been removed * patches are now better split * fix build for x86 and x86-64 * tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
19 lines
313 B
Diff
19 lines
313 B
Diff
--- a/purgatory/arch/ppc/crt.S
|
|
+++ b/purgatory/arch/ppc/crt.S
|
|
@@ -249,6 +249,7 @@
|
|
*
|
|
*/
|
|
|
|
+/* already defined in misc.S
|
|
_GLOBAL(__lshrdi3)
|
|
subfic 6,5,32
|
|
srw 4,4,5 # LSW = count > 31 ? 0 : LSW >> count
|
|
@@ -259,5 +260,7 @@
|
|
srw 3,3,5 # MSW = MSW >> count
|
|
or 4,4,7 # LSW |= t2
|
|
blr
|
|
+*/
|
|
+
|
|
#endif
|
|
#endif
|