This is the mail archive of the gcc-help@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]

Re: Similarities between gcc and binutils


NightStrike wrote:

> I recently submitted my first bug and patch to gcc
> (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32532), and it dealt with
> an unused variable in libiberty/argv.c.  I just found out that the
> same condition exists at the same line in the same file for binutils.
> Are these files supposed to be in sych somehow?  Am I supposed to
> submit the bug to both products?

No.  The gcc copy of libiberty is the master; whoever commits the patch
to the gcc tree is supposed to commit it to the src tree too at the same
time (or find someone to do it for them.)

Brian


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