This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [GOLD] PowerPC tls_get_addr_optimize


On Fri, Aug 04, 2017 at 10:06:06PM +0930, Alan Modra wrote:
> Delta from the last patch, to see if you still like it this way.  I
> don't pretend to be a C++ programmer, so don't really have an opinion
> worth that much.  :)  Note removal of private operator=

Ping?  https://sourceware.org/ml/binutils/2017-08/msg00048.html

> +	  symtab->clone<Sized_symbol<size> >(to, from);

Incidentally, with gcc-7 I find I need to write

	  symtab->template clone<Sized_symbol<size> >(to, from);

-- 
Alan Modra
Australia Development Lab, IBM


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