aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-02-12 * getopt.h: Update to latest FSF version.Ian Lance Taylor1-0/+4
1998-02-12* Changed MIPS monitor interface code to be tolerant of slightlyFrank Ch. Eigler2-12/+8
different IDT/sim 6.0 behavior. Extra time and laxness is alloted for monitor entry and exit.
1998-02-12 * ehopt.c (eh_frame_code_alignment): Only use seg_info ifIan Lance Taylor1-0/+3
BFD_ASSEMBLER or MANY_SEGMENTS.
1998-02-12 * deflex.l: Accept '?' in symbol names, for VC++ mangled names.Ian Lance Taylor2-2/+5
From Mikey <jeffdb@netzone.com>.
1998-02-12Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-13/+10
* ltmain.sh (mkdir): Check that the directory doesn't exist before we exit with error, so that we don't get races during parallel builds.
1998-02-12 * gprof.c (usage): Update bug-gnu-utils address.Ian Lance Taylor2-1/+5
1998-02-12 * addr2line.c (usage): Update bug-gnu-utils address.Ian Lance Taylor3-9/+53
* ar.c (usage): Likewise. * nlmconv.c (show_usage): Likewise. * nm.c (usage): Likewise. * objcopy.c (copy_usage): Likewise. (strip_usage): Likewise. * objdump.c (usage): Likewise. * size.c (usage): Likewise. * strings.c (usage): Likewise. * windres.c (usage): Likewise. * binutils.texi (Bug Reporting): Likewise.
1998-02-12 * lexsup.c (help): Update bug-gnu-utils address.Ian Lance Taylor1-0/+11
* ld.texinfo (Bug Reporting): Likewise.
1998-02-12 * as.c (show_usage): Update bug-gnu-utils address.Ian Lance Taylor3-3/+9
* gasp.c (show_usage): Likewise. * doc/as.texinfo (Bug Reporting): Likewise.
1998-02-12 * dvp.opc.c: Nicely format opcode tables.Doug Evans1-0/+6
1998-02-12update bug-gnu-utils addressIan Lance Taylor1-0/+48
1998-02-12Improve my ChangeLog etiquette.James Lemke1-2/+2
1998-02-12 * config/tc-mips.c (load_address): Don't use mips III or mips IVJeff Law2-84/+239
insns regardless of the size of a pointer if we're in mips I or MIPS II mode. (macro, macro2, s_cprestore, s_cpadd): Likewise. Fix problems in recent code to handle address sizes more sanely.
1998-02-12* d10v-tdep.c (show_regs): Avoid use of %llx when printing 8 byteAndrew Cagney2-4/+19
accumulators.
1998-02-12For d10v, do not sign-extend pointers.Andrew Cagney1-0/+6
1998-02-12Add a new target specific protocol `target d10v' implemented inAndrew Cagney4-53/+141
remote-d10v.c. It has an xfer_mem function that can translate a d10v GDB address into a d10v monitor address.
1998-02-12 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k ofAndrew Cagney2-0/+226
on-chip insn memory and IMAP1 to upper 128k. (D10VCopy): Handle memory regions crossing 16k boundaries. (D10VCopy): Transfer data in 32 bit chunks.
1998-02-12Remote protocol for d10v. Mainly responsible for translating GDB d10vAndrew Cagney2-0/+280
addresses into those expected by the remote d10v monitor.
1998-02-12opcodes:Joern Rennecke4-12/+33
* d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR. * d10v-dis.c (print_operand): Likewise. include/opcode: * d10v.h (OPERAND_ACC): Split into: (OPERAND_ACC0, OPERAND_ACC1) . (OPERAND_GPR): Define. gas/config: * tc-d10v.c (parallel_ok, find_opcode): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR.
1998-02-12 * sim-main.h (CIA_GET,CIA_SET): Provide dummy definitions for now.Doug Evans2-3/+5
1998-02-12Regenerated to use correct symbol concat macro.Doug Evans1-1/+1
1998-02-12 * cgen-opc.in: New file.Doug Evans10-512/+1731
* cgen.sh: Translate @ARCH@. Cat cgen-opc.in into @arch@-opc.c. * Makefile.am (CGENFILES): Add cgen-opc.in. * Makefile.in: Regenerate. * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain. (cgen_hw_lookup): Make result const. * cgen-dis.in (*): Use PTR instead of void *. (print_insn): Delete unused vars `i', `syntax'. * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
1998-02-12 * decode.c, decode.h, sem.c, sem-switch.c, model.c: Regenerate.Doug Evans12-540/+2291
* cpux.c, decodex.c, decodex.h, readx.c, semx.c, modelx.c: Regenerate.
1998-02-12 * cgen.h (CGEN_FIELDS): Define here.Doug Evans2-31/+133
(CGEN_HW_ENTRY): New member `type'. (hw_list): Delete decl. (enum cgen_mode): Declare. (CGEN_OPERAND): New member `hw'. (enum cgen_operand_instance_type): Declare. (CGEN_OPERAND_INSTANCE): New type. (CGEN_INSN): New member `operands'. (CGEN_OPCODE_DATA): Make hw_list const. (get_insn_operands,lookup_insn): Add prototypes for.
1998-02-12(check_parallel_io_clash): Add #if 0'd out code that uses new operandDoug Evans1-19/+30
usage facility.
1998-02-12* tekhex.c (tekhex_write_object_contents): Call tekhex_init.Richard Henderson1-0/+9
PR 14804
1998-02-12 * gas/dvp/{*}: .text renamed to .vutext.Doug Evans1-0/+11
* gas/dvp/vif-1.[sd]: Renamed from pke-1.[sd].
1998-02-12 * symcat.h: New file.Doug Evans3-0/+65
1998-02-12* read.c (s_fill): Handle non-constant repeat counts by creatingRichard Henderson1-0/+6
an rs_space fragment. PR 14940
1998-02-12update copyright dateDoug Evans1-6/+66
1998-02-11(insert_operand): Bring over possible change from branch.Doug Evans1-74/+89
1998-02-11Update DMA register addressesJames Lemke1-2/+2
1998-02-11* sim-load.c (sim_load_file): Print LMA/VMA according to valueAndrew Cagney1-0/+11
used.
1998-02-11- PKE simulation code almost complete. Still missing:Frank Ch. Eigler2-811/+1046
* handling of super duper packed UNPACK arguments * skipping of in-progress instruction on break/stop * interrupt generation to 5900 * PATH2/PATH3 status checking & masking * ability to write to FIFO one word (instead of quadword) at a time
1998-02-11Document M32Rx warnings and errors.Nick Clifton3-9/+149
Document --warn-explicit-parallel-conflicts.
1998-02-11Enable remote-tcp on a FreeBSD host.Andrew Cagney1-0/+4
1998-02-11Update tests to match recently modified ABIAndrew Cagney2-16/+46
1998-02-11Don't abort() when system call is unknown.Andrew Cagney2-1/+4
1998-02-11Ensure zero-hardwired bits in DPSW remain zero.Andrew Cagney3-4/+77
1998-02-11Handle xxx@word + N. Treat it as xxx >> 2 + N.Andrew Cagney1-18/+56
1998-02-11 * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hookKeith Seitz5-13/+52
if it exists. Remove static declaration of free_actions. * tracepoint.h: Add declaration of free_actions. * gdbtk.c (gdbtk_modify_tracepoint): Define new tracepoint modification hook. (gdbtk_print_frame_info): Define this hook so that current_source_symtab is set properly. (gdb_actions_command): Use free_actions () from tracepoint.c/h.
1998-02-11Do not complain when merging m32r binaries into m32rx binaries.Nick Clifton1-1/+4
1998-02-10Fix PR14909 by reducing the paranoia in locating the assocaueted HI16S relocNick Clifton1-0/+7
of a LO16 reloc.
1998-02-10 * config/tc-dvp.c (*): pke->vif, gpuif->gif.Doug Evans1-0/+6
1998-02-10Remove dvp testsuite entry.Doug Evans1-1/+2
Fix up sky sanitization.
1998-02-10[TEXT|DATA|BSS]_SECTION_NAMEJames Lemke1-0/+7
1998-02-10 * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, useIan Lance Taylor1-0/+5
seg_fix_rotP rather than fix_root from seg_info.
1998-02-10 * dvp-opc.c (*): pke,gpuif renamed to vif,gif.Doug Evans1-0/+7
* dvp-dis.c (*): Likewise.
1998-02-10Define default values of [TEXT|DATA|BSS]_SECTION_NAMEJames Lemke1-0/+5
1998-02-10 * archures.c (bfd_mach_dvp_{vif,gif}): Renamed from ..._{pke,gpuif}.Doug Evans1-0/+10
(bfd_txvu_arch): Delete. * cpu-mips.c (arch_info_struct): dvp:{vif,gif} renamed from dvp:{pke,gpuif}. * bfd-in2.h: Regenerate.