summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge /u/gmbr3/gnu-efi/ branch ia32 into masterHEADmasterb'Nigel Croxon2023-05-1617-109/+238
|\
| * Structs with no linkageCallum Farmer2023-05-112-6/+8
| * Add test for ctors & dtors with a priorityCallum Farmer2023-05-072-1/+30
| * No cleanCallum Farmer2023-05-071-0/+2
| * Re-write entry.c/ctors.S to work betterCallum Farmer2023-05-072-22/+25
| * entry.c: fini_array is run backwardsCallum Farmer2023-05-071-1/+1
| * Align all ctors/dtors start to 16Callum Farmer2023-05-078-0/+24
| * entry.c: Fix null pointer exceptionCallum Farmer2023-05-071-4/+4
| * Copy marker names from binutils for init/finiCallum Farmer2023-05-0410-44/+44
| * entry.c: .ctors is run backwardsCallum Farmer2023-05-041-1/+1
| * lds: Support ctors/dtors with a priorityCallum Farmer2023-05-048-64/+96
| * Merge ctors/dtors rela sectionsCallum Farmer2023-05-049-0/+37
| * Enforce nocombrelocCallum Farmer2023-05-041-1/+1
| * ctors.S: Use LSB defined section permsCallum Farmer2023-05-041-4/+4
| * Use -std instead of --stdCallum Farmer2023-05-041-2/+2
* | Revert "Make ELF constructors/destructors work"Nigel Croxon2023-05-161-4/+4
* | Make ELF constructors/destructors workNigel Croxon2023-05-161-4/+4
|/
* Bump revision to VERSION = 3.0.173.0.17Nigel Croxon2023-05-021-1/+1
* ia32: No sdata sectionCallum Farmer2023-04-211-15/+1
* ia32 GNUC: Use __asm__ instead of asmCallum Farmer2023-04-211-1/+1
* Bump revision to VERSION = 3.0.163.0.16Nigel Croxon2023-04-171-1/+1
* Merge /u/gmbr3/gnu-efi/ branch TRUEFALSE into masterb'Nigel Croxon2023-04-171-0/+5
|\
| * Make TRUE/FALSE compatible with C23/C++Callum Farmer2023-04-151-0/+5
* | Merge /u/gmbr3/gnu-efi/ branch CHAR16 into masterb'Nigel Croxon2023-04-177-63/+36
|\ \
| * | Make VOID a typedefCallum Farmer2023-04-137-7/+7
| * | Make WCHAR and CHAR16 identicalCallum Farmer2023-04-087-56/+29
* | | Merge /u/gmbr3/gnu-efi/ branch unsigned-char into masterb'Nigel Croxon2023-04-171-2/+2
|\ \ \
| * | | ISO-Latin-1 requires unsigned charCallum Farmer2023-04-081-2/+2
| |/ /
* | | Merge /u/gmbr3/gnu-efi/ branch nullptr into masterb'Nigel Croxon2023-04-171-0/+8
|\ \ \
| * | | Make NULL compatible with C23/C++Callum Farmer2023-04-071-0/+8
| |/ /
* | | Merge /u/gmbr3/gnu-efi/ branch pkgconf2 into masterb'Nigel Croxon2023-04-175-12/+36
|\ \ \
| * | | Add pkgconfig fileCallum Farmer2023-04-075-12/+36
| |/ /
* | | Merge /u/yetist/gnu-efi/ branch dev-master into masterb'Nigel Croxon2023-04-171-0/+8
|\ \ \ | |_|/ |/| |
| * | Add PE machine type definitions for the LoongArchXiaotian Wu2023-01-041-0/+8
* | | Merge /u/gmbr3/gnu-efi/ branch boolean into masterb'Nigel Croxon2023-04-041-0/+8
|\ \ \
| * | | Use C/C++ boolean when availableCallum Farmer2023-04-041-0/+8
| | |/ | |/|
* | | make: Fix shell exit status handlingRichard Hughes2023-04-042-3/+3
* | | Use CFLAGS with "gcc -print-libgcc-file-name" to get the right one.Peter Jones2023-04-041-4/+4
* | | Make: make "make DESTDIR=../foo install" work right.Peter Jones2023-04-041-1/+13
* | | Implement Print(L"%p", ptr);Peter Jones2023-04-041-0/+14
|/ /
* | Make ELF constructors and destructors workPeter Jones2023-03-2821-55/+380
* | Make CHAR8 and similar be defined the same way edk2 does it.Peter Jones2023-03-287-6/+44
* | CFLAGS: add -Wno-pointer-signPeter Jones2023-03-281-1/+1
* | Semi-asciibetize _Print()'s formatters.Peter Jones2023-03-281-67/+65
* | Switch to -fPIEPeter Jones2023-03-281-2/+2
* | Remove the accidentally created lib/Makefile.origPeter Jones2023-03-281-91/+0
* | Fix a minor coverity complaint in some appsPeter Jones2023-03-282-2/+4
* | lfbgrid: Make pointer size testing not arch name dependentPeter Jones2023-03-281-8/+4
* | Merge /u/gmbr3/gnu-efi/ branch gc-sections into masterb'Nigel Croxon2023-03-234-4/+4
|\ \
| * | Prevent deletion of .reloc by gc-sectionsCallum Farmer2023-03-224-4/+4