diff options
author | David S. Miller <davem@redhat.com> | 2002-05-05 02:38:20 -0700 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 2002-05-05 02:38:20 -0700 |
commit | f60ebeb78f53e4af592a3004ba5669aa4d1c87d4 (patch) | |
tree | c6a9bd7e45be0f080b1da9bd53dfe30cbe4dac72 /gcc | |
parent | 214c63949d6da60041242a3d2507eb8a2fe41b7e (diff) | |
download | gcc-f60ebeb78f53e4af592a3004ba5669aa4d1c87d4.tar.gz |
2002-05-04 David S. Miller <davem@redhat.com>
* config/sparc/linux.h, config/sparc/linux64.h
(HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.
From-SVN: r53179
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/sparc/linux.h | 2 | ||||
-rw-r--r-- | 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 <davem@redhat.com> + * 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 |