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
13be44ed
Commit
13be44ed
authored
Mar 27, 2015
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install back PR target/47230 fix (Revert the revert).
From-SVN: r221739
parent
5964a3a6
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
28 deletions
+13
-28
ChangeLog
+0
-9
config/ChangeLog
+0
-8
config/mh-alpha-linux
+3
-0
configure
+3
-0
configure.ac
+3
-0
gcc/ChangeLog
+0
-6
gcc/doc/install.texi
+4
-5
No files found.
ChangeLog
View file @
13be44ed
...
...
@@ -46,15 +46,6 @@
* MAINTAINERS (Various Maintainers): Add self.
2015-02-25 Uros Bizjak <ubizjak@gmail.com>
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
* configure.ac [--enable-as-accelerator-for] (enable_languages):
...
...
config/ChangeLog
View file @
13be44ed
...
...
@@ -3,14 +3,6 @@
PR bootstrap/65537
* bootstrap-lto-noplugin.mk: New build configuration.
2015-02-25 Uros Bizjak <ubizjak@gmail.com>
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* mh-alpha-linux: New file.
2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
* elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.
...
...
config/mh-alpha-linux
0 → 100644
View file @
13be44ed
# Prevent GPREL16 relocation truncation
LDFLAGS += -Wl,--no-relax
BOOT_LDFLAGS += -Wl,--no-relax
configure
View file @
13be44ed
...
...
@@ -3969,6 +3969,9 @@ fi
*
-mingw
*
)
host_makefile_frag
=
"config/mh-mingw"
;;
alpha
*
-
*
-linux
*
)
host_makefile_frag
=
"config/mh-alpha-linux"
;;
hppa
*
-hp-hpux10
*
)
host_makefile_frag
=
"config/mh-pa-hpux10"
;;
...
...
configure.ac
View file @
13be44ed
...
...
@@ -1297,6 +1297,9 @@ case "${host}" in
*-mingw*)
host_makefile_frag="config/mh-mingw"
;;
alpha*-*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10"
;;
...
...
gcc/ChangeLog
View file @
13be44ed
...
...
@@ -2203,12 +2203,6 @@
* config/arm/arm.md (arm_comparison_operator): Disabled if not allow
volatile memory access in IT block
2015-02-25 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* doc/install.texi (Specific, alpha*-*-*): Document that binutils 2.25
or newer are required.
2015-02-25 Kai Tietz <ktietz@redhat.com>
PR tree-optimization/61917
...
...
gcc/doc/install.texi
View file @
13be44ed
...
...
@@ -3425,11 +3425,10 @@ alpha-based platforms using ELF (in particular, ignore this section for
DEC
OSF
/
1
,
Digital
UNIX
and
Tru64
UNIX
)@.
In
addition
to
reading
this
section
,
please
read
all
other
sections
that
match
your
target
.
Binutils
2.25
or
newer
are
required
.
Versions
prior
to
2.25
have
faulty
relaxation
pass
that
may
result
in
GPREL16
relocation
truncation
errors
.
Versions
prior
to
2.11.2
had
a
number
of
problems
with
DWARF
2
debugging
information
,
not
the
least
of
which
is
incorrect
linking
of
shared
libraries
.
We
require
binutils
2.11.2
or
newer
.
Previous
binutils
releases
had
a
number
of
problems
with
DWARF
2
debugging
information
,
not
the
least
of
which
is
incorrect
linking
of
shared
libraries
.
@
html
<
hr
/>
...
...
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