Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 66738
Collapse All | Expand All

(-)/tmp/binutils-2.15.92.0.2/bfd/elf32-ppc.c.orig (-2 / +2 lines)
Lines 5263-5272 Link Here
5263
5263
5264
	case R_PPC_REL24:
5264
	case R_PPC_REL24:
5265
	  if (info->shared) {
5265
	  if (info->shared) {
5266
		  (*_bfd_error_handler)(_("Error: The symbol `%s' has a %s relocation, that means '%s' was compiled without -fPIC."),
5266
		  (*_bfd_error_handler)(_("Error: The symbol `%s' has a %s relocation, that means '%B' was compiled without -fPIC."),
5267
		  	sym_name,
5267
		  	sym_name,
5268
			howto->name,
5268
			howto->name,
5269
			bfd_archive_filename (input_bfd));
5269
			input_bfd);
5270
#if 1
5270
#if 1
5271
		  ret = FALSE;
5271
		  ret = FALSE;
5272
#endif
5272
#endif

Return to bug 66738