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
This commit is contained in:
Jim Wilson 1997-08-27 23:09:53 +00:00 committed by Jim Wilson
parent 704a63062f
commit ca20876d33
2 changed files with 10 additions and 0 deletions

View 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.

View 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