aboutsummaryrefslogtreecommitdiff
path: root/binutils/rddbg.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-04-06objdump -g on gcc COFF/PE filesAlan Modra1-4/+6
2023-04-04Use bfd_alloc memory for read_debugging_info storageAlan Modra1-30/+20
2023-04-03rddbg.c stabs FIXMEsAlan Modra1-12/+15
2023-03-19Another sanity check for read_section_stabs_debugging_infoAlan Modra1-0/+1
2023-03-16Re: Sanity check read_section_stabs_debugging_infoAlan Modra1-1/+2
2023-03-14Sanity check read_section_stabs_debugging_infoAlan Modra1-10/+9
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-1/+1
2022-01-28PR28753, buffer overflow in read_section_stabs_debugging_infoAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in binutilsAlan Modra1-27/+27
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-14PR26388, objdump debug dump memory leaksAlan Modra1-4/+7
2020-05-21Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra1-9/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-07-25Fix potential memory leaks in some of the binutils source files.Nick Clifton1-6/+18
2018-04-16Remove IEEE 695 object supportAlan Modra1-38/+0
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-07-24Fix address violation errors parsing corrupt binary files.Nick Clifton1-1/+2
2017-02-14Fix an illegal memory access parsing corrupt STABD debug information.Nick Clifton1-0/+3
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-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton1-14/+26
2014-03-05Update copyright yearsAlan Modra1-2/+1
2010-04-09bfd/ChangeLogNick Clifton1-3/+3
2008-06-12 PR binutils/6483Nick Clifton1-4/+5
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+2
2007-04-26bfd/Alan Modra1-2/+3
2005-12-22(read_section_stabs_debugging_info): Add $GDB_SYMBOLS$ entry to names[]Nick Clifton1-3/+8
2005-05-08Update FSF addressNick Clifton1-2/+2
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger1-42/+21
2003-02-04 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t toAndreas Schwab1-2/+2
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-36/+40
2002-11-11 * rddbg.c (read_section_stabs_debugging_info): Also recognizeAlan Modra1-9/+10
2002-05-23 * rdcoff.c: Fix formatting.Kazu Hirata1-3/+3
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+1
2000-04-07A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra1-4/+4
2000-03-28catch out of range string offset in corrupt stab entryNick Clifton1-0/+10
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+448