ddaf4c9114
* lib2funcs.asm: Remove entry/exit routines. Move them into... * ee.asm: New file. Entry/exit code. * ee_fp.asm: New file. Entry/exit code with frame pointer. * t-pa: Corresponding changes. * t-pro: Corresponding changes. From-SVN: r11491
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
LIBGCC1=libgcc1.null
|
|
CROSS_LIBGCC1=libgcc1.null
|
|
ADA_CFLAGS=-mdisable-indexing
|
|
LIB2FUNCS_EXTRA=lib2funcs.asm ee.asm ee_fp.asm
|
|
|
|
lib2funcs.asm: $(srcdir)/config/pa/lib2funcs.asm
|
|
rm -f lib2funcs.asm
|
|
cp $(srcdir)/config/pa/lib2funcs.asm .
|
|
|
|
ee.asm: $(srcdir)/config/pa/ee.asm
|
|
rm -f ee.asm
|
|
cp $(srcdir)/config/pa/ee.asm .
|
|
|
|
ee_fp.asm: $(srcdir)/config/pa/ee_fp.asm
|
|
rm -f ee_fp.asm
|
|
cp $(srcdir)/config/pa/ee_fp.asm .
|
|
|
|
TARGET_LIBGCC2_CFLAGS = -fPIC
|