Deleted Added
sdiff udiff text old ( 18334 ) new ( 50397 )
full compact
1/* Target independent definitions for LynxOS.
2 Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10

--- 117 unchanged lines hidden (view full) ---

128#define HAVE_ATEXIT
129
130/* Since init.o et al put all sorts of stuff into the init section,
131 we can't use the standard init section support in crtbegin.o. */
132
133#undef INIT_SECTION_ASM_OP
134
135#undef EXTRA_SECTIONS
136#define EXTRA_SECTIONS in_const, in_ctors, in_dtors, in_fini
137
138#undef EXTRA_SECTION_FUNCTIONS
139#define EXTRA_SECTION_FUNCTIONS \
140 CONST_SECTION_FUNCTION \
141 CTORS_SECTION_FUNCTION \
142 DTORS_SECTION_FUNCTION \
143 FINI_SECTION_FUNCTION
144
145#undef CTORS_SECTION_ASM_OP
146#define CTORS_SECTION_ASM_OP ".section\t.ctors"
147#undef DTORS_SECTION_ASM_OP
148#define DTORS_SECTION_ASM_OP ".section\t.dtors"

--- 31 unchanged lines hidden ---