summaryrefslogtreecommitdiff
path: root/cross/binutils/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'cross/binutils/patches/patch-an')
-rw-r--r--cross/binutils/patches/patch-an13
1 files changed, 0 insertions, 13 deletions
diff --git a/cross/binutils/patches/patch-an b/cross/binutils/patches/patch-an
deleted file mode 100644
index 0378de27b09..00000000000
--- a/cross/binutils/patches/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-an,v 1.1 2001/01/24 11:18:18 tsutsui Exp $
-
---- ./bfd/elf.c.orig Sat May 2 00:48:08 1998
-+++ ./bfd/elf.c Sun Jan 24 05:56:12 2001
-@@ -2611,7 +2611,7 @@
- if ((abfd->flags & D_PAGED) != 0)
- adjust = (sec->vma - voff) % bed->maxpagesize;
- else
-- adjust = (sec->vma - voff) % align;
-+ adjust = (sec->vma - (p->p_paddr + p->p_memsz)) % align;
- }
- else
- adjust = 0;