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

« back to all changes in this revision

Viewing changes to rtl/win32/wprt0.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:
5
5
     .globl _mainCRTStartup
6
6
_mainCRTStartup:
7
7
     movb   $1,U_SYSTEM_ISCONSOLE
 
8
     movl   %esp,__stkptr
8
9
     call   _FPC_EXE_Entry
9
10
     .globl _WinMainCRTStartup
10
11
_WinMainCRTStartup:
11
12
     movb   $0,U_SYSTEM_ISCONSOLE
 
13
     movl   %esp,__stkptr
12
14
     call   _FPC_EXE_Entry
13
 
     
 
15
 
14
16
     .globl asm_exit
15
 
asm_exit:     
 
17
asm_exit:
16
18
    pushl   %eax
17
19
        call    exitprocess
18
20
 
21
23
exitprocess:
22
24
        jmp     *.L10
23
25
        .balign 4,144
24
 
        
 
26
 
25
27
.text
26
28
        .balign 4,144
27
29
 
38
40
 
39
41
.section .idata$5
40
42
.L8:
41
 
        
 
43
 
42
44
 
43
45
.section .idata$5
44
46
.L10:
55
57
.L6:
56
58
        .ascii  "kernel32.dll\000"
57
59
 
58
 
 
59
 
        
60
 
// $Log: wprt0.as,v $
61
 
// Revision 1.4  2002/11/30 18:17:35  carl
62
 
//   + profiling support
63
 
//
64
 
// Revision 1.3  2002/07/28 20:43:51  florian
65
 
//   * several fixes for linux/powerpc
66
 
//   * several fixes to MT
67
 
//
68
 
//
 
60
.bss
 
61
    .comm   __stkptr,4