summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: Add sort-makefile-lines.py to sort Makefile variables.Carlos O'Donell2023-05-101-0/+160
* hurd: Enable x86_64 build scriptSamuel Thibault2023-05-021-0/+3
* Use GCC 13 branch, Linux 6.3 in build-many-glibcs.pyJoseph Myers2023-05-021-2/+2
* mach: Disable 32bit compatibility modeSamuel Thibault2023-05-011-0/+1
* build-many-glibcs.py: --disable-gcov for gcc-firstJan-Benedict Glaw2023-04-191-0/+1
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-1/+0
* Remove --disable-experimental-malloc optionAdhemerval Zanella2023-03-291-1/+0
* Use Linux 6.2 in build-many-glibcs.pyJoseph Myers2023-02-221-1/+1
* Use binutils 2.40 branch in build-many-glibcs.pyJoseph Myers2023-01-271-1/+1
* Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.pyJoseph Myers2023-01-271-2/+2
* scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP optionAdhemerval Zanella2023-01-121-2/+0
* configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella2023-01-121-3/+0
* configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella2023-01-111-3/+0
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0634-34/+34
* Simplify scripts/cross-test-ssh.sh configuration.Carlos O'Donell2022-12-221-1/+1
* Use Linux 6.1 in build-many-glibcs.pyJoseph Myers2022-12-191-1/+1
* configure: Remove AS checkAdhemerval Zanella2022-12-061-1/+0
* ARC: update definitions in elf/elf.hShahab Vahedi2022-11-291-0/+3
* scripts: Add "|" operator support to glibcpp's parsingShahab Vahedi2022-11-291-0/+1
* scripts/glibcelf.py: Properly report <elf.h> parsing failuresFlorian Weimer2022-11-031-1/+1
* scripts: Use bool in tunables initializerSzabolcs Nagy2022-10-281-1/+1
* scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)Florian Weimer2022-10-271-3/+15
* Use Linux 6.0 in build-many-glibcs.pyJoseph Myers2022-10-041-1/+1
* elf: Extract glibcelf constants from <elf.h>Florian Weimer2022-09-221-641/+375
* scripts: Enhance glibcpp to do basic macro processingFlorian Weimer2022-09-221-0/+317
* scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer2022-09-222-184/+217
* scripts/dso-ordering-test.py: Generate program run-time dependenciesFlorian Weimer2022-09-061-7/+6
* scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clonesFlorian Weimer2022-09-051-3/+3
* LoongArch: Add soft float support.caiyinyu2022-09-011-0/+4
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-251-89/+0
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-241-0/+89
* scripts/glibcelf.py: Add hashing supportFlorian Weimer2022-08-231-0/+19
* Use binutils 2.39 branch in build-many-glibcs.pyJoseph Myers2022-08-181-1/+1
* glibcextract.py: Add compile_c_snippetAdhemerval Zanella2022-08-121-0/+19
* Use Linux 5.19 in build-many-glibcs.pyJoseph Myers2022-08-021-1/+1
* LoongArch: Update build-many-glibcs.py for the LoongArch Port.caiyinyu2022-07-261-0/+5
* LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu2022-07-261-1/+2
* Update scripts/config.* files from upstream GNU config versionAdhemerval Zanella2022-07-192-878/+1252
* Use GCC 12 branch in build-many-glibcs.pyJoseph Myers2022-07-041-1/+1
* scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constantAdhemerval Zanella2022-06-061-0/+4
* grep: egrep -> grep -E, fgrep -> grep -FSam James2022-06-052-4/+4
* Use Linux 5.18 in build-many-glibcs.pyJoseph Myers2022-05-241-1/+1
* scripts/glibcelf.py: Add *T_RISCV_* constantsFlorian Weimer2022-05-161-0/+12
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-161-7/+27
* elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella2022-04-271-0/+108
* Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu2022-04-262-1/+8
* elf: Define DT_RELR related macros and typesH.J. Lu2022-04-261-0/+4
* scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlierFlorian Weimer2022-04-251-0/+6
* scripts: Add glibcelf.py moduleFlorian Weimer2022-04-221-0/+1135