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
/
elf64-alpha.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ecoff bfd.h tidy
Alan Modra
2019-09-23
1
-0
/
+1
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-13
/
+12
*
Remove _bfd_dwarf2_find_nearest_line addr_size parameter
Alan Modra
2019-08-14
1
-1
/
+1
*
Alpha-linux linker segmentation fault
Alan Modra
2019-05-28
1
-1
/
+1
*
Update year range in copyright notice of binutils files
Alan Modra
2019-01-01
1
-1
/
+1
*
Have info_to_howto functions return a success/fail status. Check this result...
Nick Clifton
2018-02-27
1
-2
/
+3
*
assorted target messages
Alan Modra
2018-02-26
1
-2
/
+2
*
unrecognized/unsupported reloc message
Alan Modra
2018-02-26
1
-4
/
+4
*
%L conversions
Alan Modra
2018-02-19
1
-4
/
+6
*
Use %pA and %pB in messages rather than %A and %B
Alan Modra
2018-02-19
1
-17
/
+17
*
Remove bfd stub function casts.
Alan Modra
2018-02-16
1
-1
/
+1
*
Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...
Nick Clifton
2018-02-14
1
-1
/
+1
*
Fix compile time warning messages from gcc version 8 about cast between incom...
Nick Clifton
2018-02-13
1
-1
/
+1
*
Update year range in copyright notice of binutils files
Alan Modra
2018-01-03
1
-1
/
+1
*
BFD whitespace fixes
Alan Modra
2017-12-06
1
-88
/
+88
*
ELF: Don't set non_ir_ref_regular in check_relocs
H.J. Lu
2017-11-28
1
-1
/
+0
*
Rename u.weakdef and make it a circular list
Alan Modra
2017-11-23
1
-5
/
+5
*
ELF: Call check_relocs after opening all inputs
H.J. Lu
2017-10-16
1
-67
/
+0
*
bfd_error_handler bfd_vma and bfd_size_type args
Alan Modra
2017-07-12
1
-6
/
+4
*
Rename non_ir_ref to non_ir_ref_regular
Alan Modra
2017-05-16
1
-1
/
+1
*
Alpha DT_RELA
Alan Modra
2017-02-21
1
-8
/
+14
*
bfd: alpha: Fix crash caused by double free with --no-keep-memory
James Clarke
2017-01-04
1
-1
/
+3
*
Update year range in copyright notice of all files.
Alan Modra
2017-01-02
1
-1
/
+1
*
elf_backend_dtrel_excludes_plt
Alan Modra
2016-11-23
1
-10
/
+1
*
Delete duplicate target short-cuts to dynamic sections
Alan Modra
2016-11-23
1
-22
/
+18
*
Add c-format tags to translatable strings with more than one argument-using f...
Nick Clifton
2016-10-19
1
-2
/
+19
*
Remove syntactic sugar
Alan Modra
2016-09-30
1
-24
/
+24
*
Correct the calculation of the use_counts of merged .got entries.
Jiaming Wei
2016-08-09
1
-1
/
+1
*
Return void from linker callbacks
Alan Modra
2016-05-28
1
-5
/
+3
*
Set dynamic tag VMA and size from dynamic section when possible
Alan Modra
2016-05-13
1
-2
/
+3
*
Copyright update for binutils
Alan Modra
2016-01-01
1
-1
/
+1
*
Add --no-dynamic-linker option to ld, for static PIE use
Rich Felker
2015-09-20
1
-1
/
+1
*
Don't sort ld -r output relocs on alpha
Alan Modra
2015-08-27
1
-0
/
+14
*
Add bfd_link_pde, and simplify some tests of link_info.type
Alan Modra
2015-08-19
1
-7
/
+7
*
Add output_type to bfd_link_info
H.J. Lu
2015-08-18
1
-31
/
+38
*
More fixes for illegal memory accesses triggered by running objdump on fuzzed...
Nick Clifton
2015-02-03
1
-1
/
+1
*
Fallout from recent bfd_reloc_outofrange changes
Alan Modra
2015-01-19
1
-2
/
+2
*
Fix memory access violations triggered by running objdump on fuzzed binaries.
Nick Clifton
2015-01-15
1
-1
/
+8
*
ChangeLog rotatation and copyright year update
Alan Modra
2015-01-02
1
-1
/
+1
*
Merge bfd_find_nearest_line variants
Alan Modra
2014-10-15
1
-8
/
+10
*
Make bfd.link_next field a union
Alan Modra
2014-06-13
1
-1
/
+1
*
bfd target vector rationalisation
Alan Modra
2014-05-02
1
-2
/
+2
*
Fix alpha-elf relaxation
Richard Henderson
2014-04-21
1
-96
/
+145
*
Update copyright years
Alan Modra
2014-03-05
1
-3
/
+1
*
Pass ignored unresolved relocations to ld backend
H.J. Lu
2013-11-05
1
-2
/
+2
*
bfd/
Roland McGrath
2013-10-09
1
-2
/
+4
*
PR ld/15323
Alan Modra
2013-03-30
1
-0
/
+3
*
* elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.
Alan Modra
2013-03-27
1
-1
/
+3
*
* elf-bfd.h (struct elf_obj_tdata): Move find_line_info, local_stubs,
Alan Modra
2013-02-18
1
-16
/
+18
*
Remove trailing white spaces in bfd
H.J. Lu
2013-01-10
1
-4
/
+4
[next]