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/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bfd
/
elf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing spaces in bfd
H.J. Lu
2015-08-12
1
-2
/
+2
*
Fix memory access problems discovered when running some binary tools on corru...
Nick Clifton
2015-08-11
1
-2
/
+15
*
Fix a typo in _bfd_elf_copy_private_bfd_data
H.J. Lu
2015-08-11
1
-1
/
+1
*
Check sh_type/sh_flags/sh_addralign/sh_entsize when copying sh_link/sh_info
H.J. Lu
2015-08-07
1
-1
/
+8
*
Change the behaviour of the --only-keep-debug option to objcopy and strip so ...
Nick Clifton
2015-08-05
1
-0
/
+57
*
Fallout from "Reorder more powerpc64 sections for -z relro"
Alan Modra
2015-07-28
1
-4
/
+11
*
Correct reloc section name
Alan Modra
2015-07-24
1
-1
/
+1
*
Don't set sh_size for .shstrtab twice
H.J. Lu
2015-06-25
1
-1
/
+1
*
Use strtab with GC and suffix merging for .strtab
H.J. Lu
2015-06-25
1
-53
/
+69
*
Allow gdb to find debug symbols file by build-id for PE file format also
Jon Turney
2015-06-15
1
-6
/
+6
*
Don't add the zlib header to SHF_COMPRESSED section
H.J. Lu
2015-05-14
1
-1
/
+4
*
Extend test for local labels to include fake symbols and local labels with a ...
Nick Clifton
2015-04-24
1
-5
/
+42
*
Delay setting up compressed debug section names
H.J. Lu
2015-04-23
1
-53
/
+117
*
Don't change compressed input debug section names
H.J. Lu
2015-04-23
1
-56
/
+97
*
Always set up sh_name in assign_section_numbers
H.J. Lu
2015-04-20
1
-5
/
+2
*
Iterate ELF sections by pointer
H.J. Lu
2015-04-20
1
-9
/
+8
*
Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]
H.J. Lu
2015-04-14
1
-7
/
+82
*
Add support for the x86 XSAVE extended state on FreeBSD/x86.
John Baldwin
2015-04-13
1
-1
/
+8
*
Add SHF_COMPRESSED support to gas and objcopy
H.J. Lu
2015-04-08
1
-29
/
+46
*
Modify get_reloc_section for targets that map .got.plt to .got
Alan Modra
2015-04-07
1
-1
/
+9
*
Treat assembler generated local labels as local.
Nick Clifton
2015-04-07
1
-0
/
+4
*
Also preserve the SHF_COMPRESSED bit
H.J. Lu
2015-04-04
1
-0
/
+5
*
Properly set sh_info for .rela.plt/rel.plt section
H.J. Lu
2015-03-30
1
-8
/
+35
*
Fix debug section compression so that it is only performed if it would make t...
Jon Turney
2015-03-18
1
-9
/
+15
*
Fixes illegal memory access errors and arithmetic overflows when running stri...
Nick Clifton
2015-02-26
1
-4
/
+28
*
S390: Support new vector register sections
Andreas Arnez
2015-02-20
1
-0
/
+55
*
Fix memory access violations exposed by running strip on fuzzed binaries.
Nick Clifton
2015-01-08
1
-0
/
+5
*
ChangeLog rotatation and copyright year update
Alan Modra
2015-01-02
1
-1
/
+1
*
This commit causes hundreds of core file regressions in gdb:
Keith Seitz
2014-12-11
1
-13
/
+18
*
Don't return DW_AT_name for function name in C++
Alan Modra
2014-12-10
1
-121
/
+9
*
More fixes for memory access violations triggered by fuzzed binaries.
Nick Clifton
2014-12-09
1
-24
/
+29
*
More fixes for memory access violations exposed by fuzzed binaries.
Nick Clifton
2014-12-01
1
-8
/
+28
*
Sanity checks on version section
Alan Modra
2014-11-28
1
-12
/
+25
*
Fixes a few more memory access violations exposed by fuzzed binaries.
Nick Clifton
2014-11-27
1
-1
/
+3
*
_bfd_elf_slurp_version_tables tidy
Alan Modra
2014-11-26
1
-43
/
+46
*
Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS
H.J. Lu
2014-11-25
1
-5
/
+5
*
Display symbol version when dumping dynrelocs
H.J. Lu
2014-11-25
1
-38
/
+54
*
More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...
Nick Clifton
2014-11-11
1
-9
/
+13
*
Revert bfd_get_size checks
Alan Modra
2014-11-07
1
-5
/
+0
*
Avoid allocating over-large buffers when parsing corrupt binaries.
Nick Clifton
2014-10-31
1
-0
/
+5
*
Fixes another memory corruption bug introduced by patches for PR 17512.
Nick Clifton
2014-10-29
1
-1
/
+1
*
Thix fixes an obvious coding error that led to a GDB crash on AIX or HPUX.
Dennis Brueni
2014-10-29
1
-1
/
+1
*
More fixes for corrupt binaries crashing the binutils.
Nick Clifton
2014-10-28
1
-3
/
+13
*
This patch fixes a flaw in the SREC parser which could cause a stack overflow
Nick Clifton
2014-10-28
1
-1
/
+1
*
This fixes more seg-faults in tools like "strings" and "objdump" when
Nick Clifton
2014-10-27
1
-65
/
+129
*
This patch closes a potential security hole in applications that use
Nick Clifton
2014-10-27
1
-4
/
+30
*
Merge bfd_find_nearest_line variants
Alan Modra
2014-10-15
1
-44
/
+17
*
Move ELF section headers to end of object file
Alan Modra
2014-09-11
1
-12
/
+13
*
Fix typo in _bfd_elf_strtab_add
Maks Naumov
2014-07-12
1
-1
/
+1
*
This fixes a problem building large (> 2Gb) binaries on 32-bit hosts. Using a
Maria Guseva
2014-04-03
1
-1
/
+1
[next]