svn commit: r307827 - head/lib/libc/powerpcspe
Justin Hibbits
jhibbits at FreeBSD.org
Sun Oct 23 18:08:35 UTC 2016
Author: jhibbits
Date: Sun Oct 23 18:08:34 2016
New Revision: 307827
URL: https://svnweb.freebsd.org/changeset/base/307827
Log:
Remove the powerpcspe Symbol.map, it's identical to powerpc's.
Reported by: kib
Deleted:
head/lib/libc/powerpcspe/Symbol.map
Modified:
head/lib/libc/powerpcspe/Makefile.inc
Modified: head/lib/libc/powerpcspe/Makefile.inc
==============================================================================
--- head/lib/libc/powerpcspe/Makefile.inc Sun Oct 23 18:00:09 2016 (r307826)
+++ head/lib/libc/powerpcspe/Makefile.inc Sun Oct 23 18:08:34 2016 (r307827)
@@ -5,4 +5,4 @@ SRCS+= trivial-vdso_tc.c
# Long double is 64-bits
MDSRCS+=machdep_ldisd.c
-SYM_MAPS+=${LIBC_SRCTOP}/powerpcspe/Symbol.map
+SYM_MAPS+=${LIBC_SRCTOP}/powerpc/Symbol.map
More information about the svn-src-all
mailing list