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
9d948a40
Commit
9d948a40
authored
Oct 15, 2004
by
Geoffrey Keating
Committed by
Geoffrey Keating
Oct 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.
From-SVN: r89075
parent
eaddbc33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
gcc/ChangeLog
+4
-0
gcc/config/darwin.h
+0
-7
No files found.
gcc/ChangeLog
View file @
9d948a40
2004
-
10
-
14
Geoffrey
Keating
<
geoffk
@
apple
.
com
>
*
config
/
darwin
.
h
(
JUMP_TABLES_IN_TEXT_SECTION
):
Don
't define.
2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
* tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor
* tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor
...
...
gcc/config/darwin.h
View file @
9d948a40
...
@@ -824,13 +824,6 @@ objc_section_init (void) \
...
@@ -824,13 +824,6 @@ objc_section_init (void) \
#undef TARGET_ASM_MARK_DECL_PRESERVED
#undef TARGET_ASM_MARK_DECL_PRESERVED
#define TARGET_ASM_MARK_DECL_PRESERVED darwin_mark_decl_preserved
#define TARGET_ASM_MARK_DECL_PRESERVED darwin_mark_decl_preserved
/* Since we have a separate readonly data section, define this so that
jump tables end up in text rather than data. */
#ifndef JUMP_TABLES_IN_TEXT_SECTION
#define JUMP_TABLES_IN_TEXT_SECTION 1
#endif
/* Set on a symbol with SYMBOL_FLAG_FUNCTION or
/* Set on a symbol with SYMBOL_FLAG_FUNCTION or
MACHO_SYMBOL_FLAG_VARIABLE to indicate that the function or
MACHO_SYMBOL_FLAG_VARIABLE to indicate that the function or
variable has been defined in this translation unit. */
variable has been defined in this translation unit. */
...
...
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