aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-26 09:18:26 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2000-04-26 09:18:26 +0200
commit70576b754e418873c2848d4289d8fd8f9093b65f (patch)
tree5aa42a47098d334b3f34066b4169acd7928cf46c
parentf17d6c73de036a8eef4992155b142133ee1a46ee (diff)
downloadgcc-70576b754e418873c2848d4289d8fd8f9093b65f.zip
gcc-70576b754e418873c2848d4289d8fd8f9093b65f.tar.gz
gcc-70576b754e418873c2848d4289d8fd8f9093b65f.tar.bz2
linux.h: Remove erroneous commit of #if 0/#endif in last patch.
2000-04-26 Andreas Jaeger <aj@suse.de> * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in last patch. From-SVN: r33440
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/linux.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 921a3d0..fdb20df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-26 Andreas Jaeger <aj@suse.de>
+
+ * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
+ last patch.
+
2000-04-25 Richard Henderson <rth@cygnus.com>
* cse.c (cse_insn): Emit barrier after unconditional jump.
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h
index f17ac98..a598f16 100644
--- a/gcc/config/mips/linux.h
+++ b/gcc/config/mips/linux.h
@@ -169,7 +169,6 @@ Boston, MA 02111-1307, USA. */
%{!fno-PIC:%{!fno-pic:-KPIC}} \
%{fno-PIC:-non_shared} %{fno-pic:-non_shared}"
-#if 0
/* Undefine the following which were defined in elf.h. This will cause the linux
port to continue to use collect2 for constructors/destructors. These may be removed
when .ctor/.dtor section support is desired. */
@@ -197,5 +196,4 @@ Boston, MA 02111-1307, USA. */
#undef CTOR_LIST_END
#undef DTOR_LIST_BEGIN
#undef DTOR_LIST_END
-#endif
/* End of undefines to turn off .ctor/.dtor section support */