aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-03-20 18:51:40 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-03-20 18:51:40 +0000
commit909817cbd798c1fa7a437bc524a52bb1407f29a9 (patch)
tree3bf1a8a838d5514fa2abbd736144677b97c8638d /gcc
parent88a08f128ff7296350274bc2306279710cedbe02 (diff)
downloadgcc-909817cbd798c1fa7a437bc524a52bb1407f29a9.zip
gcc-909817cbd798c1fa7a437bc524a52bb1407f29a9.tar.gz
gcc-909817cbd798c1fa7a437bc524a52bb1407f29a9.tar.bz2
*** empty log message ***
From-SVN: r534
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/osfrose.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h
index 5aa39ff..1b118c3 100644
--- a/gcc/config/i386/osfrose.h
+++ b/gcc/config/i386/osfrose.h
@@ -127,16 +127,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
our own exit function. */
#define HAVE_ATEXIT
-/* If defined, a C string constant for the assembler operation to
- identify the following data as initialization code. If not
- defined, GNU CC will assume such a section does not exist.
-
- OSF/rose doesn't presently have an init section, but this macro
- also controls whether or not __main is called from main, collect
- will however build an initialization section directly. */
-
-#define INIT_SECTION_ASM_OP ".init"
-
/* Define this macro meaning that gcc should find the library 'libgcc.a'
by hand, rather than passing the argeument '-lgcc' to tell the linker
to do the search */
@@ -144,10 +134,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Defines to be able to build libgcc.a with GCC. */
-/* It might seem that these are not important, since gcc 2 will never
- call libgcc for these functions. But programs might be linked with
- code compiled by gcc 1, and then these will be used. */
-
#define perform_udivsi3(a,b) \
{ \
register int dx asm("dx"); \