From de0e22c1bf713f7992bb231f85d6a854eac0e99d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 11 Oct 1997 01:02:07 +0000 Subject: [PATCH] Added .tcomon section initialisation. --- gas/config/tc-v850.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h index ddbb2e654f2..aa3dc833d94 100644 --- a/gas/config/tc-v850.h +++ b/gas/config/tc-v850.h @@ -72,6 +72,7 @@ extern const struct relax_type md_relax_table[]; { ".rozdata", SHT_PROGBITS, SHF_ALLOC + SHF_V850_R0REL }, \ { ".zcommon", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_V850_R0REL }, \ { ".zbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_V850_R0REL }, \ + { ".tcommon", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_V850_R0REL }, \ { ".call_table_data", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE }, \ { ".call_table_text", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_EXECINSTR }, -- 2.30.2