]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix oversight.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 26 Nov 2006 18:27:19 +0000 (18:27 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 26 Nov 2006 18:27:19 +0000 (18:27 +0000)
From-SVN: r119228

gcc/ChangeLog
gcc/ada/ChangeLog

index 274c862f3bee66223ef8e502cb4f02eb44a1c277..52bc845c741eee21868a03a128b083a1e791c31c 100644 (file)
        * 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>
 
index cd6447b37ef9b36de7c5af193545b320c7992b8c..acd9d6ecf0989c64e8ed8e6b41e8a7bb6c4155e2 100644 (file)
        * 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).