Re: merging from gcc
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "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. Tom