From 968c8001a2f049c533f1b00fc0f7c31a0b11015e Mon Sep 17 00:00:00 2001
From: Olivier Hainque <hainque@gcc.gnu.org>
Date: Sat, 7 Jun 2008 07:12:05 +0000
Subject: [PATCH] Move Ada specific log to the Ada ChangeLog file.

From-SVN: r136517
---
 gcc/ChangeLog     | 26 --------------------------
 gcc/ada/ChangeLog | 26 ++++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6d49b29b5f85..076cfe347c29 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,29 +1,3 @@
-2008-06-06  Nicolas Setton  <setton@adacore.com>
-	    Olivier Hainque  <hainque@adacore.com>
-
-	* ada-tree.h (DECL_PARALLEL_TYPE): New language specific
-	attribute, parallel descriptive type attached to another
-	type for debug info generation purposes.
-	* utils.c (add_parallel_type): New function, register
-	parallel type to be attached to a type.
-	(get_parallel_type): New function, fetch a registered
-	parallel type, if any.
-	(rest_of_record_type_compilation): Register the parallel
-	type we	make for variable size records.
-	* gigi.h (add_parallel_type, get_parallel_type): Declare.
-	* decl.c (gnat_to_gnu_entity, maybe_pad_type): Register	the
-	parallel debug types we make.
-	* trans.c (extract_encoding, decode_name): New functions.
-	(gigi): If the DWARF attribute extensions are available, setup
-	to use them.
-	* lang.opt: Register language specific processing request
-	for -gdwarf+.
-	* misc.c (gnat_dwarf_extensions): New global variable. How much
-	do we want of our DWARF extensions. 0 by default.
-	(gnat_handle_option) <OPT_gdwarf_>: Increment gnat_dwarf_extensions.
-	(gnat_post_options): Map gnat_dwarf_extensions to the
-	commonuse_gnu_debug_info_extensions for later processing.
-	
 2008-06-06 Uros Bizjak <ubizjak@gmail.com>
 
 	PR rtl-optimization/36438
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 329630fd6e22..4a5a5358585a 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,29 @@
+2008-06-06  Nicolas Setton  <setton@adacore.com>
+	    Olivier Hainque  <hainque@adacore.com>
+
+	* ada-tree.h (DECL_PARALLEL_TYPE): New language specific
+	attribute, parallel descriptive type attached to another
+	type for debug info generation purposes.
+	* utils.c (add_parallel_type): New function, register
+	parallel type to be attached to a type.
+	(get_parallel_type): New function, fetch a registered
+	parallel type, if any.
+	(rest_of_record_type_compilation): Register the parallel
+	type we	make for variable size records.
+	* gigi.h (add_parallel_type, get_parallel_type): Declare.
+	* decl.c (gnat_to_gnu_entity, maybe_pad_type): Register	the
+	parallel debug types we make.
+	* trans.c (extract_encoding, decode_name): New functions.
+	(gigi): If the DWARF attribute extensions are available, setup
+	to use them.
+	* lang.opt: Register language specific processing request
+	for -gdwarf+.
+	* misc.c (gnat_dwarf_extensions): New global variable. How much
+	do we want of our DWARF extensions. 0 by default.
+	(gnat_handle_option) <OPT_gdwarf_>: Increment gnat_dwarf_extensions.
+	(gnat_post_options): Map gnat_dwarf_extensions to the
+	commonuse_gnu_debug_info_extensions for later processing.
+	
 2008-06-04  Samuel Tardieu  <sam@rfc1149.net>
 
 	* einfo.ads, einfo.adb: Remove unused flag Function_Returns_With_DSP.
-- 
GitLab