* scripttempl/mips.sc: Force _gp and .lit8 to be aligned to a 16
authorIan Lance Taylor <ian@airs.com>
Tue, 26 Apr 1994 21:49:45 +0000 (21:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 26 Apr 1994 21:49:45 +0000 (21:49 +0000)
byte boundary, in case the global constructors do not take up an
even 16 bytes.

ld/ChangeLog

index 9554081087a27cfec530139b8213c5889c6d88b1..0db00527bd957e28121ec6516480e1989bd522b1 100644 (file)
@@ -1,5 +1,9 @@
 Tue Apr 26 12:41:03 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * scripttempl/mips.sc: Force _gp and .lit8 to be aligned to a 16
+       byte boundary, in case the global constructors do not take up an
+       even 16 bytes.
+
        * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
        exist, get crtbegin based on gcc -print-libgcc-file-name.
        (HOSTING_LIBS): Similar change for ../gcc/crtend.o.