diff options
author | Christophe Lyon <christophe.lyon@st.com> | 2019-09-10 09:32:41 +0200 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2019-09-10 09:32:41 +0200 |
commit | 4563bc4dc63664a64cb9ce6c426c689619c209e4 (patch) | |
tree | 24b885eb15d5b3b265161be4b3813ad95b263e8e /gcc/config | |
parent | b30ee71a406f6d14265cf5b92b0c650d1d9b5696 (diff) | |
download | gcc-4563bc4dc63664a64cb9ce6c426c689619c209e4.zip gcc-4563bc4dc63664a64cb9ce6c426c689619c209e4.tar.gz gcc-4563bc4dc63664a64cb9ce6c426c689619c209e4.tar.bz2 |
[ARM/FDPIC 01/24] [ARM] FDPIC: Add -mfdpic option support
2019-09-10 Christophe Lyon <christophe.lyon@st.com>
Mickaël Guêné <mickael.guene@st.com>
* config/arm/arm.opt: Add -mfdpic option.
* doc/invoke.texi: Add documentation for -mfdpic.
Co-Authored-By: Mickaël Guêné <mickael.guene@st.com>
From-SVN: r275561
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/arm.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt index 5ecc5e5..545ec49 100644 --- a/gcc/config/arm/arm.opt +++ b/gcc/config/arm/arm.opt @@ -306,3 +306,7 @@ Cost to assume for a branch insn. mgeneral-regs-only Target Report RejectNegative Mask(GENERAL_REGS_ONLY) Save Generate code which uses the core registers only (r0-r14). + +mfdpic +Target Report Mask(FDPIC) +Enable Function Descriptor PIC mode. |