aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov4-6/+6
2023-05-18scripts: sort-makefile-lines.pyCarlos O'Donell1-1/+4
2023-05-10scripts: Add sort-makefile-lines.py to sort Makefile variables.Carlos O'Donell1-0/+160
2023-05-02hurd: Enable x86_64 build scriptSamuel Thibault1-0/+3
2023-05-02Use GCC 13 branch, Linux 6.3 in build-many-glibcs.pyJoseph Myers1-2/+2
2023-05-01mach: Disable 32bit compatibility modeSamuel Thibault1-0/+1
2023-04-19build-many-glibcs.py: --disable-gcov for gcc-firstJan-Benedict Glaw1-0/+1
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-1/+0
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella1-1/+0
2023-02-22Use Linux 6.2 in build-many-glibcs.pyJoseph Myers1-1/+1
2023-01-27Use binutils 2.40 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2023-01-27Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.pyJoseph Myers1-2/+2
2023-01-12scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP optionAdhemerval Zanella1-2/+0
2023-01-12configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILSAdhemerval Zanella1-3/+0
2023-01-11configure: Allow user override LD, AR, OBJCOPY, and GPROFAdhemerval Zanella1-3/+0
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers34-34/+34
2022-12-22Simplify scripts/cross-test-ssh.sh configuration.Carlos O'Donell1-1/+1
2022-12-19Use Linux 6.1 in build-many-glibcs.pyJoseph Myers1-1/+1
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