aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/a.out.encap.h32
-rw-r--r--include/bfd.h55
-rwxr-xr-xinclude/coff-mips.h4
-rwxr-xr-xinclude/ranlib.h31
-rwxr-xr-xinclude/reloc.h23
-rwxr-xr-xinclude/sysdep.h20
6 files changed, 85 insertions, 80 deletions
diff --git a/include/a.out.encap.h b/include/a.out.encap.h
index adc3f1c..06f1bda 100755
--- a/include/a.out.encap.h
+++ b/include/a.out.encap.h
@@ -1,24 +1,24 @@
-/* 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.
+ Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
Written by Pace Willisson 12/9/88
- This file is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
+ 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
- This file is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+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., 675 Mass Ave, Cambridge, MA 02139, USA. */
- You should have received a copy of the GNU General Public License
- along with this file; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
/*
* This time, we will only use the coff headers to tell the kernel
* how to exec the file. Therefore, the only fields that need to
diff --git a/include/bfd.h b/include/bfd.h
index 9e53b37..8d936bf 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -1,40 +1,41 @@
-/* bfd.h -- The only header file required by users of the bfd library
-
-This file is generated from various .c files, if you change it, your
-bits may be lost.
-
-All the prototypes and definitions following the comment " THE
-FOLLOWING IS EXTRACTED FROM THE SOURCE" is extracted from the source.
-If you change it someone oneday will extract 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.
-*/
-
-/* Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+/* A -*- C -*- header file for the bfd library
+ Copyright 1990, 1991 Free Software Foundation, Inc.
+ Contributed by Cygnus Support.
This file is part of BFD, the Binary File Diddler.
-BFD is free software; you can redistribute it and/or modify
+This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
-BFD is distributed in the hope that it will be useful,
+This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with BFD; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+/* bfd.h -- The only header file required by users of the bfd library
+
+This file is generated from various .c files, if you change it, your
+bits may 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__
diff --git a/include/coff-mips.h b/include/coff-mips.h
index f6099b0..59e4f80 100755
--- a/include/coff-mips.h
+++ b/include/coff-mips.h
@@ -1,4 +1,6 @@
-/* Rudimentary ECOFF support on MIPS machines. */
+/* Rudimentary ECOFF support on MIPS machines.
+ This lacks symbol information, normally provided on MIPS Unix systems
+ in the files <sym.h> and <symconst.h>. */
/********************** FILE HEADER **********************/
diff --git a/include/ranlib.h b/include/ranlib.h
index 6d080f4..53e35ce 100755
--- a/include/ranlib.h
+++ b/include/ranlib.h
@@ -1,18 +1,19 @@
-/* ranlib.h -- archive library index member definition for GNU.
- Copyright (C) 1990 Free Software Foundation, Inc.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- 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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+/* ranlib.h -- archive library index member definition for GNU.
+ Copyright 1990-1991 Free Software Foundation, Inc.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+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., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* The Symdef member of an archive contains two things:
a table that maps symbol-string offsets to file offsets,
diff --git a/include/reloc.h b/include/reloc.h
index e55909a..6be60e8 100755
--- a/include/reloc.h
+++ b/include/reloc.h
@@ -1,21 +1,19 @@
/* reloc.h -- Header file for relocation information.
- Copyright (C) 1989,1990 Free Software Foundation, Inc.
+ Copyright 1989-1991 Free Software Foundation, Inc.
-This file is part of GAS, the GNU Assembler.
-
-GAS is free software; you can redistribute it and/or modify
+This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
-GAS is distributed in the hope that it will be useful,
+This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with GAS; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Relocation types for a.out files using reloc_info_extended
(SPARC and AMD 29000). */
@@ -57,10 +55,9 @@ enum reloc_type
"SFA_BASE", "SFAOFF13", "BASE10", "BASE13", \
"BASE22", "PC10", "PC22", "JMP_TBL", \
"SEGOFF16", "GLOB_DAT", "JMP_SLOT", "RELATIVE", \
-"11", "WDISP2_14", "WDISP19", \
-"JUMPTARG", "CONST", "CONSTH", \
-"NO_RELOC", \
-"XXX_28", "XXX_29", "XXX_30", "XXX_31"
+"11", "WDISP2_14", "WDISP19", "JUMPTARG", \
+"CONST", "CONSTH", "WDISP14", "WDISP21", \
+"NO_RELOC"
#endif /* _RELOC_H_READ_ */
diff --git a/include/sysdep.h b/include/sysdep.h
index fc17f7f..154b272 100755
--- a/include/sysdep.h
+++ b/include/sysdep.h
@@ -1,20 +1,23 @@
-/* Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+/* All the system include files boiled into one place (sort of).
+ Copyright 1990, 1991 Free Software Foundation, Inc.
+ Contributed by Cygnus Support.
-This file is part of BFD, the Binary File Diddler.
+This file is part of BFD and the GNU Binutils. Please don't use it for
+other programs; better configuration mechanisms than this are needed.
-BFD is free software; you can redistribute it and/or modify
+This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
-BFD is distributed in the hope that it will be useful,
+This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with BFD; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* All the system include files boiled into one place.
@@ -105,6 +108,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define USG
#include <sys/h-hp9000.h>
#endif
+
#if HOST_SYS==APOLLO400_SYS
#define HOST_IS_APOLLO400 1
#include <sys/h-ap400.h>