diff options
author | Alan Modra <amodra@bigpond.net.au> | 2001-10-01 14:03:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2001-10-01 14:03:36 +0000 |
commit | b89fe9efe5edd6cf4081a20ad0d5e0dc2f66f1e3 (patch) | |
tree | 79d0d8c97688dd363e23d6584f1ca3b171de4de2 /bfd/bfd-in.h | |
parent | 885db41275c74532d042d2654208b8453777c35e (diff) | |
download | gdb-b89fe9efe5edd6cf4081a20ad0d5e0dc2f66f1e3.tar.gz |
bfd/
* bfd-in.h: Remove comments regarding generated files.
* libbfd-in.h: Likewise.
* libcoff-in.h: Likewise.
* bfd-in2.h: Regenerate.
* libbfd.h: Likewise.
* libcoff.h: Likewise.
bfd/doc/
* header.sed: New file, adds header to generated files.
* Makefile.am: Rewrite rules generating libbfd.h, libcoff.h and
bfd.h, using above. Add missing elf.c dependecy for libbfd.h.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index bf81b5af7f5..c25e79e148e 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -4,10 +4,6 @@ Free Software Foundation, Inc. Contributed by Cygnus Support. -** NOTE: bfd.h and bfd-in2.h are GENERATED files. Don't change them; -** instead, change bfd-in.h or the other BFD source files processed to -** generate these files. - This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify @@ -24,25 +20,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* bfd.h -- The only header file required by users of the bfd library - -The bfd.h file is generated from bfd-in.h and various .c files; if you -change it, your changes will probably be lost. - -All the prototypes and definitions following the comment "THE FOLLOWING -IS EXTRACTED FROM THE SOURCE" are extracted from the source files for -BFD. If you change it, someone oneday will extract it from the source -again, and your changes will be lost. To save yourself from this bind, -change the definitions in the source in the bfd directory. Type "make -docs" and then "make headers" in that directory, and magically this file -will change to reflect your changes. - -If you don't have the tools to perform the extraction, then you are -safe from someone on your system trampling over your header files. -You should still maintain the equivalence between the source and this -file though; every change you make to the .c file should be reflected -here. */ - #ifndef __BFD_H_SEEN__ #define __BFD_H_SEEN__ |