Module Name: src
Committed By: rin
Date: Wed Aug 23 10:40:10 UTC 2023
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
libunwind: Drop unused/wrong reg_t typedef for alpha
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/lib/libunwind/Registers.hpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libunwind/Registers.hpp
diff -u src/sys/lib/libunwind/Registers.hpp:1.39 src/sys/lib/libunwind/Registers.hpp:1.40
--- src/sys/lib/libunwind/Registers.hpp:1.39 Mon Jun 27 06:45:14 2022
+++ src/sys/lib/libunwind/Registers.hpp Wed Aug 23 10:40:10 2023
@@ -887,7 +887,6 @@ public:
RETURN_OFFSET = 0,
RETURN_MASK = 0,
};
- typedef uint32_t reg_t;
__dso_hidden Registers_Alpha();