aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/libgloss.h
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1999-08-03 00:06:05 +0000
committerJason Merrill <jason@gcc.gnu.org>1999-08-02 20:06:05 -0400
commit7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1 (patch)
treebedc842f50c42392fd276bd707033cafe2684c34 /gcc/config/libgloss.h
parentfae2db4744dd199c7aea8cf48b3ab7a1282e98cc (diff)
downloadgcc-7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1.zip
gcc-7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1.tar.gz
gcc-7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1.tar.bz2
libgloss.h: Add a note discouraging use with ELF.
* config/libgloss.h: Add a note discouraging use with ELF. * configure.in: Don't use libgloss.h for ELF targets. From-SVN: r28425
Diffstat (limited to 'gcc/config/libgloss.h')
-rw-r--r--gcc/config/libgloss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/libgloss.h b/gcc/config/libgloss.h
index 2f2ba56..8d7dd5b 100644
--- a/gcc/config/libgloss.h
+++ b/gcc/config/libgloss.h
@@ -19,6 +19,9 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* This file should not be used for ELF targets, as this definition of
+ STARTFILE_SPEC is all wrong. */
+
/* The libgloss standard for crt0.s has the name based on the command line
option. */
#undef STARTFILE_SPEC