aboutsummaryrefslogtreecommitdiff
path: root/gdb/depend
AgeCommit message (Collapse)AuthorFilesLines
1993-06-23Makefile reworkK. Richard Pixley1-704/+0
1993-06-22 * Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, sinceFred Fish1-9/+9
bfd.h is included by target.h, which most of gdb includes. * depend: Hand remove BFD_INCLUDES from ${CC} lines, now that it's in INCLUDE_CFLAGS.
1993-06-21Bfd.h is now back in BFD_OBJ_DIR, update by hand to match pending Rich'sFred Fish1-105/+105
changes...
1993-06-17hand-editedJim Kingdon1-108/+108
1993-06-16 * Makefile.in (depend): More makefile diddling.Fred Fish1-479/+537
* alldeps.mak, depend: Update to latest automatically built versions.
1993-06-16 * Makefile.in (depend): Bfd.h keeps moving, keep up with it.Fred Fish1-131/+130
* alldeps.mak, depend: Update to latest automatically built versions.
1993-06-10 * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.cJim Kingdon1-2/+2
depend: Updated accordingly.
1993-06-08 * Makefile.in (depend): More sed gubbish to deal withStu Grossman1-105/+105
../bfd/bfd.h being generated during the build. * depend: Re-done with corrected makefile.
1993-06-07 * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.Fred Fish1-110/+115
* Makefile.in (BFD_OBJ_DIR): New definition for the bfd build directory to find automatically generated header files and library. * Makefile.in (BFD_LIB): Use BFD_OBJ_DIR. * Makefile.in (LINTFLAGS): Include BFD_OBJ_DIR. * Makefile.in (saber_gdb): Include BFD_OBJ_DIR. * Makefile.in (depend): Include BFD_OBJ_DIR in gcc args. * Makefile.in (paread.o, xcoffexec.o): Remove, now in depend. * depend, alldeps.mak: Rebuild after Makefile.in changes.
1993-06-05Remove # from config/m68k/isi.h:XDEPFILES. This causes alldeps.mak to mostlyStu Grossman1-43/+429
get commented out. depend and alldeps.mak are much more complete now.
1993-06-03 * Makefile.in: Remove ser-tcp.[co]. (Use XDEPFILES instead.)Stu Grossman1-844/+195
* alldeps.mak, depend: Rebuild to account for ser-tcp. * config/sparc/sun4os4.mh: Add ser-tcp to XDEPFILES.
1993-05-22Remove <<<< stuff from CVS. Not sure how it got hereJim Kingdon1-9/+0
1993-05-21Renamed the udi "sun"-host file to a "unix"-host file. These are necessarySean Eric Fagan1-2/+11
support changes.
1993-05-18 * Makefile.in (depend): Put "${srcdir}" in generated dependenciesJim Kingdon1-488/+763
if srcdir is not ".". Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it. (INCLUDE_CFLAGS): Remove BFD_DIR and READLINE_DIR. * depend: Update to latest automatically built version.
1993-05-05Update again to latest automatically generated version.Fred Fish1-3/+0
1993-05-05 * Makefile.in (VERSION): Bump to 4.8.5Fred Fish1-4/+155
* Makefile.in (INCLUDE_CFLAGS): Add BFD_DIR and READLINE_DIR directories to include search path. * Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS): Clean up whitespace. * Makefile.in (depend): For gcc -MM line, use INTERNAL_CFLAGS * Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o, elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o, xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o, udr.o, udip2soc.o): Remove explicit rules, use the ones that are automatically generated in "depend". * Makefile.in (paread.o): Document why a dependency doesn't get automatically generated in "depend" and leave this explicit rule in for now (FIXME). * depend: Update to latest automatically generated version.
1993-05-04 * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c.Fred Fish1-5/+2
* Makefile.in (SFILES): Add ${srcdir}/putenv.c. * depend: Update to latest automatically built version.
1993-04-30 * alldeps.mak, depend: Update with latest automatically builtFred Fish1-431/+464
versions.
1993-04-16 * depend, alldeps.mak: Update, now that gcc -MM bug is fixed.Fred Fish1-2/+44
1993-04-06Update with latest build dependencies.Fred Fish1-10/+13
1993-03-30Update for just completed file renamings.Fred Fish1-9/+13
1993-03-25 * Makefile.in: Numerous small changes to macro definitionsFred Fish1-0/+4
and rules for building gdb distribution tree. Many macros eliminated or merged, and rules simplified. * alldeps.mak: Update. * depend: Update.
1993-03-23 * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,Fred Fish1-23/+56
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax, z8k}: New directories to hold cpu specific configuration files. Naming follows gcc convention. * config/{*.mt, *.mh}: All target and host makefile fragment config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory. * nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h: Native, host, and target files that are common across more than one cpu architecture and included by one of the configured native, host, or target files, get moved to config directory. * Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to pick up native, host, or target include files moved to one of the config subdirectories, and that are included by other files. * Makefile.in (alldeps.mak): Modify to account for new config directory structure. * alldeps.mak, depend: Update for new config directory structure. * config/*/[ntx]m-*.h: Modify all files that include other [ntx]m-*.h files to use path relative to gdb/config. I.E. "a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just "tm-29k.h". * remote-eb.c (tm-29k.h): Include a29k/tm-29k.h. * mipsread.c (tm-mips.h): Include mips/tm-mips.h. * i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h. * configure.in: Default gdb_host_cpu to host_cpu, and remap the ones where the default is not unique or different than the config subdirectory name. Similarly, handle gdb_target_cpu. Modify configure.in as appropriate to make use of gdb_host_cpu and gdb_target_cpu to find makefile fragments and make links.
1993-03-19 * ieee-float.c: Moved to ../libiberty.Per Bothner1-7/+5
* ieee-float.h: Moved to ../include. * Makefile.in: Update accordingly. * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn): Convert to stubs that call disassemblers in ../opcodes/*-dis.c. * m68k-tdep.c: Removed definition of ext_format ext_format_68881; it is now in ../opcodes/m68881-ext.c. * mips-tdep.c (mips_skip_prologue): Try to skip more of the prologue (some callers _do_ care). * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to new interface of ../opcodes/*-dis.c. * ch-exp.y: Add #include <ctype.h>.
1993-02-16Revised Standard Version from the upcoming GDB release.John Gilmore1-52/+81
1992-12-10Update dependencies after deleting files.John Gilmore1-64/+11
1992-11-12* Makefile.in: Remove dependancies for 29k-share/dfe/yank.o andStu Grossman1-8/+0
29k-share/dfe/mini2udi.o. * config/a29k-udi.mt: Remove yank.o and mini2udi.o. * alldeps.mak, depend: Update to deal with removal of aforementioned files. * remote-udi.c: Major cleanups. Clean up udi_open and drop requirement for useless 'program' argument. Clean up udi_create_inferior, and udi_load to call common download() routine. Create download routine to load remote hosts directly (with the help of BFD) so that we don't need yank.c and mini2udi.c. Fix udi_detach to call UDIDisconnect with the right arguments. Clean up udi_resume, don't assign tip_error twice. Clean up udi_wait, straighten out status codes. Make udi_kill really work.
1992-11-06* Makefile.in (depend): Add nm.h to the list of things to fixup.Stu Grossman1-4/+4
* depend: Redo, to fixup nm.h problems with *-tab.c files.
1992-11-06Add 29k-UDI stuff back in...Stu Grossman1-128/+150
1992-10-22 * alldeps.mak, depend: Update.Stu Grossman1-30/+39
1992-10-08* Makefile.in alldeps.mak depend: Rip out 29k/udi pendingStu Grossman1-22/+12
resolution of copyright issues.
1992-09-26* Makefile.in: Remove inftarg.[co], since it is now included viaJohn Gilmore1-376/+350
config/*.mh files. * config/*.mh: Add inftarg.o and fork-child.o to all *.mh that reference infptrace.o. Add fork-child.o to all *.mh that reference procfs.o.
1992-08-31 * cplus-dem.c, demangle.h: Moved to ../libiberty and ../include,Per Bothner1-335/+380
respectively, so same demangler can be used by other programs. * Makefile.in: Remove demangler stuff. * Makefile.in (depend): Pass -I../readline (needed for main.c). * demangle.c (_initialize_demangler): Tell demangler which CPLUS_MARKER to assume.
1992-07-23Support OSE.David Henkel-Wallace1-0/+4
1992-07-14* alldeps.mak, depend: Update.Stu Grossman1-35/+40
1992-06-09Oops, forgot depend!Stu Grossman1-1/+6
1992-05-18* alldeps.mak, depend: re-make to account for ser-*.c.Stu Grossman1-288/+327
1992-04-24* Makefile.in: Add 29k/UDI support. Improve depend.Stu Grossman1-4/+20
* .Sanitize, alldeps.mak, configure.in, depend: Add 29k/UDI support.
1992-04-22Remove now obsolete signame.c and signame.h; functionality is handled byFred Fish1-5/+4
libiberty/strsignal.c. Widespread changes to use libiberty/strerror.c functions for errno manipulations and libiberty/strsignal.c for signo (signals) manipulations.
1992-04-10alldeps.mak and depend once again!Stu Grossman1-322/+273
1992-04-10One more time...Stu Grossman1-308/+328
1992-03-15Globs of changes. See the ChangeLog for details. Most related toFred Fish1-6/+1
using the new mmalloc package.
1992-03-06Remove sym.h and symconst.h from 'depend'.John Gilmore1-1/+1
1992-03-06* ecoff.c: Move to ../bfd/coff-msym.c.John Gilmore1-10/+8
* config/mt-*mips: Remove ecoff.o from the configuration.
1992-02-27Update `dependency' files so that Make will build the right things atJohn Gilmore1-266/+306
the right times.
1992-01-24Convert the couple of references to the local (now removed) versionFred Fish1-2/+2
of ansidecl.h to use the ../include version.
1991-12-27More changes, mostly cleanups from the last set.Per Bothner1-7/+8
Made some more progress in removing duplicate assembly opcode files. More improvements to how mipsread and to a lesser extent dbxread work. See the ChangeLog for details.
1991-12-23Oodles of changes. The most important is adding support for stabsPer Bothner1-9/+10
encapsulated in mips ecoff. See ChangeLog for the gory details.
1991-12-07Update for 4.3.John Gilmore1-296/+260
1991-12-01 Changes due to include file renaming:Steve Chamberlain1-260/+297
* xcoffread.c: internalcoff.h ->coff/internal.c, coff-rs6000.h ->coff/rs6000.h * mipsread.c: coff-mips.h ->coff/mips.h * elfread.c: elf-common.h ->elf/common.h elf-external.h ->elf/external.h, elf-internal.h ->elf/internal.h * dwarfread.c dwarf.h ->elf/dwarf.h * dbxread.c: aout64.h ->aout/aout64.h stab.gnu.h ->aout/stab_gnu.h * coffread.c: internalcoff.h ->coff/internal.h * buildsym.c: stab.gnu.h ->aout/stab_gnu.h * depend Updated to take the above into account.