diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-10-08 20:12:45 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-10-08 20:12:45 +0000 |
commit | c04c958616ae94eed97dd1575ba39ad24b0b1db0 (patch) | |
tree | 0ca4321daebc1124b43e90fc8298c8cc58c627a1 /ld/lexsup.c | |
parent | 299bf75951d7a50e5c0dc9f9a33813d5e5589f8b (diff) | |
download | gdb-c04c958616ae94eed97dd1575ba39ad24b0b1db0.zip gdb-c04c958616ae94eed97dd1575ba39ad24b0b1db0.tar.gz gdb-c04c958616ae94eed97dd1575ba39ad24b0b1db0.tar.bz2 |
2002-10-08 H.J. Lu <hjl@gnu.org>
* ldlang.c (lang_file_exist): Removed.
(new_afile): Revert the last change.
* ldlang.h (lang_file_exist): Removed.
* lexsup.c (parse_args): Revert the last change.
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index 69b1af2..bfb0fea 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -796,8 +796,6 @@ parse_args (argc, argv) link_info.optimize = strtoul (optarg, NULL, 0) ? true : false; break; case 'o': - if (lang_file_exists (optarg)) - einfo ("%P%F: output file %s is also an input file!\n", optarg); lang_add_output (optarg, 0); break; case OPTION_OFORMAT: |