Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
117323d4
Commit
117323d4
authored
Mar 31, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(DBX_OUTPUT_MAIN_SOURCE_FILENAME): Disable.
From-SVN: r6938
parent
2fdd0d6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
gcc/xcoffout.h
+7
-0
No files found.
gcc/xcoffout.h
View file @
117323d4
...
...
@@ -139,12 +139,19 @@ extern char *xcoff_read_only_section_name;
#define DBX_OUTPUT_MAIN_SOURCE_DIRECTORY(FILE,FILENAME)
/* Write out main source file name using ".file" rather than ".stabs". */
/* This is defined as empty, because the assembler gets confused if there
is more than one .file directive. ASM_FILE_START in config/rs6000/rs6000.h
is already emitting a .file direcgtory, so don't output one here also. */
#if 1
#define DBX_OUTPUT_MAIN_SOURCE_FILENAME(FILE,FILENAME)
#else
#define DBX_OUTPUT_MAIN_SOURCE_FILENAME(FILE,FILENAME) \
do { \
fprintf (FILE, "\t.file\t", FILENAME); \
output_quoted_string (FILE, FILENAME); \
fprintf (FILE, "\n"); \
} while (0)
#endif
#define ABS_OR_RELATIVE_LINENO(LINENO) \
((xcoff_current_include_file \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment