Date: Mon, 28 May 2001 02:52:22 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pal.s prom_disp.s src/sys/alpha/include asm.h src/sys/boot/alpha/libalpha pal.S Message-ID: <200105280952.f4S9qM442542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/05/28 02:52:22 PDT
Modified files:
sys/alpha/alpha pal.s prom_disp.s
sys/alpha/include asm.h
sys/boot/alpha/libalpha pal.S
Log:
One needs to introduce things with a `.file' directive before trying to
do a .loc on it. BTW, the .loc needs to be in a .text section.
gas 2.11.0 catches these oversights where previous versions did not.
Revision Changes Path
1.5 +5 -2 src/sys/alpha/alpha/pal.s
1.4 +4 -2 src/sys/alpha/alpha/prom_disp.s
1.10 +7 -1 src/sys/alpha/include/asm.h
1.3 +3 -2 src/sys/boot/alpha/libalpha/pal.S
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105280952.f4S9qM442542>
