diff options
| author | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-12 15:24:44 +0000 |
|---|---|---|
| committer | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-12 15:24:44 +0000 |
| commit | a204a355416c5ea164add0eef76c29596e1705d8 (patch) | |
| tree | c3f17d9e546400186be28efb99dd9a6892da6ecd | |
| parent | a32f0634a90630600e735d69808077cbf567f8bf (diff) | |
| download | ppe42-gcc-a204a355416c5ea164add0eef76c29596e1705d8.tar.gz ppe42-gcc-a204a355416c5ea164add0eef76c29596e1705d8.zip | |
2002-03-12 Andrew MacLeod <amacleod@redhat.com>
* config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
* config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50656 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/sparc/linux.h | 2 | ||||
| -rw-r--r-- | gcc/config/sparc/linux64.h | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f487e6469bd..b5d96d3b6b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2002-03-12 Andrew MacLeod <amacleod@redhat.com> + * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. + * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. + +2002-03-12 Andrew MacLeod <amacleod@redhat.com> + * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in address calculation. diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 086bcdbdfc8..a55d43c19a1 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -21,6 +21,8 @@ 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 1d5dfa05a69..9d521bc1db4 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -21,6 +21,8 @@ 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 |

