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
e2723c62
Commit
e2723c62
authored
May 22, 1999
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only defined NEED_PLT_GOT if it is not already defined.
From-SVN: r27097
parent
c980b85b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/config/arm/arm.h
+2
-0
No files found.
gcc/config/arm/arm.h
View file @
e2723c62
...
@@ -480,7 +480,9 @@ extern int arm_is_6_or_7;
...
@@ -480,7 +480,9 @@ extern int arm_is_6_or_7;
/* Nonzero if PIC code requires explicit qualifiers to generate
/* Nonzero if PIC code requires explicit qualifiers to generate
PLT and GOT relocs rather than the assembler doing so implicitly.
PLT and GOT relocs rather than the assembler doing so implicitly.
Subtargets can override this if required. */
Subtargets can override this if required. */
#ifndef NEED_PLT_GOT
#define NEED_PLT_GOT 0
#define NEED_PLT_GOT 0
#endif
/* Target machine storage Layout. */
/* Target machine storage Layout. */
...
...
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