Commit 82971de5 by Eric Botcazou Committed by Eric Botcazou

* lto-elf.c (SHN_XINDEX): Define if not already defined.

From-SVN: r165464
parent 8ac7fdcb
2010-10-14 Eric Botcazou <ebotcazou@adacore.com>
* lto-elf.c (SHN_XINDEX): Define if not already defined.
2010-10-08 Joseph Myers <joseph@codesourcery.com>
* lto-lang.c (lto_init_options): Change to
......
......@@ -42,10 +42,15 @@ along with GCC; see the file COPYING3. If not see
#ifndef ELFOSABI_NONE
# define ELFOSABI_NONE 0
#endif
#ifndef ELFOSABI_LINUX
# define ELFOSABI_LINUX 3
#endif
#ifndef SHN_XINDEX
# define SHN_XINDEX 0xffff
#endif
/* Handle opening elf files on hosts, such as Windows, that may use
text file handling that will break binary access. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment