]> Git Repo - binutils.git/blob - bfd/awkscan-p
* aoutx.h (aout_swap_ext_reloc_out, aout_swap_std_reloc_out)
[binutils.git] / bfd / awkscan-p
1 # Awk filter, 1st filter for BFD prototype file extraction
2 #
3 # keep /*proto blocks
4 /^\/\*proto\*/,/^\*\/|^\*-\*\//
5 #
6 # Apparent bug in sed can discard last line in some situations; therefore
7 # make last line harmless.
8 END { print "\n" }
This page took 0.026839 seconds and 4 git commands to generate.