aboutsummaryrefslogtreecommitdiff
path: root/gas/symbols.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-06sym->sy_value is not valid for struct local_symbolAlan Modra1-1/+1
2019-04-24resolve_symbol_value vs. .loc view resolutionAlan Modra1-24/+19
2019-03-13Symbols with octets valueChristian Eggers1-1/+35
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-1/+160
2018-10-22PR23040, .uleb128 directive doesn't accept some valid expressionsAlan Modra1-11/+22
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton1-0/+1
2018-04-16Remove IEEE 695 object supportAlan Modra1-1/+1
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-2/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-22Riscv ld-elf/stab failure and fake label cleanup.Jim Wilson1-1/+5
2017-05-03Prevent a seg-fault in the assembler when provided with a bogus input source ...Nick Clifton1-3/+17
2017-04-27Tidy S_FORCE_RELOCAlan Modra1-6/+10
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-01Fix ICE in assembler when passed a corrupt input file.Nick Clifton1-1/+10
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-4/+4
2016-05-13use XNEW and related macros moreTrevor Saunders1-7/+8
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-18/+9
2016-04-04PR19498, Invalid "symbol definition loop"Alan Modra1-1/+4
2016-04-03use XNEW and related macros moreTrevor Saunders1-14/+11
2016-03-22make more variables constTrevor Saunders1-5/+5
2016-03-21Remove use of alloca.Nick Clifton1-11/+17
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-8/+3
2016-02-19Add const to various variables in the gas sources.Trevor Saunders1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-04Don't use register keywordAlan Modra1-9/+9
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-08-21 * symbols.c (fb_label_instance_inc, fb_label_instance): ProperlyAlan Modra1-2/+2
2013-01-10Remove trailing white spaces on gasH.J. Lu1-13/+13
2012-11-09Remove trailing redundant `;'H.J. Lu1-2/+2
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-2/+2
2012-02-212012-02-21 Tristan Gingold <gingold@adacore.com>Iain Sandoe1-0/+4
2012-01-102012-01-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-64/+67
2011-10-12 * as.c (main): Define .gasversion. rather than __GAS_VERSION__.Alan Modra1-0/+10
2011-10-12 * symbols.c (local_symbol_make): Make global.Alan Modra1-3/+1
2011-07-24bfd/Richard Sandiford1-0/+5
2011-05-062011-05-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-6/+0
2011-02-28 * symbols.c (report_op_error): Remove unnecessary forward declaration.Alan Modra1-45/+54
2010-12-16 * symbols.c (symbol_clone_if_forward_ref): Call tc_new_dot_labelMaciej W. Rozycki1-1/+6
2010-12-02gas/Richard Sandiford1-1/+1
2010-12-01 * symbols.h (dot_symbol): New declaration.Maciej W. Rozycki1-2/+22
2010-12-01 * symbols.c (symbol_clone_if_forward_ref): Don't limit cloningMaciej W. Rozycki1-2/+6
2010-07-28 PR gas/11841Alan Modra1-1/+1
2010-07-28 PR gas/11841Alan Modra1-2/+2
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-14/+14
2009-12-08Call symbol_same_p to check to if 2 symbols are the same.H.J. Lu1-0/+14
2009-10-05 PR gas/10704Alan Modra1-4/+1
2009-09-23 * symbols.c (define_sym_at_dot): New function, extracted from..Alan Modra1-12/+14