~ubuntu-branches/ubuntu/wily/musl/wily

« back to all changes in this revision

Viewing changes to arch/mips/reloc.h

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-03-22 09:39:56 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140322093956-1oc4xt9b2n3domo7
Tags: 1.0.0-1
* Import upstream version 1.0.0
* Provide musl-ldd (Closes: #732169)
* Arch independent ld-musl-config (Closes: #739205)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#define ENDIAN_SUFFIX ""
9
9
#endif
10
10
 
11
 
#define LDSO_ARCH "mips" ENDIAN_SUFFIX
 
11
#ifdef __mips_soft_float
 
12
#define FP_SUFFIX "-sf"
 
13
#else
 
14
#define FP_SUFFIX ""
 
15
#endif
 
16
 
 
17
#define LDSO_ARCH "mips" ENDIAN_SUFFIX FP_SUFFIX
12
18
 
13
19
#define IS_COPY(x) ((x)==R_MIPS_COPY)
14
20
#define IS_PLT(x) 1