Revision ac7974acef22b357e790be418b750987e86cb386 authored by Elliot Saba on 23 April 2021, 20:59:06 UTC, committed by GitHub on 23 April 2021, 20:59:06 UTC
On ELF platforms, `ld` can print out warnings that certain symbols do
not have a type or size annotation.  This adds the annotations to the
`DEBUGINFO` and `EXPORT` helper macros, which are where this information
was put for the windows assembler.  With this patch, we should eliminate
`ld` warnings such as:

```
warning: type and size of dynamic symbol `jl_symbol' are not defined
```
1 parent d7d2b0c
History
File Mode Size
Dockerfile -rw-r--r-- 140 bytes
devcontainer.json -rw-r--r-- 134 bytes

back to top