diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:43:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:43:22 +0000 |
commit | 3a9d486c008d5b2f64fde0c094c747fd7c37b649 (patch) | |
tree | 7c65631a28efc15d19166f2ddc47bf4d93c7fa03 /ld/lexsup.c | |
parent | 7a6cc5fb0c6a410afb1a424ed5c647380bcf68d3 (diff) | |
download | gdb-3a9d486c008d5b2f64fde0c094c747fd7c37b649.zip gdb-3a9d486c008d5b2f64fde0c094c747fd7c37b649.tar.gz gdb-3a9d486c008d5b2f64fde0c094c747fd7c37b649.tar.bz2 |
Add .gnu.linkonce.wi.* to .debug_info sections.
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index 079cc06..d002cfb 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -238,10 +238,6 @@ static const struct ld_option ld_options[] = 'y', N_("SYMBOL"), N_("Trace mentions of SYMBOL"), TWO_DASHES }, { {NULL, required_argument, NULL, '\0'}, 'Y', N_("PATH"), N_("Default search path for Solaris compatibility"), ONE_DASH }, -#if 0 - { {NULL, required_argument, NULL, '\0'}, - 'z', N_("KEYWORD"), N_("Ignored for Solaris compatibility"), ONE_DASH }, -#endif { {"start-group", no_argument, NULL, '('}, '(', NULL, N_("Start a group"), TWO_DASHES }, { {"end-group", no_argument, NULL, ')'}, @@ -1008,13 +1004,6 @@ the GNU General Public License. This program has absolutely no warranty.\n")); case 'y': add_ysym (optarg); break; -#if 0 - case 'z': - /* We accept and ignore this option for Solaris - compatibility. Actually, on Solaris, optarg is not - ignored. Someday we should handle it correctly. FIXME. */ - break; -#endif case OPTION_SPLIT_BY_RELOC: config.split_by_reloc = strtoul (optarg, NULL, 0); break; |