Subject: #ifndef GRACE_PERIOD_EXPIRED in obj-aout.c
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Tim Chase <tim@introl.introl.com>
List: current-users
Date: 11/26/1993 00:26:56
Hello,

After I noticed that the current gas seemed to make shared library
object files that didn't work properly with the current linker, I did a
little snooping around and noticed that gas wasn't outputting the
N_SIZE symbols anymore and the reason was because a conditional of:

	#ifndef GRACE_PERIOD_EXPIRED

in the previously-mentioned file.  I wonder if it should be #ifdef
right now.  The code enabled by the conditional seems to cause the
N_SIZE symbol to be generate only if there's an sy_aux member (which I
gather is something that gcc'll be generating in the future).

Any clues?


						- Tim Chase
						  tim@introl.com


PS: This is true of the current sources as of a Thursday morning sup.

------------------------------------------------------------------------------