[Bug ld/11621] .o vs. obj = @OBJEXT@

2010-05-25 Thread nickc at redhat dot com

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-05-25 
14:03 ---
Subject: Bug 11621

CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2010-05-25 14:02:39

Modified files:
ld : ChangeLog Makefile.am Makefile.in 
gas: ChangeLog Makefile.am Makefile.in 
binutils   : ChangeLog Makefile.am Makefile.in 

Log message:
PR ld/11621
* Makefile.am: Replace all occurences of .o with @objext@
* Makefile.in: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=srcr1=1.2148r2=1.2149
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/Makefile.am.diff?cvsroot=srcr1=1.283r2=1.284
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/Makefile.in.diff?cvsroot=srcr1=1.309r2=1.310
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=srcr1=1.4153r2=1.4154
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/Makefile.am.diff?cvsroot=srcr1=1.188r2=1.189
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/Makefile.in.diff?cvsroot=srcr1=1.211r2=1.212
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=srcr1=1.1645r2=1.1646
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/Makefile.am.diff?cvsroot=srcr1=1.124r2=1.125
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/Makefile.in.diff?cvsroot=srcr1=1.148r2=1.149


--- Additional Comments From nickc at redhat dot com  2010-05-25 14:07 
---
Hi Jay,

  Thanks for reporting this problem.  I have checked in your patch, along with
similar ones for the gas/ and binutils/ sub-directories along with these
changelog entries.

Cheers
  Nick

ld,gas,binutils/ChangeLog
2010-05-25  Jay Krell  jay.kr...@cornell.edu

PR ld/11621
* Makefile.am: Replace all occurences of .o with @objext@
* Makefile.in: Regenerate.



-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=11621

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/11621] .o vs. obj = @OBJEXT@

2010-05-25 Thread jay dot krell at cornell dot edu

--- Additional Comments From jay dot krell at cornell dot edu  2010-05-25 
14:30 ---
Nick, Cool, thanks.

Some errors though they might not matter (i.e. they'll still work on non-VMS 
platforms anyway)


http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/Makefile.am.diff?
cvsroot=srcr1=1.188r2=1.189


 MOSTLYCLEANFILES = $(STAGESTUFF) core \
-   testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
+   testsuite/*...@objext@ testsuite/*...@objext@ut testsuite/gas.log 
testsuite/gas.sum \


and certainly doesn't matter:


http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/Makefile.am.diff?
cvsroot=srcr1=1.283r2=1.284


 #  ./cdtest-ur  cdtest-ur.tmp
-#  mv cdtest-ur.tmp cdtest-ur.out
+#  mv cdtest-ur.tmp cdtest-...@objext@ut
 #
-#check-cdtest: cdtest.out cdtest-ur.out $(srcdir)/cdtest.exp
-#  diff $(srcdir)/cdtest.exp cdtest.out
-#  diff $(srcdir)/cdtest.exp cdtest-ur.out
+#check-cdtest: cdte...@objext@ut cdtest-...@objext@ut $(srcdir)/cdtest.exp
+#  diff $(srcdir)/cdtest.exp cdte...@objext@ut
+#  diff $(srcdir)/cdtest.exp cdtest-...@objext@ut



aka @objext@ut = .out


and I didn't necessarily review all of it yet.


 - Jay

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11621

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


Re: [Bug ld/11621] .o vs. obj = @OBJEXT@

2010-05-25 Thread Nick Clifton

Hi Jay,


-   testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
+   testsuite/*...@objext@ testsuite/*...@objext@ut testsuite/gas.log


Oops - thanks.  I have checked in this fix.

Cheers
  Nick


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/11621] .o vs. obj = @OBJEXT@

2010-05-22 Thread jay dot krell at cornell dot edu

--- Additional Comments From jay dot krell at cornell dot edu  2010-05-22 
13:48 ---
Created an attachment (id=4807)
 -- (http://sourceware.org/bugzilla/attachment.cgi?id=4807action=view)
patch attached .o = @objext@

(I don't know why all the AMDEP_TRUE changes in the automake output.)

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11621

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils