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
ab2e3386
Commit
ab2e3386
authored
Nov 03, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Nov 03, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (SELECT_SECTION): Fix thinko.
From-SVN: r23513
parent
eef906d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.h
+2
-2
No files found.
gcc/ChangeLog
View file @
ab2e3386
Tue
Nov
3
20
:
50
:
03
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
h
(
SELECT_SECTION
)
:
Fix
thinko
.
Tue
Nov
3
17
:
51
:
36
1998
Jim
Wilson
<
wilson
@cygnus
.
com
>
*
dwarf2out
.
c
(
output_call_frame_info
)
:
Comments
on
last
change
.
...
...
gcc/config/pa/pa.h
View file @
ab2e3386
...
...
@@ -1774,11 +1774,11 @@ while (0)
&& DECL_INITIAL (EXP) \
&& (DECL_INITIAL (EXP) == error_mark_node \
|| TREE_CONSTANT (DECL_INITIAL (EXP))) \
&& !
reloc
) \
&& !
RELOC
) \
readonly_data_section (); \
else if (TREE_CODE_CLASS (TREE_CODE (EXP)) == 'c' \
&& !(TREE_CODE (EXP) == STRING_CST && flag_writable_strings) \
&& !
reloc
) \
&& !
RELOC
) \
readonly_data_section (); \
else \
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