#include #include #include "insn.h" #include "patch.h" #ifdef HAVE_JUMP_LABEL static void __arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type, bool is_static) { void *addr = (void *)entry->code; unsigned int insn; if (type == JUMP_LABEL_ENABLE) insn = arm_gen_branch(entry->code, entry->target); else insn = arm_gen_nop(); if (is_static) __patch_text(addr, insn); else patch_text(addr, insn); } void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) { __arch_jump_label_transform(entry, type, false); } void arch_jump_label_transform_static(struct jump_entry *entry, enum jump_label_type type) { __arch_jump_label_transform(entry, type, true); } #endif tr> cgit logo index : libreoffice/translations
Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)AuthorFilesLines
2019-04-09update translations for 6.2.3 rc2libreoffice-6-2-3Christian Lohmaier24-694/+685
2019-03-29update translations for 6.2.3 rc1Christian Lohmaier102-2740/+2408
2019-03-15update translations for 6.2.2 rc2Christian Lohmaier158-6375/+8841
2019-03-04update templates for 6.2.2 rc1Christian Lohmaier165-12902/+12904
2019-02-24update translations for 6.2.1 rc2Christian Lohmaier203-10179/+9756
2019-02-11update translations for 6.2.1 rc1Christian Lohmaier1080-57369/+56386
2019-02-11Updated Slovenian translationAndras Timar20-356/+355
2019-01-23update translations for 6.2.0 rc3Christian Lohmaier480-15971/+16060
2019-01-14Updated Slovenian translationAndras Timar27-204/+213
2019-01-08update translations for 6.2.0 rc2Christian Lohmaier1455-29408/+24748
2019-01-02Updated Slovenian translationMartin Srebotnjak13-198/+142
2018-12-19update translations for 6.2.0 rc1Christian Lohmaier2447-308790/+318726
2018-12-19Updated Slovenian translationAndras Timar5-66/+68
2018-12-18Updated Slovenian translationAndras Timar17-911/+812
2018-12-09Updated Slovenian translationAndras Timar18-934/+959
2018-11-27Updated Slovenian translationAndras Timar44-38615/+38995
2018-11-17final update of translations for 6.2.0 beta1Christian Lohmaier715-130641/+153468
2018-11-16Galician: remove duplicated string that breaks help creationChristian Lohmaier1-8/+0
2018-11-15update translations for 6.2.0 beta1Christian Lohmaier1386-35012/+35227
2018-11-15Updated Slovenian translationAndras Timar29-735/+913
2018-11-14Updated Slovenian translationAndras Timar43-12487/+13062
2018-11-13update translations for masterChristian Lohmaier3869-1514831/+1542918
2018-10-27update translations for masterlibreoffice-6-2-branch-pointChristian Lohmaier350-7245/+6707
2018-10-22update translations for 6.2.0 alpha1Christian Lohmaier3024-444366/+665057
2018-10-21Updated Slovenian translationAndras Timar65-18606/+13514
2018-10-03update translations for masterChristian Lohmaier5223-1108119/+690681
2018-08-03update translations for masterChristian Lohmaier2101-183856/+215004
2018-07-12update translations for master and add KabyleChristian Lohmaier295-2508/+201172
2018-07-09update translations for masterChristian Lohmaier