diff options
author | Ian Lance Taylor <iant@google.com> | 2006-11-03 18:48:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-11-03 18:48:03 +0000 |
commit | 652ec9bd892d15910efb4da2488c17788460ff33 (patch) | |
tree | 206b3137850fff32e4e7d128255fafa06effd2bd /gold/options.h | |
parent | dd32f778683e3b0e75e9530cd0aeaaa613f0960d (diff) | |
download | gdb-652ec9bd892d15910efb4da2488c17788460ff33.zip gdb-652ec9bd892d15910efb4da2488c17788460ff33.tar.gz gdb-652ec9bd892d15910efb4da2488c17788460ff33.tar.bz2 |
Ignored the -m option, for old linker compatibility.
Diffstat (limited to 'gold/options.h')
-rw-r--r-- | gold/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/options.h b/gold/options.h index 3b54c49..27db787 100644 --- a/gold/options.h +++ b/gold/options.h @@ -89,6 +89,10 @@ class General_options set_static() { this->is_static_ = true; } + void + ignore(const char*) + { } + Dir_list search_path_; const char* output_file_name_; bool is_relocatable_; |