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
6355b140
Commit
6355b140
authored
Nov 09, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_FILE_START): Emit filename directive.
From-SVN: r6041
parent
18205693
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/config/rs6000/rs6000.h
+2
-0
No files found.
gcc/config/rs6000/rs6000.h
View file @
6355b140
...
@@ -1478,6 +1478,7 @@ extern int rs6000_trunc_used;
...
@@ -1478,6 +1478,7 @@ extern int rs6000_trunc_used;
Initialize the section names for the RS/6000 at this point.
Initialize the section names for the RS/6000 at this point.
Specify filename to assembler.
We want to go into the TOC section so at least one .toc will be emitted.
We want to go into the TOC section so at least one .toc will be emitted.
Also, in order to output proper .bs/.es pairs, we need at least one static
Also, in order to output proper .bs/.es pairs, we need at least one static
[RW] section emitted.
[RW] section emitted.
...
@@ -1496,6 +1497,7 @@ extern int rs6000_trunc_used;
...
@@ -1496,6 +1497,7 @@ extern int rs6000_trunc_used;
rs6000_gen_section_name (&xcoff_read_only_section_name, \
rs6000_gen_section_name (&xcoff_read_only_section_name, \
main_input_filename, ".ro_"); \
main_input_filename, ".ro_"); \
\
\
output_file_directive (FILE, main_input_filename); \
toc_section (); \
toc_section (); \
if (write_symbols != NO_DEBUG) \
if (write_symbols != NO_DEBUG) \
private_data_section (); \
private_data_section (); \
...
...
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