[protobuf] Re: Issue 474 in protobuf: fix handling of Atomic64 on x32 ABIs

2013-03-04 Thread protobuf
Updates: Status: Fixed Comment #3 on issue 474 by xiaof...@google.com: fix handling of Atomic64 on x32 ABIs http://code.google.com/p/protobuf/issues/detail?id=474 Fixed in r492. -- You received this message because this project is configured to send all issue notifications to this

[protobuf] Re: Issue 474 in protobuf: fix handling of Atomic64 on x32 ABIs

2013-03-04 Thread protobuf
Comment #2 on issue 474 by vap...@chromium.org: fix handling of Atomic64 on x32 ABIs http://code.google.com/p/protobuf/issues/detail?id=474 i think this is only broken for x32 targets (which is a 32bit ABI for x86_64 platforms). the NaCL port is the same thing -- it's x32 on x86_64. thes

[protobuf] Re: Issue 474 in protobuf: fix handling of Atomic64 on x32 ABIs

2013-03-04 Thread protobuf
Updates: Status: Accepted Owner: xiaof...@google.com Comment #1 on issue 474 by xiaof...@google.com: fix handling of Atomic64 on x32 ABIs http://code.google.com/p/protobuf/issues/detail?id=474 Thanks. I'll help apply this patch to protobuf trunk. BTW, on what platform will the