aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-12-06configure: Remove AS checkAdhemerval Zanella1-1/+0
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi1-0/+3
2022-11-29scripts: Add "|" operator support to glibcpp's parsingShahab Vahedi1-0/+1
2022-11-03scripts/glibcelf.py: Properly report <elf.h> parsing failuresFlorian Weimer1-1/+1
2022-10-28scripts: Use bool in tunables initializerSzabolcs Nagy1-1/+1
2022-10-27scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)Florian Weimer1-3/+15
2022-10-04Use Linux 6.0 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer1-641/+375
2022-09-22scripts: Enhance glibcpp to do basic macro processingFlorian Weimer1-0/+317
2022-09-22scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer2-184/+217
2022-09-06scripts/dso-ordering-test.py: Generate program run-time dependenciesFlorian Weimer1-7/+6
2022-09-05scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clonesFlorian Weimer1-3/+3
2022-09-01LoongArch: Add soft float support.caiyinyu1-0/+4
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-89/+0
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-0/+89
2022-08-23scripts/glibcelf.py: Add hashing supportFlorian Weimer1-0/+19
2022-08-18Use binutils 2.39 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2022-08-12glibcextract.py: Add compile_c_snippetAdhemerval Zanella1-0/+19
2022-08-02Use Linux 5.19 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-07-26LoongArch: Update build-many-glibcs.py for the LoongArch Port.caiyinyu1-0/+5
2022-07-26LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu1-1/+2
2022-07-19Update scripts/config.* files from upstream GNU config versionAdhemerval Zanella2-878/+1252
2022-07-04Use GCC 12 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2022-06-06scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constantAdhemerval Zanella1-0/+4
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James2-4/+4
2022-05-24Use Linux 5.18 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-05-16scripts/glibcelf.py: Add *T_RISCV_* constantsFlorian Weimer1-0/+12
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer1-7/+27
2022-04-27elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella1-0/+108
2022-04-26Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu2-1/+8
2022-04-26elf: Define DT_RELR related macros and typesH.J. Lu1-0/+4
2022-04-25scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlierFlorian Weimer1-0/+6
2022-04-22scripts: Add glibcelf.py moduleFlorian Weimer1-0/+1135
2022-03-22Use Linux 5.17 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-03-18scripts/dso-ordering-test.py: Fix C&P error in * callrefs processingFlorian Weimer1-3/+3
2022-02-10Use binutils 2.38 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella1-0/+206
2022-01-14Disable debuginfod in printer tests [BZ #28757]H.J. Lu1-0/+11
2022-01-11Use Linux 5.16 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-01-05build-many-glibcs.py: add OpenRISC supportStafford Horne1-0/+5
2022-01-01Sync move-if-change from Gnulib, updating copyrightPaul Eggert1-1/+1
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert30-30/+30
2021-12-17Fix The GNU ToolChain Authors copyright noticeSiddhesh Poyarekar1-1/+1
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar1-6/+7
2021-11-15dso-ordering-test.py: Put all sources in one directory [BZ #28550]H.J. Lu1-13/+34
2021-11-13Add a comment for --enable-initfini-array [BZ #27945]H.J. Lu1-1/+3
2021-11-05Configure GCC with --enable-initfini-array [BZ #27945]H.J. Lu1-0/+1
2021-11-02Use Linux 5.15 in build-many-glibcs.pyJoseph Myers1-1/+1
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang1-0/+1144