aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-score.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05score: drop .bss overrideJan Beulich1-33/+2
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-07-09gas: target string hash tablesAlan Modra1-26/+12
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-4/+3
2021-03-31Use bool in gasAlan Modra1-55/+55
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-31PR26495 UBSAN: tc-score.c, tc-score7.c left shift of negative valueAlan Modra1-6/+6
2020-08-24Remove "memory exhausted" messagesAlan Modra1-11/+4
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-8/+10
2020-08-20Port gas/config/* to str_htab.Martin Liska1-16/+16
2020-05-26tc-score.c: Replace overlapping sprintf with memmoveH.J. Lu1-8/+12
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra1-23/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-16/+17
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-2/+1
2019-04-16Make fixup fx_where unsignedAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-19/+12
2018-05-12score gcc-8 warning fixesAlan Modra1-70/+66
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-2/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-35/+35
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-04-03use XNEW and related macros moreTrevor Saunders1-6/+6
2016-04-03make score build againTrevor Saunders1-1/+1
2016-04-01Constify moreAlan Modra1-3/+3
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-22make more variables constTrevor Saunders1-4/+5
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-6/+4
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-2/+2
2014-06-13Fix seg-faults when fetching the frags of local symbols.Chen Gang1-4/+4
2014-03-27This fixes a compile time error triggered by -Werror=format-security becauseNick Clifton1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-10-15revert previous delta.Nick Clifton1-1/+1
2013-10-14 * gen-aout.c (main): Fix formatting. Close file.Nick Clifton1-1/+1
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-4/+4
2011-06-13 * config/tc-score.c (s3_my_get_expression): Delete unused localNick Clifton1-295/+283
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-7/+6
2009-09-05 * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton1-5/+5
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-33/+40
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-9/+9
2009-03-02Add support for Score7 architecture.Nick Clifton1-3371/+4622