aboutsummaryrefslogtreecommitdiff
path: root/bfd/verilog.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Remove bfdwin.cAlan Modra1-1/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-2/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-01Fix verilog output when the width is > 1.Nick Clifton1-4/+19
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-0/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-20/+20
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-16Oops - failed to commit change to verilog.c. Trying again.Nick Clifton1-1/+14
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+1
2019-05-14Add new option to objcopy: --verilog-data-width. Use this option to set the ...Jamey Hicks1-10/+70
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-7/+7
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-1/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-25/+25
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-02-19Fix buffer overrun in verilog codeBranko Drevensek1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-1/+0
2014-03-05Update copyright yearsAlan Modra1-2/+1
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra1-1/+2
2010-04-09bfd/ChangeLogNick Clifton1-4/+1
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-3/+3
2009-04-27 * verilog.c: New file.Nick Clifton1-0/+377