aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1997-07-11 * mips-opc.c (mips_builtin_opcodes): If an insn uses singleJeff Law2-394/+322
precision FP, mark it as such. Likewise for double precision FP. Mark ISA1 insns. Consolidate duplicate opcodes where possible. (mips_builtin_opcodes): Remove non-existant r5900 instructions toshiba_5900 stuff
1997-07-11 * mips.h (FP_S, FP_D): Define. Bitmasks indicating if an insnJeff Law1-0/+8
uses single or double precision floating point resources. (INSN_NO_ISA, INSN_ISA1): Define. (cpu specific INSN macros): Tweak into bitmasks outside the range of INSN_ISA field. toshiba_5900 stuff
1997-07-11Fix a number of problems in the r5900 specific p* (parallel) instructions.Andrew Cagney3-90/+177
In particular a host endian dependency one fixed resolved most problems.
1997-07-10Thu Jul 10 00:02:41 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt7-125/+383
* Makefile.in, configure.in, aclocal.m4: Add Itcl, Tix, and IDE configuration information. * gdbtk.c (breakpoint_notify): Send address, linenumber and filename when a breakpoint is set. Avoids call to bp_info. (gdbtk_init): Call Tcl_FindExecutable(). Add code to handle Itcl, Tix and IDE initialization. * defs.h (init_ui_hook): Change prototype to accept one arg. * main.c (gdb_init): Change prototype to accept one arg. * top.c (gdb_init): Accepts one argument which it uses to call (*init_ui_hook), which will be gdbtk_init(). This is used for calling Tcl_FindExecutable(). * gdbtcl/breakpoint.tcl (gdbtk_tcl_breakpoint): Change to accept variable number of args for compatibility with cchanges in gdbtk.c. * configure: Regenerated. * gdbtcl/tclIndex: Regenerated.
1997-07-09Add coffswap.h to file list for TIc80 sanitization.Fred Fish1-1/+1
1997-07-09 * coffcode.h (coff_write_object_contents): InitializeFred Fish2-19/+57
target id field to TIC80_TARGET_ID. * coffswap.h (coff_swap_filehdr_out): Swap out target id field if used. (coff_swap_filehdr_in): Swap in target id field if used.
1997-07-08> * tic80.h (TIC80_TARGET_ID): Add define.Fred Fish2-4/+30
> * internal.h (struct internal_filehdr): Add f_target_id field.