CVS commit: src/usr.bin/elf2ecoff
"Stephen M. Rumble" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rumble Date: Fri Jun 12 05:32:25 UTC 2026 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: Minor cleanups: use getopt, avoid conditional compilation, and add debug_printf to avoid 'if (debug)' conditionals all over. Also add a -v flag so that setting the debug level does not require recompilation. No functional change otherwise. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.bin/elf2ecoff/elf2ecoff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.