Temporary cosmetic change to prevent gcc-2.95.2 from doing an

optimization that generates code our current as doesn't understand.

The result is bad code that damages dynamic symbol locations at
runtime. Ouch. See PR bin/16862 and discussion in -current.

This change will be backed out when gcc and gas are back in sync.

PR:		Fixes bin/16862, but not the underlying problem.
Submitted by:	bde
Approved by:	jdk
This commit is contained in:
cracauer 2000-03-08 12:46:25 +00:00
parent 109aca63ba
commit b637266b70

View File

@ -219,7 +219,7 @@ const char * const codep;
static void
settzname P((void))
{
register struct state * const sp = lclptr;
register struct state * sp = lclptr;
register int i;
tzname[0] = wildabbr;