aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-07-28 16:34:09 +0000
committerCarlos O'Donell <carlos@codesourcery.com>2006-07-28 16:34:09 +0000
commit0dcf6cf16c80da5f12f8dad96d71f585f08ee777 (patch)
tree88d8021a327e9d5d7008668aac13381772ed289c
parent6007a8c52385a50d6184a735a007c14a474852e5 (diff)
2006-07-28 Carlos O'Donell <carlos@codesourcery.com>csl/sourcerygxx/3.4.4-25
* gcc/config/mips/elf.h (MAX_OFILE_ALIGNMENT): Set to (65536*8). * gcc/config/mips/elf64.h (MAX_OFILE_ALIGNMENT): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-gxxpro-3_4-branch@115796 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl5
-rw-r--r--gcc/config/mips/elf.h2
-rw-r--r--gcc/config/mips/elf64.h2
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 <carlos@codesourcery.com>
+
+ * 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 <joseph@codesourcery.com>
* 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