diff --git a/include/link/section.hpp b/include/link/section.hpp index a474f279..6e0a163b 100644 --- a/include/link/section.hpp +++ b/include/link/section.hpp @@ -48,7 +48,7 @@ struct Section { // Extra info computed during linking std::vector *fileSymbols; std::vector symbols; - std::unique_ptr
nextu; // The next "component" of this unionized sect + std::unique_ptr
nextPiece; // The next fragment or union "piece" of this section }; // Execute a callback for each section currently registered. diff --git a/include/link/symbol.hpp b/include/link/symbol.hpp index d6c8e776..e6bd63dd 100644 --- a/include/link/symbol.hpp +++ b/include/link/symbol.hpp @@ -33,8 +33,8 @@ struct Symbol { > data; - Label &label() { return std::get