summaryrefslogtreecommitdiff
path: root/gas/expr.c
Commit message (Expand)AuthorAgeFilesLines
* gas: equates of registersJan Beulich2023-05-121-0/+25
* gas: move shift count checkJan Beulich2023-04-281-14/+14
* gas: document that get_symbol_name() can clobber the input bufferJan Beulich2023-04-191-5/+10
* gas: apply md_register_arithmetic also to unary '+'Jan Beulich2023-03-171-10/+15
* gas: correct symbol name comparison in .startof./.sizeof. handlingJan Beulich2023-02-141-2/+2
* Local label checks in integer_constantAlan Modra2023-02-101-9/+0
* Internal error at gas/expr.c:1814Alan Modra2023-02-091-1/+1
* resolve gas shift expressions with large exponents to zeroAlan Modra2023-01-271-2/+12
* Tidy gas/expr.c static stateAlan Modra2023-01-161-2/+13
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* expr.c make_expr_symbol: use notes obstackAlan Modra2022-07-091-1/+1
* Add support for COFF secidx relocationsMark Harmstone2022-04-071-0/+1
* asan: buffer overflows after calling ignore_rest_of_lineAlan Modra2022-03-171-3/+1
* gas local label and dollar label handlingAlan Modra2022-02-161-5/+5
* gas: rework handling of backslashes in quoted symbol namesJan Beulich2022-01-041-8/+42
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ubsan: signed integer multiply overflowAlan Modra2022-01-011-1/+6
* gas: fold symbol table entries generated for .startof.() / .sizeof.()Jan Beulich2021-06-181-8/+47
* Power10 bignum operandsAlan Modra2021-04-121-29/+21
* C99 gas configuryAlan Modra2021-04-051-2/+0
* Use bool in gasAlan Modra2021-03-311-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* ubsan: expr.c:1725,1741 signed integer overflowAlan Modra2020-09-021-2/+2
* crx: ubsan: cannot be representedAlan Modra2020-08-311-2/+2
* PR26447 UBSAN: expr.c:1936 left shift of negative valueAlan Modra2020-08-261-5/+14
* Rearrange symbol_create parametersAlan Modra2020-08-211-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value.John Darrington2019-05-211-10/+17
* Revert "GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value."John Darrington2019-05-211-13/+6
* GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value.John Darrington2019-05-201-6/+13
* Speed up locview resolution with relaxable fragsAlexandre Oliva2019-04-251-1/+4
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23800, .eqv doesn't always defer expression evaluationAlan Modra2018-10-201-0/+7
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-42/+0
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Riscv ld-elf/stab failure and fake label cleanup.Jim Wilson2017-11-221-3/+4
* gas: require an operand to .startof.()/.sizeof.()Jan Beulich2017-02-221-0/+22
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix ICE in assembler when passed a bogus input file.Nick Clifton2016-12-051-1/+1
* Accept L and LL suffixes to integer constants.Nick Clifton2016-11-111-0/+8
* -Wimplicit-fallthrough dodgy fixesAlan Modra2016-10-061-3/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* use xstrdup, xmemdup0 and concat moreTrevor Saunders2016-05-131-10/+4
* Allow integer contants to have a U suffix. Improve error reporting for missi...Nick Clifton2016-04-071-1/+14
* use XNEW and related macros moreTrevor Saunders2016-04-031-1/+1
* cleanup FLT_CHARS and EXP_CHARSTrevor Saunders2016-04-031-2/+0
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-221-3/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Allow symbol and label names to be enclosed in double quotes.Nick Clifton2015-08-211-24/+54
* gas 0f handlingAlan Modra2015-08-131-38/+25