Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-11-01 Thread Palmer Dabbelt
On Wed, 01 Nov 2017 15:07:59 PDT (-0700), jos...@codesourcery.com wrote: > On Wed, 1 Nov 2017, Palmer Dabbelt wrote: > >> On Wed, 01 Nov 2017 14:59:43 PDT (-0700), jos...@codesourcery.com wrote: >> > On Tue, 31 Oct 2017, Palmer Dabbelt wrote: >> > >> >> +between absolute addresses -2 GiB and +2 GiB

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-11-01 Thread Joseph Myers
On Wed, 1 Nov 2017, Palmer Dabbelt wrote: > On Wed, 01 Nov 2017 14:59:43 PDT (-0700), jos...@codesourcery.com wrote: > > On Tue, 31 Oct 2017, Palmer Dabbelt wrote: > > > >> +between absolute addresses -2 GiB and +2 GiB. Programs can be statically > >> or > > > > That should be @minus{}2 GiB, to g

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-11-01 Thread Palmer Dabbelt
On Wed, 01 Nov 2017 14:59:43 PDT (-0700), jos...@codesourcery.com wrote: > On Tue, 31 Oct 2017, Palmer Dabbelt wrote: > >> +between absolute addresses -2 GiB and +2 GiB. Programs can be statically or > > That should be @minus{}2 GiB, to get a minus sign instead of a hyphen. Oops, I already committ

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-11-01 Thread Joseph Myers
On Tue, 31 Oct 2017, Palmer Dabbelt wrote: > +between absolute addresses -2 GiB and +2 GiB. Programs can be statically or That should be @minus{}2 GiB, to get a minus sign instead of a hyphen. -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-11-01 Thread Palmer Dabbelt
Committed. On Tue, 31 Oct 2017 23:37:04 PDT (-0700), Andrew Waterman wrote: > Thanks for caring enough about our patches to even notice the grammar :) > > On Tue, Oct 31, 2017 at 11:09 PM, Sandra Loosemore > wrote: >> On 10/31/2017 10:27 PM, Andrew Waterman wrote: >>> >>> I have to disagree. It'

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-10-31 Thread Andrew Waterman
Thanks for caring enough about our patches to even notice the grammar :) On Tue, Oct 31, 2017 at 11:09 PM, Sandra Loosemore wrote: > On 10/31/2017 10:27 PM, Andrew Waterman wrote: >> >> I have to disagree. It's standard to not hyphenate an >> adverb-adjective compound, since they tend not to be

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-10-31 Thread Sandra Loosemore
On 10/31/2017 10:27 PM, Andrew Waterman wrote: I have to disagree. It's standard to not hyphenate an adverb-adjective compound, since they tend not to be ambiguous. But if the standard in the GCC documentation is to hyphenate, I will not stand in the way! Heh, you got me on this one -- it's o

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-10-31 Thread Andrew Waterman
I have to disagree. It's standard to not hyphenate an adverb-adjective compound, since they tend not to be ambiguous. But if the standard in the GCC documentation is to hyphenate, I will not stand in the way! On Tue, Oct 31, 2017 at 8:47 PM, Sandra Loosemore wrote: > On 10/31/2017 06:54 PM, Pal

Re: [PATCH] RISC-V: Document the medlow and medany code models

2017-10-31 Thread Sandra Loosemore
On 10/31/2017 06:54 PM, Palmer Dabbelt wrote: This documentation is patterned off the aarch64 -mcmodel documentation. gcc/ChangeLog: 2017-10-31 Palmer Dabbelt * doc/invoke.texi (RISC-V Options): Explicitly name the medlow and medany code models, and describe what they do.

[PATCH] RISC-V: Document the medlow and medany code models

2017-10-31 Thread Palmer Dabbelt
This documentation is patterned off the aarch64 -mcmodel documentation. gcc/ChangeLog: 2017-10-31 Palmer Dabbelt * doc/invoke.texi (RISC-V Options): Explicitly name the medlow and medany code models, and describe what they do. --- gcc/doc/invoke.texi | 17 + 1