Alexandre Oliva
41852a32f7
* d10v-opc.c (RSRC_NOSP): New macro.
(d10v_operands): Add it.
(d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w".
25 years ago
Alexandre Oliva
124ddbb22f
* d10v.h (OPERAND_NOSP): New macro.
25 years ago
Nick Clifton
a9ef678ded
fix typo
25 years ago
Orjan Friberg
ba5f0d88f3
2001-12-04 Orjan Friberg <orjanf@axis.com>
* solib.c (solib_open): Make path relative if search for absolute path
failed. If search for relative path in solib_search_path failed, fall
back to search for basename only.
25 years ago
Martin Hunt
7c7a201a79
2001-12-03 Martin M. Hunt <hunt@redhat.com>
* serial.h: Add a note to serial_open.
* ser-tcp.c (tcp_open): Rewrite to use a non-blocking connect.
Allow UI and CLI to abort connect. Instead of trying 15 times
with very long timeouts, just try one connect with a maximum timeout
of 15 seconds.
25 years ago
Eric Christopher
d11008e15f
2001-12-03 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c (tc_gen_reloc): One missed BFD_RELOC_MIPS_GPREL.
25 years ago
Alan Modra
7cecdbff28
* ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
25 years ago
gdbadmin
f599053f37
*** empty log message ***
25 years ago
Tom Rix
e826c14a72
Removing, redundant with support of -b64
25 years ago
Alan Modra
e207c4fac5
* reloc.c (bfd_install_relocation): Correct reloc address test.
(bfd_perform_relocation): Formatting fix.
* bfd-in2.h: Regenerate for 2001-12-02 reloc.c change.
25 years ago
Tom Rix
742aeb63e9
Pass argc and argv to ldemul_choose_target.
Support -b64 in AIX
25 years ago
Alan Modra
b61fdd7ef5
daily update
25 years ago
Jim Blandy
68550daf9b
* gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
variables on the S/390, not `.word'.
25 years ago
Kevin Buettner
e01e171deb
Include solib.h.
25 years ago
Michael Snyder
045f55a687
2001-12-03 Michael Snyder <msnyder@redhat.com>
* symtab.c (search_symbols): Make sure alloca size is big enough.
25 years ago
Andrew Cagney
fdce741419
prune m68k targets down to just m68k-elf
25 years ago
Jim Blandy
386e4208fc
* s390-tdep.c (s390_get_frame_info): Don't used fextra_info to set
orig_sp if it's not initialized.
25 years ago
Nick Clifton
2299ff437b
Import new turkish translations from Translation Project's website.
25 years ago
Alan Modra
f09ebc7d49
* elf32-hppa.c (hppa_get_stub_entry): Remove debug message that
happens to trigger on undefined symbols.
(final_link_relocate): Return bfd_reloc_undefined for undefined
stubs.
(elf32_hppa_relocate_section): Don't say we can't handle a reloc
if we have already warned about an undefined symbol.
25 years ago
Pierre Muller
14e534aa35
2001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
* findvar.c (locate_var_value): Specify in which register a register
variable is stored.
25 years ago
Pierre Muller
441532d7b8
2001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>
* win32-nat.c (mappings): Correct position of XMM registers,
based on FXSAVE instruction structure.
25 years ago
gdbadmin
a4cae47f1a
*** empty log message ***
25 years ago
Andrew Cagney
753edfefb3
mmalloc() -> xmmalloc()
25 years ago
Andrew Cagney
aac7f4eaf2
mfree() -> xmfree().
25 years ago
Andrew Cagney
4c17829508
mrealloc() -> xmrealloc().
25 years ago
Andrew Cagney
7ef2d4e783
* Makefile.in (simops.h, table.c): Delete targets.
(tmp-gencode, gencode.o, gencode): Delete targets.
(simops.h): New file.
($(BUILT_SRC_FROM_IGEN)): Do not depend on simops.h.
* gencode.c: Delete file.
25 years ago
Andrew Cagney
22797942c4
* i386-tdep.c (i386go32_frame_saved_pc): New function.
* config/i386/tm-go32.h (i386go32_frame_saved_pc): Declare.
(FRAME_SAVED_PC): Redefine to i386go32_frame_saved_pc.
25 years ago
Thiemo Seufer
d75bc93d66
* elf32-mips.c (NEWABI_P): New define.
(USE_REL): Remove, replaced by
(elf_backend_may_use_rel_p): New define.
(elf_backend_may_use_rela_p): Likewise.
(elf_backend_default_use_rela_p): Likewise.
(elf_mips_howto_table): Rename to elf_mips_howto_table_rel.
Fix some relocation definitions.
(elf_mips_howto_table_rela): New RELA relocation definitions for
NewABI support.
(mips32_64bit_reloc): Use the renamed elf_mips_howto_table_rel.
(bfd_elf32_bfd_reloc_type_lookup): Likewise.
(mips_rtype_to_howto): Likewise.
(_bfd_mips_elf_relocate_section): Likewise.
(_bfd_mips_elf_object_p): Typo.
(elf_backend_sign_extend_vma): Reordered together with many other
defines nearby to resemble the order of declaration in the header
file.
25 years ago
Thiemo Seufer
cdf6fd85e6
* coff-mips.c (mips_bfd_reloc_type_lookup): Replace
BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
* pe-mips.c (mips_bfd_reloc_type_lookup): Likewise.
* elf32-mips.c (mips_reloc_map): Likewise. Replace
BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32.
* elf64-mips.c (mips_reloc_map): Likewise.
* reloc.c (BFD_RELOC_MIPS_GPREL): Remove.
(BFD_RELOC_MIPS_GPREL32): Remove.
* config/tc-mips.c (macro_build): Replace BFD_RELOC_MIPS_GPREL
by BFD_RELOC_GPREL16.
(load_address): Likewise.
(macro): Likewise.
(md_apply_fix): Likewise. Replace BFD_RELOC_MIPS_GPREL32 by
BFD_RELOC_GPREL32.
(s_gpword): Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32.
(tc_gen_reloc): Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
*config/tc-mips.h: Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
25 years ago
Andrew Cagney
2607059cba
Delete HOST_BYTE_ORDER.
25 years ago
gdbadmin
d41b701bc0
*** empty log message ***
25 years ago
Andrew Cagney
3680c63822
Zap sony news (m68k) and ISI (m68k) targets.
25 years ago
Alan Modra
ed12fa11e3
daily update
25 years ago
Andrew Cagney
ccb25a8a7d
Zap zap.
25 years ago
Andrew Cagney
9b56715048
Zap the ultra series of a29k host and target.
25 years ago
Andrew Cagney
7e24f0b11e
Zap Sun's i386i.
25 years ago
Andrew Cagney
1406caf7ab
Zap all but ns32k-netbsd NS32k targets and hosts.
25 years ago
Andrew Cagney
5e734e1f9d
Zap harris target and host.
25 years ago
Andrew Cagney
7768dd6c95
Zap some older PPC targets.
25 years ago
Andrew Cagney
7bc65f05b2
Zap a29k.
25 years ago
Andrew Cagney
1851bca630
Oops, Delete tic80, really.
25 years ago
Andrew Cagney
e2caac1894
Delete tic80 target.
25 years ago
Andrew Cagney
6654b4ae11
From Mark Peek.
* ppc-spr-table: Add SDA and PIR.
25 years ago
Jim Blandy
cd5195a891
Add assembly-source tests for s390-ibm-linux.
* gdb.asm/s390.inc: New file.
* gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
the S/390 architecture.
* gdb.asm/configure: Regenerated.
25 years ago
Kevin Buettner
6ded7999cd
Add cross platform SVR4 shared library support for PowerPC.
25 years ago
gdbadmin
7e74fa0edf
*** empty log message ***
25 years ago
Jim Blandy
df0cd8c5a7
* gdb.texinfo (Overlays): New chapter, documenting GDB's
overlay support. Add to top-level menu.
25 years ago
Alan Modra
2d43aa5e5f
daily update
25 years ago
Kevin Buettner
a42dd537c4
Define SVR4 link map offset fetcher for Linux/ARM.
25 years ago
Michael Snyder
25d559ca78
Fix typo.
25 years ago