Discussion:
[omniORB] [Patch] Fix arm float mixed-endian on recent architecture
hamelin.philippe at ireq.ca ()
2011-06-29 02:00:12 UTC
Permalink
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: omniorb-4.1.4-fix-arm-float-mixed-endian-on-recent-arch.patch
Type: application/octet-stream
Size: 656 bytes
Desc: omniorb-4.1.4-fix-arm-float-mixed-endian-on-recent-arch.patch
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20110628/61991c77/omniorb-4.1.4-fix-arm-float-mixed-endian-on-recent-arch.obj
hamelin.philippe at ireq.ca ()
2011-06-29 02:05:04 UTC
Permalink
(I'm sorry for the double post, I had to remove the HTML content from my e-mail to display it correctly on the mailing list)

Hello,

I'm using OmniORB 4.1.4 on ARM Cortex-A9 (armv7 architecture). I had to modify the sources to disable the mixed-endian on floating point variables. Indeed, as suggested here :

http://wiki.debian.org/ArmEabiPort

we can use the define '__VFP_FP__' to see if it's native-endian or mixed-endian. The proposed patch is attached to this e-mail. Can it be applied on the main branch?

Thank you,

------------------------------------
Philippe Hamelin, ing. jr, M. Ing
Chercheur / Researcher

T: 450-652-8499 x2198
F: 450-652-1316

Expertise robotique et civil
Institut de recherche d'Hydro-Qu?bec (IREQ)
1740, boul. Lionel-Boulet
Varennes (QC) J3X 1S1, Canada

-------------- next part --------------
A non-text attachment was scrubbed...
Name: omniorb-4.1.4-fix-arm-float-mixed-endian-on-recent-arch.patch
Type: application/octet-stream
Size: 656 bytes
Desc: omniorb-4.1.4-fix-arm-float-mixed-endian-on-recent-arch.patch
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20110628/e14d2197/omniorb-4.1.4-fix-arm-float-mixed-endian-on-recent-arch.obj
Duncan Grisby
2011-07-01 19:51:33 UTC
Permalink
Post by hamelin.philippe at ireq.ca ()
I'm using OmniORB 4.1.4 on ARM Cortex-A9 (armv7 architecture). I had to
modify the sources to disable the mixed-endian on floating point
http://wiki.debian.org/ArmEabiPort
we can use the define '__VFP_FP__'
to see if it's native-endian or mixed-endian. The proposed patch is
attached to this e-mail. Can it be applied on the main branch?
Thanks. I've applied your patch to the 4.1 branch. It will be in 4.1.6
imminently...

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...