Commit: ARM: Document -munaligned-access

2012-07-18 Thread Nick Clifton
Hi Guys, I am checking in this patch to the mainline to document the ARM port's -munaligned-access command line option. Cheers Nick gcc/ChangeLog 2012-07-18 Nick Clifton * doc/invoke.texi (ARM Options): Document -munaligned-access. Index: gcc/doc/invoke.texi ==

Re: Commit: ARM: Document -munaligned-access

2012-07-18 Thread Ramana Radhakrishnan
On 18 July 2012 07:51, Nick Clifton wrote: > Hi Guys, > > I am checking in this patch to the mainline to document the ARM port's > -munaligned-access command line option. Could you ask if RM's object to backporting this to the 4.7 branch. ? Thanks, ramana > > Cheers > Nick > > gcc/ChangeL

Re: Commit: ARM: Document -munaligned-access

2012-07-19 Thread Hans-Peter Nilsson
> From: Nick Clifton > Date: Wed, 18 Jul 2012 08:51:16 +0200 > 2012-07-18 Nick Clifton > > * doc/invoke.texi (ARM Options): Document -munaligned-access. > > Index: gcc/doc/invoke.texi > === > --- gcc/doc/invoke.texi

Re: Commit: ARM: Document -munaligned-access

2012-07-20 Thread nick clifton
Hi H-P, *cough* Sounds like a call for a note in changes.html, to warn people that they have to turn on the alignment feature in their startup code (for whatever OS) for their ARMv6-or-later targets, if they have not already done so. What a good idea :-) Maybe something like: Index: chan

Re: Commit: ARM: Document -munaligned-access

2012-07-20 Thread Ryan Mansfield
On 12-07-19 05:33 PM, Hans-Peter Nilsson wrote: Maybe something like: Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.113 diff -p -u -r1.113 changes.html --- changes.html

Re: Commit: ARM: Document -munaligned-access

2012-07-20 Thread Hans-Peter Nilsson
> From: nick clifton > Date: Fri, 20 Jul 2012 09:18:52 +0200 > "approved - please apply". Thanks! I see the last sentence could do with better punctuation, so I added the obvious comma. Installed as follows. Index: changes.html =

Re: Commit: ARM: Document -munaligned-access

2012-07-22 Thread Hans-Peter Nilsson
On Fri, 20 Jul 2012, Ryan Mansfield wrote: > On 12-07-19 05:33 PM, Hans-Peter Nilsson wrote: > > > > Index: changes.html > > > > +some source codes generates code that accesses memory on unaligned > > > > +adresses. This will require the kernel of those systems to enable > > adresses -> ad

Fwd: Re: Commit: ARM: Document -munaligned-access

2012-07-18 Thread nick clifton
Hi Richard, I have a documentation update for the 4.7 branch. Is it OK to apply this ? Cheers Nick gcc/ChangeLog 2012-07-18 Nick Clifton * doc/invoke.texi (ARM Options): Document -munaligned-access. Index: gcc/doc/invoke.texi

Re: Fwd: Re: Commit: ARM: Document -munaligned-access

2012-07-18 Thread Richard Guenther
On Wed, 18 Jul 2012, nick clifton wrote: > Hi Richard, > > I have a documentation update for the 4.7 branch. Is it OK to apply this ? Sure. Thanks, Richard. > Cheers > Nick > > > gcc/ChangeLog > > 2012-07-18 Nick Clifton > > > > * doc/invoke.texi (ARM Options): Document -muna