diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-26 17:26:19 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-26 17:26:19 +0000 |
commit | 01a07a642e8b9435327efc7d603fa5bf849a8c25 (patch) | |
tree | dbef672791d9eda52e0fd9143fad1f20a0ab3344 /gcc/config/microblaze/microblaze.h | |
parent | f9453c07d6f320f3c4c32c2d0ae992d2b3536261 (diff) | |
download | gcc-01a07a642e8b9435327efc7d603fa5bf849a8c25.zip gcc-01a07a642e8b9435327efc7d603fa5bf849a8c25.tar.gz gcc-01a07a642e8b9435327efc7d603fa5bf849a8c25.tar.bz2 |
system.h (UNALIGNED_SHORT_ASM_OP, [...]): Poison.
* system.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Poison.
* vmsdbgout.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Rename to
VMS_UNALIGNED_SHORT_ASM_OP, VMS_UNALIGNED_INT_ASM_OP,
VMS_UNALIGNED_LONG_ASM_OP, and VMS_UNALIGNED_DOUBLE_INT_ASM_OP.
* config/microblaze/microblaze.h (UNALIGNED_SHORT_ASM_OP,
UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Do not define.
* doc/tm.texi.in: Remove UNALIGNED_INT_ASM_OP reference from the
documentation.
* doc/tm.texi: Regenerate.
* doc/cpp.texi: Make example for #error generic.
* config/frv/frv.h: Fix example text to match tm.texi.
From-SVN: r188991
Diffstat (limited to 'gcc/config/microblaze/microblaze.h')
-rw-r--r-- | gcc/config/microblaze/microblaze.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/microblaze/microblaze.h b/gcc/config/microblaze/microblaze.h index ca306ab..53111e5 100644 --- a/gcc/config/microblaze/microblaze.h +++ b/gcc/config/microblaze/microblaze.h @@ -738,11 +738,6 @@ extern int save_volatiles; #define INTERRUPT_HANDLER_NAME "_interrupt_handler" -/* These #define added for C++. */ -#define UNALIGNED_SHORT_ASM_OP ".data16" -#define UNALIGNED_INT_ASM_OP ".data32" -#define UNALIGNED_DOUBLE_INT_ASM_OP ".data8" - /* The following #defines are used in the headers files. Always retain these. */ /* Added for declaring size at the end of the function. */ |