Subject: lib/4487: Commented-out LIB2OBJS assignment has a typo.
To: None <gnats-bugs@gnats.netbsd.org>
From: None <bgrayson@ece.utexas.edu>
List: netbsd-bugs
Date: 11/13/1997 22:40:42
>Number:         4487
>Category:       lib
>Synopsis:       Commented-out LIB2OBJS assignment has a typo.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people (Library Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 13 20:50:01 1997
>Last-Modified:
>Originator:     Brian Grayson
>Organization:
	Parallel and Distributed Systems
	Electrical and Computer Engineering
	The University of Texas at Austin
>Release:        Nov. 8, 1997
>Environment:
NetBSD marvin 1.3_ALPHA NetBSD 1.3_ALPHA (MARVIN) #17: Fri Nov  7 08:48:47 CST 1997     root@marvin:/a/c3p0/home/c3p0/src/sys/arch/i386/compile/MARVIN i386

>Description:
	(Background:  While setting up a virtual Unix-like
	environment for a multiprocessor simulator, I have
	borrowed heavily from portions of the NetBSD tree.)
	
	In /usr/src/gnu/usr.bin/gcc/libgcc/Makefile, I uncommented
	out the first LIB2OBJS assignment for my version of
	libgcc, and noticed that _ashrdi3 is specified, when it
	should be _ashrdi3.o.
>How-To-Repeat:
	n.a.
>Fix:
--- Makefile    Sat Nov  8 06:45:05 1997
+++ Makefile.new        Thu Nov 13 22:36:24 1997
@@ -15,7 +15,7 @@
 #        _ledf2.o _eqsf2.o _nesf2.o _gtsf2.o _gesf2.o _ltsf2.o _lesf2.o
 
 #LIB2OBJS= _muldi3.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _negdi2.o \
-#        _lshrdi3.o _lshldi3.o _ashldi3.o _ashrdi3 _ffsdi2.o \
+#        _lshrdi3.o _lshldi3.o _ashldi3.o _ashrdi3.o _ffsdi2.o \
 #        _udiv_w_sdiv.o _udivmoddi4.o _cmpdi2.o _ucmpdi2.o _floatdidf.o \
 #        _floatdisf.o _fixunsdfsi.o _fixunssfsi.o _fixunsdfdi.o _fixdfdi.o \
 #        _fixunssfdi.o _fixsfdi.o _fixxfdi.o _fixunsxfdi.o _floatdixf.o \
>Audit-Trail:
>Unformatted: