diff mbox series

[26/52] nds32: Remove macros {FLOAT, DOUBLE, LONG_DOUBLE}_TYPE_SIZE

Message ID 5bdc59d44f9fe1c13bd3d3864a9a3ea1165acb3b.1717134752.git.linkw@linux.ibm.com
State New
Headers show
Series Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook | expand

Commit Message

Kewen.Lin June 3, 2024, 3:01 a.m. UTC
This is to remove macros {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
defines in nds32 port.

gcc/ChangeLog:

	* config/nds32/nds32.h (FLOAT_TYPE_SIZE): Remove.
	(DOUBLE_TYPE_SIZE): Likewise.
	(LONG_DOUBLE_TYPE_SIZE): Likewise.
---
 gcc/config/nds32/nds32.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Kewen.Lin June 13, 2024, 7:16 a.m. UTC | #1
Hi,

Gentle ping:

https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653358.html

BR,
Kewen

on 2024/6/3 11:01, Kewen Lin wrote:
> This is to remove macros {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
> defines in nds32 port.
> 
> gcc/ChangeLog:
> 
> 	* config/nds32/nds32.h (FLOAT_TYPE_SIZE): Remove.
> 	(DOUBLE_TYPE_SIZE): Likewise.
> 	(LONG_DOUBLE_TYPE_SIZE): Likewise.
> ---
>  gcc/config/nds32/nds32.h | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/gcc/config/nds32/nds32.h b/gcc/config/nds32/nds32.h
> index 03cf7a9aa56..4c02302c785 100644
> --- a/gcc/config/nds32/nds32.h
> +++ b/gcc/config/nds32/nds32.h
> @@ -1061,10 +1061,6 @@ enum nds32_builtins
>  #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
> -
>  #define DEFAULT_SIGNED_CHAR 1
>  
>  #define SIZE_TYPE "long unsigned int"
diff mbox series

Patch

diff --git a/gcc/config/nds32/nds32.h b/gcc/config/nds32/nds32.h
index 03cf7a9aa56..4c02302c785 100644
--- a/gcc/config/nds32/nds32.h
+++ b/gcc/config/nds32/nds32.h
@@ -1061,10 +1061,6 @@  enum nds32_builtins
 #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
-
 #define DEFAULT_SIGNED_CHAR 1
 
 #define SIZE_TYPE "long unsigned int"