Merge "Add DF_1_ORIGIN to SUPPORTED_DT_FLAGS_1."

This commit is contained in:
Treehugger Robot 2022-03-22 20:25:30 +00:00 committed by Gerrit Code Review
commit 8397fadb2e

View file

@ -51,7 +51,7 @@
#define ELFW(what) ELF32_ ## what
#endif
#define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE)
#define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE | DF_1_ORIGIN)
// Class used construct version dependency graph.
class VersionTracker {