This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/49819] [4.6 regression] bogus reference to g-trasym-dwarf.adb in Makefile


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49819

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu.org

--- Comment #2 from Arnaud Charlet <charlet at gcc dot gnu.org> 2011-07-23 09:16:18 UTC ---
I have start looking at it already, here is the patch I'm about to commit:

--- Makefile.in (revision 176624)
+++ Makefile.in (working copy)
@@ -1820,7 +1820,6 @@ ifeq ($(strip $(filter-out powerpc% linu
   s-osinte.adb<s-osinte-posix.adb \
   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
   g-sercom.adb<g-sercom-linux.adb \
-  g-trasym.adb<g-trasym-dwarf.adb \
   $(ATOMICS_TARGET_PAIRS)

   ifeq ($(strip $(filter-out xenomai,$(THREAD_KIND))),)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]