[uClibc-cvs] uClibc/libc/misc/internals Makefile,1.23,1.24 abi-note.S,1.3,NONE abi-tag.h,1.1,NONE

Erik Andersen andersen at codepoet.org
Sat Feb 8 10:12:28 UTC 2003


Update of /var/cvs/uClibc/libc/misc/internals
In directory winder:/home/andersen/CVS/uClibc/libc/misc/internals

Modified Files:
	Makefile 
Removed Files:
	abi-note.S abi-tag.h 
Log Message:
Fixup handling of the .note.ABI-tag section so that it is ARM only, 
and so it actually works as intended allowing binaries on ARM to be
debugged.
 -Erik


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/misc/internals/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile	31 Oct 2002 18:19:34 -0000	1.23
+++ Makefile	8 Feb 2003 10:12:24 -0000	1.24
@@ -25,13 +25,9 @@
 include $(TOPDIR)Rules.mak
 
 CSRC=__uClibc_main.c tempname.c errno.c __errno_location.c __h_errno_location.c
-
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 
-SSRC=abi-note.S
-SOBJS=$(patsubst %.S,%.o, $(SSRC))
-
-OBJS=$(COBJS) $(SOBJS)
+OBJS=$(COBJS)
 
 all: $(OBJS) interp.o $(LIBC)
 
@@ -53,10 +49,6 @@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 $(COBJS): %.o : %.c
-	$(CC) $(CFLAGS) -c $< -o $@
-	$(STRIPTOOL) -x -R .note -R .comment $*.o
-
-$(SOBJS): %.o : %.S
 	$(CC) $(CFLAGS) -c $< -o $@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 

--- abi-note.S DELETED ---

--- abi-tag.h DELETED ---




More information about the uClibc-cvs mailing list