This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: merging from gcc


>>>>> "Doug" == Doug Evans <dje@google.com> 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


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