public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation.
@ 2015-01-14 10:15 Chung-Ju Wu
  2015-01-16  7:06 ` Chung-Ju Wu
  2015-01-18 10:47 ` Gerald Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Chung-Ju Wu @ 2015-01-14 10:15 UTC (permalink / raw)
  To: gcc patches; +Cc: Shiva Chen

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

Hi, all,

In this patch of nds32 port:
  https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00969.html

Since we remove the implementation of -mforce-fp-as-gp, -mforbid-fp-as-gp,
and -mex9 options, we need to update documentation as well.
The patch is attached and the plaintext ChangeLog is as follow.

gcc/ChangeLog

2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>

        * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
        -mforbid-fp-as-gp, and -mex9 options.


Although these changes are target-specific part, I think it would be better
for others to have review comments, if any, on its format and layout.

If there is no other comments about this patch, I will commit it into
trunk after 24 hours.


Best regards,
jasonwucj

[-- Attachment #2: 0012-Remove-mforce-fp-as-gp-mforbid-fp-as-gp-and-mex9-opt.patch --]
[-- Type: application/octet-stream, Size: 1158 bytes --]

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2762d4f..38b936f 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -860,8 +860,7 @@ Objective-C and Objective-C++ Dialects}.
 -mcache-block-size=@var{num} @gol
 -march=@var{arch} @gol
 -mcmodel=@var{code-model} @gol
--mforce-fp-as-gp -mforbid-fp-as-gp @gol
--mex9 -mctor-dtor -mrelax}
+-mctor-dtor -mrelax}
 
 @emph{Nios II Options}
 @gccoptlist{-G @var{num} -mgpopt -mno-gpopt -mel -meb @gol
@@ -19041,21 +19040,6 @@ addressing space.
 All the text and data segments can be within 4GB addressing space.
 @end table
 
-@item -mforce-fp-as-gp
-@opindex mforce-fp-as-gp
-Prevent $fp being allocated during register allocation so that compiler
-is able to force performing fp-as-gp optimization.
-
-@item -mforbid-fp-as-gp
-@opindex mforbid-fp-as-gp
-Forbid using $fp to access static and global variables.
-This option strictly forbids fp-as-gp optimization
-regardless of @option{-mforce-fp-as-gp}.
-
-@item -mex9
-@opindex mex9
-Use special directives to guide linker doing ex9 optimization.
-
 @item -mctor-dtor
 @opindex mctor-dtor
 Enable constructor/destructor feature.
-- 
1.9.0


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

* Re: [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation.
  2015-01-14 10:15 [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation Chung-Ju Wu
@ 2015-01-16  7:06 ` Chung-Ju Wu
  2015-01-18 10:47 ` Gerald Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Chung-Ju Wu @ 2015-01-16  7:06 UTC (permalink / raw)
  To: gcc patches; +Cc: Shiva Chen

2015-01-14 17:58 GMT+08:00 Chung-Ju Wu <jasonwucj@gmail.com>:
> Hi, all,
>
> In this patch of nds32 port:
>   https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00969.html
>
> Since we remove the implementation of -mforce-fp-as-gp, -mforbid-fp-as-gp,
> and -mex9 options, we need to update documentation as well.
> The patch is attached and the plaintext ChangeLog is as follow.
>
> gcc/ChangeLog
>
> 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
>
>         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
>         -mforbid-fp-as-gp, and -mex9 options.
>
>
> Although these changes are target-specific part, I think it would be better
> for others to have review comments, if any, on its format and layout.
>
> If there is no other comments about this patch, I will commit it into
> trunk after 24 hours.
>

Committed as Rev. 219707: https://gcc.gnu.org/r219707


>
> Best regards,
> jasonwucj

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

* Re: [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation.
  2015-01-14 10:15 [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation Chung-Ju Wu
  2015-01-16  7:06 ` Chung-Ju Wu
@ 2015-01-18 10:47 ` Gerald Pfeifer
  2015-01-20  8:22   ` Chung-Ju Wu
  1 sibling, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2015-01-18 10:47 UTC (permalink / raw)
  To: Chung-Ju Wu; +Cc: gcc-patches, Shiva Chen

On Wednesday 2015-01-14 17:58, Chung-Ju Wu wrote:
> 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
> 
>         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
>         -mforbid-fp-as-gp, and -mex9 options.

Can you cover these, and similar changes, in the release notes
at htdocs/gcc-5/changes.html, please?  (Cf. gcc.gnu.org/about.html
for the web pages side of things.)

Gerald

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

* Re: [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation.
  2015-01-18 10:47 ` Gerald Pfeifer
@ 2015-01-20  8:22   ` Chung-Ju Wu
  0 siblings, 0 replies; 4+ messages in thread
From: Chung-Ju Wu @ 2015-01-20  8:22 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc patches, Shiva Chen

2015-01-18 16:38 GMT+08:00 Gerald Pfeifer <gerald@pfeifer.com>:
> On Wednesday 2015-01-14 17:58, Chung-Ju Wu wrote:
>> 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
>>
>>         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
>>         -mforbid-fp-as-gp, and -mex9 options.
>
> Can you cover these, and similar changes, in the release notes
> at htdocs/gcc-5/changes.html, please?  (Cf. gcc.gnu.org/about.html
> for the web pages side of things.)
>
> Gerald

Thank for reminding me.

I am preparing such patch to describe nds32 port in the
release note of gcc5 changes.html, including the new options,
the options are removed, and ABI changes for variadic function:
  https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00316.html
  https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00992.html
  https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00993.html

I will post that patch for web page soon. :)


Best regards,
jasonwucj

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

end of thread, other threads:[~2015-01-20  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14 10:15 [PATCH, doc] NDS32: Remove -mforce-fp-as-gp, -mforbid-fp-as-gp, and -mex9 options from documentation Chung-Ju Wu
2015-01-16  7:06 ` Chung-Ju Wu
2015-01-18 10:47 ` Gerald Pfeifer
2015-01-20  8:22   ` Chung-Ju Wu

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).