~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/f1/f154108eeb99919a4f29c2a6df30320c1aafa60d.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Changes for the Linaro 4.8-2013.04 release (documentation).
 
2
 
 
3
--- a/src/gcc/doc/invoke.texi
 
4
+++ b/src/gcc/doc/invoke.texi
 
5
@@ -510,7 +510,8 @@
 
6
 -mtp=@var{name} -mtls-dialect=@var{dialect} @gol
 
7
 -mword-relocations @gol
 
8
 -mfix-cortex-m3-ldrd @gol
 
9
--munaligned-access}
 
10
+-munaligned-access @gol
 
11
+-mneon-for-64bits}
 
12
 
 
13
 @emph{AVR Options}
 
14
 @gccoptlist{-mmcu=@var{mcu} -maccumulate-args -mbranch-cost=@var{cost} @gol
 
15
@@ -11264,7 +11265,7 @@
 
16
 @samp{arm1156t2-s}, @samp{arm1156t2f-s}, @samp{arm1176jz-s}, @samp{arm1176jzf-s},
 
17
 @samp{cortex-a5}, @samp{cortex-a7}, @samp{cortex-a8}, @samp{cortex-a9}, 
 
18
 @samp{cortex-a15}, @samp{cortex-r4}, @samp{cortex-r4f}, @samp{cortex-r5},
 
19
-@samp{cortex-m4}, @samp{cortex-m3},
 
20
+@samp{cortex-r7}, @samp{cortex-m4}, @samp{cortex-m3},
 
21
 @samp{cortex-m1},
 
22
 @samp{cortex-m0},
 
23
 @samp{cortex-m0plus},
 
24
@@ -11527,6 +11528,11 @@
 
25
 preprocessor symbol @code{__ARM_FEATURE_UNALIGNED} will also be
 
26
 defined.
 
27
 
 
28
+@item -mneon-for-64bits
 
29
+@opindex mneon-for-64bits
 
30
+Enables using Neon to handle scalar 64-bits operations. This is
 
31
+disabled by default since the cost of moving data from core registers
 
32
+to Neon is high.
 
33
 @end table
 
34
 
 
35
 @node AVR Options