summaryrefslogtreecommitdiff
path: root/src/elf64.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle <elf.h> that uses enums instead of definesStephen Webb2020-06-181-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 Sharma2014-09-271-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 Belousov2010-03-071-0/+2
|
* (Logical change 1.45)mostang.com!davidm2003-02-081-0/+7
|
* Initial revisionmostang.com!davidm2003-02-081-0/+0