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] Remove VEC(tsv_s), use std::vector instead


On 04/09/2018 08:16 PM, Simon Marchi wrote:
> On 2018-04-07 14:54, Pedro Alves wrote:
>>
>> Cool, I have a make-target-delegates patch that makes it grok
>> :: and <> too, needed for target_ops C++ification.
> 
> Is it this one that's already pushed?
> 
> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=10f64178412d9c6e4f2faade0da271ab8be273c9

I was thinking of this bit in the branch:

  https://github.com/palves/gdb/commit/a39c7a444261acdacc8bdbc4e9c5b21b0907d7a0#diff-bd5f3f75b082255e6f600a789d7d7970R43

but now I'm not sure whether it's still needed.  I suspect it was needed
because of the need to grok a preceding "virtual".  Bah, will need to
re-investigate.

Thanks,
Pedro Alves


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