Skip to content

Commit

Permalink
Merge tag 'gcc-4_9_2-release' into or1k
Browse files Browse the repository at this point in the history
Conflicts:
	gcc/config.gcc
  • Loading branch information
skristiansson committed Feb 18, 2015
2 parents 50e11f7 + c1283af commit 80794b7
Show file tree
Hide file tree
Showing 897 changed files with 15,819 additions and 4,246 deletions.
15 changes: 13 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2014-10-30 Release Manager

* GCC 4.9.2 released.

2014-07-26 Uros Bizjak <[email protected]>

PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.

2014-07-16 Release Manager

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

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

2014-03-28 Yaakov Selkowitz <[email protected]>
Expand Down Expand Up @@ -47,7 +57,8 @@

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

* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov
and Eric Weddington

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

Expand Down
4 changes: 4 additions & 0 deletions boehm-gc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-10-30 Release Manager

* GCC 4.9.2 released.

2014-07-16 Release Manager

* GCC 4.9.1 released.
Expand Down
9 changes: 9 additions & 0 deletions config/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2014-10-30 Release Manager

* GCC 4.9.2 released.

2014-07-26 Uros Bizjak <[email protected]>

PR target/47230
* mh-alpha-linux: New file.

2014-07-16 Release Manager

* GCC 4.9.1 released.
Expand Down
3 changes: 3 additions & 0 deletions config/mh-alpha-linux
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Prevent GPREL16 relocation truncation
LDFLAGS += -Wl,--no-relax
BOOT_LDFLAGS += -Wl,--no-relax
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3868,6 +3868,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"
;;
Expand Down
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,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"
;;
Expand Down
13 changes: 13 additions & 0 deletions contrib/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2014-10-30 Release Manager

* GCC 4.9.2 released.

2014-09-18 Joel Sherrill <[email protected]>

* config-list.mk (LIST): Add v850-rtems.

2014-09-18 Sebastian Huber <[email protected]>

* config-list.mk (LIST): Add arm-rtems.
Add nios2-rtems. Remove extra option from powerpc-rtems.

2014-07-16 Release Manager

* GCC 4.9.1 released.
Expand Down
2 changes: 1 addition & 1 deletion contrib/config-list.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ LIST = aarch64-elf aarch64-linux-gnu \
sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \
sparc64-netbsd sparc64-openbsd spu-elf \
tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \
v850e-elf v850-elf vax-linux-gnu \
v850e-elf v850-elf v850-rtems vax-linux-gnu \
vax-netbsdelf vax-openbsd x86_64-apple-darwin \
x86_64-pc-linux-gnuOPT-with-fpmath=avx \
x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \
Expand Down
4 changes: 4 additions & 0 deletions contrib/reghunt/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-10-30 Release Manager

* GCC 4.9.2 released.

2014-07-16 Release Manager

* GCC 4.9.1 released.
Expand Down
4 changes: 4 additions & 0 deletions contrib/regression/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-10-30 Release Manager

* GCC 4.9.2 released.

2014-07-16 Release Manager

* GCC 4.9.1 released.
Expand Down
4 changes: 4 additions & 0 deletions fixincludes/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-10-30 Release Manager

* GCC 4.9.2 released.

2014-07-16 Release Manager

* GCC 4.9.1 released.
Expand Down
2 changes: 1 addition & 1 deletion gcc/BASE-VER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.1
4.9.2
Loading

0 comments on commit 80794b7

Please sign in to comment.