summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/mot3300.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-08 21:23:52 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-08 21:23:52 +0000
commitff5c6fe29beef46e9276293b70430eea3b70fa0d (patch)
tree88aedfd75b2a5db23810eae6089343f63c2077bd /gcc/config/m68k/mot3300.h
parentef40dec5166c423b8d0a624f51921270b0d03003 (diff)
downloadgcc-ff5c6fe29beef46e9276293b70430eea3b70fa0d.tar.gz
* m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.
* m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/mot3300.h')
-rw-r--r--gcc/config/m68k/mot3300.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h
index 5cfe659740a..d78aba24cb9 100644
--- a/gcc/config/m68k/mot3300.h
+++ b/gcc/config/m68k/mot3300.h
@@ -412,7 +412,7 @@ do { long l; \
#define ASM_OUTPUT_SOURCE_LINE(FILE, LINENO) \
fprintf (FILE, "\tln\t%d\n", \
(sdb_begin_function_line \
- ? last_linenum - sdb_begin_function_line : 1))
+ ? (LINENO) - sdb_begin_function_line : 1))
/* Yet another null terminated string format. */