Approved

On Sun, Jun 2, 2024 at 8:02 PM Kewen Lin <li...@linux.ibm.com> wrote:

> This is to remove macros {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
> defines in xtensa port.
>
> gcc/ChangeLog:
>
>         * config/xtensa/xtensa.h (FLOAT_TYPE_SIZE): Remove.
>         (DOUBLE_TYPE_SIZE): Likewise.
>         (LONG_DOUBLE_TYPE_SIZE): Likewise.
> ---
>  gcc/config/xtensa/xtensa.h | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h
> index 9591b3d4b40..06f1e24f7b7 100644
> --- a/gcc/config/xtensa/xtensa.h
> +++ b/gcc/config/xtensa/xtensa.h
> @@ -120,9 +120,6 @@ along with GCC; see the file COPYING3.  If not see
>  #define SHORT_TYPE_SIZE 16
>  #define LONG_TYPE_SIZE 32
>  #define LONG_LONG_TYPE_SIZE 64
> -#define FLOAT_TYPE_SIZE 32
> -#define DOUBLE_TYPE_SIZE 64
> -#define LONG_DOUBLE_TYPE_SIZE 64
>
>  /* Allocation boundary (in *bits*) for storing pointers in memory.  */
>  #define POINTER_BOUNDARY 32
> --
> 2.43.0
>
>

Reply via email to