mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
re-add section attribute support
This commit is contained in:
parent
50b51867ce
commit
f4ab61e56a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user