On Fri, Jun 05, 2009 at 05:03:57PM +0200, [email protected] wrote: > Quoting "John W. Linville" <[email protected]>: > > > On Thu, Jun 04, 2009 at 11:18:33PM +0200, Michael Buesch wrote: > > > From: Matthieu CASTET <[email protected]> > > > > > > Fix possible unaligned u32 access in b43_generate_plcp_hdr(). > > > Unaligned data is read/write with a u32 pointer instead of using the > > > packed structure. Some versions of gcc ignore the "packed" attribute, if > > the > > > structure element is accessed through a local pointer. > > > > > > Signed-off-by: Matthieu CASTET <[email protected]> > > > Signed-off-by: Michael Buesch <[email protected]> > > > > That seems pretty brain-dead...can you cite a source for this > > information? > The test I did with the attached test case in the first post.
Link? > I don't see why gcc should propagate packed structure info to assignment. > That will be impossible to handle (think of passing it to function parameter). Perhaps this is obvious to you, but it isn't to me. > > > The patch seems like a no-op... > At least the code produced on mips is different. Then why aren't you trying to get the mips gcc guys to fix it? John -- John W. Linville Someday the world will need a hero, and you [email protected] might be all we have. Be ready. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
