aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-04-27 07:49:49 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-04-27 07:49:49 +0000
commit06aed101fc1eb7bc685e334352a599f0a4718a22 (patch)
treee268b98c607dfb25bab4e744d9ba95602d9ffdfa /gcc/stor-layout.h
parent9364c30e32dc3703ff619fde1aba775aaaee9882 (diff)
downloadgcc-06aed101fc1eb7bc685e334352a599f0a4718a22.zip
gcc-06aed101fc1eb7bc685e334352a599f0a4718a22.tar.gz
gcc-06aed101fc1eb7bc685e334352a599f0a4718a22.tar.bz2
re PR ada/70759 (Ada rts fails to build with -mabi=ilp32)
PR ada/70759 * stor-layout.h (internal_reference_types): Delete. * stor-layout.c (reference_types_internal): Likewise. (internal_reference_types): Likewise. (layout_type) <REFERENCE_TYPE>: Adjust. ada/ * gcc-interface/misc.c (gnat_init): Do not call internal_reference_types. From-SVN: r235472
Diffstat (limited to 'gcc/stor-layout.h')
-rw-r--r--gcc/stor-layout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/stor-layout.h b/gcc/stor-layout.h
index b240ea1..d25661b 100644
--- a/gcc/stor-layout.h
+++ b/gcc/stor-layout.h
@@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see
extern void set_min_and_max_values_for_integral_type (tree, int, signop);
extern void fixup_signed_type (tree);
-extern void internal_reference_types (void);
extern unsigned int update_alignment_for_field (record_layout_info, tree,
unsigned int);
extern record_layout_info start_record_layout (tree);