Re: Merge OBJS-common,-md,-archive

2011-05-20 Thread Joseph S. Myers
That patch left a stray reference to $(OBJS-common) in a comment. I've applied this patch as obvious to fix this. Index: ChangeLog === --- ChangeLog (revision 173962) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2011-05-20 Jos

Re: Merge OBJS-common,-md,-archive

2011-05-20 Thread Paolo Bonzini
On 05/20/2011 03:49 PM, Michael Matz wrote: Hi, On Fri, 20 May 2011, Joseph S. Myers wrote: (Apart from the arbitrary division between GCC_OBJS and the xgcc link rule, mentioned above, there are other arbitrary divisions that don't make sense to me. In particular, the separation between OBJS-

Merge OBJS-common,-md,-archive

2011-05-20 Thread Michael Matz
Hi, On Fri, 20 May 2011, Joseph S. Myers wrote: > (Apart from the arbitrary division between GCC_OBJS and the xgcc link > rule, mentioned above, there are other arbitrary divisions that don't > make sense to me. In particular, the separation between OBJS-common, > OBJS-md and OBJS-archive, al