2018-05-22 |
H.J. Lu | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN |
blob | commitdiff |
2018-02-26 |
Alan Modra | ld error/warning messages |
blob | commitdiff | diff to current |
2018-02-19 |
Alan Modra | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. |
blob | commitdiff | diff to current |
2018-02-19 |
Alan Modra | Use %pA and %pB in messages rather than %A and %B |
blob | commitdiff | diff to current |
2018-02-01 |
Simon Marchi | Fix compile time warnings building the binutils with... |
blob | commitdiff | diff to current |
2018-01-11 |
Andrew Burgess | ld: Remove unused expression state |
blob | commitdiff | diff to current |
2018-01-11 |
Andrew Burgess | ld: Fix issue where PROVIDE overrides defined symbol |
blob | commitdiff | diff to current |
2018-01-11 |
Andrew Burgess | ld: In map file use '=' in PROVIDE statements |
blob | commitdiff | diff to current |
2018-01-03 |
Alan Modra | Update year range in copyright notice of binutils files |
blob | commitdiff | diff to current |
2017-11-28 |
Alan Modra | PR22471, undefined reference to linker-defined symbols |
blob | commitdiff | diff to current |
2017-11-28 |
Alan Modra | Copying symbol type in ld script assignments |
blob | commitdiff | diff to current |
2017-11-13 |
H.J. Lu | ld: Add fold_segment_align/fold_segment_relro_end/fold_... |
blob | commitdiff | diff to current |
2017-11-13 |
H.J. Lu | ld: Update phase_enum/relro_enum and add seg_align_type |
blob | commitdiff | diff to current |
2017-01-02 |
Alan Modra | Update year range in copyright notice of all files. |
blob | commitdiff | diff to current |
2016-12-03 |
Alan Modra | try_copy_symbol_type node_class check |
blob | commitdiff | diff to current |
2016-10-11 |
Alan Modra | Always descend into output section statements in lang_d... |
blob | commitdiff | diff to current |
2016-10-07 |
Alan Modra | Fold arithmetic integer expressions fallout |
blob | commitdiff | diff to current |
2016-10-04 |
Alan Modra | ld expression section |
blob | commitdiff | diff to current |
2016-10-04 |
Alan Modra | Fold arithmetic integer expressions |
blob | commitdiff | diff to current |
2016-07-20 |
Alan Modra | Early expression evaluation |
blob | commitdiff | diff to current |
2016-07-15 |
Thomas Preud'homme | Add support for creating ELF import libraries |
blob | commitdiff | diff to current |
2016-07-05 |
Jan Beulich | ld: track linker-definedness of symbols |
blob | commitdiff | diff to current |
2016-06-14 |
Alan Modra | Formatting fixes. |
blob | commitdiff | diff to current |
2016-01-01 |
Alan Modra | Copyright update for binutils |
blob | commitdiff | diff to current |
2015-10-27 |
Alan Modra | Evaluate __start_* and __stop_* symbol PROVIDE expressi... |
blob | commitdiff | diff to current |
2015-10-15 |
Simon Dardis | When evaluating a ternary operator in a linker script... |
blob | commitdiff | diff to current |
2015-09-18 |
Alan Modra | Delay converting linker script defined symbols from... |
blob | commitdiff | diff to current |
2015-08-18 |
Alan Modra | PPC64: Allow .TOC. in linker script to override backend... |
blob | commitdiff | diff to current |
2015-08-12 |
H.J. Lu | Remove trailing spaces in ld |
blob | commitdiff | diff to current |
2015-08-06 |
Alan Modra | Revert ALIGN changes |
blob | commitdiff | diff to current |
2015-07-20 |
Alan Modra | ALIGN change affects standard scripts |
blob | commitdiff | diff to current |
2015-07-10 |
Alan Modra | Make ALIGN(x) behave as ALIGN(.,x) |
blob | commitdiff | diff to current |
2015-04-22 |
Alan Modra | Rewrite relro adjusting code |
blob | commitdiff | diff to current |
2015-04-01 |
Alan Modra | Start of relro segment adjustment |
blob | commitdiff | diff to current |
2015-01-28 |
Senthil Kumar Selvaraj | Allow symbols in MEMORY region specification |
blob | commitdiff | diff to current |
2015-01-01 |
Alan Modra | ChangeLog rotatation and copyright year update |
blob | commitdiff | diff to current |
2014-12-23 |
Alan Modra | Report an error for script multiply defined symbols |
blob | commitdiff | diff to current |
2014-12-23 |
Alan Modra | Use a symbol flag bit to mark linker defined symbols |
blob | commitdiff | diff to current |
2014-12-23 |
Alan Modra | Don't PROVIDE over top of common symbols |
blob | commitdiff | diff to current |
2014-12-23 |
Alan Modra | Correct logic for "defined by object" |
blob | commitdiff | diff to current |
2014-12-23 |
Alan Modra | Move support code for linker script DEFINED to ldexp.c |
blob | commitdiff | diff to current |
2014-06-07 |
Alan Modra | PROVIDE in linker script vs. built-in symbols |
blob | commitdiff | diff to current |
2014-03-05 |
Alan Modra | Update copyright years |
blob | commitdiff | diff to current |
2014-01-22 |
Alan Modra | Make assignments to dot keep an empty output section. |
blob | commitdiff | diff to current |
2014-01-20 |
Alan Modra | Allow self-assignment for absolute symbols defined... |
blob | commitdiff | diff to current |
2013-08-15 |
Nick Clifton | * ldexp.c: Add LOG2CEIL() builtin function to linker... |
blob | commitdiff | diff to current |
2013-01-10 |
H.J. Lu | Remove trailing white spaces in ld |
blob | commitdiff | diff to current |
2012-12-17 |
Alan Modra | PR ld/14962 |
blob | commitdiff | diff to current |
2012-08-06 |
Maciej W. Rozycki | bfd/ |
blob | commitdiff | diff to current |
2012-06-15 |
Alan Modra | ld/ |
blob | commitdiff | diff to current |
2012-06-11 |
H.J. Lu | Don't hardcode .got.plt into DATA_SEGMENT_RELRO_END... |
blob | commitdiff | diff to current |
2012-03-14 |
Alan Modra | PR ld/13839 |
blob | commitdiff | diff to current |
2012-03-08 |
Tristan Gingold | 2012-03-08 Tristan Gingold <gingold@adacore.com> |
blob | commitdiff | diff to current |
2012-02-22 |
Nick Clifton | PR ld/13683 |
blob | commitdiff | diff to current |
2012-02-17 |
Alan Modra | PR ld/13343 |
blob | commitdiff | diff to current |
2011-05-16 |
Nathan Sidwell | * ldlang.c (print_assignment): Use the symbol's sectio... |
blob | commitdiff | diff to current |
2011-05-03 |
Alan Modra | PR ld/12726 |
blob | commitdiff | diff to current |
2011-01-21 |
Alan Modra | * ldexp.c (fold_binary): Set result section for arithm... |
blob | commitdiff | diff to current |
2011-01-13 |
Alan Modra | PR ld/12356 |
blob | commitdiff | diff to current |
2011-01-13 |
Alan Modra | PR ld/12356 |
blob | commitdiff | diff to current |
2011-01-12 |
Alan Modra | PR ld/12380 |
blob | commitdiff | diff to current |
2010-12-20 |
Alan Modra | * ld.texinfo (Expression Section): Describe treatment... |
blob | commitdiff | diff to current |
2010-12-20 |
Alan Modra | PR ld/12001 |
blob | commitdiff | diff to current |
2010-10-01 |
Alan Modra | PR ld/12066 |
blob | commitdiff | diff to current |
2010-08-19 |
Alan Modra | binutils/ |
blob | commitdiff | diff to current |
2010-08-12 |
Alan Modra | * ldexp.c (new_rel): Remove "str". Update all call... |
blob | commitdiff | diff to current |
2010-07-28 |
Alan Modra | * ldexp.c (exp_print_tree): Print function-like binary... |
blob | commitdiff | diff to current |
2010-05-26 |
H.J. Lu | Warn if value of SEGMENT_START isn't multiple of maximu... |
blob | commitdiff | diff to current |
2010-05-14 |
Alan Modra | PR ld/11583 |
blob | commitdiff | diff to current |
2009-11-23 |
Paul Brook | 2009-11-23 Paul Brook <paul@codesourcery.com> |
blob | commitdiff | diff to current |
2009-09-11 |
Nick Clifton | * po/bfd.pot: Updated by the Translation project. |
blob | commitdiff | diff to current |
2009-09-02 |
Alan Modra | update copyright dates |
blob | commitdiff | diff to current |
2009-08-30 |
Alan Modra | PR ld/10569 |
blob | commitdiff | diff to current |
2009-08-29 |
Nick Clifton | Updated sources to avoid using the identifier... |
blob | commitdiff | diff to current |
2008-09-25 |
Alan Modra | * ldexp.c (fold_binary): Evaluate rhs when lhs not... |
blob | commitdiff | diff to current |
2008-08-21 |
Jan Kratochvil | PR ld/6833 |
blob | commitdiff | diff to current |
2008-05-07 |
Alan Modra | * ldexp.c (exp_print_token): Add ABSOLUTE, MIN_K,... |
blob | commitdiff | diff to current |
2008-02-16 |
Alan Modra | PR ld/5761 |
blob | commitdiff | diff to current |
2008-02-15 |
Alan Modra | include/ |
blob | commitdiff | diff to current |
2007-09-18 |
H.J. Lu | bfd/ |
blob | commitdiff | diff to current |
2007-08-17 |
Alan Modra | * ldexp.c (exp_get_vma, exp_get_fill): Canonicalise... |
blob | commitdiff | diff to current |
2007-07-06 |
Nick Clifton | Update sources to GPLv3 |
blob | commitdiff | diff to current |
2007-06-18 |
Nathan Sidwell | * ldlex.l, ldgram.y: Add ALIGNOF. |
blob | commitdiff | diff to current |
2007-04-26 |
Alan Modra | bfd/ |
blob | commitdiff | diff to current |
2007-04-02 |
H.J. Lu | ld/ |
blob | commitdiff | diff to current |
2007-02-19 |
Alan Modra | * ldexp.c (fold_name <LOADADDR>): Ensure result is... |
blob | commitdiff | diff to current |
2007-01-06 |
Nathan Sidwell | ld/ |
blob | commitdiff | diff to current |
2006-08-23 |
Alan Modra | * ldexp.c (fold_name <LOADADDR>): Return an absolute... |
blob | commitdiff | diff to current |
2006-08-16 |
Alan Modra | ld/ |
blob | commitdiff | diff to current |
2006-07-26 |
Alan Modra | * ldexp.c (fold_name <LOADADDR>): Use the lma. |
blob | commitdiff | diff to current |
2006-06-19 |
Alan Modra | bfd/ |
blob | commitdiff | diff to current |
2006-06-05 |
Alan Modra | * ldexp.c (exp_get_abs_int): Make error message the... |
blob | commitdiff | diff to current |
2006-05-30 |
H.J. Lu | bfd/ |
blob | commitdiff | diff to current |
2006-04-20 |
Elena Zannoni | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | diff to current |
2005-12-07 |
H.J. Lu | bfd/ |
blob | commitdiff | diff to current |
2005-09-20 |
Alan Modra | * ldlang.h (lang_output_section_statement_struct)... |
blob | commitdiff | diff to current |
2005-09-07 |
Alan Modra | * ldexp.c (fold_name <SIZEOF>): Return 0 for non-exist... |
blob | commitdiff | diff to current |
2005-08-05 |
H.J. Lu | bfd/ |
blob | commitdiff | diff to current |
2005-06-09 |
Alan Modra | * ldexp.c (fold_unary <ALIGN_K>): Revert last change. |
blob | commitdiff | diff to current |
2005-06-09 |
Alan Modra | * ld.h (lang_phase_type): Move to.. |
blob | commitdiff | diff to current |
next |