aboutsummaryrefslogtreecommitdiff
path: root/gold/script.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-07 05:45:07 +0000
committerIan Lance Taylor <iant@google.com>2008-02-07 05:45:07 +0000
commit1ef1f3d387940683bcba12c0bee8c5adfdef4bc7 (patch)
tree9868865fdd392b1acb03a2de230185da323bdef8 /gold/script.h
parent5fe2a0f55b19713f5cfb423687ce51291c62d8d8 (diff)
downloadgdb-1ef1f3d387940683bcba12c0bee8c5adfdef4bc7.zip
gdb-1ef1f3d387940683bcba12c0bee8c5adfdef4bc7.tar.gz
gdb-1ef1f3d387940683bcba12c0bee8c5adfdef4bc7.tar.bz2
Ignore version scripts for relocatable links.
Diffstat (limited to 'gold/script.h')
-rw-r--r--gold/script.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/script.h b/gold/script.h
index 09f104f..81e7ab8 100644
--- a/gold/script.h
+++ b/gold/script.h
@@ -118,6 +118,10 @@ class Version_script_info
public:
~Version_script_info();
+ // Clear everything.
+ void
+ clear();
+
// Return whether any version were defined in the version script.
bool
empty() const