Skip to content

Instantly share code, notes, and snippets.

@7shi
Created March 26, 2010 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7shi/344529 to your computer and use it in GitHub Desktop.
Save 7shi/344529 to your computer and use it in GitHub Desktop.
--- bfd/peicode.h.orig 2010-03-26 12:55:32.000000000 +0900
+++ bfd/peicode.h 2010-03-26 12:55:55.000000000 +0900
@@ -977,7 +977,7 @@
{
pe_ILF_make_a_symbol_reloc (& vars, 0, BFD_RELOC_HI16_S,
(struct symbol_cache_entry **) imp_sym, imp_index);
- pe_ILF_make_a_reloc (& vars, 0, BFD_RELOC_LO16, text);
+ /*pe_ILF_make_a_reloc (& vars, 0, BFD_RELOC_LO16, text);*/
pe_ILF_make_a_symbol_reloc (& vars, 4, BFD_RELOC_LO16,
(struct symbol_cache_entry **) imp_sym, imp_index);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment