Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
51645fe5ca
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/gnome2/memprof/cooked-size-newbinutils.patch

+ 11
- 0
package/gnome2/memprof/cooked-size-newbinutils.patch

@ -0,0 +1,11 @@
--- ./bfdutils.c.orig 2004-09-07 18:10:27.670831536 +0200
+++ ./bfdutils.c 2004-09-07 18:10:39.396049032 +0200
@@ -164,7 +164,7 @@
* into the internals instead. :-(
*/
/* (*func) (addr, bfd_section_size (map->abfd, section), user_data); */
- (*func) (addr, section->_cooked_size, user_data);
+ (*func) (addr, section->size, user_data);
}
}
}

|||||||
100:0
Loading…
Cancel
Save