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
d5bfecf2
Commit
d5bfecf2
authored
20 years ago
by
Caroline Tice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo: Change "in_unlikely_text_section" to "in_unlikely_executed_text".
Committed as obvious. From-SVN: r86270
parent
1b90e7a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+6
-1
gcc/config/i386/cygming.h
+1
-1
No files found.
gcc/ChangeLog
View file @
d5bfecf2
2004-08-19 Caroline Tice <ctice@apple.com>
* config/i386/cygming.h (switch_to_section): Fix typo (change
in_unlikely_text_section to in_unlikely_executed_text).
2004-08-19 Daniel Berlin <dberlin@dberlin.org>
* vec.h (VEC_lower_bound): New macro.
...
...
@@ -2599,7 +2604,7 @@
* config/i386/xmmintrin.h: Include <mm_malloc.h>.
2004-08-03 H.J. Lu <hongjiu.lu@intel.com>
Tanguy Fautrà <tfautre@pandora.be>
Tanguy FautrÃ
<tfautre@pandora.be>
* config/i386/pmm_malloc.h: New file.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i386/cygming.h
View file @
d5bfecf2
...
...
@@ -162,7 +162,7 @@ switch_to_section (enum in_section section, tree decl) \
switch (section) \
{ \
case in_text: text_section (); break; \
case in_unlikely_
text_section
: unlikely_text_section (); break; \
case in_unlikely_
executed_text
: unlikely_text_section (); break; \
case in_data: data_section (); break; \
case in_readonly_data: readonly_data_section (); break; \
case in_named: named_section (decl, NULL, 0); break; \
...
...
This diff is collapsed.
Click to expand it.
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