aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-xtensa.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-20gas: xtensa: limit size of auto litpoolsMax Filippov1-42/+77
2018-02-13gas: xtensa: fix trampoline placementMax Filippov1-0/+6
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-08gas: xtensa: fix comparison of trampoline chain symbolsMax Filippov1-4/+22
2017-11-27gas: xtensa: speed up find_trampoline_segMax Filippov1-1/+8
2017-11-27gas: xtensa: implement trampoline coalescingMax Filippov1-12/+274
2017-11-27gas: xtensa: reuse trampoline placement codeMax Filippov1-88/+9
2017-11-27gas: xtensa: rewrite xg_relax_trampolineMax Filippov1-284/+236
2017-11-27gas: xtensa: merge trampoline_frag into xtensa_frag_typeMax Filippov1-67/+53
2017-11-27gas: xtensa: reuse find_trampoline_segMax Filippov1-22/+16
2017-11-27gas: xtensa: extract jump assembling for trampolinesMax Filippov1-102/+57
2017-11-27gas: extract xg_relax_trampoline from xtensa_relax_fragMax Filippov1-159/+168
2017-11-21xtensa error messageAlan Modra1-16/+6
2017-11-08xtensa message pluralizationAlan Modra1-4/+14
2017-11-07gas and ld pluralization fixesAlan Modra1-3/+9
2017-06-14xtensa: don't expect XCHAL_* macros to be constantMax Filippov1-11/+21
2017-04-10gas: xtensa: fix incorrect code generated with auto litpoolsMax Filippov1-29/+37
2017-03-22gas: xtensa: make trampolines relaxation work with jumps in slots other than 0Max Filippov1-4/+16
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-2/+2
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-2/+2
2016-09-26tc-xtensa.c: fixup xg_reverse_shift_count typoTrevor Saunders1-1/+1
2016-06-27xtensa: remove a sentinalTrevor Saunders1-15/+14
2016-06-25xtensa: prototype xtensa_make_property_section in elf/xtensa.hTrevor Saunders1-4/+0
2016-06-22xtensa: include elf/xtensa.h in tc-xtensa.cTrevor Saunders1-4/+1
2016-05-24xtensa: make map_suffix_reloc_to_operator return operatorTTrevor Saunders1-4/+4
2016-05-13use XNEW and related macros moreTrevor Saunders1-7/+7
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-6/+2
2016-04-03use XNEW and related macros moreTrevor Saunders1-29/+22
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-31make xtensa_section_rename () take const char *Trevor Saunders1-3/+3
2016-03-29use xstrdup and friends moreTrevor Saunders1-23/+10
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-9/+11
2016-03-22make more variables constTrevor Saunders1-6/+7
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-19/+13
2016-02-17xtensa: fix .init/.fini literals movingMax Filippov1-2/+10
2016-02-03xtensa: fix signedness of gas relocationsMax Filippov1-3/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-4/+4
2015-08-12xtensa: add --auto-litpools optionMax Filippov1-5/+427
2015-08-12Remove trailing spaces in gasH.J. Lu1-25/+25
2015-05-26xtensa: fix gas segfault with --text-section-literalsMax Filippov1-1/+9
2015-05-13xtensa: fix gas trampolines regressionMax Filippov1-2/+1
2015-05-05xtensa: optimize trampolines relaxationMax Filippov1-27/+194
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-26Fix trampolines search code for conditional branchesMax Filippov1-4/+4
2014-09-22Fix various warnings seen when using gcc-5.0Alan Modra1-1/+1
2014-05-08Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov1-0/+3
2014-04-22Fix alignment for the first section frag on xtensaMax Filippov1-1/+0
2014-03-21Add support to the Xtensa target for creating trampolines for out-of-range br...David Weatherford1-2/+556