aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-1/+2
2020-08-21Rearrange symbol_create parametersAlan Modra1-4/+3
2020-08-20Port gas/config/* to str_htab.Martin Liska1-10/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-26Add some missing casts to suppress implicit cast warningsJohn David Anglin1-5/+6
2019-09-19bfd_section_* macrosAlan Modra1-15/+13
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-28PR23837, Segmentation fault in resolve_symbol_valueAlan Modra1-2/+1
2018-07-29Fix unwind offset for start_symbol.John David Anglin1-1/+3
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-2/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-07-31Fix bb instructions with double-word condition on hppa.John David Anglin1-3/+1
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-1/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-1/+2
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-42/+29
2016-04-03use XNEW and related macros moreTrevor Saunders1-20/+13
2016-04-01Constify moreAlan Modra1-24/+24
2016-03-29use xstrdup and friends moreTrevor Saunders1-8/+4
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-29replace some obstack_alloc () calls with the XOBNEW wrapperTrevor Saunders1-3/+3
2016-02-25Convert more variables to a constant form.Trevor Saunders1-5/+5
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-114/+79
2015-06-11tc-hppa.c: Speed up search for last labelJohn David Anglin1-50/+20
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-9/+5
2014-03-05Update copyright yearsAlan Modra1-3/+1
2012-10-14 * config/tc-hppa.c (pa_get_number): New.Dave Anglin1-43/+47
2012-10-14 * config/tc-hppa.c (pa_ip): Reject double floating point stores andDave Anglin1-1/+4
2012-10-13 * config/tc-hppa.c (pa_ip): Limit unit conditions for uxor to thoseDave Anglin1-8/+12
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-2/+2
2010-12-31 PR gas/11395Dave Anglin1-23/+30
2010-12-27 PR gas/11395Dave Anglin1-3/+17
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-4/+12
2010-04-16 PR gas/11395Nick Clifton1-0/+10
2009-12-182009-12-18 Steve Ellcey <sje@cup.hp.com>Steve Ellcey1-10/+10
2009-10-30 * config/tc-hppa.c (pa_build_unwind_subspace): Replace start symbolDave Anglin1-2/+30
2009-07-24 PR 10437Nick Clifton1-1/+1
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-8/+8
2009-02-24 * gas/config/tc-hppa.c (pa_ip): Add check of immediate values.Dave Anglin1-2/+33
2008-09-09 * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name toDave Anglin1-0/+10
2008-08-28 * elf-hppa.h (elf_hppa_reloc_final_type): Handle R_PARISC_GPREL64,Dave Anglin1-0/+7
2008-08-22 * config/tc-hppa.c (md_begin): Set BSF_KEEP for "dummy_symbol".Alan Modra1-75/+75
2008-08-21 * dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.Richard Henderson1-0/+12
2008-03-16 PR 5946Alan Modra1-18/+0
2007-10-18gas/Carlos O'Donell1-2/+2