d9adb4761a
* config/rs6000/on_exit.c: New file. * config/rs6000/t-aix-cxa (LIB2ADDEH): Build on_exit.c. * config/rs6000/libgcc-aix-cxa.ver (on_exit): Add symbol to exports. From-SVN: r230398
15 lines
131 B
Plaintext
15 lines
131 B
Plaintext
GCC_4.8 {
|
|
__cxa_atexit
|
|
__cxa_finalize
|
|
}
|
|
|
|
GCC_4.9 {
|
|
_GLOBAL__AIXI_shr_o
|
|
_GLOBAL__AIXD_shr_o
|
|
}
|
|
|
|
GCC_5 {
|
|
atexit
|
|
on_exit
|
|
}
|