]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
All FreeBSD platforms are elf: move i386-elf to i386
authorEd Maste <emaste@FreeBSD.org>
Tue, 19 May 2015 21:00:53 +0000 (21:00 +0000)
committerEd Maste <emaste@FreeBSD.org>
Tue, 19 May 2015 21:00:53 +0000 (21:00 +0000)
commit302af79506e7c238ed59fe8bc2270b11501ffb3d
treea97ea378c5515b11eb03a29cc5f38a9ecbd4de4b
parentc52102dd25f14d32de83ed353fd10f4944e689f4
All FreeBSD platforms are elf: move i386-elf to i386

This was a leftover from when we had both i386 a.out and ELF.

Reviewed by: kib, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2591
lib/csu/Makefile
lib/csu/i386/Makefile [moved from lib/csu/i386-elf/Makefile with 100% similarity]
lib/csu/i386/crt1_c.c [moved from lib/csu/i386-elf/crt1_c.c with 100% similarity]
lib/csu/i386/crt1_s.S [moved from lib/csu/i386-elf/crt1_s.S with 100% similarity]
lib/csu/i386/crti.S [moved from lib/csu/i386-elf/crti.S with 100% similarity]
lib/csu/i386/crtn.S [moved from lib/csu/i386-elf/crtn.S with 100% similarity]