GNU dev tools: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 September 2013

  • curprev 15:4615:46, 3 September 2013Mip talk contribs 169 bytes +169 Created page with '== Tips == ; Use ''objcopy'' to rename a symbol in object file in a library: for f in *.a; do nm $f | grep -q qsort && objcopy --redefine-sym qsort=j9own_qsort $f; done'