Skip to content

Commit 80794b7

Browse files
committed
Merge tag 'gcc-4_9_2-release' into or1k
Conflicts: gcc/config.gcc
2 parents 50e11f7 + c1283af commit 80794b7

File tree

897 files changed

+15819
-4246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

897 files changed

+15819
-4246
lines changed

ChangeLog

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2014-10-30 Release Manager
2+
3+
* GCC 4.9.2 released.
4+
5+
2014-07-26 Uros Bizjak <[email protected]>
6+
7+
PR target/47230
8+
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
9+
* configure: Regenerate.
10+
111
2014-07-16 Release Manager
212

313
* GCC 4.9.1 released.
@@ -9,7 +19,7 @@
919
2014-04-04 Eric Botcazou <[email protected]>
1020

1121
PR bootstrap/60620
12-
* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
22+
* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1323
* Makefile.in: Regenerate.
1424

1525
2014-03-28 Yaakov Selkowitz <[email protected]>
@@ -47,7 +57,8 @@
4757

4858
2014-03-07 Denis Chertykov <[email protected]>
4959

50-
* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
60+
* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov
61+
and Eric Weddington
5162

5263
2014-03-07 Jakub Jelinek <[email protected]>
5364

boehm-gc/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-10-30 Release Manager
2+
3+
* GCC 4.9.2 released.
4+
15
2014-07-16 Release Manager
26

37
* GCC 4.9.1 released.

config/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2014-10-30 Release Manager
2+
3+
* GCC 4.9.2 released.
4+
5+
2014-07-26 Uros Bizjak <[email protected]>
6+
7+
PR target/47230
8+
* mh-alpha-linux: New file.
9+
110
2014-07-16 Release Manager
211

312
* GCC 4.9.1 released.

config/mh-alpha-linux

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Prevent GPREL16 relocation truncation
2+
LDFLAGS += -Wl,--no-relax
3+
BOOT_LDFLAGS += -Wl,--no-relax

configure

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3868,6 +3868,9 @@ fi
38683868
*-mingw*)
38693869
host_makefile_frag="config/mh-mingw"
38703870
;;
3871+
alpha*-*-linux*)
3872+
host_makefile_frag="config/mh-alpha-linux"
3873+
;;
38713874
hppa*-hp-hpux10*)
38723875
host_makefile_frag="config/mh-pa-hpux10"
38733876
;;

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,9 @@ case "${host}" in
11771177
*-mingw*)
11781178
host_makefile_frag="config/mh-mingw"
11791179
;;
1180+
alpha*-*-linux*)
1181+
host_makefile_frag="config/mh-alpha-linux"
1182+
;;
11801183
hppa*-hp-hpux10*)
11811184
host_makefile_frag="config/mh-pa-hpux10"
11821185
;;

contrib/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2014-10-30 Release Manager
2+
3+
* GCC 4.9.2 released.
4+
5+
2014-09-18 Joel Sherrill <[email protected]>
6+
7+
* config-list.mk (LIST): Add v850-rtems.
8+
9+
2014-09-18 Sebastian Huber <[email protected]>
10+
11+
* config-list.mk (LIST): Add arm-rtems.
12+
Add nios2-rtems. Remove extra option from powerpc-rtems.
13+
114
2014-07-16 Release Manager
215

316
* GCC 4.9.1 released.

contrib/config-list.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ LIST = aarch64-elf aarch64-linux-gnu \
6868
sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \
6969
sparc64-netbsd sparc64-openbsd spu-elf \
7070
tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \
71-
v850e-elf v850-elf vax-linux-gnu \
71+
v850e-elf v850-elf v850-rtems vax-linux-gnu \
7272
vax-netbsdelf vax-openbsd x86_64-apple-darwin \
7373
x86_64-pc-linux-gnuOPT-with-fpmath=avx \
7474
x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \

contrib/reghunt/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-10-30 Release Manager
2+
3+
* GCC 4.9.2 released.
4+
15
2014-07-16 Release Manager
26

37
* GCC 4.9.1 released.

contrib/regression/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-10-30 Release Manager
2+
3+
* GCC 4.9.2 released.
4+
15
2014-07-16 Release Manager
26

37
* GCC 4.9.1 released.

fixincludes/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-10-30 Release Manager
2+
3+
* GCC 4.9.2 released.
4+
15
2014-07-16 Release Manager
26

37
* GCC 4.9.1 released.

gcc/BASE-VER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9.1
1+
4.9.2

0 commit comments

Comments
 (0)