GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bfd
/
elf-bfd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make __start/__stop symbols protected visibility
Alan Modra
2017-08-23
1
-1
/
+3
*
S390: Support guarded-storage core note sections
Andreas Arnez
2017-06-29
1
-0
/
+4
*
Rewrite __start and __stop symbol handling
Alan Modra
2017-06-16
1
-0
/
+3
*
Always define referenced __start_SECNAME/__stop_SECNAME
H.J. Lu
2017-06-13
1
-4
/
+12
*
ELF: Pass bfd_link_info to merge_gnu_properties
H.J. Lu
2017-06-12
1
-2
/
+2
*
ELF/BFD: Hold the number of internal static relocs in `->reloc_count'
Maciej W. Rozycki
2017-06-06
1
-1
/
+1
*
Change _bfd_elf_link_setup_gnu_properties to bfd *
H.J. Lu
2017-04-27
1
-2
/
+2
*
Constify elf_backend_eh_frame_address_size
Alan Modra
2017-04-27
1
-2
/
+2
*
Edit .eh_frame symbols
Alan Modra
2017-04-27
1
-1
/
+9
*
PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if required
Maciej W. Rozycki
2017-04-26
1
-0
/
+4
*
PR 21412, get_reloc_section assumes .rel/.rela name for SHT_REL/RELA.
Alan Modra
2017-04-23
1
-3
/
+5
*
ld: Support ELF GNU program properties
H.J. Lu
2017-04-03
1
-0
/
+58
*
Align eh_frame FDEs according to their encoding
Alan Modra
2017-03-05
1
-1
/
+5
*
hppa -z relro again
Alan Modra
2017-02-16
1
-0
/
+4
*
Update year range in copyright notice of all files.
Alan Modra
2017-01-02
1
-1
/
+1
*
PRU BFD support
Dimitar Dimitrov
2016-12-31
1
-0
/
+1
*
dynrelro section for read-only dynamic symbols copied into executable
Alan Modra
2016-12-26
1
-0
/
+3
*
Put .dynbss and .rel.bss shortcuts in main elf hash table
Alan Modra
2016-12-26
1
-0
/
+2
*
Fix the linker so that it will not silently generate ELF binaries with invali...
Nick Clifton
2016-11-23
1
-0
/
+5
*
elf_backend_dtrel_excludes_plt
Alan Modra
2016-11-23
1
-0
/
+4
*
Add support for RISC-V architecture.
Nick Clifton
2016-11-01
1
-0
/
+1
*
Pass link_info to _bfd_merge_private_bfd_data
Alan Modra
2016-10-07
1
-2
/
+3
*
Make bfd_error_handler_type like vprintf
Alan Modra
2016-09-30
1
-1
/
+1
*
Fix seg-fault in the linker introduced by the previous delta.
Akihiko Odaki
2016-09-28
1
-20
/
+18
*
PowerPC .gnu.attributes
Alan Modra
2016-09-26
1
-0
/
+2
*
Delete relocations associatesd with deleted exidx entries.
Akihiko Odaki
2016-09-23
1
-0
/
+8
*
Several fixes related to ARC PIE support.
Cupertino Miranda
2016-08-26
1
-0
/
+1
*
Correct .dynsym sh_info
Alan Modra
2016-08-13
1
-0
/
+1
*
Add support for creating ELF import libraries
Thomas Preud'homme
2016-07-15
1
-0
/
+7
*
Don't generate PLT for IFUNC GOT/pointer reference
H.J. Lu
2016-06-18
1
-1
/
+1
*
Use size_t rather than bfd_size_type
Alan Modra
2016-06-11
1
-5
/
+5
*
PowerPC VLE
Alan Modra
2016-06-07
1
-0
/
+9
*
Revert PR16467 change
Alan Modra
2016-06-02
1
-3
/
+5
*
Return void from linker callbacks
Alan Modra
2016-05-28
1
-6
/
+5
*
ld -z combreloc reloc sorting
Alan Modra
2016-05-13
1
-2
/
+2
*
Strip global symbol defined in discarded section
H.J. Lu
2016-05-06
1
-1
/
+2
*
Enhance support for copying and stripping Solaris and ARM binaries.
Nick Clifton
2016-04-29
1
-7
/
+9
*
Cache result of scan for __start_* and __stop_* sections
Alan Modra
2016-04-27
1
-0
/
+3
*
Always count the NULL entry in dynamic symbol table
H.J. Lu
2016-04-26
1
-2
/
+2
*
Check ELF relocs after opening all input files
H.J. Lu
2016-04-20
1
-0
/
+2
*
Fix copying Solaris binaries with objcopy.
Nick Clifton
2016-04-14
1
-0
/
+11
*
Properly handle dynamic reloc against normal symbol
H.J. Lu
2016-04-11
1
-1
/
+2
*
Enhance GAS's .section directive so that it can take numeric values for the f...
Nick Clifton
2016-02-15
1
-3
/
+3
*
Copyright update for binutils
Alan Modra
2016-01-01
1
-1
/
+1
*
ARM: Fix exidx coverage for relocatable builds.
Yury Usishchev
2015-12-22
1
-0
/
+5
*
addr2line vs. inlined C functions called from C++
Alan Modra
2015-12-02
1
-1
/
+1
*
Handle __start_* and __stop_* symbols in --gc-sections
Alan Modra
2015-10-23
1
-1
/
+1
*
Add support for files that contain multiple symbol index tables. Fixes PR 15835
Nick Clifton
2015-09-23
1
-3
/
+11
*
Return reloc_class_ifunc for reloc against IFUNC
H.J. Lu
2015-08-18
1
-0
/
+1
*
Add output_type to bfd_link_info
H.J. Lu
2015-08-18
1
-2
/
+2
[next]