aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-04-03 * ld.texinfo: Completely rewrite linker script documentation.Ian Lance Taylor2-1449/+1731
1998-04-03 * config/tc-mn10200.c (tc_gen_reloc): The difference of two symbolsJeff Law1-0/+6
is an error if the value can not be computed at assembly time. * config/tc-mn10300.c (tc_gen-reloc): Likewise.
1998-04-03 * gasp.c (main): Set next field of new include_path structure toIan Lance Taylor2-0/+9
NULL. From Avery Pennarun <averyp@gdc.ca>.
1998-04-03Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda2-56/+62
* LRS: Reformat a bit to keep text under 80 columns.
1998-04-03Fix SAT and SATB bit patterns.Nick Clifton1-0/+4
1998-04-03Fix bit patterns for SAT and SATB to rev 0.82 docs.Nick Clifton2-2/+8
1998-04-03 * gdb.texinfo: Add some credits, mention bug monitor.Stan Shebs3-8/+33
* remote.texi: Mention mips monitor targets. * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
1998-04-02Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-2/+2
* Makefile.in: add ash make rules * configure.in: add ash to native_only and host_tools lists
1998-04-02Add extra control registersNick Clifton1-0/+1
1998-04-02 * sim-main.h: add vif registersRon Unrau2-146/+167
* interp.c: incorporate vif register load/store * sky-pke.[ch]: add register load/store routines * sku-vu.c: P register is float
1998-04-02Re-do load/store operations so that they work for both 32 and 64 bitAndrew Cagney5-19/+72
ISAs. Enable tx39 as igen again.
1998-04-02* Fixes for PR 14571.Frank Ch. Eigler1-0/+7
Thu Apr 2 12:47:41 1998 Frank Ch. Eigler <fche@cygnus.com> * sol-thread.c (sol_thread_store_registers): Save & restore new value of single updated register to prevent accidental clobbering.
1998-04-02 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): Define.Mark Alexander3-0/+12
* config/sparc/sparclite.mt: Link in the erc32 simulator.
1998-04-02For mips get_mem_size call. Force the return of a 32 bit valueAndrew Cagney3-46/+16
regardless of the target's word bitsize.
1998-04-02Wed Apr 1 16:30:49 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>Jason Molenda7-8/+528
* ns32k-tdep.c (flip_bytes, ns32k_localcount, ns32k_get_enter_addr, sign_extend): Restore functions mysteriously deleted. * ns32knbsd-nat.c: New (?) file to support fetching and storing registers on NetBSD hosts. * nbsd.mh (NATDEPFILES): put ns32knbsd-nat.o instead of ns32k-nat.o * ns32km3-nat.c (reg_offset): Get order of floating point registers correct. Add extra 32382 register offsets. (REG_ADDRESS): define to point at correct part of thread state. Use calls to "warning" instead of "message". * tm-nbsd.h, tm-ns32km3.h (REGISTER_NAMES, NUM_REGS, REGISTER_BYTES, REGISTER_BYTE): redefine allowing for 32382 fpu registers.
1998-04-02Wed Apr 1 16:20:27 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>Jason Molenda1-0/+7
* ns32k-dis.c (bit_extract_simple): New function to extract bits from an arbitrary valid buffer instead of fetching them on demand using fetch_data(). (invalid_float): use bit_extract_simple() instead of bit_extract(). contributed to me for gdb 4.17.
1998-04-01Fix satb bit pattern.Nick Clifton2-2/+12
1998-04-01Fix SATB bit pattern. Add extra control registers.Nick Clifton2-4/+49
1998-04-01Wed Apr 1 13:43:07 1998 Philippe De Muyter <phdm@macqel.be>Jason Molenda2-0/+7
* NEWS: m68k-motorola-sysv host support added. * coffread.c (coff_start_symtab): Accept the filename as an argument, set it here. Callers updated.
1998-04-01 From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. LuIan Lance Taylor2-3/+33
<hjl@gnu.org>: * ar.c (usage): Mention S modifier. (main): Add S modifier. * ar.1, binutils.texi: Document S modifier.
1998-04-01fix copyrightIan Lance Taylor1-2/+3
1998-04-01Add patch from Dean Deaver (deaver@amt.tay1.dec.com) via Richard EarnshawNick Clifton2-18/+93
(richard.earnshaw@arm.com) to fix addressing mode 2 using rrx. Add super interworking support.
1998-04-01Wed Apr 1 13:36:58 1998 Andreas Schwab ↵Ian Lance Taylor1-0/+5
<schwab@issan.informatik.uni-dortmund.de> * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix assertion.
1998-04-01Wed Apr 1 13:13:20 1998 Andreas Schwab ↵Ian Lance Taylor1-0/+5
<schwab@issan.informatik.uni-dortmund.de> * doc/as.texinfo: Use @itemx for a secondary item in a table. * doc/c-hppa.texi: Likewise.
1998-04-01Wed Apr 1 13:11:23 1998 Andreas Schwab ↵Ian Lance Taylor2-3/+7
<schwab@issan.informatik.uni-dortmund.de> * binutils.texi: Use @itemx for a secondary item in a table.
1998-04-01sky-vu.[ch]: prototype decls, cast floats to ints before register transferRon Unrau2-54/+152
interp.c: integrate VU register read/writes sim-main.h : track tm-txvu.h
1998-04-01xIan Lance Taylor2-13/+15
1998-04-01Mods to generate RELA style relocations insteadCatherine Moore1-0/+5
of REL style.
1998-04-01Changes required to emit Elf Rela structuresCatherine Moore2-110/+175
for relocation.
1998-04-01Make the SR, FSR and FIR registers 32 bits regardless of the target.Andrew Cagney3-10/+23
1998-04-01* You bop one on the head ... another one appears.Frank Ch. Eigler2-2/+12
Wed Apr 1 08:20:31 1998 Frank Ch. Eigler <fche@cygnus.com> * mips.igen (SQC2/LQC2): Make bodies sky-target-only also.
1998-04-01Fix Thumb breakpoints and diassembly.Nick Clifton2-48/+144
1998-04-01* d10v-tdep.c (d10v_extract_return_value): Wierd. GCC wants to returnAndrew Cagney3-2/+20
odd sized register quantities with only half of the first register used! * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Use stack when size > 8.
1998-04-01* configure.in (SIM_AC_OPTION_WARNINGS): Add.Andrew Cagney2-0/+8
configure: Re-generate.
1998-03-31Final tweaks for dependency building with relative srcdir, and rebuildIan Lance Taylor1-1/+4
dependencies.
1998-03-31 * dep-in.sed: Add rule to remove @OBJDIR@.Ian Lance Taylor1-0/+6
* Makefile.am (dep.sed): Substitute for @OBJDIR@. * Makefile.in: Rebuild.
1998-03-31 * gdbtk.c (gdb_loadfile): Don't use the return result from sprintf, whiKeith Seitz2-4/+21
ch returns a char * under SunOS4.
1998-03-31tweakIan Lance Taylor2-2/+4
1998-03-31 * Makefile.am (DEP_INCLUDES): New variable.Ian Lance Taylor3-79/+130
(.dep1): Change to work when srcdir is not an absolute path. (.tcdep, .objdep, .dep2): Likewise. * Makefile.in: Rebuild.
1998-03-31whoopsIan Lance Taylor1-8/+0
1998-03-31 * configure.in: Add $(LIBIDETCL) as well as $(LIBIDE) ifIan Lance Taylor4-4/+20
--enable-ide. * Makefile.in (IDE_CFLAGS_X): Add -I for libidetcl/src. (LIBIDETCL): Define. * configure: Rebuild.
1998-03-31 * Makefile.in: Add libidetcl, like libide.Ian Lance Taylor4-15/+62
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, all-ilu. * configure.IN: Add libidetcl, like libide. * configure (GDB_TK): If enable_ide, add all-libidetcl.
1998-03-31 * sky-dma.c: Clarify text in warning msg.James Lemke1-3/+27
* interp.c: Add global option "float-type". * sky-vu.h: Add SIM_DESC sd; to VectorUnitState for accessing global options.
1998-03-31 From H.J. Lu <hjl@gnu.org>:Ian Lance Taylor1-0/+6
* i386-dis.c (dis386): Change 0x8c and 0x8e to movS, and change Ew to Ev for both.
1998-03-31 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; waitBob Manson2-9/+61
for a newline from gdb before continuing. (default_gdb_exit): Just look for y or n.
1998-03-31 * elf-m10300.c (mn10300_elf_relax_section): Correctly handleJeff Law1-0/+5
absolute symbols.
1998-03-31fix copyrightIan Lance Taylor1-1/+1
1998-03-31 * config/tc-i386.h, config/tc-i386.c: Revert March 24Ian Lance Taylor1-0/+3
LinearAddress patch.
1998-03-31 * i386.h: Revert March 24 patch; no more LinearAddress.Ian Lance Taylor1-32/+34
1998-03-31Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda10-174/+2571
* rdi-share/Makefile.am, rdi-share/aclocal.m4, rdi-share/configure: New files. * rdi-share/configure.in: Rewritten to be an autoconf input file. * rdi-share/Makefile.in, rdi-share/configure: Generated by automake/autoconf. * rdi-share/dbg_hif.h, etherdrv.c, hostchan.c: Use autoconf tests to check environment. automake/autoconfiscate rdi-share. We don't use the checks that autoconf provides too much for now, but it'll be easier to use them if any problems crop up in the future. (rdi-share/ is foreign code and it probably isn't worth spending any more time than necessary messing with it.)