nasm/nasmlib
H. Peter Anvin 8d62e99e14 Add %note directive to add a note in the list file
This differs from a plain old comment in the following ways:

1. It is optionally macro-expanded;
2. It has a dash prefix;
3. It can be used inside .nolist macros.

Suggested-by: <pushbx@ulukai.org>
Resolves: https://bugzilla.nasm.us/show_bug.cgi?id=3392915
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2024-09-19 13:21:30 +02:00
..
alloc.c
alloc.h
asprintf.c
badenum.c
bsi.c
crc32.c Fix warning on ; outside of function 2022-04-04 10:25:58 -05:00
crc64.c
errfile.c Add %note directive to add a note in the list file 2024-09-19 13:21:30 +02:00
file.c
file.h nasmlib: fix stub when os_fstat() is not defined 2022-11-07 16:56:56 -08:00
filename.c
hashtbl.c hashtbl.c: don't call nasm_free() for a null pointer 2020-06-08 19:01:05 -07:00
ilog2.c
md5c.c
mmap.c
nctype.c
numstr.c preproc: add %map() function and radix specifiers 2023-10-15 22:43:28 -07:00
path.c
perfhash.c phash: simplify the code generators 2020-07-10 19:26:52 -07:00
perfhash.pl phash: simplify the code generators 2020-07-10 19:26:52 -07:00
raa.c
rbtree.c rbtree: add rb_search_exact() 2020-07-08 09:49:38 -07:00
readnum.c preproc: add %map() function and radix specifiers 2023-10-15 22:43:28 -07:00
realpath.c Fix some typos 2022-01-09 17:34:35 +01:00
rlimit.c BR 3392667: more reasonable limit for expression descent 2020-06-01 13:21:05 -07:00
saa.c
string.c
strlist.c BR 3392687: clang miscompiles offsetin() for uninitialized pointer 2020-06-30 09:54:01 -07:00
ver.c Add option to create reproducible output 2020-08-27 13:06:08 -07:00
zerobuf.c