Added .tcomon section initialisation.
authorNick Clifton <nickc@redhat.com>
Sat, 11 Oct 1997 01:02:07 +0000 (01:02 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 11 Oct 1997 01:02:07 +0000 (01:02 +0000)
gas/config/tc-v850.h

index ddbb2e654f225a897ae5be3d7472ba920e15c8d2..aa3dc833d94ee3204e1ff8aa4fd4e1fa3c4fba5a 100644 (file)
@@ -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 },
 
This page took 0.028327 seconds and 4 git commands to generate.