aboutsummaryrefslogtreecommitdiff
path: root/gas/symbols.c
AgeCommit message (Expand)AuthorFilesLines
8 daysAvoid possible signed overflow in decode_local_label_nameAlan Modra1-4/+4
2024-02-15Make various gas symbol predicates and accessors take const argsAlan Modra1-28/+28
2024-02-15PR30308, infinite recursion in i386_intel_simplifyAlan Modra1-1/+23
2024-01-15gas: x86: synthesize CFI for hand-written asmIndu Bhagat1-0/+3
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-11-08gas: S_GET_{NAME,SEGMENT}() don't alter their input symbolJan Beulich1-2/+2
2023-08-18gas: make S_IS_LOCAL() and S_IS_EXTERNAL() exclusive of one anotherJan Beulich1-5/+4
2023-08-02Revert "2.41 Release sources"Sam James1-1/+1
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-1/+1
2023-07-14Make the default gas symbol hash table largerAlan Modra1-1/+1
2023-05-12gas: equates of registersJan Beulich1-1/+3
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-10-11Re: Error: attempt to get value of unresolved symbol `L0'Nick Clifton1-2/+11
2022-10-11Error: attempt to get value of unresolved symbol `L0'Nick Clifton1-2/+7
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-17/+7
2022-07-20gas/symbols: introduce md_resolve_symbolDmitry Selyutin1-0/+39
2022-07-09gas: use notes_calloc in string hashAlan Modra1-1/+1
2022-07-09gas: free sy_hash, macro_hash and po_hashAlan Modra1-0/+6
2022-07-09gas: utility notes memory alloc functionsAlan Modra1-10/+75
2022-05-27Replace bfd_hostptr_t with uintptr_tAlan Modra1-4/+4
2022-04-07Add support for COFF secidx relocationsMark Harmstone1-0/+8
2022-03-09Reduce duplicated symbol_clone_if_forward_ref workAlan Modra1-3/+8
2022-02-16gas local label and dollar label handlingAlan Modra1-118/+58
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-2/+32
2021-08-16as: Replace the removed symbol with the versioned symbolH.J. Lu1-1/+25
2021-07-29gas: improve C_BSTAT and C_STSYM symbols handling on XCOFFClément Chigot1-1/+11
2021-04-05C99 gas configuryAlan Modra1-2/+0
2021-03-31Use bool in gasAlan Modra1-1/+1
2021-01-04PR27102, gas: "section symbols are already global"Alan Modra1-3/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-30gcc-4.4.7 warning fixesAlan Modra1-1/+2
2020-08-26PR26448 UBSAN: symbols.c:1586 left shift of negative valueAlan Modra1-2/+19
2020-08-25PR26410, UBSAN: symbols.c:1818Alan Modra1-3/+4
2020-08-24PR26526, 5014c2d22b2 breaks compiling the Linux kernel for ARMAlan Modra1-1/+2
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-2/+2
2020-08-21Redo gas local symbol supportAlan Modra1-399/+337
2020-08-21gas symbol struct field renamingAlan Modra1-358/+345
2020-08-21Rearrange symbol_create parametersAlan Modra1-22/+18
2020-08-20Use libiberty hash in gas/symbols.c.Martin Liska1-38/+79
2020-05-21Replace "if (x) free (x)" with "free (x)", gasAlan Modra1-4/+2
2020-05-19Clear all local_symbol.lsy_flagsAlan Modra1-2/+2
2020-05-18Re: Fix tight loop on recursively-defined symbolsAlan Modra1-0/+1
2020-05-15Fix tight loop on recursively-defined symbolsAlan Modra1-3/+15
2020-02-26Indent labelsAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-2/+13
2019-11-25Reverts patches providing octet support in dwarfChristian Eggers1-30/+2
2019-09-18bfd_asymbol_* macrosAlan Modra1-2/+2
2019-05-07Tidy use_complex_relocs_forAlan Modra1-22/+13