re-add section attribute support

This commit is contained in:
Ethan Roseman 2021-08-23 02:26:59 +09:00
parent 50b51867ce
commit f4ab61e56a

View File

@ -3923,6 +3923,11 @@ do { \
fprintf ((STREAM), "\"\n"); \
} while (0)
#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\
do { \
fprintf (FILE, "\t.section %s\n", NAME); \
} while (0)
/* Handle certain cpp directives used in header files on sysV. */
#define SCCS_DIRECTIVE