aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-12-042001-11-30 Michael Snyder <msnyder@redhat.com>Michael Snyder7-3/+121
* gdb.asm/asm-source.exp: Add tests for list, search, finish, return, next, info source, info sources, info line, global and static variables, and static functions. * gdb.asm/common.inc: New macro gdbasm_datavar (default definition). * gdb.asm/i386.inc: Override default definition of gdbasm_datavar. * gdb.asm/asmsrc1.s: Add a static function and some variables. * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next'). * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer. (gdbasm_leave): Restore frame pointer. (gdbasm_startup): Copy stack set-up from crt0.S.
2001-12-04 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.Hans-Peter Nilsson3-5/+18
(OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting __Sbss. (OTHER_END_SYMBOLS): Fix formatting. * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes. (OTHER_END_SYMBOLS): Fix formatting.
2001-12-04* config/tc-d10v.c (write_2_short): Don't skip dummy fixups, soAlexandre Oliva2-28/+25
that we can tell which operand refers to the insn put in the L container and mark it as such, so that the relocation type can be adjusted.
2001-12-04* gdb.base/completion.exp: Clarify indentation.Jim Blandy2-11/+24
2001-12-04 * config.bfd: Remove trailing blanks.Thiemo Seufer7-47/+60
* elf32-mips.c (gprel16_with_gp): Remove superfluous casts. * strings.c (get_char): Initialize value. * config/tc-mips.c (mips_cpreturn_offset): Better comment. (load_register): Better error message. Cast away signedness mismatches. Add casts needed for varargs. (load_address): Replace checks of HAVE_64BIT_ADDRESS with dbl. Remove superfluous casts. (macro): Cast away signedness mismatches. Remove superfluous casts. (s_cpload): Fix wrong comment. (s_mips_weakext): Standardize output message. (get_number): Likewise.
2001-12-04 * arlex.l: Silence compile warnings.Thiemo Seufer3-32/+27
* arsup.h: Likewise. Fix formatting.
2001-12-04 * config/tc-mips.c (append_insn): Add jump address range overflowThiemo Seufer2-0/+13
check.
2001-12-04 * config/tc-mips.c (md_parse_option): Fix comment. Allow -mabi optionThiemo Seufer2-2/+41
for ELF only. (show): Document -mabi option.
2001-12-04* d10v-opc.c (d10v_predefined_registers): Remove warningsAlexandre Oliva2-2/+5
introduced in Nov 29's patch.
2001-12-04* d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' ofAlexandre Oliva2-1/+4
unmatched register.
2001-12-04Only clear cpu part when specifying 'xscale' cpu (don't change the fpu part)Nick Clifton2-1/+7
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