aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
diff options
context:
space:
mode:
authorJavier Miranda <miranda@adacore.com>2010-06-18 15:59:27 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 17:59:27 +0200
commitc88f5c498699dc01f321eafdd081ebcbdc9b538d (patch)
tree1f6a996b4edefd612d1c07c930a9077765321aa5 /gcc/ada/gcc-interface/misc.c
parentfd7de64cee04fd08c9a849a20e9cf0fd8d6906e1 (diff)
downloadgcc-c88f5c498699dc01f321eafdd081ebcbdc9b538d.zip
gcc-c88f5c498699dc01f321eafdd081ebcbdc9b538d.tar.gz
gcc-c88f5c498699dc01f321eafdd081ebcbdc9b538d.tar.bz2
[multiple changes]
2010-06-18 Javier Miranda <miranda@adacore.com> * exp_cg.adb (Homonym_Suffix_Length): Minor code reorganization. 2010-06-18 Thomas Quinot <quinot@adacore.com> * sprint.ads: Minor reformatting. * output.ads: Update obsolete comment. 2010-06-18 Ed Schonberg <schonberg@adacore.com> * freeze.adb (Build_And_Analyze_Renamed_Body): if the renamed entity is an external intrinsic operation (e.g. a GCC numeric function) indicate that the renaming entity has the same characteristics, so a call to it is properly expanded. From-SVN: r161003
Diffstat (limited to 'gcc/ada/gcc-interface/misc.c')
-rw-r--r--gcc/ada/gcc-interface/misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/gcc-interface/misc.c b/gcc/ada/gcc-interface/misc.c
index 229663b..3716f1a 100644
--- a/gcc/ada/gcc-interface/misc.c
+++ b/gcc/ada/gcc-interface/misc.c
@@ -135,6 +135,9 @@ static tree gnat_eh_personality (void);
struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER;
+/* This symbol needs to be defined for the front-end. */
+void *callgraph_info_file = NULL;
+
/* How much we want of our DWARF extensions. Some of our dwarf+ extensions
are incompatible with regular GDB versions, so we must make sure to only
produce them on explicit request. This is eventually reflected into the