diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21e392f..945708b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-07-03 James Greenhalgh <james.greenhalgh@arm.com> + + * doc/invoke.texi (rcpc architecture extension): Document it. + 2017-07-03 Richard Biener <rguenther@suse.de> PR tree-optimization/60510 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a5f084e..fb2e51a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14201,6 +14201,10 @@ Enable Large System Extension instructions. This is on by default for @option{-march=armv8.1-a}. @item fp16 Enable FP16 extension. This also enables floating-point instructions. +@item rcpc +Enable the RcPc extension. This does not change code generation from GCC, +but is passed on to the assembler, enabling inline asm statements to use +instructions from the RcPc extension. @end table |