[Nasm-bugs] [Bug 3392367] Mach-O Executables do not dead strip.

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Tue Mar 7 21:53:06 PST 2017


https://bugzilla.nasm.us/show_bug.cgi?id=3392367

--- Comment #3 from H. Peter Anvin <hpa at zytor.com> ---
OK, fair enough.  If someone wants it to be a soft error they can simply do
something like:

%ifnmacro subsections_via_symbols
  %macro subsections_via_symbols 0
  %endmacro
%endif

... since we have as standard practice to wrap directives into macros for user
access, partly for this reason.

I think I can have this ready this evening.  If you could test 2.13rc7 once it
is out, I would very much appreciate it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list