Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle <elf.h> that uses enums instead of defines | Stephen Webb | 2020-06-18 | 1 | -2/+2 |
| | | | | | | | | | | Handle the case in which the system-supplied elf.h file uses C enums instead of macros preprocessor defines for some constants. Made the inclusion of the discovered elf.h file more consistent for portability to non-Linux targets. Put some libunwind-specific ELF macros into the UNW_ namespace. | ||||
* | One time whitespace fixup. | Arun Sharma | 2014-09-27 | 1 | -1/+1 |
| | | | | | | for f in $(find src include -name '*.[ch]'); do expand -t 8 $f > $tmp; mv $tmp $f; done | ||||
* | Silence warning about symbol redefinition. | Konstantin Belousov | 2010-03-07 | 1 | -0/+2 |
| | |||||
* | (Logical change 1.45) | mostang.com!davidm | 2003-02-08 | 1 | -0/+7 |
| | |||||
* | Initial revision | mostang.com!davidm | 2003-02-08 | 1 | -0/+0 |