aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-07-04 * gprof.c (VERSION): Define as "2.7.1".Ian Lance Taylor2-1/+3
1996-07-04 * Makefile.in (VERSION): Set to cygnus-2.7.1.Ian Lance Taylor2-0/+8
1996-07-04 * VERSION: Set to 2.7.1.Ian Lance Taylor2-1/+7
1996-07-04keep sh3e testsIan Lance Taylor1-2/+2
1996-07-04 * emulparams/pc532macha.sh: Rename from pc532machaout.sh to avoidIan Lance Taylor5-8/+23
System V file name limitations. * configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use pc532macha rather than pc532machaout. * Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to epc532macha.o. (epc532macha.c): Rename target from epc532machaout.c.
1996-07-04 * bb_exit_func.c: Rename from __bb_exit_func.c, so that it can beIan Lance Taylor1-1/+1
stored on a System V file system. VS: ----------------------------------------------------------------------
1996-07-04 * bb_exit_func.c: Rename from __bb_exit_func.c, so that it can beIan Lance Taylor2-0/+3
stored on a System V file system.
1996-07-04 Avoid DOS file naming problems:Ian Lance Taylor9-20/+936
* gas/h8300/branch.s: Rename from branches.s. * gas/h8300/branchh.s: Rename from branchesh.s. start-sanitize-h8s * gas/h8300/branchs.s: Rename from branchess.s. end-sanitize-h8s * gas/h8300/rotsh.s: Rename from rotshift.s. * gas/h8300/rotshh.s: Rename from rotshifth.s. start-sanitize-h8s * gas/h8300/rotshs.s: Rename from rotshifts.s. end-sanitize-h8s * gas/h8300/h8300.exp: Corresponding changes.
1996-07-04sanitize binutils 2.7 branchIan Lance Taylor28-1292/+0
1996-07-04tipoIan Lance Taylor1-1/+1
1996-07-04xIan Lance Taylor3-0/+12
1996-07-04 * alpha-opc.c: Correct second case of "mov" to use OPRL.Ian Lance Taylor1-0/+4
1996-07-04Added "keep" entries for div-ilocks.d and mul-ilocks.dJackie Smith Cashion1-0/+2
1996-07-04Thu Jul 4 10:11:33 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-0/+5
* config/tc-mips.c (mips_ip): Only perform range check when dealing with O_constant expressions. Problem noticed by QMS, where "%lo(SYM + LARGEOFFSET)" would complain about the OFFSET being greater than 16bits or not absolute, when it should really just be taking the lo-16bits of the final address value.
1996-07-04 * read.h (is_it_end_of_statement): Declare.Ian Lance Taylor1-0/+8
* read.c (is_it_end_of_statement): Remove declaration.
1996-07-04 * configure: Re-build with autoconf-2.10.Stu Grossman2-51/+83
1996-07-04 * erc32.c (mec_reset mec_read mec_write memory_read memory_write),Stu Grossman4-1/+1725
sis.h: Get rid of all uses of long long's. * (close_port read_uart write_uart uarta_tx): Don't seg fault when can't open pty's. * exec.c: Add two new instructions: smul, and divscc. * interf.c (flush_windows): New routine to flush the register windows out to the stack just before returning to GDB. Makes backtraces work much better.
1996-07-04 * sparc-dis.c (print_insn_sparclite): New routine to printStu Grossman1-0/+5
sparclite instructions.
1996-07-04 * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,Stu Grossman6-89/+90
config/sparc/tm-sparclite.h: Initialize tm_print_insn from TM_PRINT_INSN, which comes from the tm file. * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure. * configure configure.in: Only make sol-thread.o for native. Also, switch to dlopened libthread_db.so.1. * sol-thread.c: Switch to using dlopen to get the thread_db library. * configure, configure.in: Change test for libthread_db to only work for configs where build/host/target are the same.
1996-07-03* m68k-parse.h (m68k_register): Add new coldfile controlJ.T. Conklin1-0/+15
registers. * config/tc-m68k.c (mcf5200_control_regs): New variable, array of control registers for the coldfire. (cpu_of_arch): Added mcf5200. (archs): Added mcf5200. (init_table): Add new control registers. (m68k_ip): Added support for new control registers. (m68k_init_after_args): Likewise. * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
1996-07-03* m68k-opc.c (m68k_opcodes): Add coldfire support.J.T. Conklin2-462/+483
1996-07-03fixupIan Lance Taylor1-8/+1
1996-07-03 * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.Ian Lance Taylor1-0/+2
1996-07-03 * i386aout.c: Include "aout/aout64.h".Ian Lance Taylor1-0/+4
(i386aout_write_object_contents): New static function. (MY_write_object_contents): Define.
1996-07-03 Based on patches from Tom Quiggle <quiggle@sgi.com>:Ian Lance Taylor2-4/+28
* ecoff.c (last_lineno): New static variable. (add_procedure): Set last_lineno. (ecoff_directive_loc): Likewise. (ecoff_generate_asm_lineno): Likewise. (ecoff_fix_loc): New function. * ecoff.h (ecoff_fix_loc): Declare. * config/tc-mips.c (append_insn): When inserting nops, and using ECOFF debugging, call ecoff_fix_loc.
1996-07-03 * netbsd.h (MY(write_object_contents)): Make sure thatIan Lance Taylor1-0/+6
adjust_sizes_and_vmas is called before fiddling with the magic number.
1996-07-03 * gas/all/gas.exp: Remove setup_xfail for h8300*-*-* for two testsIan Lance Taylor1-0/+7
which now pass. * gas/h8300/h8300.exp: Fix regexp of mov32bug test to work on a 64 bit host.
1996-07-03 * ldlang.c (print_padding_statement): Use %u, not %x, to printIan Lance Taylor1-0/+5
fill value.
1996-07-03 * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c,Mark Alexander11-234/+164
os9kread.c: Replace identical sym_offsets functions with default_symfile_offsets. * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS macro to allocate section_offsets. * symfile.c (default_symfile_offsets): New function. * symfile.h: Declare default_symfile_offsets. * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to simplify allocation of section_offsets.
1996-07-03 * run.c (main): Don't "load" sections which don't haveJeff Law3-36/+94
SEC_LOAD set. * compile.c (sim_resume, case "O_NOT"): Use ONOT instead of OSHIFTS. (ONOT): Define. (sim_resume, shift/rotate cases): Add support for shift/rotate by two bits. (OSHIFTS): Corresponding changes. Handling more H8/S ops.
1996-07-03 * h8300.h (SRC_IN_DST): Define.Jeff Law1-2/+7
* h8300.h (UNOP3): Mark the register operand in this insn as a source operand, not a destination operand. (SHIFT_2, SHIFT_IMM): Remove. Eliminate all references. (UNOP3): Change SHIFT_IMM to IMM for H8/S bitops. Mark register operand with SRC_IN_DST. More hackery for new shift ops on the H8/S.
1996-07-03 * config/tc-h8300.c (build_bytes): If an operand type isJeff Law1-0/+5
marked as SRC_IN_DST retrieve it from the "destination" op. Disgusting hack for shal #2,er0. HMSE
1996-07-03 * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.Ian Lance Taylor1-0/+4
1996-07-02 * h8300.h (UNOP3): Mark the register operand in this insnJeff Law2-3/+14
as a source operand, not a destination operand. So the simulator can handle shal #2,er0 correctly.
1996-07-02Add stub support for Linux on PowerPCMichael Meissner4-5/+41
1996-07-02 * compile.c (sim_resume): Handle "ldm.l" and "stm.l".Jeff Law2-2/+57
HMSE H8/S.
1996-07-01 From Raymond Jou <rjou@mexican.cygnus.com>:Stan Shebs2-20/+29
* mpw-make.sed: Add lines to whack out autoconf hook @CONFIG_LDFLAGS@.
1996-07-01 * remote-e7000.c (e7000_stop): New function.Mark Alexander2-2/+12
PR 9935
1996-07-01Add basic d10v supportMichael Meissner1-0/+33
1996-06-30 * mpw-eppcmac.c: Update to reflect May 23 change to aix.em.Stan Shebs2-1/+8
1996-06-30 * objcopy.c (strip_main): Add -o option, and handle it.Ian Lance Taylor3-1/+20
(strip_usage): Mention -o. * binutils.texi, strip.1: Mention -o.
1996-06-30 * libbfd-in.h (itos, stoi): Don't define.Ian Lance Taylor1-0/+16
* libbfd.h: Rebuild. * i386lynx.c (KEEPIT): Define as udata.i. (NAME(lynx,swap_std_reloc_out)): Don't use stoi. (NAME(lynx,swap_ext_reloc_out)): Likewise. * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than flags. Don't use stoi.
1996-06-30(all-cfg.text): @set SPARCLET.David Edelsohn3-39/+45
(gdb-texinfo): Add sparclet. (remote.texi): Restore vxworks clobberage. Fix sparclet typos.
1996-06-30nope, don't build texinfo yet for cygwin32, there's a problem withGeoffrey Noer2-7/+1
Makefile.in that needs resolving
1996-06-30Allow texinfo to be configured and built for Canadian crossesGeoffrey Noer2-2/+8
1996-06-29Fixed the ppc/nt strip bug. Missing D_PAGED.Kim Knuttila1-0/+11
1996-06-29 * gas/all/gas.exp: Add setup_xfail for vax*-*-vms* for 930509aIan Lance Taylor3-20/+65
test. * gas/vax/quad.exp: Expect a nop after the movq.
1996-06-29 * configure.in (arm-*-riscix*): Set emulation to riscix.Ian Lance Taylor3-0/+11
* configure: Rebuild. * config/te-riscix.h: New file to define TE_RISCIX.
1996-06-29 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.Ian Lance Taylor1-0/+9
1996-06-29sanitize out reference to MACREGIan Lance Taylor1-28/+163