aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-01-23new br-1 and upper-1 testcasesDoug Evans6-0/+220
1998-01-23new txvu testcasesDoug Evans1-0/+7
1998-01-23 * config.guess: Add support for Linux/ARM.Jeff Law1-0/+4
1998-01-23 * config/tc-txvu.c (assemble_insn): Commas moved to opcode table.Doug Evans1-0/+2
1998-01-23 * config/tc-txvu.c (assemble_insn): Commas moved to opcode table.Doug Evans1-0/+8
1998-01-23* bfd.c (bfd_get_error_handler): Add orthogonal function.Richard Henderson2-0/+8
* bfd-in2.h: Regenerate.
1998-01-23* tekhex.c (tekhex_write_object_contents): Check for no symbols.Richard Henderson1-0/+4
PR 14422
1998-01-23update, lower insn has lower addressDoug Evans1-4/+4
1998-01-23 * objdump.c (disassemble_bytes): Add flag INSN_HAS_RELOC to tellFred Fish1-0/+5
disassembly function there is a reloc on this line.
1998-01-23 * d10v-dis.c (PC_MASK): Correct value.Fred Fish1-0/+6
(print_operand): If there's a reloc, don't calculate the address because they could be in different sections.
1998-01-23 * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassemblyFred Fish1-0/+1
function there is a reloc on this line.
1998-01-23Oopps - forgot to save cgen.h before commiting previous delta.Nick Clifton1-3/+3
1998-01-23Add prototypes for fixup swapping functions.Nick Clifton2-3/+15
Change prototype of cgen_asm_finish_insn to return a char *
1998-01-23Add support for swapping the fixups when insn are swapped.Nick Clifton1-0/+11
1998-01-23Added tests of automatic parallelisation.Nick Clifton5-124/+256
1998-01-23- added first batch of PKE codeFrank Ch. Eigler10-166/+435
- PKE memory region registration - basic R/W operations - combined pke[01] -> pke
1998-01-23 * cgen.sh: Rewrite to be like simulator's version.Doug Evans3-2/+10
* Makefile.am (cgen): Update call to cgen.sh. * Makefile.in: Regenerate
1998-01-23Fix sanitization.Mark Alexander1-1/+1
1998-01-23* ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments thisRichard Henderson1-0/+5
pattern could match.
1998-01-22Add sanitize-sky for txvu stuff.Ron Unrau2-0/+47
1998-01-22Recognize txvu-elf as a target.Ron Unrau1-0/+5
1998-01-22Allow gdb to recognize txvu-elf as a valid configuration.Ron Unrau1-1/+1
1998-01-22 * .cvsignore: Remove *-info and *-install since they matchFred Fish1-0/+5
release-info and mpw-install, which we don't want to just ignore.
1998-01-22 * gdb.base/break.exp (test_next_with_recursion): RemoveFred Fish1-0/+7
gdb_suppress_tests for d10v-*-*. * lib/gdb.exp (gdb_suppress_tests): Disable this function pending review of whether it is useful or not.
1998-01-22 * interp.c (UMEM_SEGMENTS): New define, set to 128.Fred Fish2-54/+134
(sim_size): Use UMEM_SEGMENTS rather than hardwired constant. (sim_close): Reset prog_bfd to NULL after closing it. Also reset prog_bfd_was_opened_p after closing prog_bfd. (sim_load): Reset prog_bfd_was_opened_p after closing prog_bfd. (sim_create_inferior): Get start address from abfd not prog_bfd. (xfer_mem): Do bounds checking on addresses and return zero length read/write on bad addresses, rather than aborting. Prepare to be able to handle xfers that cross segment boundaries, but not yet implemented. Only emit debug message when d10v_debug is set as well as DEBUG being defined.
1998-01-22* Incorporate GPR_SET() macro from mips/sim-main.hIan Carmichael1-3/+1
1998-01-22Add dve.exp.Mark Alexander1-0/+1
1998-01-22Fix sanitization errors.Mark Alexander1-2/+1
1998-01-22Add forgotten files.Jeff Law3-0/+4
1998-01-22 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doingIan Lance Taylor1-0/+9
a relocateable link, set the image base to 0, and don't define the various symbols. * emulparams/i386pe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define. * scripttempl/pe.sc: Swap the .data and .bss sections so that .data comes first. If doing a relocateable link, use RELOCATEABLE_OUTPUT_FORMAT if it is defined, and start the sections at 0, and don't define any symbols.
1998-01-22 * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don'tIan Lance Taylor1-0/+6
adjust addend for an output common symbol (from Jimmy Blair <jimmyb@wrs.com>). If COFF_WITH_PE, adjust addend for PC relative defined symbol to counteract adjustment made in generic relocation code.
1998-01-22 * ldlang.c (lang_memory_default): Correct parenthisization ofIan Lance Taylor1-0/+5
expression.
1998-01-22comment fixIan Lance Taylor1-2/+3
1998-01-22tipoeIan Lance Taylor1-1/+1
1998-01-22tipoesIan Lance Taylor1-5/+5
1998-01-22Wed Jan 21 21:24:08 1998 Manfred Hollstein <manfred@s-direktnet.de>Ian Lance Taylor2-3/+7
* gas/m88k/init.d: Fix hexadecimal offsets.
1998-01-22Wed Jan 21 21:20:32 1998 Manfred Hollstein <manfred@s-direktnet.de>Ian Lance Taylor1-0/+5
* emultempl/sunos.em: Don't include sys/types.h and sys/stat.h here; they are included already via sysdep.h.
1998-01-22 * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.Ian Lance Taylor1-0/+4
1998-01-22 * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.Ian Lance Taylor1-0/+5
(GET_SCNDHR_NLNNO): Likewise.
1998-01-22 * listing.c (file_info_struct): Remove FILE, add POS.Richard Henderson1-0/+11
(last_open_file_info, last_open_file): New; a one entry FILE* cache. (file_info): Don't open the file. (buffer_line): Check for the file in the last_open cache, updating as necessary. (print_source): Don't reference file_info->file. (listing_listing): Likewise. (listing_print): Close the file in the cache, if any.
1998-01-21Use macro GPR_SET(N,VAL) to clear zero registers.Andrew Cagney5-73/+132
1998-01-21Delete bogus line in ChangeLogAndrew Cagney1-4/+0
1998-01-21 * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove configStan Shebs3-7/+10
recognition, no source files for these (note that the i386 Mach is pre-Mach 3). (mips*-*-mach3*, ns32k-*-mach3*): Fix file names. * config/mips/mipsel64.mt: Remove, never referenced.
1998-01-21#if 0 unused variableMichael Meissner1-0/+5
1998-01-21checkpointDoug Evans1-7/+10
1998-01-21Added opportunistic parallelisation of adjacent instructions.Nick Clifton2-76/+227
1998-01-21checkpointDoug Evans2-151/+164
1998-01-21checkpointDoug Evans1-5/+12
1998-01-21checkpointDoug Evans2-24/+224
1998-01-20 * reloc.c (BFD_RELOC_TXVU_11_PCREL): New reloc.Doug Evans5-143/+182
* bfd-in2.h: Regenerate. * libbfd.h: Regenerate. * elf32-txvu.c (txvu_elf_howto_table): Add entry for it. (txvu_reloc_map): Likewise.