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
e869e3db
Commit
e869e3db
authored
Apr 03, 2000
by
Philip Blundell
Committed by
Nick Clifton
Apr 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply Philip Blundell's patch to fix typos in SUBTARGET_EXTRA_LINK_SPEC
From-SVN: r32882
parent
728ee72a
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/arm/linux-elf.h
+2
-2
No files found.
gcc/ChangeLog
View file @
e869e3db
2000
-
04
-
03
Philip
Blundell
<
philb
@gnu
.
org
>
*
config
/
arm
/
linux
-
elf
.
h
(
SUBTARGET_EXTRA_LINK_SPEC
)
:
Fix
typos
.
2000
-
04
-
03
Felix
Lee
<
flee
@cygnus
.
com
>
2000
-
04
-
03
Felix
Lee
<
flee
@cygnus
.
com
>
*
fixinc
/
server
.
c
(
find_shell
)
:
New
function
.
Avoid
$
SHELL
.
*
fixinc
/
server
.
c
(
find_shell
)
:
New
function
.
Avoid
$
SHELL
.
...
...
gcc/config/arm/linux-elf.h
View file @
e869e3db
...
@@ -43,10 +43,10 @@ Boston, MA 02111-1307, USA. */
...
@@ -43,10 +43,10 @@ Boston, MA 02111-1307, USA. */
#else
/* default is APCS-26 */
#else
/* default is APCS-26 */
# define TARGET_DEFAULT (ARM_FLAG_MMU_TRAPS)
# define TARGET_DEFAULT (ARM_FLAG_MMU_TRAPS)
# ifdef SUBTARGET_OLD_LINKER
# ifdef SUBTARGET_OLD_LINKER
# define SUBTARGET_LINK_SPEC \
# define SUBTARGET_
EXTRA_
LINK_SPEC \
" %{mapcs-32:-m elf32arm} %{!mapcs-32:-m elf32arm26}"
" %{mapcs-32:-m elf32arm} %{!mapcs-32:-m elf32arm26}"
# else
/* new linker */
# else
/* new linker */
# define SUBTARGET_LINK_SPEC \
# define SUBTARGET_
EXTRA_
LINK_SPEC \
" %{mapcs-32:-m armelf_linux} %{!mapcs-32:-m armelf_linux26} -p"
" %{mapcs-32:-m armelf_linux} %{!mapcs-32:-m armelf_linux26} -p"
# endif
# endif
# define SUBTARGET_EXTRA_ASM_SPEC \
# define SUBTARGET_EXTRA_ASM_SPEC \
...
...
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