This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix stabs debug output for ARM.


Ian Lance Taylor wrote:

> Carlos, do you want to take a look at that?  If the new code does work
> for PowerPC, it is probably worth implementing generally.

I agree.

> I'm not super excited about adding new symbols to every port, but on
> the other hand this is only for stabs so it's not too important.

I would see having fully generic code here as a win: eliminate
port-specific code and attendant hooks.  The new symbols are local
labels, so they take up no space in object files.

In any case, let's see what Carlos reports.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]