Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-10-15 01:53:20 +0300
committerGitHub <noreply@github.com>2023-10-15 01:53:20 +0300
commit3a762666fa0ca7c2d4caf118111dbaf5ccaef317 (patch)
treed2af9aca5e8eeee343a6e5353f91942881d5b645 /CHANGES.txt
parent58159bda6135fe497e372fb79bfc8317b4222cb5 (diff)
parent50783560e935d55dfe0f3e437b978be9ae267788 (diff)
Merge pull request #4430 from mwichmann/test/asm
Update assembly code in one test
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ff7ef5062..cf2ae52c4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -184,6 +184,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
Python stdlib types module.
- TeX tests: skip tests that use makeindex or epstopdf not installed, or
if `kpsewhich glossaries.sty` fails.
+ - Added a .note.GNU-stack section to the test assembler files to
+ avoid the GNU linker issuing warnings for its absence.
From Jonathon Reinhart: