~ubuntu-branches/ubuntu/maverick/x264/maverick-updates

« back to all changes in this revision

Viewing changes to common/arm/asm.S

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2010-02-18 07:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100218073951-9jgsvskb976rfbvq
Tags: upstream-0.85.1442.1+git781d30
ImportĀ upstreamĀ versionĀ 0.85.1442.1+git781d30

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "config.h"
22
22
 
 
23
#ifdef PREFIX
 
24
#   define EXTERN_ASM _
 
25
#else
 
26
#   define EXTERN_ASM
 
27
#endif
 
28
 
23
29
#ifdef __ELF__
24
30
#   define ELF
25
31
#else
35
41
        .endm
36
42
 
37
43
        .macro function name
38
 
        .global \name
 
44
        .global EXTERN_ASM\name
 
45
EXTERN_ASM\name:
39
46
ELF     .hidden \name
40
47
ELF     .type   \name, %function
41
48
        .func   \name