Deleted Added
full compact
linux.h (52284) linux.h (60967)
1/* Definitions for SPARC running Linux-based GNU systems with ELF.
2 Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
3 Contributed by Eddie C. Dost (ecd@skynet.be)
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

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

32
33#if 0
34#undef MULTIBYTE_CHARS
35#define MULTIBYTE_CHARS 1
36#endif
37
38#ifndef USE_GNULIBC_1
39#undef DEFAULT_VTABLE_THUNKS
1/* Definitions for SPARC running Linux-based GNU systems with ELF.
2 Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
3 Contributed by Eddie C. Dost (ecd@skynet.be)
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

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

32
33#if 0
34#undef MULTIBYTE_CHARS
35#define MULTIBYTE_CHARS 1
36#endif
37
38#ifndef USE_GNULIBC_1
39#undef DEFAULT_VTABLE_THUNKS
40#define DEFAULT_VTABLE_THUNKS 1
40#define DEFAULT_VTABLE_THUNKS 2
41#endif
42
43/* Use stabs instead of DWARF debug format. */
44#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
45
46#include <sparc/sysv4.h>
47
48#undef MD_EXEC_PREFIX

--- 211 unchanged lines hidden ---
41#endif
42
43/* Use stabs instead of DWARF debug format. */
44#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
45
46#include <sparc/sysv4.h>
47
48#undef MD_EXEC_PREFIX

--- 211 unchanged lines hidden ---