summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-28 09:52:21 +0000
committerobrien <obrien@FreeBSD.org>2001-05-28 09:52:21 +0000
commit01707e0035062e46b35977381c90da78a664751b (patch)
tree0c505bc5e496a15db922cedcc5497efd24cf624d /sys/boot
parentd85b77042de8303a3766fcd0b9eea0e59f5d6005 (diff)
downloadFreeBSD-src-01707e0035062e46b35977381c90da78a664751b.zip
FreeBSD-src-01707e0035062e46b35977381c90da78a664751b.tar.gz
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.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/libalpha/pal.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/alpha/libalpha/pal.S b/sys/boot/alpha/libalpha/pal.S
index d411318..79f9306 100644
--- a/sys/boot/alpha/libalpha/pal.S
+++ b/sys/boot/alpha/libalpha/pal.S
@@ -44,7 +44,8 @@
#include <machine/asm.h>
-inc2: .stabs __FILE__,132,0,0,inc2; .loc 1 __LINE__
+/*inc2: .stabs __FILE__,132,0,0,inc2; .loc 1 __LINE__*/
+inc2: .stabs __FILE__,132,0,0,inc2
/*
* alpha_rpcc: read process cycle counter (XXX INSTRUCTION, NOT PALcode OP)
*/
OpenPOWER on IntegriCloud