summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/symbols.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/as/symbols.c')
-rw-r--r--gnu/usr.bin/as/symbols.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/as/symbols.c b/gnu/usr.bin/as/symbols.c
index 44c71d4..441f528 100644
--- a/gnu/usr.bin/as/symbols.c
+++ b/gnu/usr.bin/as/symbols.c
@@ -19,7 +19,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
-static char rcsid[] = "$Id: symbols.c,v 1.2 1993/11/03 00:52:22 paul Exp $";
+static char rcsid[] = "$Id: symbols.c,v 1.3 1995/05/30 04:46:36 rgrimes Exp $";
#endif
#include "as.h"
@@ -316,10 +316,6 @@ register char * sym_name; /* symbol name, as a cannonical string */
* on the sparc also depends on it.
*/
/* char New_Type = SEGMENT_TO_SYMBOL_TYPE((int) now_seg); */
-#ifdef MANY_SEGMENTS
-#define SEG_BSS SEG_E2
-#define SEG_DATA SEG_E1
-#endif
if (((!S_IS_DEBUG(symbolP) && !S_IS_DEFINED(symbolP) && S_IS_EXTERNAL(symbolP))
|| (S_GET_SEGMENT(symbolP) == SEG_BSS))
OpenPOWER on IntegriCloud