On Thu, Jan 29, 2015 at 05:31:14PM +0100, Jan Hubicka wrote:
> > Even the tls.pdf mentions sometimes Global Dynamic and sometimes General
> > Dynamic. But the Global Dynamic is in additions made by me apparently.
> >
> > Anyway, I think it is too late to change this now on the GCC side,
> > we it
> On Thu, Jan 29, 2015 at 04:13:38PM +1030, Alan Modra wrote:
> > On Thu, Jan 29, 2015 at 06:07:16AM +0100, Jan Hubicka wrote:
> > > > On Wed, Jan 28, 2015 at 08:56:22PM +0100, Jan Hubicka wrote:
> > > > > -const char * const tls_model_names[]={"none", "tls-emulated",
> > > > > "tls-real",
> > > >
On Thu, Jan 29, 2015 at 04:13:38PM +1030, Alan Modra wrote:
> On Thu, Jan 29, 2015 at 06:07:16AM +0100, Jan Hubicka wrote:
> > > On Wed, Jan 28, 2015 at 08:56:22PM +0100, Jan Hubicka wrote:
> > > > -const char * const tls_model_names[]={"none", "tls-emulated",
> > > > "tls-real",
> > > > -
On Thu, Jan 29, 2015 at 06:07:16AM +0100, Jan Hubicka wrote:
> > On Wed, Jan 28, 2015 at 08:56:22PM +0100, Jan Hubicka wrote:
> > > -const char * const tls_model_names[]={"none", "tls-emulated", "tls-real",
> > > - "tls-global-dynamic", "tls-local-dynamic",
> > > -
> On Wed, Jan 28, 2015 at 08:56:22PM +0100, Jan Hubicka wrote:
> > -const char * const tls_model_names[]={"none", "tls-emulated", "tls-real",
> > - "tls-global-dynamic", "tls-local-dynamic",
> > - "tls-initial-exec", "tls-local-exec"};
On Wed, Jan 28, 2015 at 08:56:22PM +0100, Jan Hubicka wrote:
> -const char * const tls_model_names[]={"none", "tls-emulated", "tls-real",
> - "tls-global-dynamic", "tls-local-dynamic",
> - "tls-initial-exec", "tls-local-exec"};
> +
Hi,
this patch fixes dumping of tls models. tls-real is not really a model,
just equivalent of tls-global-dynamic.
Comitted as obvious.
Honza
Index: ChangeLog
===
--- ChangeLog (revision 220212)
+++ ChangeLog (working copy)
@@ -