Fix oversight.

From-SVN: r119229
This commit is contained in:
Eric Botcazou
2006-11-26 18:27:27 +00:00
parent b9d73c9557
commit 03e9913945
2 changed files with 5 additions and 2 deletions

View File

@@ -5340,8 +5340,6 @@
* langhooks-def.h (lhd_dwarf_name): Declare.
(LANG_HOOKS_DWARF_NAME): New macro, defaults to lhd_dwarf_name.
* dwarf2out.c (dwarf2_name): Use the dwarf_name language hook.
* ada/misc.c (gnat_dwarf_name): New function.
(LANG_HOOKS_DWARF_NAME): Define to gnat_dwarf_name.
2006-05-19 Richard Sandiford <richard@codesourcery.com>

View File

@@ -117,6 +117,11 @@
* gnat_rm.texi, gnat_ugn.texi, : Fix typos. Follow spelling
conventions.
2006-05-19 Nicolas Setton <setton@adacore.com>
* misc.c (gnat_dwarf_name): New function.
(LANG_HOOKS_DWARF_NAME): Define to it.
2006-05-14 H.J. Lu <hongjiu.lu@intel.com>
* Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).