mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:29:33 +02:00
merged from fixes branch
This commit is contained in:
parent
5b91fa5d57
commit
3e20cee9c7
@ -754,9 +754,9 @@ ___prt1_startup:
|
|||||||
.comm ___dos_argv0,4
|
.comm ___dos_argv0,4
|
||||||
.comm ___crt0_argc,4
|
.comm ___crt0_argc,4
|
||||||
.comm ___crt0_argv,4
|
.comm ___crt0_argv,4
|
||||||
.globl ___environ_changed
|
.comm ___environ_changed,4
|
||||||
___environ_changed:
|
/* ___environ_changed: not in data because it is defined in putenv.c */
|
||||||
.long 0
|
/* .long 0 */
|
||||||
.globl _exception_exit
|
.globl _exception_exit
|
||||||
_exception_exit:
|
_exception_exit:
|
||||||
.long 0
|
.long 0
|
||||||
@ -901,7 +901,13 @@ ___PROXY_LEN:
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 1999-03-01 15:40:53 peter
|
Revision 1.6 1999-07-10 23:17:15 pierre
|
||||||
|
merged from fixes branch
|
||||||
|
|
||||||
|
Revision 1.5.2.1 1999/07/10 23:15:02 pierre
|
||||||
|
* fixes problem with putenv.c
|
||||||
|
|
||||||
|
Revision 1.5 1999/03/01 15:40:53 peter
|
||||||
* use external names
|
* use external names
|
||||||
* removed all direct assembler modes
|
* removed all direct assembler modes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user