aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1997-08-27 23:09:53 +0000
committerJim Wilson <wilson@gcc.gnu.org>1997-08-27 16:09:53 -0700
commitca20876d33c33c352fae77f8edebfe9a2d03fb19 (patch)
tree2d792346dca144c4cdbccc5272316e605eb7d8f1
parent704a63062fc3ffa46721d0bf5332bd11d1c281ee (diff)
downloadgcc-ca20876d33c33c352fae77f8edebfe9a2d03fb19.zip
gcc-ca20876d33c33c352fae77f8edebfe9a2d03fb19.tar.gz
gcc-ca20876d33c33c352fae77f8edebfe9a2d03fb19.tar.bz2
alpha linux glibc2 patch from H.J. Lu
alpha linux glibc2 patch from H.J. Lu * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if USE_GNULIBC_1 is not defined. From-SVN: r14975
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/elf.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 281d6fa..510c9d9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 27 16:08:43 1997 Jim Wilson <wilson@cygnus.com>
+
+ * config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
+ if USE_GNULIBC_1 is not defined.
+
Wed Aug 27 15:49:12 1997 Richard Henderson <rth@cygnus.com>
* alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h
index 63c9f1b..f433a68 100644
--- a/gcc/config/alpha/elf.h
+++ b/gcc/config/alpha/elf.h
@@ -57,6 +57,11 @@ Currently only Linux uses this. */
%{static:-static}}"
#endif
+#ifndef USE_GNULIBC_1
+#undef DEFAULT_VTABLE_THUNKS
+#define DEFAULT_VTABLE_THUNKS 1
+#endif
+
/* Output at beginning of assembler file. */
#undef ASM_FILE_START