aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-07-22Tue Jul 22 18:38:56 1997 Robert Hoehne ↵Ian Lance Taylor3-63/+68
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * configure.in (i386-*-msdosdjgpp*): New target. (i386-*-go32*): Set em to go32 and targ to coffgo32. * configure: Rebuild.
1997-07-22Tue Jul 22 18:38:56 1997 Robert Hoehne ↵Ian Lance Taylor1-0/+6
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * config/te-go32.h (USE_ALIGN_PTWO): Define. * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is defined, use s_align_ptwo for .align.
1997-07-22Tue Jul 22 17:19:45 1997 Robert Hoehne ↵Ian Lance Taylor1-0/+2
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * config.bfd (i[3456]86-*-msdosdjgpp*): New target. (i[3456]86-*-go32*): Change to be like new msdosdjgpp*.
1997-07-22Tue Jul 22 17:19:45 1997 Robert Hoehne ↵Ian Lance Taylor8-17/+640
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * coff-stubgo32.c: New file. * go32stub.h: New file. * coff-i386.c: If COFF_GO32_EXE, include coff/go32exe.h. * targets.c (go32stubbedcoff_vec): Declare. (bfd_target_vector): Add go32stubbedcoff_vec. * configure.in (go32coff_vec): New target vector. (go32stubbedcoff_vec): Likewise. * Makefile.in: Rebuild dependencies. (BFD32_BACKENDS): Add coff-stubgo32.o. (BFD32_BACKENDS_CFILES): Add coff-stubgo32.c. (HFILES): Add go32stub.h.
1997-07-22Tue Jul 22 18:18:58 1997 Robert Hoehne ↵Ian Lance Taylor2-0/+21
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * go32exe.h: New file.
1997-07-22Add tix to gdbtkMartin Hunt1-1/+1
1997-07-22 * nlmconv.c (link_inputs): Call libiberty pexecute function.Ian Lance Taylor1-0/+5
(pexecute) [multiple versions]: Remove.
1997-07-22 * libiberty.h (PEXECUTE_*): Define.Ian Lance Taylor1-0/+5
(pexecute, pwait): Declare.
1997-07-22Tue Jul 22 17:19:45 1997 Robert Hoehne ↵Ian Lance Taylor2-7/+63
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * coffswap.h (coff_swap_filehdr_in): Invoke COFF_ADJUST_FILEHDR_IN_PRE and COFF_ADJUST_FILEHDR_IN_POST if they are defined. (coff_swap_filehdr_out): Invoke COFF_ADJUST_FILEHDR_OUT_PRE and COFF_ADJUST_FILEHDR_OUT_POST if they are defined. (coff_swap_aux_in): Invoke COFF_ADJUST_AUX_IN_PRE and COFF_ADJUST_AUX_IN_POST if they are defined. (coff_swap_aux_out): Invoke COFF_ADJUST_AUX_OUT_PRE and COFF_ADJUST_AUX_OUT_POST if they are defined. (coff_swap_scnhdr_in): Invoke COFF_ADJUST_SCNHDR_IN_PRE and COFF_ADJUST_SCNHDR_IN_POST if they are defined. (coff_swap_scnhdr_out): Invoke COFF_ADJUST_SCNHDR_OUT_PRE and COFF_ADJUST_SCNHDR_OUT_POST if they are defined.
1997-07-22Pulling changes over from tx39 branchMichael Snyder2-42/+3
1997-07-22Cleaning up mips tx39 sanitization.Michael Snyder1-3/+6
1997-07-22Tue Jul 22 16:19:34 1997 Robert Hoehne ↵Ian Lance Taylor2-5/+97
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * bucomm.c (make_tempname): If we might be using a DOS filesystem, check for a backslash as well as a slash.
1997-07-22 * config/tc-sparc.c (last_opcode): New static local.David Edelsohn1-13/+34
(md_assemble): Don't issue "FP branch in delay slot" warning if the delay slot has been annulled.
1997-07-22 * config/tc-sparc.c (last_opcode): New static local.David Edelsohn1-0/+6
(md_assemble): Don't issue "FP branch in delay slot" warning if the delay slot has been annulled.
1997-07-22Tue Jul 22 12:11:48 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-0/+12
* config/mips/tm-mips64.h: longs, long longs, and pointers are all 64 bits on EABI mips targets.
1997-07-22 * configure.in: Check for fdopen.Ian Lance Taylor4-4/+38
* configure, config.in: Rebuild. * opncls.c (bfd_fdopenr): Check HAVE_FDOPEN rather than VMS or __GO32__. Reindent a bit.
1997-07-22Keep sim-watch.[ch].David Edelsohn1-0/+2
1997-07-22Don't always keep igen, it's currently only kept if d30v or tic80.David Edelsohn1-1/+0
1997-07-22Tue Jul 22 14:50:42 1997 Robert Hoehne ↵Ian Lance Taylor2-3/+7
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * configure: Change Makefile.tem2 to Makefile.tm2.
1997-07-22Tue Jul 22 14:44:00 1997 Robert Hoehne ↵Ian Lance Taylor2-62/+71
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * Makefile.in: Change stamp-* files to s-* files. Use bfdt.texi rather than bfd.texi. (DOCFILES): Change bfd.texi to bfdt.texi. * bfd.texinfo: Include bfdt.texi, not bfd.texi.
1997-07-22 * sim-n-core.h (sim_core_write_unaligned_N): Add missing breakDavid Edelsohn1-0/+5
to FORCED_ALIGNMENT case.
1997-07-22 * config/tc-m68k.c (md_apply_fix_2): Check for PC relative relocIan Lance Taylor1-0/+5
code if BFD_ASSEMBLER. PR 12926.
1997-07-22Mon Jul 21 22:24:07 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt1-4/+15
* configure: Rebuilt.
1997-07-22Mon Jul 21 22:24:07 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt2-3/+20
* aclocal.m4: Search for the correct tix library.
1997-07-21Don't ignore grep when compiling on alpha-dec-osf.Stephen Peters2-2/+6
1997-07-21 * config/tc-v850.c (system_registers): Fix ordering of registers.Jeff Law2-5/+16
pr12913 (c/h from nec).
1997-07-21 * sunos.c (sunos_create_dynamic_sections): Set SEC_LINKER_CREATEDIan Lance Taylor1-0/+7
flag for newly created sections. (sunos_add_dynamic_symbols): Don't discard newly created sections if shared library is dynobj.
1997-07-17Thu Jul 17 11:38:46 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-0/+13
* partial-stab.h (case N_BINCL): detect missing partial symtab. * dbxread.c: Add a complaint for N_BINCL without a corresponding partial symtab. Remove earlier change of 5/27/97.
1997-07-16Wed Jul 16 10:38:03 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-0/+4
* sol-thread.c (sol_thread_[store, fetch]_registers): if inferior_pid is an LWP rather than a Solaris thread, let procfs handle the request. (rw_common, sol_thread_xfer_memory): procfs_xfer_memory will only work if inferior_pid points to an LWP (rather than a Solaris thread). Use procfs_first_available to find a good LWP. (info_solthreads): added a maintenance command to list all known Solaris threads and their attributes. * mips-tdep.c (mips_do_registers_info): Completely changed the output format to be neat and columnar. Added the helper funcs do_fp_register_row and do_gp_register_row. Also small mods to mips_print_register, which is still used to print a single reg.
1997-07-16Wed Jul 16 10:38:03 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-6/+107
* sol-thread.c (sol_thread_[store, fetch]_registers): if inferior_pid is an LWP rather than a Solaris thread, let procfs handle the request. (rw_common, sol_thread_xfer_memory): procfs_xfer_memory will only work if inferior_pid points to an LWP (rather than a Solaris thread). Use procfs_first_available to find a good LWP. (info_solthreads): added a maintenance command to list all known Solaris threads and their attributes.
1997-07-16 * config/tc-tic80.c (build_insn): Initialize extended word to zeroFred Fish2-0/+8
when it will be filled in later by relocation information. PR 12796
1997-07-15 * install-sh (chmodcmd): Set to null if the DST directory alreadyBrendan Kehoe1-0/+5
exists. Same as Nov 11th change.
1997-07-15Configure r5900 testsuite sub-directory.Andrew Cagney2-1/+38
1997-07-15Similistic configure/build scripts for tx59 simulator tests.Andrew Cagney5-0/+1182
1997-07-15Generic tests for 5900.Andrew Cagney2-0/+40
1997-07-15 * gas/m32r/uppercase.[sd]: New testcase.David Edelsohn3-0/+13
* gas/m32r/m32r.exp: New file.
1997-07-15 * cgen-opc.c: #include <ctype.h>.David Edelsohn1-0/+7
(hash_keyword_name): New arg `case_sensitive_p'. Callers updated. Handle case insensitive hashing. (hash_keyword_value): Change type of `value' to unsigned int.
1997-07-15 * config/tc-mips.c (macro_build): Restore check of fmt argument.Ian Lance Taylor2-41/+53
(mips_ip): Fix ISA checks.
1997-07-15 * configure.tgt: Default the r5900 to little endian.Jeff Law2-3/+8
1997-07-15 * configure.in: Default the r5900 to little endian.Jeff Law3-0/+9
* configure: Rebuilt.
1997-07-15 * config/tc-tic80.c (build_insn): Fix endianness problem withFred Fish2-10/+13
O_big operands. PR 12765
1997-07-15Mon Jul 14 18:02:53 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-10/+20
* procfs.c (wait_fd): Handle an fd that has "hung up" or otherwise terminated (Solaris threads).
1997-07-14 * elf.c (map_sections_to_segments): When checking whetherIan Lance Taylor1-0/+7
including a section in a segment would force us to skip a page, align the address of the next segment to avoid wraparound problems. PR 12828.
1997-07-14Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt2-1/+5
* configure (GDB_TK): Needs itcl and tix.
1997-07-14Standard simulator tests.Andrew Cagney4-0/+65
1997-07-14 * config.guess: Update from FSF.Jason Merrill2-26/+68
For pc-linux-gnulibc1
1997-07-14 * config/tc-mips.c (check_absolute_expr): Change warning toIan Lance Taylor2-1/+6
error. PR 12849.
1997-07-11Tests for mips r5900 instructionsAndrew Cagney56-0/+892
1997-07-11Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt2-1/+5
* Makefile.in (GDB_TK): Depend on itcl and tix.
1997-07-11 * config/tc-mips.c (macro_build): Refine code to check if anJeff Law2-37/+65
instruction is available on a particular cpu variant. (mips_ip): Likewise. toshiba 5900 stuff