~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to rtl/linux/arm/cprt0.as

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        str sp,[a3]
63
63
        str a4,[ip]
64
64
 
 
65
    /* Save initial stackpointer */
 
66
        ldr ip,=__stkptr
 
67
        str sp,[ip]
 
68
 
65
69
        /* Fetch address of fini */
66
70
        ldr ip, =_fini
67
71
 
108
112
        data_start = __data_start
109
113
 
110
114
.bss
 
115
        .comm __stkptr,4
 
116
 
111
117
        .comm operatingsystem_parameter_envp,4
112
118
        .comm operatingsystem_parameter_argc,4
113
119
        .comm operatingsystem_parameter_argv,4
129
135
2:      .long 0
130
136
        .long 2,0,0
131
137
3:      .align 4
132
 
 
133
 
/*
134
 
  $Log: cprt0.as,v $
135
 
  Revision 1.3  2004/11/05 13:15:07  florian
136
 
    * fixed label names
137
 
 
138
 
  Revision 1.2  2004/11/05 13:01:34  florian
139
 
    * initial implementation
140
 
*/
 
 
b'\\ No newline at end of file'