summaryrefslogtreecommitdiff
path: root/gas/macro.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * macro.c (get_any_string): Free malloced br_buf.Nick Clifton2011-03-301-8/+12
* * macro.c (sub_actual): Add back ampersand suffix when noAlan Modra2010-08-181-3/+4
* PR gas/11834Alan Modra2010-07-231-3/+7
* PR gas/11507Nick Clifton2010-04-201-1/+3
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-5/+5
* PR gas/1491Alan Modra2009-10-151-37/+28
* * po/bfd.pot: Updated by the Translation project.Nick Clifton2009-09-111-4/+4
* Banish PARAMS and PTR. Convert to ISO C.Alan Modra2008-08-121-1/+1
* PR 6575Alan Modra2008-08-111-5/+7
* Switch to GPLv3Nick Clifton2007-07-031-2/+2
* PR gas/3856Nick Clifton2007-01-121-2/+12
* remove some duplicate #include's.Alan Modra2006-06-071-37/+1
* * listing.c (listing_listing): Remove useless loop.Ben Elliston2006-05-011-3/+0
* gas/Jan Beulich2006-02-281-4/+3