aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2001-06-12 00:27:31 +0000
committerStan Shebs <shebs@gcc.gnu.org>2001-06-12 00:27:31 +0000
commit9dffe3b49e68cbab5ae18813b725eafd9c985ea5 (patch)
treef44c4a111b58add8dc738b18f7cec5dfd552f596 /gcc
parent6137abd3182e8f30e152c355a5faa0e4ee5261c7 (diff)
downloadgcc-9dffe3b49e68cbab5ae18813b725eafd9c985ea5.zip
gcc-9dffe3b49e68cbab5ae18813b725eafd9c985ea5.tar.gz
gcc-9dffe3b49e68cbab5ae18813b725eafd9c985ea5.tar.bz2
* darwin.h (ASM_FILE_END): Remove decl of language_string.
From-SVN: r43238
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/darwin.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0d396fa..272d38d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-11 Stan Shebs <shebs@apple.com>
+
+ * darwin.h (ASM_FILE_END): Remove decl of language_string.
+
2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* config/m68hc11/m68hc11.md ("*lshrdi3_const32"): Mark the clobber
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index b076780..d90af77 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -196,7 +196,6 @@ do { text_section (); \
#undef ASM_FILE_END
#define ASM_FILE_END(FILE) \
do { \
- extern const char *language_string; \
machopic_finish (asm_out_file); \
if (strcmp (language_string, "GNU C++") == 0) \
{ \