~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to libm/fplib/fp32def.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-08-10 09:59:16 UTC
  • mfrom: (1.2.1 upstream) (8 intrepid)
  • mto: (4.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20080810095916-7ku06pjsfia3hz16
Added build-depends on texlive-extra-utils (closes: #493454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Interprocedure convensions. In separate file: for math library
 
2
   developers.  */
 
3
#ifndef _FP32DEF_H
 
4
#define _FP32DEF_H
 
5
 
 
6
#define rB0     r18
 
7
#define rB1     r19
 
8
#define rB2     r20
 
9
#define rB3     r21
 
10
 
 
11
#define rA0     r22
 
12
#define rA1     r23
 
13
#define rA2     r24
 
14
#define rA3     r25
 
15
 
 
16
#define rBE     r26
 
17
#define rAE     r27
 
18
 
 
19
/* Put functions at this section.       */
 
20
#ifdef  FUNCTION
 
21
# error "The FUNCTION macro must be defined after FUNC_SEGNAME"
 
22
#endif
 
23
#define FUNC_SEGNAME    .text.fplib
 
24
 
 
25
/* Put constant tables at low addresses in program memory, so they are
 
26
   reachable for "lpm" without using RAMPZ on >64K devices.  */
 
27
#define PGM_SECTION     .section  .progmem.gcc_fplib, "a", @progbits
 
28
 
 
29
#endif  /* !_FP32DEF_H */