This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] gdbadmin/ss/gdb_ari.sh obsolete->regression


> B.t.w. as you're clearing up ARI results anyway (b.t.w.
> thank you for your efforts in this area!), there's a
> number of ARI tests where all remaining hits are in
> fact false positives:
> 
> In the Obsolete category:
> 
> supply_register  (this function no longer exists; ARI
> finds local struct members with the same name as false
> positive results)
> 
> inside_entry_func  (this is now a static routine; the
> original reason for this ARI entry no longer applies)
> 
> In the Deprecate category:
> 
> SP_REGNUM, PC_REGNUM, FP0_REGNUM   (these are not defined
> anywhere any more; ARI finds local definitions with 
> extended names like E_SP_REGNUM etc.)
> 
> In the Legacy category:
> 
> legacy_name  (this doesn't exist any more; ARI finds a
> local variable with the same name)
> 
> I think these should also be simply deleted ...

Fully agreed. Nice catches, Ulrich :)

-- 
Joel


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