diff options
author | Jason Merrill <jason@yorick.cygnus.com> | 1999-08-03 00:06:05 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-08-02 20:06:05 -0400 |
commit | 7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1 (patch) | |
tree | bedc842f50c42392fd276bd707033cafe2684c34 /gcc/config/libgloss.h | |
parent | fae2db4744dd199c7aea8cf48b3ab7a1282e98cc (diff) | |
download | gcc-7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1.tar.gz |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/libgloss.h b/gcc/config/libgloss.h index 2f2ba569f4f..8d7dd5bbfe0 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 |