diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-26 17:26:19 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-26 17:26:19 +0000 |
commit | d8555e7912518b5c11c8d236dd9eb28bea2763fc (patch) | |
tree | dbef672791d9eda52e0fd9143fad1f20a0ab3344 /gcc/config | |
parent | 4502f5d0511bfa64fe56a641dc49d807f4fac90a (diff) | |
download | ppe42-gcc-d8555e7912518b5c11c8d236dd9eb28bea2763fc.tar.gz ppe42-gcc-d8555e7912518b5c11c8d236dd9eb28bea2763fc.zip |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188991 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/frv/frv.h | 4 | ||||
-rw-r--r-- | gcc/config/microblaze/microblaze.h | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index f24479926b7..2f8fa92e75d 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -1822,8 +1822,8 @@ fprintf (STREAM, "\t.word .L%d\n", VALUE) /* Define this macro to 0 if your target supports DWARF 2 frame unwind information, but it does not yet work with exception handling. Otherwise, if your target supports this information (if it defines - `INCOMING_RETURN_ADDR_RTX' and either `UNALIGNED_INT_ASM_OP' or - `OBJECT_FORMAT_ELF'), GCC will provide a default definition of 1. + `INCOMING_RETURN_ADDR_RTX' and `OBJECT_FORMAT_ELF'), GCC will provide + a default definition of 1. If this macro is defined to 1, the DWARF 2 unwinder will be the default exception handling mechanism; otherwise, setjmp/longjmp will be used by diff --git a/gcc/config/microblaze/microblaze.h b/gcc/config/microblaze/microblaze.h index ca306ab5d75..53111e54aac 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. */ |