Dave Watson
|
b56e4cb889
|
ALIAS dwarf symbols
|
2017-12-28 09:31:11 -08:00 |
|
Dave Watson
|
a1437a3d27
|
Remove PROTECTED visibility
This only works on bfd ld, not lld or gold.
|
2017-12-28 08:26:42 -08:00 |
|
Arun Sharma
|
781d5d5263
|
One time whitespace fixup.
for f in $(find src include -name '*.[ch]'); do
expand -t 8 $f > $tmp; mv $tmp $f;
done
|
2014-09-27 09:47:23 -07:00 |
|
Tommi Rantala
|
7d471b1440
|
Define and use `CONST_ATTR'
|
2012-09-28 14:51:21 +03:00 |
|
Tommi Rantala
|
e0653f9e3a
|
Define and use `WEAK'
|
2012-09-28 14:51:21 +03:00 |
|
Tommi Rantala
|
e3e49dc28a
|
Define and use `NOINLINE'
|
2012-09-28 14:51:19 +03:00 |
|
Tommi Rantala
|
26fc1563fb
|
Align `sos_memory' to MAX_ALIGN
We give aligned pointers from the `sos_memory' array, so any non-aligned
bytes are only wasted.
|
2012-09-28 13:52:22 +03:00 |
|
Tommi Rantala
|
dc680c0b52
|
Pull attribute macros from libunwind_i.h' to new header compiler.h'
Pull attribute macros from `libunwind_i.h' to new header `compiler.h',
to allow the macros to also be used in the tests.
|
2012-09-28 13:52:21 +03:00 |
|