gecko/gfx/cairo/libpixman
Nathan Froyd 3e936dbab0 Bug 1191900 - remove superfluous check for GCC force_align_arg_pointer attribute; r=glandium
qcms and libav use __attribute__((force_align_arg_pointer))
unconditionally; the libav use case suggests that the attribute has been
around since GCC 4.2.  We're well past that point with GCC, and clang
supports it also.  So we can simply assume the compiler has it in the
appropriate places.

It is, however, x86 only (x86-64 appropriately aligns the stack at all
times), so we need to adjust the libpixman build code appropriately.
2015-08-06 21:07:57 -04:00
..
src Bug 1191900 - remove superfluous check for GCC force_align_arg_pointer attribute; r=glandium 2015-08-06 21:07:57 -04:00
AUTHORS
COPYING
INSTALL
NEWS
README
TODO