summaryrefslogtreecommitdiff
path: root/gas/macro.c
Commit message (Expand)AuthorAgeFilesLines
* gas: expand_irp memory leaksAlan Modra2023-03-221-2/+10
* gas: expose flag_macro_alternate globallyJan Beulich2023-03-171-27/+14
* gas: use flag_mri directly in macro processingJan Beulich2023-03-171-34/+21
* gas: isolate macro_strip_at to macro.cJan Beulich2023-03-171-3/+2
* gas: drop function pointer parameter from macro_init()Jan Beulich2023-03-171-15/+14
* More bounds checking in macro_expandAlan Modra2023-03-021-4/+4
* Using .mri in assemblyAlan Modra2023-03-021-7/+8
* gas: buffer_and_nest() needs to pass nul-terminated string to temp_ilp()Jan Beulich2023-02-151-5/+5
* gas: improve interaction between read_a_source_file() and s_linefile()Jan Beulich2023-02-141-1/+1
* gas macro memory leaksAlan Modra2023-01-271-21/+25
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* gas: restore Dwarf info generation after macro diagnostic adjustmentsJan Beulich2022-12-161-2/+3
* gas: re-work line number tracking for macros and their expansionsJan Beulich2022-12-131-26/+17
* gas: avoid inserting extra newline in buffer_and_nest()Jan Beulich2022-12-051-3/+3
* PR29466, APP/NO_APP with .linefileAlan Modra2022-08-111-0/+2
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-1/+1
* gas: free sy_hash, macro_hash and po_hashAlan Modra2022-07-091-0/+6
* macro.c: use string hash from hash.h for macro_hashAlan Modra2022-07-091-41/+21
* gas: tweak .irp and alike file/line handling for M68K/MRIJan Beulich2022-05-181-1/+4
* gas: drop .appfile and .applineJan Beulich2022-04-121-1/+1
* gas: further adjust file/line handling for .irp and alikeJan Beulich2022-04-121-0/+15
* gas/Dwarf: special-case .linefile only for macrosJan Beulich2022-03-291-1/+2
* asan: use of uninitialized value in buffer_and_nestAlan Modra2022-03-171-6/+7
* asan : use of uninitialized value in buffer_and_nestAlan Modra2022-02-161-9/+20
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in gasAlan Modra2021-03-311-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-38/+48
* Use libiberty hash in gas/macro.c.Martin Liska2020-08-201-32/+33
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton2019-05-141-1/+1
* Use temp_ilp and restore_ilp in more placesAlan Modra2019-03-181-3/+2
* PR23940, check bounds before usingWu Heng2019-01-251-2/+2
* Fix potential buffer overrun whilst scanning macro strings.Wu Heng2019-01-041-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix potential buffer overflows with sprintf and very large integer values.Nick Clifton2016-07-011-1/+1
* use XNEW and related macros moreTrevor Saunders2016-05-131-3/+3
* use xstrdup, xmemdup0 and concat moreTrevor Saunders2016-05-131-3/+1
* use XNEW and related macros moreTrevor Saunders2016-04-031-2/+2
* Remove use of alloca.Nick Clifton2016-03-211-2/+4
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-221-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* This fixes a bug whereby #line directives inside a macro would be ignored,Chris Metcalf2014-06-171-0/+22
* Update copyright yearsAlan Modra2014-03-051-2/+1
* gas/Roland McGrath2013-01-101-13/+13
* PR gas/14201Alan Modra2012-06-071-34/+34