mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 05:49:32 +02:00
Add missing .comm for environ and operatingsystem_parameter_{envp|argc|argv}
git-svn-id: trunk@37044 -
This commit is contained in:
parent
1f2225b805
commit
cc87746fb0
@ -432,6 +432,11 @@ _dladdr:
|
||||
.comm __mainprog_obj,4,4
|
||||
.ident "GCC: (GNU) 2.95.3 20010315 (release) (NetBSD nb3)"
|
||||
|
||||
.comm environ,4,4
|
||||
.comm operatingsystem_parameter_envp,4,4
|
||||
.comm operatingsystem_parameter_argc,4,4
|
||||
.comm operatingsystem_parameter_argv,4,4
|
||||
|
||||
.section ".data"
|
||||
.globl __data_start
|
||||
__data_start:
|
||||
|
@ -153,6 +153,11 @@ _strrchr:
|
||||
.comm __mainprog_obj,4,4
|
||||
.ident "GCC: (GNU) 2.95.3 20010315 (release) (NetBSD nb3)"
|
||||
|
||||
.comm environ,4,4
|
||||
.comm operatingsystem_parameter_envp,4,4
|
||||
.comm operatingsystem_parameter_argc,4,4
|
||||
.comm operatingsystem_parameter_argv,4,4
|
||||
|
||||
.section ".data"
|
||||
.globl __data_start
|
||||
__data_start:
|
||||
|
Loading…
Reference in New Issue
Block a user