===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.67
@@ -119,7 +119,8 @@ by this change.</p>
instructions will be instrumented to detect heap-, stack-, and
global-buffer overflow as well as use-after-free bugs. To get
nicer stacktraces, use <code>-fno-omit-frame-pointer</code>. The
- AddressSanitizer is available on IA-32/x86-64/x32 GNU/Linux.</li>
+ AddressSanitizer is available on IA-32/x86-64/x32/PowerPC/PowerPC64
+ GNU/Linux and on x86-64 Darwin.</li>
<li><a href="https://code.google.com/p/data-race-test/wiki/ThreadSanitizer"
>ThreadSanitizer</a> has been added and can be enabled via
<code>-fsanitize=thread</code>. Instructions will be instrumented to