aboutsummaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Expand)Author
2024-02-25Support compiling .S files with additional optionsH.J. Lu
2024-01-09Remove installed header rule on $(..)include/%.hH.J. Lu
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-26Fix tests-clean Makefile target (bug 30545)Maxim Kuvyrkov
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-03-27Remove --with-default-link configure optionAdhemerval Zanella Netto
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-12stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella
2022-11-08Makerules: Generate shlib.lds with -fuse-ld=bfdFangrui Song
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer
2022-06-26Makerules: Remove no-op -Wl,-d when linking libc_pic.osFangrui Song
2022-05-18Enable DT_RELR in glibc shared libraries and PIEs automaticallyH.J. Lu
2022-04-29Do not use --hash-style=both for building glibc shared objectsFlorian Weimer
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu
2022-01-12debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-15Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu
2021-11-06Remove the last trace of generate-md5 [BZ #28554]H.J. Lu
2021-06-28Install shared objects under their ABI namesFlorian Weimer
2021-06-28Makerules: Remove lib-version, $(subdir-version)Florian Weimer
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-01-12Makerules: Do not require startup files for format.lds probe objectFlorian Weimer
2021-01-11install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-08-04Don't mix linker error messages into edited scriptsAlan Modra
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-11Remove support for abilist-patternAndreas Schwab
2018-12-10Use gen-as-const.py to process .pysym files.Joseph Myers
2018-11-30Replace gen-as-const.awk by gen-as-const.py.Joseph Myers
2018-09-24Don't build libnsl for new ABIsAndreas Schwab
2018-08-22Add test-in-container infrastructure.DJ Delorie
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-02-23Define GEN_AS_CONST_HEADERS when generating header files [BZ #22792]H.J. Lu
2018-01-06Allow make-link-multidir to make subdirectoriesPalmer Dabbelt
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-06Use newly built crt*.o files to build shared objects [BZ #22362]H.J. Lu
2017-08-31Place $(elf-objpfx)sofini.os last [BZ #22051]H.J. Lu
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg