From owner-p4-projects Tue Mar 19 17: 3:57 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1A7BC37B42C; Tue, 19 Mar 2002 17:03:53 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 377C937B42A for ; Tue, 19 Mar 2002 17:03:52 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2K12Vd75102 for perforce@freebsd.org; Tue, 19 Mar 2002 17:02:31 -0800 (PST) (envelope-from tmm@freebsd.org) Date: Tue, 19 Mar 2002 17:02:31 -0800 (PST) Message-Id: <200203200102.g2K12Vd75102@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to tmm@freebsd.org using -f From: Thomas Moestl Subject: PERFORCE change 8004 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8004 Change 8004 by tmm@tmm_forge on 2002/03/19 17:00:50 Remove -N from ldflags; it breaks with the current boot1 code, which assumes separate text/rodata and data/bss are in separate ELF segments. Affected files ... ... //depot/projects/sparc64/sys/boot/sparc64/loader/Makefile#18 edit Differences ... ==== //depot/projects/sparc64/sys/boot/sparc64/loader/Makefile#18 (text+ko) ==== @@ -46,7 +46,7 @@ CLEANFILES+= ${PROG}.help CFLAGS+= -W -Wall -ffreestanding -LDFLAGS= -nostdlib -static -N +LDFLAGS= -nostdlib -static LDADD= ${LIBSTAND} ${LIBOFW} # where to get libstand from To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message