diff options
author | Bob Wilson <bob.wilson@acm.org> | 2002-09-04 16:22:51 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2002-09-04 16:22:51 +0000 |
commit | 01abf342f82f9db810b16e139fd15986afc75168 (patch) | |
tree | c1421f79baacb61a40a46c6629d7c574038fec70 /gcc/config/xtensa/elf.h | |
parent | cd42d3df16374d1efef9ca9490122c0ef9ed20fd (diff) | |
download | gcc-01abf342f82f9db810b16e139fd15986afc75168.tar.gz |
elf.h (TARGET_SECTION_TYPE_FLAGS): Define to xtensa_multibss_section_type_flags.
* config/xtensa/elf.h (TARGET_SECTION_TYPE_FLAGS): Define to
xtensa_multibss_section_type_flags.
* config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Define.
From-SVN: r56797
Diffstat (limited to 'gcc/config/xtensa/elf.h')
-rw-r--r-- | gcc/config/xtensa/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h index 7d1ba00e637..866c463c8dd 100644 --- a/gcc/config/xtensa/elf.h +++ b/gcc/config/xtensa/elf.h @@ -24,6 +24,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA builtin_define ("__ELF__"); \ } while (0) +#define TARGET_SECTION_TYPE_FLAGS xtensa_multibss_section_type_flags + /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C |