aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-12-04* elf32-d10v.c (elf_d10v_howto_table): Adjust bit-size ofAlexandre Oliva2-33/+40
R_D10V_10_PCREL_L, R_D10V_10_PCREL_R, R_D10V_18, R_D10V_18_PCREL. Check 10_PCREL relocations as signed. Disable pointless overflow checking of NONE and 32.
2001-12-042001-12-04 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-13/+32
* cris-tdep.c (cris_regnums): Add DCCR_REGNUM for completeness. (cris_examine): Add comment about solib prologue parsing. (bdap_prefix): Read offset with correct signedness and size. (move_to_preg_op): Don't rely on register numbering for register size. (none_reg_mode_move_from_preg_op): Ditto.
2001-12-04 * strings.c: Include config.h before bfd.h.Jakub Jelinek5-15/+174
(file_off): New type. (file_open): Define. (print_strings): Use file_off instead of file_ptr. Print addresses which don't fit into long correctly. (get_char): Use file_off instead of file_ptr. Use getc_unlocked if available. (strings_file): Use file_off instead of file_ptr. Use file_open. * configure.in: Check for getc_unlocked. Check for fopen64 and whether _LARGEFILE64_SOURCE needs to be defined for it. * configure: Rebuilt. * config.h.in: Rebuilt.
2001-12-04* d10v-dis.c (print_operand): Disregard OPERAND_SP in registerAlexandre Oliva2-1/+4
predefined value.
2001-12-04* config/tc-d10v.c (find_opcode): Reject SP operand ifAlexandre Oliva2-0/+8
OPERAND_NOSP flag is present.
2001-12-04* d10v-opc.c (RSRC_NOSP): New macro.Alexandre Oliva2-3/+11
(d10v_operands): Add it. (d10v_opcodes): Use RSRC_NOSP in post-decrement "st" and "st2w".
2001-12-04* d10v.h (OPERAND_NOSP): New macro.Alexandre Oliva2-0/+9
2001-12-04fix typoNick Clifton2-2/+2
2001-12-042001-12-04 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-0/+29
* 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.
2001-12-042001-12-03 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-49/+99
* 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.
2001-12-042001-12-03 Eric Christopher <echristo@redhat.com>Eric Christopher2-2/+6
* config/tc-mips.c (tc_gen_reloc): One missed BFD_RELOC_MIPS_GPREL.
2001-12-04 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.Alan Modra2-8/+12
2001-12-04*** empty log message ***gdbadmin1-1/+1
2001-12-03Removing, redundant with support of -b64Tom Rix1-14/+0
2001-12-03 * reloc.c (bfd_install_relocation): Correct reloc address test.Alan Modra3-7/+10
(bfd_perform_relocation): Formatting fix. * bfd-in2.h: Regenerate for 2001-12-02 reloc.c change.
2001-12-03Pass argc and argv to ldemul_choose_target.Tom Rix10-31/+104
Support -b64 in AIX
2001-12-03daily updateAlan Modra1-1/+1
2001-12-03* gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'Jim Blandy2-0/+12
variables on the S/390, not `.word'.
2001-12-03Include solib.h.Kevin Buettner3-0/+11
2001-12-032001-12-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* symtab.c (search_symbols): Make sure alloca size is big enough.
2001-12-03prune m68k targets down to just m68k-elfAndrew Cagney2-1/+5
2001-12-03* s390-tdep.c (s390_get_frame_info): Don't used fextra_info to setJim Blandy2-1/+7
orig_sp if it's not initialized.
2001-12-03Import new turkish translations from Translation Project's website.Nick Clifton8-4/+2615
2001-12-03 * elf32-hppa.c (hppa_get_stub_entry): Remove debug message thatAlan Modra2-31/+37
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.
2001-12-032001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-2/+20
* findvar.c (locate_var_value): Specify in which register a register variable is stored.
2001-12-032001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller3-20/+25
* win32-nat.c (mappings): Correct position of XMM registers, based on FXSAVE instruction structure.
2001-12-03*** empty log message ***gdbadmin1-1/+1
2001-12-02mmalloc() -> xmmalloc()Andrew Cagney2-4/+6
2001-12-02mfree() -> xmfree().Andrew Cagney14-44/+48
2001-12-02mrealloc() -> xmrealloc().Andrew Cagney2-4/+8
2001-12-02* Makefile.in (simops.h, table.c): Delete targets.Andrew Cagney4-164/+88
(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.
2001-12-02* i386-tdep.c (i386go32_frame_saved_pc): New function.Andrew Cagney3-1/+14
* config/i386/tm-go32.h (i386go32_frame_saved_pc): Declare. (FRAME_SAVED_PC): Redefine to i386go32_frame_saved_pc.
2001-12-02 * elf32-mips.c (NEWABI_P): New define.Thiemo Seufer2-65/+619
(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.
2001-12-02 * coff-mips.c (mips_bfd_reloc_type_lookup): ReplaceThiemo Seufer9-56/+69
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.
2001-12-02Delete HOST_BYTE_ORDER.Andrew Cagney55-222/+48
2001-12-02*** empty log message ***gdbadmin1-1/+1
2001-12-01Zap sony news (m68k) and ISI (m68k) targets.Andrew Cagney19-629/+26
2001-12-01daily updateAlan Modra1-1/+1
2001-12-01Zap zap.Andrew Cagney3-212/+3
2001-12-01Zap the ultra series of a29k host and target.Andrew Cagney10-343/+11
2001-12-01Zap Sun's i386i.Andrew Cagney11-518/+12
2001-12-01Zap all but ns32k-netbsd NS32k targets and hosts.Andrew Cagney22-1458/+27
2001-12-01Zap harris target and host.Andrew Cagney9-171/+10
2001-12-01Zap some older PPC targets.Andrew Cagney16-289/+22
2001-12-01Zap a29k.Andrew Cagney8-509/+11
2001-12-01Oops, Delete tic80, really.Andrew Cagney1-2/+1
2001-12-01Delete tic80 target.Andrew Cagney7-735/+14
2001-12-01From Mark Peek.Andrew Cagney2-1/+7
* ppc-spr-table: Add SDA and PIR.
2001-12-01Add assembly-source tests for s390-ibm-linux.Jim Blandy5-8/+100
* 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.
2001-12-01Add cross platform SVR4 shared library support for PowerPC.Kevin Buettner15-11/+77