aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-03-24fix setting of target_alias when using config.guess (fixes PR config/2422)David D. Zuhn2-1/+6
1993-03-24 * gdb.t31/gdbme.ch: Re-enable code that previously causedFred Fish1-0/+9
compiler to coredump. * gdb.t31/chillvars.exp: Re-enable tests that depend on that code.
1993-03-24add installcheck & dviDavid D. Zuhn1-0/+4
1993-03-24update dvi & info targetsDavid D. Zuhn1-0/+5
1993-03-24mipsbsd renaming, libbfd optimization fixesKen Raeburn1-0/+11
1993-03-24turn on file-position optimizations againKen Raeburn1-1/+1
1993-03-24disable position-caching code for nowKen Raeburn1-1/+1
1993-03-24fix some (not all) bugs in previous changesKen Raeburn1-8/+17
1993-03-24*** empty log message ***Roland Pesch1-0/+4
1993-03-24Formatting updates from progressive.Roland Pesch2-22/+28
1993-03-23aout-mipsbsd -> mipsbsdKen Raeburn2-4/+4
1993-03-23delete non-mips-related codeKen Raeburn1-67/+16
1993-03-23rename for <=14 charsKen Raeburn1-0/+20
1993-03-23Eek, a bug!Ken Raeburn1-1/+1
Position 0 means no-movement for SEEK_CUR ... not for SEEK_SET.
1993-03-23oops, left some debug code inKen Raeburn1-1/+1
1993-03-23 * gdb.t31/gdbme.ch: Comment out code that causes chill compilerFred Fish1-0/+9
coredump. * gdb.t31/chillvars.exp: Comment out tests that depend on that code.
1993-03-23Moved the hacked unexport line so that it is not the first target.Ian Lance Taylor1-5/+7
1993-03-23Move the hacked unexport line so that it does not become the firstIan Lance Taylor1-5/+7
target.
1993-03-23FILE_OFFSET_IS_CHAR_INDEX changes to libbfd.c and hosts/sparc.hKen Raeburn1-0/+11
1993-03-23libbfd.c: Maintain `where' field of BFD with current position while BFD isKen Raeburn2-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-23updated for obj-bfd-sunos, ho-decst* changesKen Raeburn1-3/+1
1993-03-23(do_relocs_for): Don't allocate storage or process relocs if there aren't anyKen Raeburn1-64/+77
relocs to process. Avoids malloc/free bug on SCO too.
1993-03-23rename for <=14 charsKen Raeburn1-0/+0
1993-03-23unused; deletedKen Raeburn2-143/+0
1993-03-23since bfd vers is > 2.0, make doc say so alsoKen Raeburn1-0/+6
1993-03-23add X11 directory supportDavid D. Zuhn1-0/+5
1993-03-23add dvi & installcheckDavid D. Zuhn1-0/+18
1993-03-23* symtab.h (struct linetable_entry): Remove confusing comment.John Gilmore2-29/+140
1993-03-23add installcheckDavid D. Zuhn6-2/+16
1993-03-23add installcheck targetDavid D. Zuhn2-0/+5
1993-03-23add installcheckDavid D. Zuhn2-4/+9
1993-03-23Add h8500-tdep.c.Fred Fish1-0/+1
1993-03-23Remove mt-unix sanitization, there is no mt-unix here.Fred Fish1-11/+0
1993-03-23Update for current files.Fred Fish1-2/+7
1993-03-23Tweak list of files to keep.Fred Fish1-1/+0
1993-03-23Add .Sanitize files for new directories.Fred Fish16-0/+652
1993-03-23Update to match new config directory structure.Fred Fish1-111/+28
1993-03-23Remove files that moved to config/ and config/<cpu>.Fred Fish1-137/+0
1993-03-23Update for h8500-dis.c. (Avoid Sun Make vpath bug)John Gilmore2-0/+5
1993-03-23 * nm-*, xm-*, tm-*: All native, host, and target files, whichFred Fish140-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 fragmentFred Fish210-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 Fish118-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 Fish8-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-23Update to Draft D1.2.1: add membar mask names and ASI names.Jim Wilson1-0/+6
1993-03-22configure has embedded tabs, which I accidentially nukedDavid D. Zuhn1-9/+11
1993-03-22fix whitespaceDavid D. Zuhn1-1/+1
1993-03-22 * coff-mips.c (ecoff_set_symbol_info): Relocate encapsulated stabsIan Lance Taylor1-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 Taylor2-1/+5
Also get the debugging information right in obj-ecoff.c.
1993-03-22 * mipsread.c (compare_blocks): Sort blocks with the same startIan Lance Taylor2-1/+6
address by decreasing ending address.
1993-03-22 * mipsread.c (parse_procedure, parse_partial_symbols): bug fixes.Peter Schauer1-0/+9