crt1.S 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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, see
  29. <http://www.gnu.org/licenses/>. */
  30. #define __ASSEMBLY__
  31. #include "sysdep.h"
  32. #include <asm/unistd.h>
  33. #include <asm/fpu.h>
  34. /*
  35. * Arguments for __uClibc_main:
  36. * out0: main
  37. * out1: argc
  38. * out2: argv
  39. * out3: init
  40. * out4: fini
  41. * out5: rtld_fini
  42. * out6: stack_end
  43. */
  44. #if defined(__UCLIBC_CTOR_DTOR__)
  45. .type _init,%function
  46. .type _fini,%function
  47. #else
  48. .weak _init
  49. .weak _fini
  50. #endif
  51. .align 32
  52. .global _start
  53. .proc _start
  54. .type _start,@function
  55. _start:
  56. .prologue
  57. .save rp, r0
  58. .body
  59. .prologue
  60. { .mlx
  61. alloc r2 = ar.pfs,0,0,7,0
  62. movl r3 = FPSR_DEFAULT
  63. }
  64. { .mlx
  65. adds out2 = 16, sp /* get address of argc value */
  66. movl gp = @gprel(0f)
  67. ;;
  68. }
  69. 0: { .mmi
  70. ld8 out1 = [out2], 8 /* load argc and move out2 to become argv */
  71. mov.m r10 = ar.bsp /* fetch rbs base address */
  72. mov r9 = ip
  73. ;;
  74. }
  75. { .mii
  76. mov ar.fpsr = r3
  77. sub gp = r9, gp /* back-compute gp value */
  78. adds out6 = 16, sp /* highest non-environment stack address */
  79. ;;
  80. }
  81. {
  82. addl r11 = @ltoff(__libc_ia64_register_backing_store_base), gp
  83. addl out0 = @ltoff(@fptr(main)), gp
  84. addl out3 = @ltoff(@fptr(_init)), gp
  85. ;;
  86. }
  87. { .mmi
  88. ld8 r3 = [r11] /* pointer to __libc_ia64_register_backing_store_base */
  89. ld8 out0 = [out0] /* pointer to `main' function descriptor */
  90. addl out4 = @ltoff(@fptr(_fini)), gp
  91. ;;
  92. }
  93. { .mmi
  94. ld8 out3 = [out3] /* pointer to `init' function descriptor */
  95. ld8 out4 = [out4] /* pointer to `fini' function descriptor */
  96. nop 0
  97. }
  98. .body
  99. { .mib
  100. st8 [r3] = r10
  101. mov out5 = ret0 /* dynamic linker destructor */
  102. br.call.sptk.few rp = __uClibc_main
  103. }
  104. { .mib
  105. break 0 /* break miserably if we ever return */
  106. }
  107. .endp _start
  108. /* Define a symbol for the first piece of initialized data. */
  109. .data
  110. .globl __data_start
  111. __data_start:
  112. .long 0
  113. .weak data_start
  114. data_start = __data_start
  115. .common __libc_ia64_register_backing_store_base, 8, 8