mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix section defs
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
%ifdef WIN32
|
||||
%define FLAC__PUBLIC_NEEDS_UNDERSCORE
|
||||
%idefine code_section section .text align=32 class=CODE use32
|
||||
%idefine code_section section .text align=16 class=CODE use32
|
||||
%idefine data_section section .data align=32 class=DATA use32
|
||||
%idefine bss_section section .bss align=32 class=DATA use32
|
||||
%elifdef AOUT
|
||||
@@ -29,9 +29,9 @@
|
||||
%idefine data_section section .data
|
||||
%idefine bss_section section .bss
|
||||
%elifdef ELF
|
||||
%idefine code_section section .text class=CODE use32
|
||||
%idefine data_section section .data class=DATA use32
|
||||
%idefine bss_section section .bss class=DATA use32
|
||||
%idefine code_section section .text align=16
|
||||
%idefine data_section section .data align=32
|
||||
%idefine bss_section section .bss align=32
|
||||
%else
|
||||
%error unsupported object format!
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user