summaryrefslogtreecommitdiff
path: root/core/binutils
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
commitb2c353d874b85e06f355a9419852e2616613c7d0 (patch)
treef0773e0a930d308198ef5036d4f74e7f53015e6e /core/binutils
parent0a24fb835cac4007388213ad0afb15257b035b14 (diff)
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'core/binutils')
-rw-r--r--core/binutils/binutils-2.22-ld-13621.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/core/binutils/binutils-2.22-ld-13621.patch b/core/binutils/binutils-2.22-ld-13621.patch
deleted file mode 100644
index ffb2ab825..000000000
--- a/core/binutils/binutils-2.22-ld-13621.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/bfd/linker.c b/bfd/linker.c
-index c51c5df..0404474 100644
---- a/bfd/linker.c
-+++ b/bfd/linker.c
-@@ -3208,6 +3208,12 @@ fix_syms (struct bfd_link_hash_entry *h, void *data)
- op = op1;
- }
-
-+ /* Refuse to choose a section for which we are out of bounds. */
-+ /* ??? This may make most of the above moot. */
-+ if (h->u.def.value < op->vma
-+ || h->u.def.value > op->vma + op->size)
-+ op = bfd_abs_section_ptr;
-+
- h->u.def.value -= op->vma;
- h->u.def.section = op;
- }
-index 95b7ef4..a9c05f9 100644
---- a/ld/testsuite/ld-elf/warn2.d
-+++ b/ld/testsuite/ld-elf/warn2.d
-@@ -13,5 +13,5 @@
- # construct and that the symbol still appears as expected.
-
- #...
-- +[0-9]+: +[0-9a-f]+ +20 +OBJECT +GLOBAL +DEFAULT +[1-9] Foo
-+ +[0-9]+: +[0-9a-f]+ +20 +OBJECT +GLOBAL +DEFAULT +ABS Foo
- #pass