]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/sparc/sparc.c
sol2.h (ASM_DECLARE_OBJECT_NAME): New.
[thirdparty/gcc.git] / gcc / config / sparc / sparc.c
index 7e008de1c0d42bf910e875dda676d4e00b75767a..6c0865370ebee2de3519adf4fad52537c83cc285 100644 (file)
@@ -8478,6 +8478,8 @@ sparc_elf_asm_named_section (const char *name, unsigned int flags)
     fputs (",#alloc", asm_out_file);
   if (flags & SECTION_WRITE)
     fputs (",#write", asm_out_file);
+  if (flags & SECTION_TLS)
+    fputs (",#tls", asm_out_file);
   if (flags & SECTION_CODE)
     fputs (",#execinstr", asm_out_file);