diff options
author | Mary Bennett <mary.bennett@embecosm.com> | 2023-10-12 09:17:24 -0600 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2023-10-12 09:17:24 -0600 |
commit | e99ad401f84ca6cd2717a58a116e44274d55da70 (patch) | |
tree | 3ea2a430e146c7ea8ab7839e91bfe869d3f159dc /gcc | |
parent | de593b3cffdc9c030c5e697ad9092b1b085dabc4 (diff) | |
download | gcc-e99ad401f84ca6cd2717a58a116e44274d55da70.zip gcc-e99ad401f84ca6cd2717a58a116e44274d55da70.tar.gz gcc-e99ad401f84ca6cd2717a58a116e44274d55da70.tar.bz2 |
RISCV: Bugfix for incorrect documentation heading nesting
PR middle-end/111777
gcc/ChangeLog:
* doc/extend.texi: Change subsubsection to subsection for
CORE-V built-ins.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index ffe8532..e818094 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -21719,7 +21719,7 @@ vector intrinsic specification, which is available at the following link: All of these functions are declared in the include file @file{riscv_vector.h}. @node CORE-V Built-in Functions -@subsubsection CORE-V Built-in Functions +@subsection CORE-V Built-in Functions These built-in functions are available for the CORE-V MAC machine architecture. For more information on CORE-V built-ins, please see |