Subject: ld is noisy
To: None <port-vax@netbsd.org>
From: maximum entropy <entropy@tardis.bernstein.com>
List: port-vax
Date: 10/28/1999 10:18:16
Excerpt from /usr/src/gnu/usr.bin/ld/ld/rrs.c, function
claim_rrs_reloc():
#if !defined(__arm32__) && 1 /* prints too much on arm32 */
if (rp->r_address < text_start + text_size)
warnx("%s: RRS text relocation at %#x for \"%s\"",
get_file_name(entry), rp->r_address,
sp->name);
#endif
This is also very noisy on the vax. Should another explicit exception
be added for __vax__, or should that "&& 1" become "&& DEBUG" to make
it shut up? Or is there some reason why this output is desirable?
--
entropy