diff options
author | Nick Clifton <nickc@redhat.com> | 1997-10-11 01:02:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-10-11 01:02:07 +0000 |
commit | de0e22c1bf713f7992bb231f85d6a854eac0e99d (patch) | |
tree | 7cb2a948275591ace0d4f5b39152a709f034b4e6 /gas | |
parent | c28060930020783b020efcd6de7f9648c408d755 (diff) | |
download | gdb-de0e22c1bf713f7992bb231f85d6a854eac0e99d.zip gdb-de0e22c1bf713f7992bb231f85d6a854eac0e99d.tar.gz gdb-de0e22c1bf713f7992bb231f85d6a854eac0e99d.tar.bz2 |
Added .tcomon section initialisation.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-v850.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h index ddbb2e6..aa3dc83 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 }, |