diff options
author | midipix <writeonce@midipix.org> | 2016-06-28 12:20:46 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-06-28 12:20:46 -0400 |
commit | 98161e67657303e9fef17677de9b3dc40afcf783 (patch) | |
tree | 8c25f42f1ccd7ec8dc7914bbc594c5896bdeeac3 /libc | |
parent | d2f54ca2ffb7e3d71e338ae980bda2a038adcfe0 (diff) | |
download | cbb-gcc-4.6.4-98161e67657303e9fef17677de9b3dc40afcf783.tar.bz2 cbb-gcc-4.6.4-98161e67657303e9fef17677de9b3dc40afcf783.tar.xz |
midipix targets: shared: complete list of non-exported symbols.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/cbb-musl-pe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 57efa2403..9ab2ee569 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -131,7 +131,10 @@ extern "C" { "__EH_FRAME_BEGIN__," \ "__dso_handle," \ "_init,_fini," \ + "_so_entry_point," \ "__so_entry_point," \ + "__chkstk_ms," \ + "___chkstk_ms," \ "dso_main_routine " #undef LINK_SPEC |