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
4dda0c66
Commit
4dda0c66
authored
Jul 11, 2005
by
Kazuhiro Inaoka
Committed by
Nick Clifton
Jul 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(m32r-*-linux*): Use the default extra_parts.
(m32rle-*-linux*): Ditto. From-SVN: r101869
parent
5bea4a03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+5
-0
gcc/config.gcc
+0
-2
No files found.
gcc/ChangeLog
View file @
4dda0c66
2005-07-11 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* config.gcc (m32r-*-linux*): Use the default extra_parts.
(m32rle-*-linux*): Ditto.
2005-07-11 Jakub Jelinek <jakub@redhat.com>
2005-07-11 Jakub Jelinek <jakub@redhat.com>
* cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
* cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
...
...
gcc/config.gcc
View file @
4dda0c66
...
@@ -1296,7 +1296,6 @@ m32rle-*-elf*)
...
@@ -1296,7 +1296,6 @@ m32rle-*-elf*)
;;
;;
m32r-*-linux*)
m32r-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
# We override the tmake_file for linux -- why?
# We override the tmake_file for linux -- why?
tmake_file="t-slibgcc-elf-ver m32r/t-linux"
tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes
gnu_ld=yes
...
@@ -1307,7 +1306,6 @@ m32r-*-linux*)
...
@@ -1307,7 +1306,6 @@ m32r-*-linux*)
;;
;;
m32rle-*-linux*)
m32rle-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
# We override the tmake_file for linux -- why?
# We override the tmake_file for linux -- why?
tmake_file="t-slibgcc-elf-ver m32r/t-linux"
tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes
gnu_ld=yes
...
...
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