diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-05-28 11:05:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-03 16:38:47 +0100 |
commit | 0d459145245f844c9ac0a081c03066cc581c133e (patch) | |
tree | 25dd0e6ed381dab71be5da3ef9573fbd578cba1b | |
parent | 8a5df28e675ae8966f3b819f54fa3be05e03fc81 (diff) | |
download | poky-0d459145245f844c9ac0a081c03066cc581c133e.tar.gz |
gdb: Minor upgrade to 7.9.1
Drop backported patches
(From OE-Core rev: 6cef5f25c8ba45d17a670200c9197f8e12afbad1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-7.9.1.inc (renamed from meta/recipes-devtools/gdb/gdb-7.9.inc) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_7.9.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb/0004-Change-comment-in-gdb-compile.patch | 48 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.9.1.bb (renamed from meta/recipes-devtools/gdb/gdb_7.9.bb) | 0 |
9 files changed, 5 insertions, 54 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-7.9.inc b/meta/recipes-devtools/gdb/gdb-7.9.1.inc index 6d5eecb775..1ca95afdcc 100644 --- a/meta/recipes-devtools/gdb/gdb-7.9.inc +++ b/meta/recipes-devtools/gdb/gdb-7.9.1.inc | |||
@@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
4 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 4 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ |
5 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | 5 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "8f8ced422fe462a00e0135a643544f17" | 7 | SRC_URI[md5sum] = "f3b97de919a9dba84490b2e076ec4cb0" |
8 | SRC_URI[sha256sum] = "d282508cb7df0cb8b2cf659032ce1bede7b5725796e3ac90f3cd9d65844a65f2" | 8 | SRC_URI[sha256sum] = "4994ad986726ac4128a6f1bd8020cd672e9a92aa76b80736563ef992992764ef" |
9 | 9 | ||
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb index 301035940c..301035940c 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb | |||
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.9.bb b/meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb index 3a95cfb035..3a95cfb035 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_7.9.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb | |||
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index e65af4bf8b..5466a7dff8 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
@@ -4,7 +4,6 @@ inherit gettext | |||
4 | 4 | ||
5 | SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \ | 5 | SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \ |
6 | file://0003-Add-support-for-Renesas-SH-sh4-architecture.patch \ | 6 | file://0003-Add-support-for-Renesas-SH-sh4-architecture.patch \ |
7 | file://0004-Change-comment-in-gdb-compile.patch \ | ||
8 | " | 7 | " |
9 | #LDFLAGS_append = " -s" | 8 | #LDFLAGS_append = " -s" |
10 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" | 9 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" |
diff --git a/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch b/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch index e0221afca1..6996c183bb 100644 --- a/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch +++ b/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d3ec939b82be23e7c9534cdc7502645f6c5856d1 Mon Sep 17 00:00:00 2001 | 1 | From 12b0506951460c3cc37d775478d024db3f95e9d8 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 2 Mar 2015 02:27:55 +0000 | 3 | Date: Mon, 2 Mar 2015 02:27:55 +0000 |
4 | Subject: [PATCH 1/3] make man install relative to DESTDIR | 4 | Subject: [PATCH 1/3] make man install relative to DESTDIR |
diff --git a/meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch b/meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch index 26a34d3444..bccb45fda1 100644 --- a/meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch +++ b/meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 0dcb0a8b139b44ae84e8fd8ff8130cbbb52e444d Mon Sep 17 00:00:00 2001 | 1 | From 262ccc4fdb2a3df0f16c61a807046964ae7729c9 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 2 Mar 2015 02:29:23 +0000 | 3 | Date: Mon, 2 Mar 2015 02:29:23 +0000 |
4 | Subject: [PATCH 2/3] Change order of CFLAGS | 4 | Subject: [PATCH 2/3] Change order of CFLAGS |
diff --git a/meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch b/meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch index d82d269208..4a3e22c445 100644 --- a/meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch +++ b/meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 4e5507488068b3ea2ebf9c84c6c192c7bfd3be82 Mon Sep 17 00:00:00 2001 | 1 | From 407cb13cfb70697f45dfb761304e005e1ecbd0e9 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 2 Mar 2015 02:31:12 +0000 | 3 | Date: Mon, 2 Mar 2015 02:31:12 +0000 |
4 | Subject: [PATCH 3/3] Add support for Renesas SH (sh4) architecture. | 4 | Subject: [PATCH 3/3] Add support for Renesas SH (sh4) architecture. |
diff --git a/meta/recipes-devtools/gdb/gdb/0004-Change-comment-in-gdb-compile.patch b/meta/recipes-devtools/gdb/gdb/0004-Change-comment-in-gdb-compile.patch deleted file mode 100644 index 4df552c019..0000000000 --- a/meta/recipes-devtools/gdb/gdb/0004-Change-comment-in-gdb-compile.patch +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | Upstream-Status: Backport | ||
2 | |||
3 | From 09de64b93c2402e068daf0bce1c4a1dda833b646 Mon Sep 17 00:00:00 2001 | ||
4 | From: Jan Kratochvil <jan.kratochvil@redhat.com> | ||
5 | Date: Thu, 26 Feb 2015 11:52:28 +0100 | ||
6 | Subject: [PATCH] Change // comment in gdb/compile/ | ||
7 | |||
8 | gdb/ChangeLog | ||
9 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> | ||
10 | |||
11 | PR build/18033 | ||
12 | * compile/compile-c-support.c (c_compute_program): Change // comment. | ||
13 | * compile/compile-object-load.c (setup_sections): Change // comment. | ||
14 | --- | ||
15 | gdb/ChangeLog | 6 ++++++ | ||
16 | gdb/compile/compile-c-support.c | 2 +- | ||
17 | gdb/compile/compile-object-load.c | 2 +- | ||
18 | 3 files changed, 8 insertions(+), 2 deletions(-) | ||
19 | |||
20 | diff --git a/gdb/compile/compile-c-support.c b/gdb/compile/compile-c-support.c | ||
21 | index 8f1f45d..1711cda 100644 | ||
22 | --- a/gdb/compile/compile-c-support.c | ||
23 | +++ b/gdb/compile/compile-c-support.c | ||
24 | @@ -351,7 +351,7 @@ c_compute_program (struct compile_instance *inst, | ||
25 | " __gdb_intptr;\n", | ||
26 | buf); | ||
27 | |||
28 | - // Iterate all log2 sizes in bytes supported by c_get_mode_for_size. | ||
29 | + /* Iterate all log2 sizes in bytes supported by c_get_mode_for_size. */ | ||
30 | for (i = 0; i < 4; ++i) | ||
31 | { | ||
32 | const char *mode = c_get_mode_for_size (1 << i); | ||
33 | diff --git a/gdb/compile/compile-object-load.c b/gdb/compile/compile-object-load.c | ||
34 | index 5903f18..e187970 100644 | ||
35 | --- a/gdb/compile/compile-object-load.c | ||
36 | +++ b/gdb/compile/compile-object-load.c | ||
37 | @@ -67,7 +67,7 @@ setup_sections (bfd *abfd, asection *sect, void *data_voidp) | ||
38 | if ((bfd_get_section_flags (abfd, sect) & SEC_ALLOC) == 0) | ||
39 | return; | ||
40 | |||
41 | - // Make the memory always readable. | ||
42 | + /* Make the memory always readable. */ | ||
43 | prot = GDB_MMAP_PROT_READ; | ||
44 | if ((bfd_get_section_flags (abfd, sect) & SEC_READONLY) == 0) | ||
45 | prot |= GDB_MMAP_PROT_WRITE; | ||
46 | -- | ||
47 | 2.1.4 | ||
48 | |||
diff --git a/meta/recipes-devtools/gdb/gdb_7.9.bb b/meta/recipes-devtools/gdb/gdb_7.9.1.bb index 1abc9d8e76..1abc9d8e76 100644 --- a/meta/recipes-devtools/gdb/gdb_7.9.bb +++ b/meta/recipes-devtools/gdb/gdb_7.9.1.bb | |||