aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-10-26 17:55:30 +0000
committerMark Mitchell <mark@codesourcery.com>2004-10-26 17:55:30 +0000
commitd2321fc6260453ff0df42cb4e54ac6fd3db71f48 (patch)
tree2f567c066c999713042b891f885285e73e3c1d36
parent0b911327a99ca61ec07898b575f1a77fb85c92d3 (diff)
* gcc/config/i386/sol2.h (X86_FILE_START_VERSION_DIRECTIVE):
Define to false. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-sol210-3_4-branch@89595 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl4
-rw-r--r--gcc/config/i386/sol2.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index e345b5db424..bf33af6c1a9 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,7 +1,7 @@
2004-10-26 Mark Mitchell <mark@codesourcery.com>
- * gcc/config/sol2.h (X86_FILE_START_VERSION_DIRECTIVE): Define
- to false.
+ * gcc/config/i386/sol2.h (X86_FILE_START_VERSION_DIRECTIVE):
+ Define to false.
2004-10-25 Mark Mitchell <mark@codesourcery.com>
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h
index 104acdab11f..4cdfe5d3ab9 100644
--- a/gcc/config/i386/sol2.h
+++ b/gcc/config/i386/sol2.h
@@ -107,3 +107,7 @@ Boston, MA 02111-1307, USA. */
fprintf (FILE, "\n"); \
} \
while (0)
+
+/* We do not need NT_VERSION notes. */
+#undef X86_FILE_START_VERSION_DIRECTIVE
+#define X86_FILE_START_VERSION_DIRECTIVE false