public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [doc PATCH] Fix weakref description.
@ 2018-11-02 17:59 Michael Ploujnikov
  2018-11-12 17:50 ` Michael Ploujnikov
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Ploujnikov @ 2018-11-02 17:59 UTC (permalink / raw)
  To: GCC Patches


[-- Attachment #1.1.1: Type: text/plain, Size: 121 bytes --]

I came across this typo and also added a similar ld invocation for
illustration purposes as mentioned by Jakub on irc.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: 0001-Fix-weakref-description.patch --]
[-- Type: text/x-patch; name="0001-Fix-weakref-description.patch", Size: 1082 bytes --]

From 2df4903f04fbe68e9e6a1ae0eea460e7592a8512 Mon Sep 17 00:00:00 2001
From: Michael Ploujnikov <michael.ploujnikov@oracle.com>
Date: Fri, 2 Nov 2018 13:40:50 -0400
Subject: [PATCH] Fix weakref description.

gcc/ChangeLog:

2018-11-02  Michael Ploujnikov  <michael.ploujnikov@oracle.com>

	* doc/extend.texi: Fix typo in the weakref description.
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git gcc/doc/extend.texi gcc/doc/extend.texi
index 4dbb2da39e..027e0f75a1 100644
--- gcc/doc/extend.texi
+++ gcc/doc/extend.texi
@@ -3603,7 +3603,7 @@ symbol, not necessarily in the same translation unit.
 The effect is equivalent to moving all references to the alias to a
 separate translation unit, renaming the alias to the aliased symbol,
 declaring it as weak, compiling the two separate translation units and
-performing a reloadable link on them.
+performing a incremental link (like @code{ld -r}) on them.
 
 At present, a declaration to which @code{weakref} is attached can
 only be @code{static}.
-- 
2.19.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [doc PATCH] Fix weakref description.
  2018-11-02 17:59 [doc PATCH] Fix weakref description Michael Ploujnikov
@ 2018-11-12 17:50 ` Michael Ploujnikov
  2018-11-13 19:31   ` Michael Ploujnikov
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Ploujnikov @ 2018-11-12 17:50 UTC (permalink / raw)
  To: GCC Patches


[-- Attachment #1.1.1: Type: text/plain, Size: 267 bytes --]

On 2018-11-02 1:59 p.m., Michael Ploujnikov wrote:
> I came across this typo and also added a similar ld invocation for
> illustration purposes as mentioned by Jakub on irc.
> 

After talking to Jakub about it, I went with different terminology.


- Michael

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: 0001-Fix-weakref-description.patch --]
[-- Type: text/x-patch; name="0001-Fix-weakref-description.patch", Size: 1096 bytes --]

From f14d7315e0dc9c4b6aff6137fd90e4d2595ef9f5 Mon Sep 17 00:00:00 2001
From: Michael Ploujnikov <michael.ploujnikov@oracle.com>
Date: Mon, 12 Nov 2018 12:42:37 -0500
Subject: [PATCH] Fix weakref description.

gcc/ChangeLog:

2018-11-12  Michael Ploujnikov  <michael.ploujnikov@oracle.com>

	* doc/extend.texi: Fix typo in the weakref description.
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git gcc/doc/extend.texi gcc/doc/extend.texi
index e2b9ee11a54..fc507afe600 100644
--- gcc/doc/extend.texi
+++ gcc/doc/extend.texi
@@ -3619,7 +3619,7 @@ symbol, not necessarily in the same translation unit.
 The effect is equivalent to moving all references to the alias to a
 separate translation unit, renaming the alias to the aliased symbol,
 declaring it as weak, compiling the two separate translation units and
-performing a reloadable link on them.
+performing a link with relocatable output (ie: @code{ld -r}) on them.
 
 At present, a declaration to which @code{weakref} is attached can
 only be @code{static}.
-- 
2.19.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [doc PATCH] Fix weakref description.
  2018-11-12 17:50 ` Michael Ploujnikov
@ 2018-11-13 19:31   ` Michael Ploujnikov
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Ploujnikov @ 2018-11-13 19:31 UTC (permalink / raw)
  To: GCC Patches


[-- Attachment #1.1: Type: text/plain, Size: 378 bytes --]

On 2018-11-12 12:50 p.m., Michael Ploujnikov wrote:
> On 2018-11-02 1:59 p.m., Michael Ploujnikov wrote:
>> I came across this typo and also added a similar ld invocation for
>> illustration purposes as mentioned by Jakub on irc.
>>
> 
> After talking to Jakub about it, I went with different terminology.
> 
> 
> - Michael
> 

Installed as obvious.

- Michael


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-13 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 17:59 [doc PATCH] Fix weakref description Michael Ploujnikov
2018-11-12 17:50 ` Michael Ploujnikov
2018-11-13 19:31   ` Michael Ploujnikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).