Commit c4f46fde by DJ Delorie Committed by DJ Delorie

* doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.

From-SVN: r122285
parent 40728134
2007-02-23 DJ Delorie <dj@redhat.com>
* doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
2007-02-23 Mike Stump <mrs@apple.com>
* tlink.c (scan_linker_output): Parse linker messages from
......
......@@ -1068,7 +1068,9 @@ Alignment required for a function entry point, in bits.
@end defmac
@defmac BIGGEST_ALIGNMENT
Biggest alignment that any data type can require on this machine, in bits.
Biggest alignment that any data type can require on this machine, in
bits. Note that this is not the biggest alignment that is supported,
just the biggest alignment that, when violated, may cause a fault.
@end defmac
@defmac MINIMUM_ATOMIC_ALIGNMENT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment