[committed] Fix Bug ada/27944

John David Anglin dave@hiauly1.hia.nrc.ca
Tue Jun 13 02:50:00 GMT 2006


The enclosed change deletes a reduntant 'with' clause that causes
a build failure on hppa1.1-hp-10.20.  Tested on hppa1.1-hp-10.20.
Preapproved by Arno Charlet.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	PR ada/27944
	* s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'.

Index: s-taprop-hpux-dce.adb
===================================================================
--- s-taprop-hpux-dce.adb	(revision 114379)
+++ s-taprop-hpux-dce.adb	(working copy)
@@ -63,9 +63,6 @@
 --  used for int
 --           size_t
 
-with System.Parameters;
---  used for Size_Type
-
 with System.Task_Primitives.Interrupt_Operations;
 --  used for Get_Interrupt_ID
 



More information about the Gcc-patches mailing list