~ubuntu-branches/debian/sid/pixman/sid

« back to all changes in this revision

Viewing changes to pixman/pixman-mips-dspr2-asm.h

  • Committer: Package Import Robot
  • Author(s): Julien Cristau, Andreas Boll, intrigeri
  • Date: 2015-09-12 13:08:02 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20150912130802-0egoj4agog1fsobn
Tags: 0.33.2-1
[ Andreas Boll ]
* New upstream release candidate.
* Enable vmx on ppc64el (closes: #786345).
* Update Vcs-* fields.
* Add upstream url.
* Drop XC- prefix from Package-Type field.
* Bump standards version to 3.9.6.

[ intrigeri ]
* Simplify hardening build flags handling (closes: #760100).
  Thanks to Simon Ruderich <simon@ruderich.org> for the patch.
* Enable all hardening build flags. Thanks to Simon Ruderich too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27
27
 * SUCH DAMAGE.
28
28
 *
29
 
 * Author:  Nemanja Lukic (nlukic@mips.com)
 
29
 * Author:  Nemanja Lukic (nemanja.lukic@rt-rk.com)
30
30
 */
31
31
 
32
32
#ifndef PIXMAN_MIPS_DSPR2_ASM_H
72
72
#define LEAF_MIPS32R2(symbol)                           \
73
73
                .globl  symbol;                         \
74
74
                .align  2;                              \
75
 
#ifdef __ELF__
76
75
                .hidden symbol;                         \
77
76
                .type   symbol, @function;              \
78
 
#endif
79
77
                .ent    symbol, 0;                      \
80
78
symbol:         .frame  sp, 0, ra;                      \
81
79
                .set    push;                           \