diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 01:11:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 01:11:41 -0400 |
commit | b46621118d69b200efc806b495ef96bbfc595bca (patch) | |
tree | 3db048d983093430c3e507065f140b623ccff57e /sim/m32c/opc2c.c | |
parent | 9709fa5bcbdb2f5b95d8624847e8bc0fa958c911 (diff) | |
download | binutils-b46621118d69b200efc806b495ef96bbfc595bca.zip binutils-b46621118d69b200efc806b495ef96bbfc595bca.tar.gz binutils-b46621118d69b200efc806b495ef96bbfc595bca.tar.bz2 |
sim: m32c: tighten up opc2c build output
Drop the single debugging line that repeats the command line option,
and use the silent build helpers to tighten up output.
Diffstat (limited to 'sim/m32c/opc2c.c')
-rw-r--r-- | sim/m32c/opc2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/m32c/opc2c.c b/sim/m32c/opc2c.c index 3d1713d..f67b134 100644 --- a/sim/m32c/opc2c.c +++ b/sim/m32c/opc2c.c @@ -513,7 +513,6 @@ main (int argc, char **argv) if (argc > 2 && strcmp (argv[1], "-l") == 0) { sim_log = fopen (argv[2], "w"); - fprintf (stderr, "sim_log: %s\n", argv[2]); argc -= 2; argv += 2; } |