OSDN Git Service

* config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd.
[pf3gnuchains/gcc-fork.git] / gcc / config / nextstep21.h
index 14229a5..aa2c443 100644 (file)
@@ -16,7 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* changed for NeXTStep 2.1, Ch. Kranz, 2/94, 3/94 */
@@ -26,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef USE_COLLECT2
 #define USE_COLLECT2
 
-/* use this until a newer gdb for NeXTStep21 is availible */
+/* use this until a newer gdb for NeXTStep21 is available */
 #define DEFAULT_GDB_EXTENSIONS 0
 
 /* we need the call to __main to start all global destructors and constructors
@@ -42,7 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef ASM_FILE_END
 #define ASM_FILE_END(FILE)                                     \
   do {                                                         \
-    extern char *language_string;                              \
       if (strcmp (language_string, "GNU C++") == 0)            \
       {                                                                \
        ASM_OUTPUT_ALIGN (FILE, 1);                             \