context/rnd restructure: add weakness mitigation

This commit is contained in:
steveej 2017-09-24 01:40:26 +02:00
parent 5fb007ba40
commit 5ec6c7245e
5 changed files with 449 additions and 264 deletions

View file

@ -36,6 +36,16 @@
first = {\glsentrylong{compiler}}
}
\newglossaryentry{GCC}{
name = GCC,
long = {GNU Compiler Collection},
description = {%
GCC is an integrated distribution of compilers for several major programming languages.
These languages currently include C, C++, Objective-C, Objective-C++, Java, Fortran, Ada, and Go.
},
first = {\glsentrylong{GCC}}
}
\newglossaryentry{addrspace}{
name = address space,
long = bound address range in memory,