Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-03-24 | fix setting of target_alias when using config.guess (fixes PR config/2422) | David D. Zuhn | 2 | -1/+6 | |
1993-03-24 | * gdb.t31/gdbme.ch: Re-enable code that previously caused | Fred Fish | 1 | -0/+9 | |
compiler to coredump. * gdb.t31/chillvars.exp: Re-enable tests that depend on that code. | |||||
1993-03-24 | add installcheck & dvi | David D. Zuhn | 1 | -0/+4 | |
1993-03-24 | update dvi & info targets | David D. Zuhn | 1 | -0/+5 | |
1993-03-24 | mipsbsd renaming, libbfd optimization fixes | Ken Raeburn | 1 | -0/+11 | |
1993-03-24 | turn on file-position optimizations again | Ken Raeburn | 1 | -1/+1 | |
1993-03-24 | disable position-caching code for now | Ken Raeburn | 1 | -1/+1 | |
1993-03-24 | fix some (not all) bugs in previous changes | Ken Raeburn | 1 | -8/+17 | |
1993-03-24 | *** empty log message *** | Roland Pesch | 1 | -0/+4 | |
1993-03-24 | Formatting updates from progressive. | Roland Pesch | 2 | -22/+28 | |
1993-03-23 | aout-mipsbsd -> mipsbsd | Ken Raeburn | 2 | -4/+4 | |
1993-03-23 | delete non-mips-related code | Ken Raeburn | 1 | -67/+16 | |
1993-03-23 | rename for <=14 chars | Ken Raeburn | 1 | -0/+20 | |
1993-03-23 | Eek, a bug! | Ken Raeburn | 1 | -1/+1 | |
Position 0 means no-movement for SEEK_CUR ... not for SEEK_SET. | |||||
1993-03-23 | oops, left some debug code in | Ken Raeburn | 1 | -1/+1 | |
1993-03-23 | * gdb.t31/gdbme.ch: Comment out code that causes chill compiler | Fred Fish | 1 | -0/+9 | |
coredump. * gdb.t31/chillvars.exp: Comment out tests that depend on that code. | |||||
1993-03-23 | Moved the hacked unexport line so that it is not the first target. | Ian Lance Taylor | 1 | -5/+7 | |
1993-03-23 | Move the hacked unexport line so that it does not become the first | Ian Lance Taylor | 1 | -5/+7 | |
target. | |||||
1993-03-23 | FILE_OFFSET_IS_CHAR_INDEX changes to libbfd.c and hosts/sparc.h | Ken Raeburn | 1 | -0/+11 | |
1993-03-23 | libbfd.c: Maintain `where' field of BFD with current position while BFD is | Ken Raeburn | 2 | -35/+56 | |
in use. If FILE_OFFSET_IS_CHAR_INDEX, assume arithmetic can be done on it, and ignore SEEK_SET requests that move to the current position. hosts/sparc.h: Define FILE_OFFSET_IS_CHAR_INDEX. | |||||
1993-03-23 | updated for obj-bfd-sunos, ho-decst* changes | Ken Raeburn | 1 | -3/+1 | |
1993-03-23 | (do_relocs_for): Don't allocate storage or process relocs if there aren't any | Ken Raeburn | 1 | -64/+77 | |
relocs to process. Avoids malloc/free bug on SCO too. | |||||
1993-03-23 | rename for <=14 chars | Ken Raeburn | 1 | -0/+0 | |
1993-03-23 | unused; deleted | Ken Raeburn | 2 | -143/+0 | |
1993-03-23 | since bfd vers is > 2.0, make doc say so also | Ken Raeburn | 1 | -0/+6 | |
1993-03-23 | add X11 directory support | David D. Zuhn | 1 | -0/+5 | |
1993-03-23 | add dvi & installcheck | David D. Zuhn | 1 | -0/+18 | |
1993-03-23 | * symtab.h (struct linetable_entry): Remove confusing comment. | John Gilmore | 2 | -29/+140 | |
1993-03-23 | add installcheck | David D. Zuhn | 6 | -2/+16 | |
1993-03-23 | add installcheck target | David D. Zuhn | 2 | -0/+5 | |
1993-03-23 | add installcheck | David D. Zuhn | 2 | -4/+9 | |
1993-03-23 | Add h8500-tdep.c. | Fred Fish | 1 | -0/+1 | |
1993-03-23 | Remove mt-unix sanitization, there is no mt-unix here. | Fred Fish | 1 | -11/+0 | |
1993-03-23 | Update for current files. | Fred Fish | 1 | -2/+7 | |
1993-03-23 | Tweak list of files to keep. | Fred Fish | 1 | -1/+0 | |
1993-03-23 | Add .Sanitize files for new directories. | Fred Fish | 16 | -0/+652 | |
1993-03-23 | Update to match new config directory structure. | Fred Fish | 1 | -111/+28 | |
1993-03-23 | Remove files that moved to config/ and config/<cpu>. | Fred Fish | 1 | -137/+0 | |
1993-03-23 | Update for h8500-dis.c. (Avoid Sun Make vpath bug) | John Gilmore | 2 | -0/+5 | |
1993-03-23 | * nm-*, xm-*, tm-*: All native, host, and target files, which | Fred Fish | 140 | -16774/+0 | |
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. | |||||
1993-03-23 | * config/{*.mt, *.mh}: All target and host makefile fragment | Fred Fish | 210 | -0/+12724 | |
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. | |||||
1993-03-23 | * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k, | Fred Fish | 118 | -802/+151 | |
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. | |||||
1993-03-23 | * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k, | Fred Fish | 8 | -276/+418 | |
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-23 | Update to Draft D1.2.1: add membar mask names and ASI names. | Jim Wilson | 1 | -0/+6 | |
1993-03-22 | configure has embedded tabs, which I accidentially nuked | David D. Zuhn | 1 | -9/+11 | |
1993-03-22 | fix whitespace | David D. Zuhn | 1 | -1/+1 | |
1993-03-22 | * coff-mips.c (ecoff_set_symbol_info): Relocate encapsulated stabs | Ian Lance Taylor | 1 | -0/+5 | |
if the type is not stNil. | |||||
1993-03-22 | * config/tc-mips.c (macro): Use $AT for any floating point load. | Ian Lance Taylor | 2 | -1/+5 | |
Also get the debugging information right in obj-ecoff.c. | |||||
1993-03-22 | * mipsread.c (compare_blocks): Sort blocks with the same start | Ian Lance Taylor | 2 | -1/+6 | |
address by decreasing ending address. | |||||
1993-03-22 | * mipsread.c (parse_procedure, parse_partial_symbols): bug fixes. | Peter Schauer | 1 | -0/+9 | |