aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-m10200.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra1-0/+9
2022-06-08HOWTO size encodingAlan Modra1-8/+8
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-14bfd: fix -Wunused errors with clang 13+Simon Marchi1-6/+0
2021-03-31Use bool in bfdAlan Modra1-52/+52
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-18/+9
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-04-03BFD whitespace fixesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-4/+13
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-3/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-05-28Return void from linker callbacksAlan Modra1-13/+8
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-2/+2
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-3/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-05-02bfd target vector rationalisationAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-2/+2
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton1-152/+125
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki1-1/+1
2012-04-24 PR ld/13991Alan Modra1-2/+2
2010-10-25 bfd/Daniel Jacobowitz1-9/+2
2010-06-27fix set but unused variable warningsAlan Modra1-6/+2
2009-09-02update copyright datesAlan Modra1-1/+1
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-15/+16
2007-04-26bfd/Alan Modra1-1/+1
2007-03-26 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra1-0/+17
2007-03-07 PR 3958Alan Modra1-4/+15
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2004-10-21bfd/H.J. Lu1-2/+3
2004-06-24bfd/Alan Modra1-15/+5
2004-03-22 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_sectionAlan Modra1-4/+5
2004-03-20bfd/H.J. Lu1-22/+5
2003-11-27 * elf32-arm.h: Fix comment typos.Kazu Hirata1-4/+4
2003-11-05 * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and returnAlan Modra1-1/+1
2003-06-25Correct spelling of "relocatable".Alan Modra1-7/+7
2003-05-09 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra1-3/+3
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-65/+65
2002-11-28include/elf/ChangeLogAlan Modra1-2/+2
2002-07-23 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra1-4/+0
2002-07-07 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra1-235/+97
2002-06-06elf_swap_symbol_in args should be "const PTR", not "const PTR *".Alan Modra1-6/+6