diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-21 21:37:39 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-21 21:37:39 +0000 |
commit | dd260c230be518ce8534466a11835bcb2a8fade9 (patch) | |
tree | 7d8687a32813e7898be45b7b5822052492876437 /bfd/intobfd | |
parent | 90125c859600b07fa823fa97d5805599e38d1998 (diff) | |
download | gdb-dd260c230be518ce8534466a11835bcb2a8fade9.zip gdb-dd260c230be518ce8534466a11835bcb2a8fade9.tar.gz gdb-dd260c230be518ce8534466a11835bcb2a8fade9.tar.bz2 |
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
Diffstat (limited to 'bfd/intobfd')
-rwxr-xr-x | bfd/intobfd | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/bfd/intobfd b/bfd/intobfd index 0593e82c..b256f4b 100755 --- a/bfd/intobfd +++ b/bfd/intobfd @@ -1,12 +1,11 @@ -/---------------START FROM/,/---------------END FROM/d -/\/\* FROM archive.c\*\//r archive.p -/\/\* FROM archures.c\*\//r archures.p -/\/\* FROM bfd.c\*\//r bfd.p -/\/\* FROM core.c\*\//r core.p -/\/\* FROM format.c\*\//r format.p -/\/\* FROM libbfd.c\*\//r libbfd.p -/\/\* FROM opncls.c\*\//r opncls.p -/\/\* FROM reloc.c\*\//r reloc.p -/\/\* FROM section.c\*\//r section.p -/\/\* FROM syms.c\*\//r syms.p -/\/\* FROM targets.c\*\//r targets.p +/\/\*:archive.c\*\//r archive.p +/\/\*:archures.c\*\//r archures.p +/\/\*:bfd.c\*\//r bfd.p +/\/\*:core.c\*\//r core.p +/\/\*:format.c\*\//r format.p +/\/\*:libbfd.c\*\//r libbfd.p +/\/\*:opncls.c\*\//r opncls.p +/\/\*:reloc.c\*\//r reloc.p +/\/\*:section.c\*\//r section.p +/\/\*:syms.c\*\//r syms.p +/\/\*:targets.c\*\//r targets.p |