OSDN Git Service

daily update
[pf3gnuchains/pf3gnuchains3x.git] / ld / ldmain.c
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-11-26 nickc PR ld/10956
2009-11-07 hjl2009-11-06 H.J. Lu <hongjiu.lu@intel.com>
2009-11-06 nickc * lexsup.c: Rename --add-needed to --copy-dt...
2009-09-11 nickc * po/bfd.pot: Updated by the Translation project.
2009-09-02 amodraupdate copyright dates
2009-08-30 amodra PR ld/10569
2009-05-27 nathan bfd/
2009-04-06 kazu * ld.texinfo (-L): Mention that -L options do not...
2009-01-26 nathan * lexsup.c (parse_args): Set check_section_addresses...
2008-08-17 amodrabfd/
2008-08-09 amodra PR 6753
2008-07-12 jiezRevert my last change since it has not been approved.
2008-07-11 jiez bfd/
2008-06-07 amodra * NEWS: Mention archive:path patterns.
2008-02-15 amodrainclude/
2008-01-25 amodrald/
2008-01-11 gingoldld:
2007-07-06 nickcUpdate sources to GPLv3
2007-05-31 amodrainclude/
2007-05-07 amodra * ld.h (args_type, ld_config_type): Reorder fields.
2007-05-03 amodra * ld.texinfo (--no-warn-search-mismatch): Document.
2007-04-30 amodrabfd/
2007-04-26 amodrabfd/
2007-03-28 rsandifold/
2007-02-21 nickcTake into account MEMORY regions when creating a segmen...
2007-01-19 hjlld/
2007-01-19 hjlld/
2007-01-19 hjlld/
2007-01-16 hjlbfd/
2006-10-30 hjlbfd/
2006-09-16 nickc* bfd-in.h (STRING_AND_COMMA): New macro. Takes one...
2006-09-07 hjlbfd/
2006-08-04 nickc* ldmain.c (main): Initialise print_gc_sections field...
2006-07-19 amodrabfd/
2006-07-10 jakubinclude/
2006-05-30 hjlbfd/
2006-04-06 hjlbfd/
2006-03-16 amodra PR 2434
2005-11-06 amodra * ldmain.c (main): Add \n to error message.
2005-09-30 hjlld/
2005-09-30 mmitchel * addr2line.c (main): Likewise.
2005-07-29 nickc* ldmain.c (main): Allow -shared and -static to be...
2005-07-19 hjl2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
2005-06-09 wilsonconfigure clean up patch from Steve Ellcey.
2005-06-03 amodrainclude/
2005-05-12 nickcUpdate FSF addresses
2005-05-10 hjl2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
2005-03-16 hjlbfd/
2005-03-03 amodraupdate copyright dates
2005-03-02 jbeulichbfd/
2005-02-08 hp * ldmain.c (warning_callback, warning_find_reloc)...
2005-01-19 rsandifo * ldmain.h (ld_sysroot): Change type to a constant...
2004-12-20 nickcIssue an error message if -static and -shared are used...
2004-11-15 pbrookbfd/
2004-10-26 pbrookbfd/
2004-10-21 hjlbfd/
2004-10-07 nickcAdd linker option: --warn-shared-textrel to produce...
2004-10-04 hjlld/
2004-08-13 amodrabfd/
2004-07-19 hjlbfd/
2004-05-21 nickcAdd --hash-size switch to the linker
2004-05-19 amylaar * NEWS: Mention new linker map file generation and the
2004-05-11 jakubbfd/
2004-03-18 amodrabfd/
2004-02-15 cagneyUse bfd_cache_close, instead of accessing bfd->iostream...
2003-12-04 hjlbfd/
2003-12-02 amodra * ldmain.c (main): Remove mpc860c0 code.
2003-09-30 cgd[ bfd/ChangeLog ]
2003-08-20 nickcBetter handking for unresolved symbols
2003-08-12 ian * ldmain.c (undefined_symbol): Change parameter name...
2003-06-28 amodraConvert to C90
2003-06-25 amodraCorrect spelling of "relocatable".
2003-05-30 jakubbfd/
2003-05-07 aoliva* ldmain.h (overflow_cutoff_limit): Declare.
2003-04-29 hjlbfd/
2003-04-24 hjlinclude/
2003-03-31 nickcFix memory leaks
2003-03-25 nickcldmain.c (ld_canon_sysroot, ld_canon_sysroot_len):...
2003-03-03 aoliva* ldmain.c (set_scripts_dir): Look for relative to...
2003-02-25 nickc(ld_sysroot): Try to set from TOOLBINDIR too.
2003-02-17 nickcFix the behaviour of --allow-shlib-undefined, so that...
2003-01-09 cgd2003-01-09 Chris Demetriou <cgd@broadcom.com>
2003-01-09 drow * ldmain.c (main): Make sure ld_sysroot is initialized.
2003-01-06 drow * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
2003-01-04 drow * Makefile.am (ldmain.o): Pass BINDIR.
2002-12-23 amodra * ldmain.c (main): Init "strip_discarded".
2002-12-23 nickcChange linker's default behaviour - it will now reject...
2002-12-19 amodra * ldmain.c (main): Re-order link_info initialization...
2002-11-30 amodras/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/...
2002-11-14 nickcAdd --enable-auto-import extension.
2002-10-30 drow * emultempl/aix.em: Use include <> for generated headers.
2002-08-08 hjlCheck symbols with undefine version.
2002-07-31 nickcAdd new field to bfd_link structure and use it to contr...
2002-07-01 amodra * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
2002-06-07 nickcEnable pei386_auto_import by default. Only print a...
2002-05-22 hjl2002-05-21 H.J. Lu (hjl@gnu.org)
2002-05-10 jakub * ldmain.c (main): Enable -z combreloc by default.
2002-05-03 kazu * ld.h: Fix formatting.
2002-03-18 amodra * ldmain.c (main): Move .text readonly flag fudges...
next