From 88dd47ac00ee5a932bca9abbd2245c429dfd8f5b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 7 Feb 2008 01:51:25 +0000 Subject: Implement --just-symbols, including -R FILE. Fix symbol values when doing a relocatable link. --- gold/fileread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gold/fileread.h') diff --git a/gold/fileread.h b/gold/fileread.h index 5d3674b..2a9e797 100644 --- a/gold/fileread.h +++ b/gold/fileread.h @@ -418,6 +418,10 @@ class Input_file is_in_sysroot() const { return this->is_in_sysroot_; } + // Return whether this file is to be read only for its symbols. + bool + just_symbols() const; + private: Input_file(const Input_file&); Input_file& operator=(const Input_file&); -- cgit v1.1