OSDN Git Service

alpha linux glibc2 patch from H.J. Lu
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 1997 23:09:53 +0000 (23:09 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 1997 23:09:53 +0000 (23:09 +0000)
* config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
if USE_GNULIBC_1 is not defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14975 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/elf.h

index 281d6fa..510c9d9 100644 (file)
@@ -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.
index 63c9f1b..f433a68 100644 (file)
@@ -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