From f60ebeb78f53e4af592a3004ba5669aa4d1c87d4 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 5 May 2002 02:38:20 -0700 Subject: [PATCH] 2002-05-04 David S. Miller * config/sparc/linux.h, config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice. From-SVN: r53179 --- gcc/ChangeLog | 3 +++ gcc/config/sparc/linux.h | 2 -- gcc/config/sparc/linux64.h | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a222873d8a..da6228911e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2002-05-04 David S. Miller + * config/sparc/linux.h, config/sparc/linux64.h + (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice. + * config/sparc/sparc.c (sparc_rtx_costs): Describe costs of more RTX codes. * config/sparc/sparc.h (RTX_COSTS_CASES): List those new codes. diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index ccf4ce0bb46..dc4b50a6445 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -21,8 +21,6 @@ Boston, MA 02111-1307, USA. */ #define LINUX_DEFAULT_ELF -#define HANDLE_PRAGMA_PACK_PUSH_POP - /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index c7950a8ff81..105f95496d8 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -21,8 +21,6 @@ Boston, MA 02111-1307, USA. */ #define LINUX_DEFAULT_ELF -#define HANDLE_PRAGMA_PACK_PUSH_POP - /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C