diff options
author | John Gilmore <gnu@cygnus> | 1991-04-25 04:20:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-04-25 04:20:18 +0000 |
commit | bad3df6720febc5e2e5e4a2af6acbb3bdd66b048 (patch) | |
tree | 6977c6cc981dc67680341986bb156558caa44c15 /include/a.out.encap.h | |
parent | a07cc61341225966fd714e8715aeca6c558b5b8e (diff) | |
download | gdb-bad3df6720febc5e2e5e4a2af6acbb3bdd66b048.zip gdb-bad3df6720febc5e2e5e4a2af6acbb3bdd66b048.tar.gz gdb-bad3df6720febc5e2e5e4a2af6acbb3bdd66b048.tar.bz2 |
Merge intel-deliver and amd-deliver "include" directories, and the
GDB include directory, all into a single include directory.
There are minor corresponding changes in a few files in bfd and gdb.
Diffstat (limited to 'include/a.out.encap.h')
-rwxr-xr-x | include/a.out.encap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/a.out.encap.h b/include/a.out.encap.h index 39c84d7..adc3f1c 100755 --- a/include/a.out.encap.h +++ b/include/a.out.encap.h @@ -1,3 +1,6 @@ +/* This file is obsolete. It needs to be converted to just define a bunch + of stuff that BFD can use to do coff-encapsulated files. --gnu@cygnus.com */ + /* Another try at encapsulating bsd object files in coff. Copyright (C) 1988, 1989, Free Software Foundation, Inc. Written by Pace Willisson 12/9/88 @@ -38,9 +41,6 @@ #include "a.out.gnu.h" -/* Figure out what our target machine is */ -#include "target.h" - #define N_FLAGS_COFF_ENCAPSULATE 0x20 /* coff header precedes bsd header */ /* Describe the COFF header used for encapsulation. */ |