Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96521 | Differences between
and this patch

Collapse All | Expand All

(-)memprof-0.5.1/bfdutils.c (-1 / +1 lines)
Lines 164-170 Link Here
164
				 * into the internals instead. :-(
164
				 * into the internals instead. :-(
165
				 */
165
				 */
166
				/* (*func) (addr, bfd_section_size (map->abfd, section), user_data); */
166
				/* (*func) (addr, bfd_section_size (map->abfd, section), user_data); */
167
				(*func) (addr, section->_cooked_size, user_data);
167
				(*func) (addr, section->size, user_data);
168
			}
168
			}
169
		}
169
		}
170
}
170
}

Return to bug 96521