Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* Makefile.in, awkscan-ip, awkscan-p, intobfd,
libbfd.h, libcoff.h, tolibcoff; new bfd-in.h, libbfd-in.h,
libcoff-in.h: (a) use separate files for invariant parts of bfd.h,
libbfd.h, and libcoff.h; (b) in generated parts of same, use less
obtrusive marks indicating .c origins.
* bfd.texinfo: generalize most references to linker
1991-08-21 23:37:39 +02:00
|
|
|
# Awk filter, 1st filter for BFD internal prototype file extraction
|
1991-08-17 02:16:57 +02:00
|
|
|
#
|
|
|
|
# keep /*proto-internal blocks
|
|
|
|
/^\/\*proto-internal\*/,/^\*\/|^\*-\*\//
|
|
|
|
#
|
Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* Makefile.in, awkscan-ip, awkscan-p, intobfd,
libbfd.h, libcoff.h, tolibcoff; new bfd-in.h, libbfd-in.h,
libcoff-in.h: (a) use separate files for invariant parts of bfd.h,
libbfd.h, and libcoff.h; (b) in generated parts of same, use less
obtrusive marks indicating .c origins.
* bfd.texinfo: generalize most references to linker
1991-08-21 23:37:39 +02:00
|
|
|
# Apparent bug in sed can discard last line in some situations; therefore
|
|
|
|
# make last line harmless.
|
|
|
|
END { print "\n" }
|