From a62d58e15c70c2a55de1e925adce5d0ed1b98227 Mon Sep 17 00:00:00 2001 From: carlos Date: Fri, 28 Jul 2006 16:34:09 +0000 Subject: 2006-07-28 Carlos O'Donell * gcc/config/mips/elf.h (MAX_OFILE_ALIGNMENT): Set to (65536*8). * gcc/config/mips/elf64.h (MAX_OFILE_ALIGNMENT): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/csl-gxxpro-3_4-branch@115796 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog.csl | 5 +++++ gcc/config/mips/elf.h | 2 +- gcc/config/mips/elf64.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.csl b/ChangeLog.csl index 0ad515da113..dc6ced6cae1 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2006-07-28 Carlos O'Donell + + * gcc/config/mips/elf.h (MAX_OFILE_ALIGNMENT): Set to (65536*8). + * gcc/config/mips/elf64.h (MAX_OFILE_ALIGNMENT): Likewise. + 2006-06-06 Joseph S. Myers * gcc/config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, not diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h index ff70b59cc20..6b1869d501d 100644 --- a/gcc/config/mips/elf.h +++ b/gcc/config/mips/elf.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ not defined, the default value is `BIGGEST_ALIGNMENT'. */ #undef MAX_OFILE_ALIGNMENT -#define MAX_OFILE_ALIGNMENT (32768*8) +#define MAX_OFILE_ALIGNMENT (65536*8) /* Switch into a generic section. */ #undef TARGET_ASM_NAMED_SECTION diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h index 2b39287c893..aeb028ecc58 100644 --- a/gcc/config/mips/elf64.h +++ b/gcc/config/mips/elf64.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ not defined, the default value is `BIGGEST_ALIGNMENT'. */ #undef MAX_OFILE_ALIGNMENT -#define MAX_OFILE_ALIGNMENT (32768*8) +#define MAX_OFILE_ALIGNMENT (65536*8) /* Switch into a generic section. */ #undef TARGET_ASM_NAMED_SECTION -- cgit v1.2.3