https://github.com/JuliaLang/julia
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
Tip revision: ac7974acef22b357e790be418b750987e86cb386 authored by Elliot Saba on 23 April 2021, 20:59:06 UTC
[cli] Provide `.type` and `.size` annotations for symbols (#40575)
Tip revision: ac7974a
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 283 bytes
.mailmap -rw-r--r-- 11.0 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.3 KB
HISTORY.md -rw-r--r-- 313.4 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 48.6 KB
Makefile -rw-r--r-- 25.5 KB
NEWS.md -rw-r--r-- 6.4 KB
README.md -rw-r--r-- 6.8 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 4.0 KB

README.md

back to top