aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/visium
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2015-09-12 22:19:00 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2015-09-12 22:19:00 +0000
commit2f0c2a0cc4024163281b7c960764635fafb21b8d (patch)
tree640127d272b25dce189f22f63c39c3ffc6518f55 /gcc/config/visium
parentffaa5de654e256225a7dd324d40958fa93ad0250 (diff)
downloadgcc-2f0c2a0cc4024163281b7c960764635fafb21b8d.zip
gcc-2f0c2a0cc4024163281b7c960764635fafb21b8d.tar.gz
gcc-2f0c2a0cc4024163281b7c960764635fafb21b8d.tar.bz2
remove STRUCT_VALUE macro
This macro was converted to the TARGET_STRUCT_VALUE_RTX hook many years ago, however there are still some lingering definitions, and a use in libobjc. All the remaining definitions define the macro to 0, which libobjc treats the same as undefined, so it won't break anything else to have libobjc stop checking the macro. However it may be that this part of libobjc has been broken for a long time on targets that only define the hook, but that is a separate issue. gcc/ChangeLog: 2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * config/arc/arc.h: Remove define of STRUCT_VALUE. * config/lm32/lm32.h: Likewise. * config/mep/mep.h: Likewise. * config/visium/visium.h: Likewise. * system.h: Poison STRUCT_VALUE macro. libobjc/ChangeLog: 2015-09-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> PR libobjc/24775 * sendmsg.c: Remove check of STRUCT_VALUE macro. From-SVN: r227710
Diffstat (limited to 'gcc/config/visium')
-rw-r--r--gcc/config/visium/visium.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/visium/visium.h b/gcc/config/visium/visium.h
index a2ab61c..71c960e 100644
--- a/gcc/config/visium/visium.h
+++ b/gcc/config/visium/visium.h
@@ -1075,14 +1075,6 @@ struct visium_args
If not defined, this defaults to the value 1. */
#define DEFAULT_PCC_STRUCT_RETURN 0
-/* `STRUCT_VALUE'
-
- If the structure value address is not passed in a register, define
- `STRUCT_VALUE' as an expression returning an RTX for the place
- where the address is passed. If it returns 0, the address is
- passed as an "invisible" first argument. */
-#define STRUCT_VALUE 0
-
/* Caller-Saves Register Allocation
If you enable it, GNU CC can save registers around function calls.