mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
373 B

--- ./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);
}
}
}