Commit ac7974a
authored
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 commit ac7974a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments