mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 05:20:25 +08:00
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
This commit is contained in:
parent
f17d6c73de
commit
70576b754e
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user