aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-elf.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-18lto-elf.c (lto_obj_file_open): Also provide filename when elf_begin fails.Gerald Pfeifer1-1/+1
2010-09-03lto-elf.c (validate_file): Always error if validation fails.Richard Guenther1-2/+4
2010-07-23lto-coff.c (hash_name, eq_name): Move.Andi Kleen1-26/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-07lto-elf.c (ELFOSABI_NONE, [...]): Define if not defined.Jakub Jelinek1-3/+28
2010-05-24lto-elf.c (lto_obj_build_section_table): Work around FreeBSD libelf issue.Richard Guenther1-0/+7
2010-04-26lto.h (lto_elf_file_open): Rename prototype from this ...Dave Korn1-8/+8
2010-04-16configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx separately.Rainer Orth1-0/+16
2010-03-09re PR bootstrap/43276 (lto-elf.c:388:10: error: 'EM_SPARC')Eric Botcazou1-3/+15
2010-03-03lto-elf.c (is_compatible_architecture): New static function.Eric Botcazou1-2/+33
2010-02-11re PR driver/43021 (Driver no longer handles fancy names)Richard Guenther1-16/+14
2010-01-11lto.c (O_BINARY): Define.Andy Hutchinson1-1/+9
2010-01-02Stop if the command line option file is missingH.J. Lu1-0/+6
2009-11-19re PR bootstrap/42096 (lto.c:289:7: error: implicit declaration of function '...Rafael Avila de Espindola1-8/+2
2009-11-17lto-elf.c (lto_file_init): Add offset argument.Rafael Avila de Espindola1-5/+8
2009-11-16lto-elf.c (lto_elf_file_open): Use strtoll to parse the offset.Rafael Avila de Espindola1-5/+10
2009-11-04gcc.c (process_command): Handle arguments name@offset.Richard Guenther1-5/+50
2009-10-09re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther1-2/+12
2009-10-08lto-elf.c (init_shdr##BITS, [...]): Remove trailing "." from diagnostics.Joseph Myers1-9/+9
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+674