mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
9f16cfde4c
Implement the MachO do_dead_strip directive, which sets a flag on the corresponding section. This as well as subsections_by_symbols are reimplemented as pragmas; if someone uses the predefined macro they still get the expected behavior. However, this allows someone to write: %pragma macho subsections_by_symbols ... and have it ignored if compiling for, say, ELF. Also, implement the following section attributes: zerofill, no_dead_strip, live_support, strip_static_syms Signed-off-by: H. Peter Anvin <hpa@zytor.com> |
||
---|---|---|
.. | ||
compiler.h | ||
disp8.h | ||
error.h | ||
hashtbl.h | ||
iflag.h | ||
insns.h | ||
labels.h | ||
md5.h | ||
nasm.h | ||
nasmint.h | ||
nasmlib.h | ||
opflags.h | ||
raa.h | ||
rbtree.h | ||
rdoff.h | ||
saa.h | ||
strlist.h | ||
tables.h | ||
ver.h |