Commit 9509444c by Jim Wilson

(ASM_OUTPUT_LFE): Output absolute line number not

relative line number.

From-SVN: r6437
parent 05ed5d57
......@@ -92,9 +92,7 @@ char *xcoff_read_only_section_name;
#define ASM_OUTPUT_LFE(FILE,LINENUM) \
do { \
int linenum = LINENUM; \
MAKE_LINE_SAFE (linenum); \
fprintf (FILE, "\t.ef\t%d\n", ABS_OR_RELATIVE_LINENO (linenum)); \
fprintf (FILE, "\t.ef\t%d\n", (LINENUM)); \
xcoff_begin_function_line = -1; \
} while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment