diff options
author | Bob Wilson <bob.wilson@acm.org> | 2002-03-12 18:34:55 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2002-03-12 18:34:55 +0000 |
commit | 089c8f976485ea1a57ca4d6590cea48782c51140 (patch) | |
tree | 42a66563fc3d451aeef2bfacdc7125ddf262b36e /gcc | |
parent | 958c70ff9dac0a8d9ab0f065a8d6c7eafaaa0d73 (diff) | |
download | gcc-089c8f976485ea1a57ca4d6590cea48782c51140.zip gcc-089c8f976485ea1a57ca4d6590cea48782c51140.tar.gz gcc-089c8f976485ea1a57ca4d6590cea48782c51140.tar.bz2 |
* config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
From-SVN: r50665
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/xtensa/t-xtensa | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4478d94..0d1de09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-03-12 Bob Wilson <bob.wilson@acm.org> + * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define. + +2002-03-12 Bob Wilson <bob.wilson@acm.org> + * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch to function_section before writing out the constant pool. diff --git a/gcc/config/xtensa/t-xtensa b/gcc/config/xtensa/t-xtensa index 76b8df6..83a5ee7 100644 --- a/gcc/config/xtensa/t-xtensa +++ b/gcc/config/xtensa/t-xtensa @@ -18,6 +18,7 @@ STMP_FIXPROTO = # Build crtbegin and crtend with the "longcalls" option CRTSTUFF_T_CFLAGS += -mlongcalls +CRTSTUFF_T_CFLAGS_S += -mlongcalls CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = xtensa/lib1funcs.asm |