Add notice section on the .rodata change

Change made in ncroxon/gnu-efi@262c1f4604

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-08-28 13:00:46 +01:00
parent 7bf718da57
commit 86239d7bdf
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C

View File

@ -1,4 +1,4 @@
When using gnu-efi 4.0 with an application which was written (1) When using gnu-efi 4.0 with an application which was written
for gnu-efi 3.0, it may be required to set the GNU_EFI_3_0_COMPAT compile flag for gnu-efi 3.0, it may be required to set the GNU_EFI_3_0_COMPAT compile flag
this changes the default versions of some changed functions back to their prior this changes the default versions of some changed functions back to their prior
versions versions
@ -8,3 +8,6 @@ This currently includes the following functions:
* CopyMem * CopyMem
* CompareGuid * CompareGuid
(2) Applications which haven't been updated in a while may also be missing the
required '.rodata' section which contains needed read-only data which will prevent
any binary missing this section from running correctly