* config/m68k/m68kelf.h: Suppress '/* within comment' warning.
commitc9421f5a45edaf75d8e7ddd7d8ed8756f97caa13
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 1999 00:23:01 +0000 (19 00:23 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 1999 00:23:01 +0000 (19 00:23 +0000)
tree78079b1605891648f963c32a19cc993c58c1e6a5
parent8b66675b62fc73ef86ea313e114042e308787c52
* config/m68k/m68kelf.h: Suppress '/* within comment' warning.

* config/m68k/m68k.h (MASK_PCREL): Don't use same value as
MASK_ALIGN_INT.

* config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
(TARGET_STRICT_ALIGNMENT): New macro.
(TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
(STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
* invoke.texi (M680x0 Options): Document -mstrict-align.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30579 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/m68k/m68k.h
gcc/config/m68k/m68kelf.h
gcc/invoke.texi