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
33c09f2f
Commit
33c09f2f
authored
Aug 17, 2001
by
Richard Henderson
Committed by
Richard Henderson
Aug 17, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (Sections): Document TEXT_SECTION.
From-SVN: r44974
parent
f99ffb60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+2
-0
gcc/doc/tm.texi
+7
-0
No files found.
gcc/ChangeLog
View file @
33c09f2f
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
(
mips_output_function_epilogue
)
:
Likewise
.
Switch
back
to
data
(
mips_output_function_epilogue
)
:
Likewise
.
Switch
back
to
data
section
after
emitting
the
function
.
section
after
emitting
the
function
.
*
doc
/
tm
.
texi
(
Sections
)
:
Document
TEXT_SECTION
.
2001
-
08
-
17
Richard
Henderson
<
rth
@redhat
.
com
>
2001
-
08
-
17
Richard
Henderson
<
rth
@redhat
.
com
>
*
dwarf2out
.
c
(
dwarf2out_init
)
:
Don
'
t
emit
.
debug_loc
label
here
.
*
dwarf2out
.
c
(
dwarf2out_init
)
:
Don
'
t
emit
.
debug_loc
label
here
.
...
...
gcc/doc/tm.texi
View file @
33c09f2f
...
@@ -5483,6 +5483,13 @@ A C expression whose value is a string, including spacing, containing the
...
@@ -5483,6 +5483,13 @@ A C expression whose value is a string, including spacing, containing the
assembler
operation
that
should
precede
instructions
and
read
-
only
data
.
assembler
operation
that
should
precede
instructions
and
read
-
only
data
.
Normally
@code{
"
\t
.text"
}
is
right
.
Normally
@code{
"
\t
.text"
}
is
right
.
@findex
TEXT_SECTION
@item
TEXT_SECTION
A
C
statement
that
switches
to
the
default
section
containing
instructions
.
Normally
this
is
not
needed
,
as
simply
defining
@code{
TEXT_SECTION_ASM_OP
}
is
enough
.
The
MIPS
port
uses
this
to
sort
all
functions
after
all
data
declarations
.
@findex
DATA_SECTION_ASM_OP
@findex
DATA_SECTION_ASM_OP
@item
DATA_SECTION_ASM_OP
@item
DATA_SECTION_ASM_OP
A
C
expression
whose
value
is
a
string
,
including
spacing
,
containing
the
A
C
expression
whose
value
is
a
string
,
including
spacing
,
containing
the
...
...
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