aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-26 21:49:45 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-26 21:49:45 +0000
commitc435aba8102a91c72137e161b39a1072ba74bfad (patch)
tree38504b24aec39aac56a368c10cd5d835739006cb /ld
parent1c32f15edd6fe6f6d9f0de898f8f44e98597a425 (diff)
downloadgdb-c435aba8102a91c72137e161b39a1072ba74bfad.zip
gdb-c435aba8102a91c72137e161b39a1072ba74bfad.tar.gz
gdb-c435aba8102a91c72137e161b39a1072ba74bfad.tar.bz2
* 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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9554081..0db0052 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.