diff options
author | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-12 01:52:17 +0000 |
---|---|---|
committer | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-12 01:52:17 +0000 |
commit | e4077beb35275f4935a6760d36d898205934f014 (patch) | |
tree | 76ad00336e68b8e6e1570eff94d701261527c2dc /gcc/config/elfos.h | |
parent | fd46afbf3453711246a37f6caf18ab8cf287f950 (diff) | |
download | gcc-e4077beb35275f4935a6760d36d898205934f014.tar.gz |
2001-12-11 David O'Brien <obrien@FreeBSD.org>
* elfos.h (ENDFILE_SPEC, STARTFILE_SPEC): Do not define.
* config/cris/cris.h (ENDFILE_SPEC): Define.
* config/i386/i386elf.h ((ENDFILE_SPEC, STARTFILE_SPEC): Define.
* config/pa/elf.h: Likewise.
Approved by: Richard Henderson <rth@redhat.com>
Message-ID: <20011211153437.A24619@redhat.com>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47909 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r-- | gcc/config/elfos.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 33e88154af3..003fca26d9a 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -42,15 +42,6 @@ Boston, MA 02111-1307, USA. */ #define MAX_OFILE_ALIGNMENT (32768 * 8) #endif -#undef ENDFILE_SPEC -#define ENDFILE_SPEC "crtend.o%s" - -#undef STARTFILE_SPEC -#define STARTFILE_SPEC "%{!shared: \ - %{!symbolic: \ - %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}\ - crtbegin.o%s" - /* Use periods rather than dollar signs in special g++ assembler names. */ #define NO_DOLLAR_IN_LABEL |