summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0101-Backport-from-mainline.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-04-30 12:37:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 12:26:41 +0100
commit478deec11f3349d61b1a922f047dc958dc07262a (patch)
tree1843907b36de2bcb8f821d49d8c9a88014ef0dc7 /meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0101-Backport-from-mainline.patch
parentd42dccf886983ba14ccc868041d7bea0cf1a260e (diff)
downloadpoky-478deec11f3349d61b1a922f047dc958dc07262a.tar.gz
gcc-4.6.0: Backport FSF 4.6 branch patches
This is set of bugfixes that has been done on FSF gcc-4_2-branch since 4.6.0 was released They will roll into 4.6.1 release once that happens in coming approx 6 months time then we can simply remove them thats the reason so use a separate .inc file to define the SRC_URI additions (From OE-Core rev: b0d5b9f12adbce2c4a0df6059f5671188cd32293) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0101-Backport-from-mainline.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0101-Backport-from-mainline.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0101-Backport-from-mainline.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0101-Backport-from-mainline.patch
new file mode 100644
index 0000000000..dd1b6007c9
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0101-Backport-from-mainline.patch
@@ -0,0 +1,37 @@
1From 0344e764781d1c1b27f07f6f973b9797d8d6285c Mon Sep 17 00:00:00 2001
2From: ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
3Date: Mon, 11 Apr 2011 10:42:23 +0000
4Subject: [PATCH 101/200] Backport from mainline:
5 2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6
7 * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
8
9
10git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172253 138bc75d-0d04-0410-961f-82ee72b054a4
11
12index 84a3c24..97a789f 100644
13--- a/gcc/config/alpha/osf5.h
14+++ b/gcc/config/alpha/osf5.h
15@@ -1,7 +1,7 @@
16 /* Definitions of target machine for GNU compiler, for DEC Alpha on
17 Tru64 UNIX V5.1.
18 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001,
19- 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010
20+ 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011
21 Free Software Foundation, Inc.
22 Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
23
24@@ -223,6 +223,10 @@ __enable_execute_stack (void *addr) \
25 #define LD_INIT_SWITCH "-init"
26 #define LD_FINI_SWITCH "-fini"
27
28+/* From Tru64 UNIX Object File and Symbol Table Format Specification,
29+ 2.3.5 Alignment, p.19. */
30+#define MAX_OFILE_ALIGNMENT (64 * 1024 * BITS_PER_UNIT)
31+
32 /* Select a format to encode pointers in exception handling data. CODE
33 is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
34 true if the symbol may be affected by dynamic relocations.
35--
361.7.0.4
37