From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Jim Blandy Cc: Srikanth Adayapalam , gdb-patches@sourceware.cygnus.com Subject: Re: (patch) hpjyg09: bcache optimizations Date: Wed, 15 Dec 1999 01:16:00 -0000 Message-id: <970.945248225@upchuck> References: X-SW-Source: 1999-q4/msg00384.html In message < npyacciqf8.fsf@zwingli.cygnus.com >you write: > > > While it is true that it is not tied to the microprocessor, > > (and the placement of the macro is not ideal perhaps,) it is tied > > somewhat to the HP-UX platform in that : > > Ahh. That, I didn't know. So it would be correct to put the flag in > a file associated with a particular toolchain. Not in this case. While HP's tools arrange (via pxdb) to avoid duplicates, other HP toolchains do not. Short term none of the GNU toolchains on the PA remove duplicates. That will likely change for the PA64 toolchain (dwarf2 + elf), but it is unlikely to ever change for the PA32 toolchain (stabs + som). In general, if we find ourselves tuning towards one particular toolchain, then we are probably going down the wrong road. jeff