diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-05 09:42:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-05 09:42:36 +0100 |
commit | dd7f6076476db449f510a90a1e4d2285dd971204 (patch) | |
tree | 6489fa6dc8ce736bf048b97a10ba987bc66eaf07 /toolchain/binutils/patches/2.25.1/bfin.patch | |
parent | 235ad0e8e1b1bd4552451def05ec9f435f0c1eb7 (diff) |
binutils: add 2.28, default to 2.28
Diffstat (limited to 'toolchain/binutils/patches/2.25.1/bfin.patch')
-rw-r--r-- | toolchain/binutils/patches/2.25.1/bfin.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/binutils/patches/2.25.1/bfin.patch b/toolchain/binutils/patches/2.25.1/bfin.patch deleted file mode 100644 index 1f287518a..000000000 --- a/toolchain/binutils/patches/2.25.1/bfin.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c -index 7cc8b6d..12f0add 100644 ---- a/bfd/elf32-bfin.c -+++ b/bfd/elf32-bfin.c -@@ -4457,7 +4457,7 @@ elf32_bfinfdpic_finish_dynamic_sections (bfd *output_bfd, - if (bfinfdpic_got_section (info)) - { - BFD_ASSERT (bfinfdpic_gotrel_section (info)->size -- == (bfinfdpic_gotrel_section (info)->reloc_count -+ >= (bfinfdpic_gotrel_section (info)->reloc_count - * sizeof (Elf32_External_Rel))); - - if (bfinfdpic_gotfixup_section (info)) |