]> git.pld-linux.org Git - packages/aMule.git/blob - binutils-2.34.patch
binutils rebuild
[packages/aMule.git] / binutils-2.34.patch
1 --- aMule-2.3.2/src/libs/common/MuleDebug.cpp.orig      2016-09-16 09:55:07.000000000 +0200
2 +++ aMule-2.3.2/src/libs/common/MuleDebug.cpp   2020-03-23 18:00:45.013375544 +0100
3 @@ -268,14 +268,14 @@
4                 return;
5         }
6  
7 -       bfd_vma vma = bfd_get_section_vma(abfd, section);
8 +       bfd_vma vma = bfd_section_vma(section);
9  
10         unsigned long address = (unsigned long)_address;
11         if (address < vma) {
12                 return;
13         }
14  
15 -       bfd_size_type size = bfd_section_size(abfd, section);
16 +       bfd_size_type size = bfd_section_size(section);
17         if (address > (vma + size)) {
18                 return;
19         }
This page took 0.048073 seconds and 3 git commands to generate.