Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ``` (cherry picked from commit ac7974a)
- Loading branch information