Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for just completed file renamings. | Fred Fish | 1993-03-30 | 1 | -4/+5 |
| | |||||
* | * alldeps.mak, configure.in, i860-break.h, i860-opcode.h, | Fred Fish | 1993-03-25 | 1 | -6/+0 |
| | | | | | | i860-pinsn.c, i860-tdep.c, config/i860/*: Remove incomplete i860 support that can't be integrated anyway due to lack of clear authorship. | ||||
* | * Makefile.in: Numerous small changes to macro definitions | Fred Fish | 1993-03-25 | 1 | -145/+135 |
| | | | | | | | and rules for building gdb distribution tree. Many macros eliminated or merged, and rules simplified. * alldeps.mak: Update. * depend: Update. | ||||
* | * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k, | Fred Fish | 1993-03-23 | 1 | -232/+258 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Revised Standard Version from the upcoming GDB release. | John Gilmore | 1993-02-16 | 1 | -14/+32 |
| | |||||
* | * Makefile.in: Remove dependancies for 29k-share/dfe/yank.o and | Stu Grossman | 1992-11-12 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Add 29k-UDI stuff back in... | Stu Grossman | 1992-11-06 | 1 | -2/+15 |
| | |||||
* | * alldeps.mak, depend: Update. | Stu Grossman | 1992-10-22 | 1 | -22/+20 |
| | |||||
* | * Makefile.in alldeps.mak depend: Rip out 29k/udi pending | Stu Grossman | 1992-10-08 | 1 | -12/+11 |
| | | | | resolution of copyright issues. | ||||
* | * Makefile.in: Remove inftarg.[co], since it is now included via | John Gilmore | 1992-09-26 | 1 | -22/+25 |
| | | | | | | | 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. | ||||
* | * alldeps.mak, depend: Update. | Stu Grossman | 1992-07-14 | 1 | -14/+27 |
| | |||||
* | * alldeps.mak: Rebuild to account for new files. | Stu Grossman | 1992-06-08 | 1 | -0/+3 |
| | | | | | * config/st2000.mt: Use tm-st2000.h, not tm-68k.h. * tm-st2000.h: New file. | ||||
* | * alldeps.mak, depend: re-make to account for ser-*.c. | Stu Grossman | 1992-05-18 | 1 | -0/+7 |
| | |||||
* | * Makefile.in: Add 29k/UDI support. Improve depend. | Stu Grossman | 1992-04-24 | 1 | -1/+8 |
| | | | | * .Sanitize, alldeps.mak, configure.in, depend: Add 29k/UDI support. | ||||
* | alldeps.mak and depend once again! | Stu Grossman | 1992-04-10 | 1 | -104/+108 |
| | |||||
* | * ecoff.c: Move to ../bfd/coff-msym.c. | John Gilmore | 1992-03-06 | 1 | -0/+2 |
| | | | | * config/mt-*mips: Remove ecoff.o from the configuration. | ||||
* | Update `dependency' files so that Make will build the right things at | John Gilmore | 1992-02-27 | 1 | -2/+21 |
| | | | | the right times. | ||||
* | Update checked-in copy for convenience. (FSF releases build their own.) | John Gilmore | 1991-11-21 | 1 | -87/+112 |
| | |||||
* | Update these for new modules and new inclusions. | John Gilmore | 1991-09-13 | 1 | -1/+11 |
| | |||||
* | Remove config.gdb. Restore alldeps.mak, depend, and expread.tab.c | John Gilmore | 1991-07-31 | 1 | -0/+4 |
| | | | | to the RCS archives. Update .Sanitize for this. | ||||
* | Final versions used to make gdb-3.95 release. | John Gilmore | 1991-05-20 | 1 | -2/+8 |
| | |||||
* | configure changes and -opcode.h movement. | K. Richard Pixley | 1991-05-19 | 1 | -2/+0 |
| | |||||
* | Saber C (lint) cleanups, and a few bug fixes. See ChangeLog. | John Gilmore | 1991-05-04 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Jim Kingdon | 1991-04-26 | 1 | -5/+7 |
| | |||||
* | Johns release | K. Richard Pixley | 1991-03-28 | 1 | -0/+196 |