Skip to content

Commit 50ea333

Browse files
committed
Rremove "missing .rodata" from known issues
1 parent 13b6a59 commit 50ea333

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ int fib(int n) def int @fib(int %n)
237237
238238
## Known Issues
239239
240-
1. The generated ELF lacks .bss and .rodata sections
241240
2. Full `<stdarg.h>` support is not available. Variadic functions work via direct pointer arithmetic.
242241
See the `printf` implementation in `lib/c.c` for the supported approach.
243242
3. The C front-end operates directly on token streams without building a full AST.

0 commit comments

Comments
 (0)