mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
add simple section attribute support for nu64 target
This commit is contained in:
parent
b542c63fba
commit
550edd0263
@ -130,3 +130,7 @@ sdata_section () \
|
||||
%(long_max_spec) \
|
||||
%(subtarget_cpp_spec) "
|
||||
|
||||
#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\
|
||||
do { \
|
||||
fprintf (FILE, "\t.section %s\n", NAME); \
|
||||
} while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user