From: Richard Kenner Date: Sat, 21 Sep 1996 10:59:54 +0000 (-0400) Subject: Update comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc9b7c0d40aae12772ec66db9ebafff8e414eff6;p=gcc.git Update comments. From-SVN: r12751 --- diff --git a/gcc/config/i386/aix386ng.h b/gcc/config/i386/aix386ng.h index fed0c793366..ea938d603fa 100644 --- a/gcc/config/i386/aix386ng.h +++ b/gcc/config/i386/aix386ng.h @@ -1,6 +1,6 @@ /* Definitions for IBM PS2 running AIX/386. - From: Minh Tran-Le Copyright (C) 1988, 1996 Free Software Foundation, Inc. + Contributed by Minh Tran-Le . This file is part of GNU CC. @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "svr3.h" /* Use the ATT assembler syntax. - This overrides at least one macro (ASM_OUTPUT_LABELREF) from svr3.h. */ + This overrides at least one macro (USER_LABEL_PREFIX) from svr3.h. */ #include "i386/att.h" diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h index 8c5cfc41587..1105bb67685 100644 --- a/gcc/config/i386/sysv3.h +++ b/gcc/config/i386/sysv3.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running system V. - Copyright (C) 1988 Free Software Foundation, Inc. + Copyright (C) 1988, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #include "svr3.h" /* Use the ATT assembler syntax. - This overrides at least one macro (ASM_OUTPUT_LABELREF) from svr3.h. */ + This overrides at least one macro (USER_LABEL_PREFIX) from svr3.h. */ #include "i386/att.h"