Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 05/27/1999 05:18:37
Module Name:	gnusrc
Committed By:	pk
Date:		Thu May 27 12:18:36 UTC 1999

Modified Files:
	gnusrc/gnu/dist/gcc: stmt.c

Log Message:
XXX Temporarily disable the tablejump switch{} implementation when
compiling into PIC code.   Currently, the tablejump method requires
Global Offset Table access which undermines its use in self-relocating
code such as the run-time linker.


To generate a diff of this commit:
cvs rdiff -r1.1.1.3 -r1.2 gnusrc/gnu/dist/gcc/stmt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.