summaryrefslogtreecommitdiff
path: root/bfd/coff-arm.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-11-28Fix a memory access violation when attempting to parse a corrupt COFF binary ...Nick Clifton
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-04-13Rewrite bfd error handlerAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-02-10 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra
2010-08-25 * aout-arm.c (MY(bfd_reloc_type_lookup)): Use bfd_arch_bits_per_address.Alan Modra
2009-12-12 * coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variableNick Clifton
2009-09-05 * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton
2009-09-02update copyright datesAlan Modra
2009-03-28 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", notMark Mitchell
2008-07-18 * pe-arm-wince.c (pe_print_compressed_pdata): Define new function toNick Clifton
2007-10-15 * coff-arm.c (arm_emit_base_file_entry): Check fwrite return value.Alan Modra
2007-07-03Switch sources over to use the GPL version 3Nick Clifton
2007-04-26bfd/Alan Modra
2007-03-26 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra
2006-11-10 * pe-arm-wince.c (LOCAL_LABEL_PREFIX): Define as ".".Nick Clifton
2006-08-21bfdNick Clifton
2006-08-07* coff-arm.c (coff_arm_rtype_to_howto): Only check for ARM_SECREL relocation ...Nick Clifton
2006-08-06* bfd.c (bfd_get_sign_extend_vma): Add cases for pe-arm-little and pei-arm-li...Nick Clifton
2006-06-01 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flagsAlan Modra
2006-05-11Apply fixes to allow arm WinCE toolchain to produce working executables.Nick Clifton
2006-03-16 PR 2434Alan Modra
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton
2005-03-22Oops - fix typo in ISO-C90ifcationNick Clifton
2005-03-22Convert to ISO C90 formatting.Nick Clifton
2005-03-21(coff_link_hash_entry): Only define for non WINCE targets.Nick Clifton
2005-02-16 * coff-arm.c (coff_arm_is_local_label_name): Warning fix.Alan Modra
2005-01-31 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston
2004-10-21bfd/H.J. Lu
2004-08-13bfd/Alan Modra
2004-06-29 * bfd-in.h (bfd_get_section_limit): Define.Alan Modra
2004-06-24bfd/Alan Modra
2004-01-09Remainder of fixes for ARM WINCE supportNick Clifton
2004-01-08(coff_arm_relocate_section): Do not alter relocs that are not partial_inplaceNick Clifton
2003-12-05Fixes for use of ARM_26D reloc in arm-wince toolchain.Nick Clifton
2003-12-04Change ARM26* to ARM_26* in comments to match definitions.Nick Clifton
2003-11-24 * aix5ppc-core.c: Fix comment typos.Kazu Hirata