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
18 lines
493 B
Plaintext
18 lines
493 B
Plaintext
LIB2ADDEH += $(srcdir)/config/rs6000/cxa_atexit.c \
|
|
$(srcdir)/config/rs6000/cxa_finalize.c \
|
|
$(srcdir)/config/rs6000/atexit.c \
|
|
$(srcdir)/config/rs6000/on_exit.c
|
|
|
|
LIB2ADD_ST += $(srcdir)/config/rs6000/aixinitfini.c
|
|
|
|
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-aix-cxa.ver
|
|
|
|
crtdbase.o: $(srcdir)/config/rs6000/crtdbase.S
|
|
$(crt_compile) -c $<
|
|
|
|
crtcxa.o: $(srcdir)/config/rs6000/crtcxa.c
|
|
$(crt_compile) -c $<
|
|
|
|
crtcxa_s.o: $(srcdir)/config/rs6000/crtcxa.c
|
|
$(crt_compile) -DSHARED -c $<
|