mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-18 14:27:58 +08:00
2011-11-09 Kai Tietz <ktietz@redhat.com>
* lib32/msvcr*.def: Make sure _assert and _wassert are marked DATA. * lib64/msvcr*.def: Likewise. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4591 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
fb975214ad
commit
f4fd18ccac
@ -1,3 +1,9 @@
|
||||
2011-11-09 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* lib32/msvcr*.def: Make sure _assert and _wassert are marked
|
||||
DATA.
|
||||
* lib64/msvcr*.def: Likewise.
|
||||
|
||||
2011-11-04 Ozkan Sezer <sezeroz@gmail.com>
|
||||
|
||||
gdtoa: Sync to match the latest version at netlib.org as of Nov. 02
|
||||
|
@ -107,7 +107,7 @@ _adj_fptan
|
||||
_adjust_fdiv DATA
|
||||
_aexit_rtn DATA
|
||||
_amsg_exit
|
||||
_assert
|
||||
_assert DATA
|
||||
_atodbl
|
||||
_atoi64
|
||||
_atoldbl
|
||||
|
@ -404,7 +404,7 @@ _aligned_realloc_dbg
|
||||
_aligned_recalloc
|
||||
_aligned_recalloc_dbg
|
||||
_amsg_exit
|
||||
_assert
|
||||
_assert DATA
|
||||
_atodbl
|
||||
_atodbl_l
|
||||
_atof_l
|
||||
@ -1204,7 +1204,7 @@ _waccess
|
||||
_waccess_s
|
||||
_wasctime
|
||||
_wasctime_s
|
||||
_wassert
|
||||
_wassert DATA
|
||||
_wchdir
|
||||
_wchmod
|
||||
_wcmdln DATA
|
||||
|
@ -107,7 +107,7 @@ _adj_fptan
|
||||
_adjust_fdiv DATA
|
||||
_aexit_rtn DATA
|
||||
_amsg_exit
|
||||
_assert
|
||||
_assert DATA
|
||||
_atodbl
|
||||
_atoi64
|
||||
_atoldbl
|
||||
|
@ -188,7 +188,7 @@ _aligned_offset_malloc
|
||||
_aligned_offset_realloc
|
||||
_aligned_realloc
|
||||
_amsg_exit
|
||||
_assert
|
||||
_assert DATA
|
||||
_atodbl
|
||||
_atoi64
|
||||
_atoldbl
|
||||
|
@ -346,7 +346,7 @@ _aligned_realloc_dbg
|
||||
_aligned_recalloc
|
||||
_aligned_recalloc_dbg
|
||||
_amsg_exit
|
||||
_assert
|
||||
_assert DATA
|
||||
_atodbl
|
||||
_atodbl_l
|
||||
_atof_l
|
||||
@ -1131,7 +1131,7 @@ _waccess
|
||||
_waccess_s
|
||||
_wasctime
|
||||
_wasctime_s
|
||||
_wassert
|
||||
_wassert DATA
|
||||
_wchdir
|
||||
_wchmod
|
||||
_wcmdln DATA
|
||||
|
@ -190,7 +190,7 @@ _aligned_offset_malloc
|
||||
_aligned_offset_realloc
|
||||
_aligned_realloc
|
||||
_amsg_exit
|
||||
_assert
|
||||
_assert DATA
|
||||
_atodbl
|
||||
_atodbl_l
|
||||
_atof_l
|
||||
|
Loading…
Reference in New Issue
Block a user