Andrew Cagney
725fc5d927
For mips get_mem_size call. Force the return of a 32 bit value
regardless of the target's word bitsize.
29 years ago
Jason Molenda
3dcac15f1f
Wed Apr 1 16:30:49 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>
* 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.
29 years ago
Jason Molenda
775b60dd73
Wed Apr 1 16:20:27 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>
* 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.
29 years ago
Nick Clifton
4bda141818
Fix satb bit pattern.
29 years ago
Nick Clifton
b2ddf0c4d6
Fix SATB bit pattern. Add extra control registers.
29 years ago
Jason Molenda
32e3c8b86a
Wed Apr 1 13:43:07 1998 Philippe De Muyter <phdm@macqel.be>
* NEWS: m68k-motorola-sysv host support added.
* coffread.c (coff_start_symtab): Accept the filename as an argument,
set it here. Callers updated.
29 years ago
Ian Lance Taylor
27e0fef5af
From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. Lu
<hjl@gnu.org>:
* ar.c (usage): Mention S modifier.
(main): Add S modifier.
* ar.1, binutils.texi: Document S modifier.
29 years ago
Ian Lance Taylor
91852c944d
fix copyright
29 years ago
Nick Clifton
f71d1797c5
Add patch from Dean Deaver (deaver@amt.tay1.dec.com) via Richard Earnshaw
(richard.earnshaw@arm.com ) to fix addressing mode 2 using rrx.
Add super interworking support.
29 years ago
Ian Lance Taylor
ed5e146b26
Wed Apr 1 13:36:58 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
assertion.
29 years ago
Ian Lance Taylor
8f6a0cad4a
Wed Apr 1 13:13:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* doc/as.texinfo: Use @itemx for a secondary item in a table.
* doc/c-hppa.texi: Likewise.
29 years ago
Ian Lance Taylor
ac0835f233
Wed Apr 1 13:11:23 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* binutils.texi: Use @itemx for a secondary item in a table.
29 years ago
Ron Unrau
2151467d63
sky-vu.[ch]: prototype decls, cast floats to ints before register transfer
interp.c: integrate VU register read/writes
sim-main.h : track tm-txvu.h
29 years ago
Ian Lance Taylor
08eefd3ef1
x
29 years ago
Catherine Moore
cb720e4fb6
Mods to generate RELA style relocations instead
of REL style.
29 years ago
Catherine Moore
197de3bac9
Changes required to emit Elf Rela structures
for relocation.
29 years ago
Andrew Cagney
d0136bf32a
Make the SR, FSR and FIR registers 32 bits regardless of the target.
29 years ago
Frank Ch. Eigler
6b0c51c929
* You bop one on the head ... another one appears.
Wed Apr 1 08:20:31 1998 Frank Ch. Eigler <fche@cygnus.com>
* mips.igen (SQC2/LQC2): Make bodies sky-target-only also.
29 years ago
Nick Clifton
4269399c3d
Fix Thumb breakpoints and diassembly.
29 years ago
Andrew Cagney
19735aeaa1
* d10v-tdep.c (d10v_extract_return_value): Wierd. GCC wants to return
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.
29 years ago
Andrew Cagney
e1fe7a7966
* configure.in (SIM_AC_OPTION_WARNINGS): Add.
configure: Re-generate.
29 years ago
Ian Lance Taylor
b9b299ba24
Final tweaks for dependency building with relative srcdir, and rebuild
dependencies.
29 years ago
Ian Lance Taylor
de869287dd
* dep-in.sed: Add rule to remove @OBJDIR@.
* Makefile.am (dep.sed): Substitute for @OBJDIR@.
* Makefile.in: Rebuild.
29 years ago
Keith Seitz
390ca26a02
* gdbtk.c (gdb_loadfile): Don't use the return result from sprintf, whi
ch
returns a char * under SunOS4.
29 years ago
Ian Lance Taylor
cfa9f8450c
tweak
29 years ago
Ian Lance Taylor
ba91002682
* Makefile.am (DEP_INCLUDES): New variable.
(.dep1): Change to work when srcdir is not an absolute path.
(.tcdep, .objdep, .dep2): Likewise.
* Makefile.in: Rebuild.
29 years ago
Ian Lance Taylor
9ec4333e0c
whoops
29 years ago
Ian Lance Taylor
8b5befef7f
* configure.in: Add $(LIBIDETCL) as well as $(LIBIDE) if
--enable-ide.
* Makefile.in (IDE_CFLAGS_X): Add -I for libidetcl/src.
(LIBIDETCL): Define.
* configure: Rebuild.
29 years ago
Ian Lance Taylor
f46d03c51f
* Makefile.in: Add libidetcl, like libide.
(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.
29 years ago
James Lemke
1ff39ecb10
* sky-dma.c: Clarify text in warning msg.
* interp.c: Add global option "float-type".
* sky-vu.h: Add SIM_DESC sd; to VectorUnitState for accessing
global options.
29 years ago
Ian Lance Taylor
d4006c819a
From H.J. Lu <hjl@gnu.org>:
* i386-dis.c (dis386): Change 0x8c and 0x8e to movS, and change Ew
to Ev for both.
29 years ago
Bob Manson
eead61208d
* lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29 years ago
Jeff Law
b11b841b11
* elf-m10300.c (mn10300_elf_relax_section): Correctly handle
absolute symbols.
29 years ago
Ian Lance Taylor
d411c9efe5
fix copyright
29 years ago
Ian Lance Taylor
504a476485
* config/tc-i386.h, config/tc-i386.c: Revert March 24
LinearAddress patch.
29 years ago
Ian Lance Taylor
ffd42166a5
* i386.h: Revert March 24 patch; no more LinearAddress.
29 years ago
Jason Molenda
f45d80805e
Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
* 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.)
29 years ago
Frank Ch. Eigler
6ed00b0607
* Continuing sky R5900 / COP2 work. Added extra sanitize tags to hide
128-bit MIPS part.
[ChangeLog]
Mon Mar 30 18:41:43 1998 Frank Ch. Eigler <fche@cygnus.com>
* interp.c (decode_coproc): Continuing COP2 work.
(cop_[ls]q): Hide 128-bit COP2 more.
* sim-main.h (COP_[LS]Q): Hide 128-bit COP2 more.
[ChangeLog.sky]
Mon Mar 30 18:44:15 1998 Frank Ch. Eigler <fche@cygnus.com>
* sky-libvpe.c: Code too wide - ran indent on SCEI code.
* sky-vu.h (vu0_busy*, vu0_macro*): New entry points for COP2
interface.
* sky-vu.c (vu0_busy*, vu0_macro*): Stub functions for above.
29 years ago
Ian Lance Taylor
0d3e84dd92
* configure.in: Set version to 2.9.1.
* configure: Rebuild.
29 years ago
Ian Lance Taylor
f3aa01e2a4
* configure.in: Set version to 2.9.1.
* configure: Rebuild.
29 years ago
Ian Lance Taylor
b5dc554447
x
29 years ago
Ian Lance Taylor
3e22b90090
* Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
rcparse.h, and nlmheader.h.
* Makefile.in: Rebuild.
29 years ago
Ken Raeburn
7ea76776a8
* d30v-dis.c (print_insn_d30v): Don't use uninitialized "num" when
disassembling last 4 bytes of a section.
29 years ago
Gavin Romig-Koch
34f51d8723
* configure.in (mipstx39*-*-*): Use gencode simulator rather
than igen one.
* configure : Rebuild.
29 years ago
Ian Lance Taylor
8a81fdbbd5
Mon Mar 30 11:22:08 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/tc-i386.h (FWait): Define.
* config/tc-i386.c (md_assemble): Emit fwait prefix before any
other prefixes. Check FWait flag in opcode table to see which
instructions require an fwait prefix.
29 years ago
Ian Lance Taylor
86bdd00edd
comment fix
29 years ago
Ian Lance Taylor
368802d1c9
* elf.c (_bfd_elf_copy_private_section_data): Call
copy_private_bfd_data once we've seen the last SEC_ALLOC section.
Fixes strip on Irix 6. Without this, a stripped program would report
22964:g++: rld: Warning: This object has a DT_MIPS_OPTIONS tag, but no corresponding
program header. This could be the result of file corruption
or faulty compilation/linking.
29 years ago
Ian Lance Taylor
24bce4a231
* cpu-mips.c: Remove trailing comma at end of enumeration list.
29 years ago
Ian Lance Taylor
eff2a090b6
Mon Mar 30 10:25:54 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386.h (i386_optab): Change second operand constraint of `mov
sreg,reg|mem' instruction from Reg16|Mem to WordReg|WordMem to
allow legal instructions such as `movl %gs,%esi'
29 years ago
Ian Lance Taylor
14ff3d69bc
Mon Mar 30 10:12:00 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* stabs.c (get_stab_string_offset): Always create a stab string
section.
29 years ago