diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2017-07-03 16:33:34 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2017-07-03 16:33:34 +0000 |
commit | 5c2ef4e8ed69d35af30072eb3881bece7e0b3a93 (patch) | |
tree | 3250b57bab535eda28a613fd787ceb26edd77b07 /gcc | |
parent | 80be3333236f4fcb03e15811d4b8487a604bf866 (diff) | |
download | gcc-5c2ef4e8ed69d35af30072eb3881bece7e0b3a93.zip gcc-5c2ef4e8ed69d35af30072eb3881bece7e0b3a93.tar.gz gcc-5c2ef4e8ed69d35af30072eb3881bece7e0b3a93.tar.bz2 |
[arm] Add -mbe8 and -mbe32 to options summary.
* doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
From-SVN: r249928
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae68b7c..6ac14d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-07-03 Richard Earnshaw <rearnsha@arm.com> + + * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary. + 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org> * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound, @@ -133,7 +137,7 @@ * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior. (new_stmt_vec_info): Remove redundant zeroing. -2017-07-02 Richard Earnshaw <rearnsha@arm.com> +2017-07-03 Richard Earnshaw <rearnsha@arm.com> * common/config/arm/arm-common.c (arm_be8_option): New function. * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index fb2e51a..04cecf9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -631,6 +631,7 @@ Objective-C and Objective-C++ Dialects}. -mapcs-reentrant -mno-apcs-reentrant @gol -msched-prolog -mno-sched-prolog @gol -mlittle-endian -mbig-endian @gol +-mbe8 -mbe32 @gol -mfloat-abi=@var{name} @gol -mfp16-format=@var{name} -mthumb-interwork -mno-thumb-interwork @gol |