aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-15gas: add new command line option --scfi=experimentalIndu Bhagat1-0/+8
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-10-23gas: make .nops output visible in listingJan Beulich1-1/+3
2023-03-17gas: expose flag_macro_alternate globallyJan Beulich1-0/+3
2023-03-10eh static dataAlan Modra1-0/+1
2023-02-16Delete PROGRESS macrosAlan Modra1-3/+0
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-13gas: re-work line number tracking for macros and their expansionsJan Beulich1-0/+11
2022-11-23gas: Add --gcodeview optionMark Harmstone1-1/+2
2022-11-15gas: generate .sframe from CFI directivesIndu Bhagat1-1/+9
2022-11-15gas: add new command line option --gsframeIndu Bhagat1-0/+3
2022-08-11PR29466, APP/NO_APP with .linefileAlan Modra1-0/+1
2022-07-09gas: use notes_calloc in string hashAlan Modra1-2/+2
2022-07-09gas: output_file_closeAlan Modra1-0/+3
2022-07-09gas: utility notes memory alloc functionsAlan Modra1-0/+8
2022-07-07PR29320, 'struct obstack' declared inside parameter listAlan Modra1-0/+2
2022-07-04alloc gas seginfo on notes obstackAlan Modra1-0/+1
2022-06-14gas dwarf2dbg.c tidyAlan Modra1-1/+1
2022-04-12gas: new_logical_line{,_flags}() can return "void"Jan Beulich1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-18Add multibyte character warning option to the assembler.Nick Clifton1-0/+9
2021-11-03asan: dlltool buffer overflow: embedded NUL in stringAlan Modra1-3/+1
2021-04-19gas: drop sprint_value()Jan Beulich1-1/+0
2021-04-05C99 gas configuryAlan Modra1-46/+2
2021-03-31Use bool in gasAlan Modra1-3/+5
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-20gas/hash.c: add new functionsMartin Liska1-0/+1
2020-03-06Add support for --dwarf-[3|4|5] to assembler command line.Nick Clifton1-0/+1
2020-01-03Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov1-0/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-0/+7
2019-11-18gas: Add --gdwarf-cie-version command line flagAndrew Burgess1-0/+1
2019-11-07[Patch][binutils] Generic support for parsing numbers in bfloat16 format [5/X]Matthew Malcomson1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-0/+4
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton1-0/+4
2018-02-17Add .nop assembler directiveH.J. Lu1-0/+10
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-10-11Disable the inclusion of logical input files in the assembler listing output ...Nick Clifton1-0/+1
2017-01-18Catch gas exit-via-signalNathan Sidwell1-3/+2
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 noreturn fixesAlan Modra1-1/+1
2016-06-27Add command line option to stop the assembler from padding the end of section...Nick Clifton1-2/+4
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-3/+3
2016-04-27Provide xmemdup0Alan Modra1-15/+8
2016-04-01Constify moreAlan Modra1-4/+4
2016-03-25rename flag_size_check to flag_allow_nonconst_size and make it a boolTrevor Saunders1-6/+1
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+3