setup_sectname
(void) setup_sectname(optarg, my_prog);
(void) setup_sectname(".comment", MCS);
(void) setup_sectname(".line", MCS);
(void) setup_sectname(".debug", STRIP);
(void) setup_sectname(".stab", STRIP);
static int setup_sectname(char *, int);