diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-01 14:03:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-01 14:03:36 +0000 |
commit | 4eef72c77dd130eef2b5c5964831d77495c77d68 (patch) | |
tree | c93344f7359e22da4749582f51619263852952bd /bfd/libcoff.h | |
parent | 34105363c28a797bb220b3879e750876c772feca (diff) | |
download | gdb-4eef72c77dd130eef2b5c5964831d77495c77d68.zip gdb-4eef72c77dd130eef2b5c5964831d77495c77d68.tar.gz gdb-4eef72c77dd130eef2b5c5964831d77495c77d68.tar.bz2 |
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/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index eb90045..e0c77d9 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -1,12 +1,13 @@ +/* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically + generated from "libcoff-in.h" and "coffcode.h". + Run "make headers" in your build bfd/ to regenerate. */ + /* BFD COFF object file private structure. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Written by Cygnus Support. -** NOTE: libcoff.h is a GENERATED file. Don't change it; instead, -** change libcoff-in.h or coffcode.h. - This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify |