diff options
author | Steve Chamberlain <steve@cygnus> | 1991-08-17 00:16:57 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-08-17 00:16:57 +0000 |
commit | 90f3f3e2b046a492b08d8802fd6e2055508b795e (patch) | |
tree | 2cee2df785574d5200035c64b9a81a09036ec9e4 /bfd/awkscan-ip | |
parent | 3a26c0cd00b712a85b63ad962ff72d125154b1bc (diff) | |
download | gdb-90f3f3e2b046a492b08d8802fd6e2055508b795e.zip gdb-90f3f3e2b046a492b08d8802fd6e2055508b795e.tar.gz gdb-90f3f3e2b046a492b08d8802fd6e2055508b795e.tar.bz2 |
Initial revision
Diffstat (limited to 'bfd/awkscan-ip')
-rwxr-xr-x | bfd/awkscan-ip | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/awkscan-ip b/bfd/awkscan-ip new file mode 100755 index 0000000..01e3c05 --- /dev/null +++ b/bfd/awkscan-ip @@ -0,0 +1,8 @@ +# NOTE: BEGIN pattern gives errors if other than 1st line; +# END ditto if other than last. +BEGIN { print "/* ------------------------------START FROM " FILENAME "*/" } +# +# keep /*proto-internal blocks +/^\/\*proto-internal\*/,/^\*\/|^\*-\*\// +# +END { print "/* --------------------------------END FROM " FILENAME "*/\n" } |