context/rnd restructure: add weakness mitigation
This commit is contained in:
parent
5fb007ba40
commit
5ec6c7245e
5 changed files with 449 additions and 264 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue