Deleted Added
full compact
linux.h (50397) linux.h (60967)
1/* Definitions for Linux-based GNU systems with ELF format
2 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
3 Contributed by Eric Youngdale.
4 Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org).
5
6This file is part of GNU CC.
7
8GNU CC is free software; you can redistribute it and/or modify

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

84
85/* This is for -profile to use -lc_p instead of -lc. */
86#ifndef CC1_SPEC
87#define CC1_SPEC "%{profile:-p}"
88#endif
89
90#ifndef USE_GNULIBC_1
91#undef DEFAULT_VTABLE_THUNKS
1/* Definitions for Linux-based GNU systems with ELF format
2 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
3 Contributed by Eric Youngdale.
4 Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org).
5
6This file is part of GNU CC.
7
8GNU CC is free software; you can redistribute it and/or modify

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

84
85/* This is for -profile to use -lc_p instead of -lc. */
86#ifndef CC1_SPEC
87#define CC1_SPEC "%{profile:-p}"
88#endif
89
90#ifndef USE_GNULIBC_1
91#undef DEFAULT_VTABLE_THUNKS
92#define DEFAULT_VTABLE_THUNKS 1
92#define DEFAULT_VTABLE_THUNKS 2
93#endif
94
95#undef LIB_SPEC
96/* We no longer link with libc_p.a or libg.a by default. If you
97 want to profile or debug the GNU/Linux C library, please add
98 -profile or -ggdb to LDFLAGS at the link time, respectively. */
99#if 1
100#ifdef USE_GNULIBC_1

--- 15 unchanged lines hidden ---
93#endif
94
95#undef LIB_SPEC
96/* We no longer link with libc_p.a or libg.a by default. If you
97 want to profile or debug the GNU/Linux C library, please add
98 -profile or -ggdb to LDFLAGS at the link time, respectively. */
99#if 1
100#ifdef USE_GNULIBC_1

--- 15 unchanged lines hidden ---