Re: merging from gcc
Doug Evans <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CADPb22QzLvY=ForGAhqoYO_6dC8xAPx41jZbBpHCKCVVQDq3bQ@mail.gmail.com> |
On Fri, Nov 8, 2013 at 10:41 AM, Tom Tromey <[email protected]> wrote: >>>>>> "Doug" == Doug Evans <[email protected]> writes: > > Doug> Do you know if it's written down anywhere exactly what is copied? > Doug> I know $src/include isn't (or wasn't) just a blanket copy, and can > Doug> never remember > Doug> the details, and am curious if anything has changed in The New World. > > @files = ("Makefile.tpl", "Makefile.def", "Makefile.in", > "configure.ac", "configure", "config", "install-sh", > "missing", "depcomp", "config.guess", "config.sub", > "compile", "ylwrap", "config.rpath", "ltgcc.m4", > "ltmain.sh", "ltoptions.m4", "ltsugar.m4", "ltversion.m4", > "lt~obsolete.m4"); > > $dir_rx = qr,^(libiberty|include|intl|libdecnumber)/,; > > > Files in "include" are then checked for existence in binutils-gdb.git. Thanks. I added something here. https://sourceware.org/gdb/wiki/GDBAdministrivia I'm happy to enhance it or just replace it with a link if it's already documented elsewhere.