dead code in frv-tdep.c?

Joel Brobecker brobecker@adacore.com
Fri Oct 2 23:08:00 GMT 2009


Hi Kevin,

Not sure who I should ask this. It looks like you were the last
person to make some real changes to that file, so I'm asking you first.
I noticed what looks like dead code in frv-tdep.c:

   frv-tdep.c:frv_stopped_data_address (CORE_ADDR *addr_p)
   frv-tdep.c:frv_have_stopped_data_address (void)

The former is only called by the latter, and the latter is never called.
frv_stopped_data_address almost looks like a function that would be
used as one of the target_ops methods, but this would more typically
be found in a -nat file...

Do you know what we should do with this code?

Thanks,
-- 
Joel



More information about the Gdb-patches mailing list