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: [RFC] rl78: vtables are code addresses


> I would like to commit this patch because, on balance, it markedly
> improves the test results.  Without objection(s), I'll commit this
> patch in a few days time.

FWIW, I agree. Let's not allow best to be the enemy of good...

> +  if (TYPE_CODE (type) == TYPE_CODE_PTR)
> +    {
> +      struct type *targ_type = TYPE_TARGET_TYPE (type);
> +       
   ^^^^^^^

"trailing" spaces there...

-- 
Joel


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