~ubuntu-branches/ubuntu/lucid/fpc/lucid-proposed

« back to all changes in this revision

Viewing changes to fpcsrc/rtl/beos/i386/dllprt.as

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-10-09 23:29:00 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081009232900-553f61m37jkp6upv
Tags: 2.2.2-4
[ Torsten Werner ]
* Update ABI version in fpc-depends automatically.
* Remove empty directories from binary package fpc-source.

[ Mazen Neifer ]
* Removed leading path when calling update-alternatives to remove a Linitian
  error.
* Fixed clean target.
* Improved description of packages. (Closes: #498882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
.L11:
73
73
        popl %ebx
74
74
        addl $_GLOBAL_OFFSET_TABLE_+[.-.L11],%ebx
75
 
        movl U_SYSBEOS_ARGC@GOT(%ebx),%eax
 
75
        movl operatingsystem_parameter_argc@GOT(%ebx),%eax
76
76
        movl $0,(%eax)
77
 
        movl U_SYSBEOS_ARGV@GOT(%ebx),%eax
 
77
        movl operatingsystem_parameter_argv@GOT(%ebx),%eax
78
78
        movl %ebx,%ecx
79
79
        addl $_argv@GOTOFF,%ecx
80
80
        movl %ecx,%edx
81
81
        movl %edx,(%eax)
82
 
        movl U_SYSBEOS_ENVP@GOT(%ebx),%eax
 
82
        movl operatingsystem_parameter_envp@GOT(%ebx),%eax
83
83
        movl %ebx,%ecx
84
84
        addl $_envp@GOTOFF,%ecx
85
85
        movl %ecx,%edx