aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-01-29checkpointDoug Evans1-41/+135
1998-01-29checkpointDoug Evans1-6/+128
1998-01-29checkpointDoug Evans1-26/+144
1998-01-29 * cgen.sh: Portably read parms past $9.Doug Evans1-0/+4
1998-01-29txvu support moved into mips [as dvp]Doug Evans2-419/+0
1998-01-29rebuildIan Lance Taylor1-7/+294
1998-01-29 * dvp/dvp.exp: New file.Doug Evans1-22/+7
* dvp/{basic-1,br-1,upper-1,lower-1,pke-1}.[sd]: New testcases.
1998-01-29fix typoDoug Evans2-2/+2
1998-01-29Sanitization fixes.Nick Clifton1-1/+7
1998-01-29Fix determination of when two instructions can be combined in parallel.Nick Clifton2-12/+17
1998-01-28Print compare bits in human readible formMichael Meissner4-8/+146
1998-01-28don't build gdb for dvp-elfDoug Evans1-1/+6
1998-01-28 Suggested by Chris Walter <walter@budoe.bu.edu>:Stan Shebs3-9/+16
* dwarfread.c (set_cu_language): Recognize Fortran. * dwarf2read.c (set_cu_language): Ditto. (read_array_type): Fix language test.
1998-01-28Wed Jan 28 17:43:02 1998 J.J. van der Heijden ↵Ian Lance Taylor1-0/+5
<J.J.vanderHeijden@student.utwente.nl> * objcopy.c (copy_archive): Only pass one argument to mkdir if _WIN32 but not __CYGWIN32__. (smart_rename): Add code for _WIN32 (not __CYGWIN32__), to cope with different rename behaviour and lack of chown.
1998-01-28Wed Jan 28 17:45:46 1998 Ian Lance Taylor <ian@cygnus.com>Ian Lance Taylor5-782/+338
* configure.in: Remove vfork check. * nlmconv.c: Never include vfork.h. * aclocal.m4, configure, Makefile.in, config.in: Rebuild. * configure.in: Check for mingw32 when deciding whether to build dlltool.
1998-01-28Wed Jan 28 17:43:02 1998 J.J. van der Heijden ↵Ian Lance Taylor1-77/+97
<J.J.vanderHeijden@student.utwente.nl> * dlltool.c: Never include vfork.h. (run): Use pexecute rather than vfork. (gen_lib_file): Check for errors from bfd_set_archive_head and bfd_close. Close all the BFDs in the archive before deleting the temporary files.
1998-01-28Added "--nowarnswap" option for suppressing "Swapping instructions" warnings.Bill Moyer3-16/+10
1998-01-28* emulparams/elf64_sparc.sh (ELFSIZE): 64Richard Henderson1-0/+6
(TEXT_START_ADDR): Round off, since SIZEOF_HEADERS is added later. (DATA_PLT): Needed by v9 abi.
1998-01-28update copyright dateDoug Evans1-1/+1
1998-01-28 * dvp-dis.c, dvp-opc.c: New files.Doug Evans10-3006/+49
* configure.in: Compile them if bfd_dvp_arch, as well as mips. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo. (dvp-dis.lo,dvp-opc.lo): Add rules for. (mips-dis.lo): Compile with @archdefs@. * Makefile.in: Regenerate. * disassemble.c: Define ARCH_mips ifdef ARCH_dvp. * mips-dis.c (print_insn_little_mips): Check for DVP insns. plus delete old txvu stuff
1998-01-28Wed Jan 28 16:41:19 1998 J.J. van der Heijden ↵Ian Lance Taylor3-86/+98
<J.J.vanderHeijden@student.utwente.nl> * configure.in (i386-*-mingw32*): New target. * configure: Rebuild.
1998-01-28spacing fixIan Lance Taylor1-1/+1
1998-01-28Wed Jan 28 16:37:27 1998 J.J. van der Heijden ↵Ian Lance Taylor2-2/+7
<J.J.vanderHeijden@student.utwente.nl> * configure.tgt (i[3456]86-*-mingw32*): New entry.
1998-01-28 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32Ian Lance Taylor1-1/+1
host.
1998-01-28Wed Jan 28 12:51:08 1998 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-0/+6
* blockframe.c (generic_frame_chain_valid): A frame pointer may be valid if it is equal to the frame pointer of its caller (ie. not necessarily strictly INNER_THAN). Allows frameless functions.
1998-01-28 * scripttempl/elf.sc: Only include linkonce sections in finalIan Lance Taylor1-0/+5
sections when relocating.
1998-01-28 * ld.texinfo (Options): Add a brief description of the types ofIan Lance Taylor1-0/+3
information included in a link map.
1998-01-28 * configure.tgt (dvp-*-*): Recognize.Doug Evans3-12/+11
1998-01-28delete txvu stuff, building mips files nowDoug Evans2-10/+0
1998-01-28 * symbols.c (resolve_symbol_value): Don't set the segment if itIan Lance Taylor1-0/+3
hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
1998-01-28delete txvuelf.sh, generating mips files nowDoug Evans2-16/+0
1998-01-28 * configure.in: Add dvp-elf support.Doug Evans2-1/+8
* config.sub: Recognize dvp cpu.
1998-01-28 * config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument toIan Lance Taylor2-1/+6
S_GET_SEGMENT.
1998-01-28 * monitor.c (monitor_vsprintf): New function to handleMark Alexander2-9/+18
printing of large addresses using %A format specifier. (monitor_printf_noecho, monitor_printf): Use monitor_vsprintf instead of vsprintf. * dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx to print addresses.
1998-01-28 * ld.texinfo (Options): Mention LDEMULATION in description of -m.Ian Lance Taylor2-6/+25
(Environment): Mention LDEMULATION.
1998-01-28checkpointDoug Evans1-35/+59
1998-01-28 * ld.texinfo (Options): Clarify --export-dynamic a bit.Ian Lance Taylor2-28/+252
1998-01-28Wed Jan 28 13:54:50 1998 Pat Rankin <rankin@eql.caltech.edu>Ian Lance Taylor2-3/+9
as.h (unlink): Reverse 13-Feb-97 change; use of unlink vs remove depends upon HAVE_{UNLINK,REMOVE} values rather than host compiler.
1998-01-28 * config/obj-coff.h (RESOLVE_SYMBOL_REDEFINITION): Define.Ian Lance Taylor2-0/+16
1998-01-28 * config.bfd, configure.in: Add dvp support.Doug Evans12-168/+204
* configure: Regenerate. * aclocal.m4: Regenerate. * archures.c, reloc.c, cpu-mips.c: Add dvp support. * bfd-in2.h, libbfd.h, libcoff.h: Regenerate. plus delete old txvu stuff, dvp generates mips files now
1998-01-28 * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if weIan Lance Taylor2-4/+13
have a bfd_object.
1998-01-28txvu renamed to dvpDoug Evans1-2/+2
1998-01-28txvu renamed to dvp, so files moved to ../dvpDoug Evans10-515/+0
1998-01-28Added --nowarnswap arg to suppress "Swapping instructions" warning.Bill Moyer4-7/+48
1998-01-28 * configure.in: Add dvp support.Doug Evans3-56/+10
* configure: Regenerate. * config/tc-dvp.[ch]: New files. And delete old txvu stuff.
1998-01-28Report combined alignment and size overflow errors.Nick Clifton1-0/+5
1998-01-28 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32Ian Lance Taylor1-0/+5
and mingw32.
1998-01-28txvu.h renamed to dvp.hDoug Evans3-358/+3
1998-01-28Display instruction when an insertion error is encountered.Nick Clifton2-106/+126
1998-01-28txvu.h deleted in favor of generating mips filesDoug Evans3-49/+130