aboutsummaryrefslogtreecommitdiff
path: root/binutils/dlltool.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-25 PR7044Nick Clifton1-3/+4
2008-11-16 * dlltool.c (identify_search_section): Cast argument, not returnDanny Smith1-1/+1
2008-11-15Added --identify option to dlltool.Charles Wilson1-2/+206
2008-10-09binutils/Kai Tietz1-16/+27
2008-07-30Silence gcc printf warningsAlan Modra1-3/+3
2008-03-28Add support for thin archives.Nick Clifton1-0/+1
2008-02-12* dlltool.c (mcore_elf_cache_filename): Add a const qualifier toNick Clifton1-5/+5
2007-10-04Fix spelling typos.Nick Clifton1-2/+2
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+1
2007-06-27bfd/Alan Modra1-5/+5
2007-04-26bfd/Alan Modra1-1/+2
2007-03-16Use pc-relative relocation instead of an absolute relocation for x86_64-pc-mi...Nick Clifton1-0/+6
2007-02-17top level:Joseph Myers1-1/+3
2007-02-022076-02-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-13/+15
2006-09-20Add x86_64-mingw64 targetNick Clifton1-10/+87
2006-09-16* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton1-2/+2
2006-08-21bfdNick Clifton1-1/+15
2006-03-09 * dlltool.c: Update copyright year.Danny Smith1-1/+1
2006-03-09 * dlltool.c (add_stdcall_underscore): New flag.Danny Smith1-2/+11
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell1-0/+1
2005-09-30 * dlltool.c (main): Fix typo.Mark Mitchell1-1/+1
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell1-0/+2
2005-08-01(alphafunc): Remove and replace usage with nfunc.Nick Clifton1-12/+10
2005-07-08 * bucomm.h: Include <stdarg.h> unconditionally, not only whenBen Elliston1-6/+0
2005-07-07Kaveh Ghazi's printf format attribute checking patch.Jim Wilson1-1/+1
2005-05-08Update FSF addressNick Clifton1-2/+2
2005-05-02 * dlltool.c (dtab): Remove empty function.Ben Elliston1-25/+0
2005-02-23 * dlltool.c: Warning fixes.Alan Modra1-3/+3
2005-01-21 * dlltool.c (dump_iat): Remove unused function.Ben Elliston1-419/+328
2005-01-16 * dlltool.c (set_dll_name_from_def): New function. Strip nameDanny Smith1-8/+23
2004-12-06 * dlltool.c: Comment fix.Ben Elliston1-1/+1
2004-10-23* dlltool.c: Include <assert.h>.Nick Clifton1-36/+38
2004-10-08dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04 patches.Nick Clifton1-8/+2
2004-09-04 * dlltool.c (make_one_lib): Test if internal_name was specifiedDanny Smith1-2/+5
2004-09-02(make_one_lib_file): For IDATA6 take the name from exp->internal_name if itNick Clifton1-3/+6
2004-07-12dlltool.c (ext_prefix_alias): New global variable.Nick Clifton1-5/+44
2004-07-09 (asm_prefix): Add parameter: name. No underscore for symbols beginning with ?.Nick Clifton1-31/+35
2004-06-15 * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra1-1/+1
2004-03-08Honour the PRIVATE keywordNick Clifton1-35/+33
2004-02-21* dlltool.c (gen_exp_file): Always output names for forwarded symbols.Christopher Faylor1-6/+6
2003-11-25 * doc/binutils.texi (dlltool): Document dlltool --temp-prefixDanny Smith1-0/+1
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata1-5/+5
2003-09-15Fix C90 conversionAnthony Green1-5/+5
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger1-248/+118
2003-07-05* dlltool.c (prefix_encode): Use a fixed length for alpha.Christopher Faylor1-1/+1
2003-07-05* dlltool.c (prefix_encode): New function. Encode temp file prefix from pid.Christopher Faylor1-14/+34
2003-03-22 * dlltool.c (gen_def_file): Put demangled name comments onDanny Smith1-8/+10
2003-02-20* rclex.l (handle_quotes): Fix minor formatting problems introduced in previousChristopher Faylor1-6/+27
2002-12-12 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences ofAlan Modra1-26/+26
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-70/+115