summaryrefslogtreecommitdiff
path: root/gcc/config/pdp11
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-30 23:16:23 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-30 23:16:23 +0000
commit6644435d00d3c48d0a4c16cfef76d2c494e0d40d (patch)
treef190f5aa757ea9e5e18f1e0342621c5711cb26c6 /gcc/config/pdp11
parent5482e0c77c2acc95360cc9853a6ae06cbd249ed5 (diff)
downloadgcc-6644435d00d3c48d0a4c16cfef76d2c494e0d40d.tar.gz
* config/alpha/alpha.c: Remove mentions of deprecates macros
in comments, remove some target-independent comments about target macros, and/or add minimal function comments for target hook implementations. * config/avr/avr.c: Likewise. * config/ia64/ia64.h: Likewise. * config/ip2k/ip2k.c: Likewise. * config/iq2000/iq2000.c: Likewise. * config/m32r/m32r.h: Likewise. * config/m68hc11/m68hc11.c: Likewise. * config/mcore/mcore.c: Likewise. * config/mmix/mmix.c: Likewise. * config/mn10300/mn10300.c: Likewise. * config/pa/pa.c: Likewise. * config/pdp11/pdp11.c: Likewise. * config/rs6000/rs6000.h: Likewise. * config/sh/sh.c: Likewise. * config/sh/sh.h: Likewise. * config/sparc/sparc.c: Likewise. * config/sparc/sparc.h: Likewise. * config/stormy16/stormy16.c: Likewise. * config/xtensa/xtensa.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77005 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pdp11')
-rw-r--r--gcc/config/pdp11/pdp11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c
index 117510955b4..2ef56c0b142 100644
--- a/gcc/config/pdp11/pdp11.c
+++ b/gcc/config/pdp11/pdp11.c
@@ -1700,6 +1700,8 @@ output_addr_const_pdp11 (FILE *file, rtx x)
}
}
+/* Worker function for TARGET_RETURN_IN_MEMORY. */
+
static bool
pdp11_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
{