comparison gcc/config/linux.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Definitions for systems using the Linux kernel, with or without 1 /* Definitions for systems using the Linux kernel, with or without
2 MMU, using ELF at the compiler level but possibly FLT for final 2 MMU, using ELF at the compiler level but possibly FLT for final
3 linked executables and shared libraries in some no-MMU cases, and 3 linked executables and shared libraries in some no-MMU cases, and
4 possibly with a choice of libc implementations. 4 possibly with a choice of libc implementations.
5 Copyright (C) 1995-2017 Free Software Foundation, Inc. 5 Copyright (C) 1995-2018 Free Software Foundation, Inc.
6 Contributed by Eric Youngdale. 6 Contributed by Eric Youngdale.
7 Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). 7 Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org).
8 8
9 This file is part of GCC. 9 This file is part of GCC.
10 10