From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Andrew Cagney Cc: Daniel Jacobowitz , Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [rfa] symbol hashing, part 2/n - ALL_BLOCK_SYMBOLS Date: Thu, 11 Oct 2001 17:48:00 -0000 Message-id: References: <3BC63C81.5000102@cygnus.com> X-SW-Source: 2001-10/msg00158.html > > Your second commit is this new (ULGH) macro. The macro (ULGH) > shouldn't break anything but it is however still a (ULGH) macro. Just > include the extra tweeks you found. > > (If you haven't figured it out, breakpoint.h has a similar (ULGH) macro > so I'm biteing my tongue on this change :-) > Unfortunately, it can't be done without a macro here, without introducing about 30 new functions, spread out across a whole bunch of files. The real problem is so many things feel an uncontrollable urge to walk an entire block (or the entire symbol table). > Andrew >