diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2015-01-27 10:02:26 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2015-01-27 10:02:26 +0000 |
commit | f962fbf14c2fba5d5195cb4094f13e76f901f709 (patch) | |
tree | c5b74eb2bd82060729d21ee4e591837c8d85b923 /libgcc/config | |
parent | f4bdb96a3476e1e10655173cb8df2c41ea33038e (diff) | |
download | gcc-f962fbf14c2fba5d5195cb4094f13e76f901f709.zip gcc-f962fbf14c2fba5d5195cb4094f13e76f901f709.tar.gz gcc-f962fbf14c2fba5d5195cb4094f13e76f901f709.tar.bz2 |
Move Solaris/x86 CRT_GET_RFIB_DATA definition to libgcc
gcc:
* config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
libgcc:
* config.host (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*):
Add i386/elf-lib.h to tm_file.
* config/i386/elf-lib.h: Fix comment.
* unwind-dw2-fde-dip.c (_Unwind_IteratePhdrCallback) [__x86_64__
&& __sun__ && __svr4__]: Remove workaround.
From-SVN: r220160
Diffstat (limited to 'libgcc/config')
-rw-r--r-- | libgcc/config/i386/elf-lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/i386/elf-lib.h b/libgcc/config/i386/elf-lib.h index 94fc486..4411185 100644 --- a/libgcc/config/i386/elf-lib.h +++ b/libgcc/config/i386/elf-lib.h @@ -1,4 +1,4 @@ -/* Definitions for Intel 386 systems using GNU userspace. +/* Definitions for Intel 386 ELF systems. Copyright (C) 2015 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under |