]> sourceware.org Git - newlib-cygwin.git/commit
include/elf/
authorAlan Modra <modra@gmail.com>
Sat, 24 Apr 2010 01:05:22 +0000 (01:05 +0000)
committerAlan Modra <modra@gmail.com>
Sat, 24 Apr 2010 01:05:22 +0000 (01:05 +0000)
commit3134b8ad36723477097ecf80be29b6960b9f0b3c
treef672fc78fbad73c582d86cd7c06381e33313c993
parenta39be4e22d2dd34eb403557e0be08dc640fd52e7
include/elf/
* internal.h (ELF_SECTION_SIZE): Protect macro args with parentheses.
Invert logic to clarify test for .tbss.
(ELF_IS_SECTION_IN_SEGMENT): Rename to..
(ELF_SECTION_IN_SEGMENT_1): ..this.  Add check_vma param.  Protect
macro args with parentheses.
(ELF_SECTION_IN_SEGMENT): Define.
(ELF_IS_SECTION_IN_SEGMENT_FILE): Delete.
(ELF_IS_SECTION_IN_SEGMENT_MEMORY): Delete.
bfd/
* elf.c: Replace use of ELF_IS_SECTION_IN_SEGMENT and
ELF_IS_SECTION_IN_SEGMENT_FILE with ELF_SECTION_IN_SEGMENT
throughout file.
(assign_file_positions_for_load_sections): Modify section in
segment warning to ignore overlay vmas.
* elf32-spu.c (spu_elf_object_p): Replace use of
ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
binutils/
* readelf.c (process_program_headers): Replace use of
ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
include/elf/ChangeLog
include/elf/internal.h
This page took 0.030415 seconds and 5 git commands to generate.