crt1.S 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
  2. This file is part of the GNU C Library.
  3. Written by Jes Sorensen, <Jes.Sorensen@cern.ch>, April 1999.
  4. The GNU C Library is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU Lesser General Public
  6. License as published by the Free Software Foundation; either
  7. version 2.1 of the License, or (at your option) any later version.
  8. In addition to the permissions in the GNU Lesser General Public
  9. License, the Free Software Foundation gives you unlimited
  10. permission to link the compiled version of this file with other
  11. programs, and to distribute those programs without any restriction
  12. coming from the use of this file. (The GNU Lesser General Public
  13. License restrictions do apply in other respects; for example, they
  14. cover modification of the file, and distribution when not linked
  15. into another program.)
  16. Note that people who make modified versions of this file are not
  17. obligated to grant this special exception for their modified
  18. versions; it is their choice whether to do so. The GNU Lesser
  19. General Public License gives permission to release a modified
  20. version without this exception; this exception also makes it
  21. possible to release a modified version which carries forward this
  22. exception.
  23. The GNU C Library is distributed in the hope that it will be useful,
  24. but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  26. Lesser General Public License for more details.
  27. You should have received a copy of the GNU Lesser General Public
  28. License along with the GNU C Library; if not, write to the Free
  29. Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  30. 02111-1307 USA. */
  31. #define __ASSEMBLY__
  32. #include "sysdep.h"
  33. #include <asm/unistd.h>
  34. #include <asm/fpu.h>
  35. /*
  36. * Arguments for __uClibc_main:
  37. * out0: main
  38. * out1: argc
  39. * out2: argv
  40. * out3: init
  41. * out4: fini
  42. * out5: rtld_fini
  43. * out6: stack_end
  44. */
  45. #if defined(__UCLIBC_CTOR_DTOR__)
  46. .type _init,%function
  47. .type _fini,%function
  48. #else
  49. .weak _init
  50. .weak _fini
  51. #endif
  52. .align 32
  53. .global _start
  54. .proc _start
  55. .type _start,@function
  56. _start:
  57. .prologue
  58. .save rp, r0
  59. .body
  60. .prologue
  61. { .mlx
  62. alloc r2 = ar.pfs,0,0,7,0
  63. movl r3 = FPSR_DEFAULT
  64. }
  65. { .mlx
  66. adds out2 = 16, sp /* get address of argc value */
  67. movl gp = @gprel(0f)
  68. ;;
  69. }
  70. 0: { .mmi
  71. ld8 out1 = [out2], 8 /* load argc and move out2 to become argv */
  72. mov.m r10 = ar.bsp /* fetch rbs base address */
  73. mov r9 = ip
  74. ;;
  75. }
  76. { .mii
  77. mov ar.fpsr = r3
  78. sub gp = r9, gp /* back-compute gp value */
  79. adds out6 = 16, sp /* highest non-environment stack address */
  80. ;;
  81. }
  82. {
  83. addl r11 = @ltoff(__libc_ia64_register_backing_store_base), gp
  84. addl out0 = @ltoff(@fptr(main)), gp
  85. addl out3 = @ltoff(@fptr(_init)), gp
  86. ;;
  87. }
  88. { .mmi
  89. ld8 r3 = [r11] /* pointer to __libc_ia64_register_backing_store_base */
  90. ld8 out0 = [out0] /* pointer to `main' function descriptor */
  91. addl out4 = @ltoff(@fptr(_fini)), gp
  92. ;;
  93. }
  94. { .mmi
  95. ld8 out3 = [out3] /* pointer to `init' function descriptor */
  96. ld8 out4 = [out4] /* pointer to `fini' function descriptor */
  97. nop 0
  98. }
  99. .body
  100. { .mib
  101. st8 [r3] = r10
  102. mov out5 = ret0 /* dynamic linker destructor */
  103. br.call.sptk.few rp = __uClibc_main
  104. }
  105. { .mib
  106. break 0 /* break miserably if we ever return */
  107. }
  108. .endp _start
  109. /* Define a symbol for the first piece of initialized data. */
  110. .data
  111. .globl __data_start
  112. __data_start:
  113. .long 0
  114. .weak data_start
  115. data_start = __data_start
  116. .common __libc_ia64_register_backing_store_base, 8, 8