aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-09-21 06:59:54 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-09-21 06:59:54 -0400
commitbc9b7c0d40aae12772ec66db9ebafff8e414eff6 (patch)
treec5fb88b18c28580c77165c17334b19cefb2ecae8
parent4e0c8ad2e76232d2011364f507c840b1573249f7 (diff)
downloadgcc-bc9b7c0d40aae12772ec66db9ebafff8e414eff6.zip
gcc-bc9b7c0d40aae12772ec66db9ebafff8e414eff6.tar.gz
gcc-bc9b7c0d40aae12772ec66db9ebafff8e414eff6.tar.bz2
Update comments.
From-SVN: r12751
-rw-r--r--gcc/config/i386/aix386ng.h4
-rw-r--r--gcc/config/i386/sysv3.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/aix386ng.h b/gcc/config/i386/aix386ng.h
index fed0c79..ea938d6 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 <TRANLE@intellicorp.com>
Copyright (C) 1988, 1996 Free Software Foundation, Inc.
+ Contributed by Minh Tran-Le <TRANLE@intellicorp.com>.
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 8c5cfc4..1105bb6 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"