Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-16 | * gmon_io.c (gmon_io_read, gmon_io_write_vma, | Alexandre Oliva | 2 | -5/+11 | |
gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust argument list for K&R C. | |||||
2001-05-16 | * config/tc-mn10300.c (mn10300_force_relocation): Don't | Alexandre Oliva | 2 | -0/+24 | |
optimize differences between symbols in code sections to constants. (mn10300_fix_adjustable): Don't adjust to section+offset relocations pointing at symbols in code sections. | |||||
2001-05-16 | * elf-m10300.c (mn10300_elf_relax_section): Don't relax | Alexandre Oliva | 2 | -8/+34 | |
negative 32-bit operands to 16 operands when the operand is going to be zero-extended by the modified opcode. | |||||
2001-05-16 | Fix dwarf2_emit_insn calls when frag_var breaks things. | Alan Modra | 5 | -32/+27 | |
Put back an old entry in ChangeLog-9899, deleted when ChangeLog split. | |||||
2001-05-15 | * cgen disasm bug fix | Frank Ch. Eigler | 2 | -1/+5 | |
2001-05-15 Frank Ch. Eigler <fche@redhat.com> * cgen-dis.in (extract_normal): Complete support for min<base case. | |||||
2001-05-15 | Remove definition of EM_MIPS_RS4_BE. The constant was never in active use | Nick Clifton | 4 | -10/+20 | |
and is used otherwise by the ABI. | |||||
2001-05-15 | Fix MIPS disassembler so that it produces reassemblable code. | Nick Clifton | 68 | -6593/+6702 | |
2001-05-15 | * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from | Mark Kettenis | 2 | -1/+6 | |
info.bfd_arch_info. | |||||
2001-05-15 | * ehopt.c (eh_frame_convert_frag): Fix missed subtype adjustment | Richard Henderson | 2 | -1/+7 | |
last change. | |||||
2001-05-15 | Fix warnings resulting from fact that GET_LWP() now returns a long rather | Kevin Buettner | 2 | -5/+12 | |
than an int. | |||||
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 18 | -173/+267 | |
2001-05-14 | * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment; | Richard Henderson | 3 | -146/+219 | |
also collect whether to expect an FDE augmentation. (check_eh_frame): Rewrite as a state machine. Track where in an FDE we are located, skip any augmentation. (eh_frame_estimate_size_before_relax): Get code alignment from the fragment subtype. (eh_frame_relax_frag, eh_frame_convert_frag): Likewise. * read.c (emit_leb128_expr): Call check_eh_frame. | |||||
2001-05-14 | * gas/elf/ehopt0.s: New. | Richard Henderson | 4 | -0/+48 | |
* gas/elf/ehopt0.d: New. * gas/elf/elf.exp: Run it. | |||||
2001-05-14 | Remove stray @item's. | Andrew Cagney | 2 | -2/+7 | |
2001-05-14 | * config/tc-mn10300.c (md_assemble): Anchor dwarf2 line info | Alexandre Oliva | 2 | -2/+14 | |
before a relaxable insns. | |||||
2001-05-14 | 2001-05-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -11/+14 | |
* remote.c (hex2bin): Make first argument const. Require explicit count, don't accept null-terminated str. (remote_resume, remote_async_resume): White space fix-up. | |||||
2001-05-14 | * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of | Mark Kettenis | 2 | -2/+10 | |
basename (NAME). The FreeBSD basename returns a pointer to a static buffer, even if it's simply returning a string identical to its argument. (lookup_partial_symtab): Likewise. | |||||
2001-05-14 | 2001-05-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 3 | -0/+15 | |
* solib.c, solib.h: Add comment for function no_shared_libraries. | |||||
2001-05-14 | 2001-05-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -2/+6 | |
* remote.c (remote_write_bytes): Set nr_bytes to return value of bin2hex. | |||||
2001-05-14 | Fix no_shared_libraries() declaration. | Kevin Buettner | 2 | -1/+6 | |
2001-05-14 | * ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of | J.T. Conklin | 2 | -19/+25 | |
simplified mnemonics used for setting PPC750-specific special purpose registers. | |||||
2001-05-14 | Output ``[...]'' when a list. | Andrew Cagney | 2 | -2/+26 | |
2001-05-14 | * Makefile.am (ld.dvi): Search bfd/doc for texinfo files. | DJ Delorie | 3 | -2/+7 | |
* Makefile.in: Ditto. | |||||
2001-05-14 | * remote.c (remote_write_bytes): Set nr_bytes before returning it. | Andrew Cagney | 3 | -0/+8 | |
* solib.h (no_shared_libraries): Declare. | |||||
2001-05-14 | Fix logic selecting a new architecture. Use the sequence: | Andrew Cagney | 5 | -117/+106 | |
o provided by INFO o hard-wired by (gdb) set ... o reversed engineered from INFO.abfd o default to previous architecture | |||||
2001-05-14 | 2001-05-14 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -2/+7 | |
* config.if (libc_interface): Set to -libc6.2- for cross compiling to Linux/glibc 2.2. | |||||
2001-05-14 | * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. | Andrew Cagney | 2 | -3/+7 | |
2001-05-13 | * config/tc-mn10300.c (tc_gen_reloc): Don't reject differences | Alexandre Oliva | 2 | -0/+45 | |
between symbols if the base symbol is in the current section; emit a PC-relative relocation instead. | |||||
2001-05-12 | Add missing entry for change committed on 2001-01-28. | Michael Chastain | 1 | -0/+22 | |
2001-05-12 | 2001-05-12 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 3 | -2/+15 | |
* remote-e7000.c (e7000_open): Check for bad baud rate. * remote-st.c (st2000_open): Ditto. | |||||
2001-05-12 | 2001-05-12 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -0/+11 | |
* i386-dis.c (print_insn_i386): Always set `mod', `reg' and `rm'. | |||||
2001-05-12 | Peter Targett's backwards compatibility and other arc fixes. | Alan Modra | 12 | -193/+253 | |
2001-05-12 | * i386-dis.c (twobyte_has_modrm): Update table. | Alan Modra | 4 | -10/+29 | |
(need_modrm): Give it file scope. (MODRM_CHECK): Define. (dofloat): Use MODRM_CHECK. (OP_E): Likewise. (OP_EM): Likewise. (OP_EX): Likewise. and fix testsuite yet again now that we are getting correct disassembly. | |||||
2001-05-12 | Oops, wrong address for pmuludq insn. | Alan Modra | 1 | -1/+1 | |
2001-05-12 | Correct cvtps2dq, movdq2q, movq2dq, and movq problems. | Alan Modra | 8 | -13/+31 | |
2001-05-12 | * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin | Jim Blandy | 2 | -2/+6 | |
and ui_out_tuple_end instead of ui_out_list_begin and ui_out_list_end. | |||||
2001-05-12 | * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of | Jim Blandy | 2 | -2/+8 | |
dependencies. Reorder dependencies to match #includes in file, for easier verification. | |||||
2001-05-12 | s/ui_out_list/ui_out_tupple/ | Andrew Cagney | 13 | -104/+158 | |
2001-05-12 | * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it. | Jim Blandy | 2 | -1/+4 | |
2001-05-12 | Tweeks from RDBrown to fix compiling on HP/UX using HP's compiler. | Andrew Cagney | 4 | -15/+32 | |
2001-05-12 | NEWS on version.in. | Andrew Cagney | 2 | -0/+7 | |
2001-05-12 | * mips-tdep.c (mips_store_return_value, | Jim Blandy | 2 | -2/+8 | |
mips_extract_return_value): Pass arguments to return_value_location in the proper order. | |||||
2001-05-12 | Replace Makefile.in:VERSION with the file version.in. | Andrew Cagney | 3 | -8/+17 | |
2001-05-11 | Fix handling of XScale LDRD and STRD instructions with post indexed ↵ | Nick Clifton | 2 | -6/+11 | |
addressing modes. | |||||
2001-05-11 | merge from gcc | DJ Delorie | 2 | -10/+4 | |
2001-05-11 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -19/+13 | |
* gdb.base/completion.exp: Revamp test. Make it execute on all platforms. | |||||
2001-05-11 | 2001-05-10 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -1/+5 | |
* gdb.base/completion.exp: Revamp test. Make it execute on all platforms. | |||||
2001-05-11 | Add ``type'' parameter to set_raw_breakpoint(). | Kevin Buettner | 2 | -65/+63 | |
2001-05-11 | 2001-05-11 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2 | -8/+47 | |
* ser-unix.c (rate_to_code): Issue warning if baud rate is invalid. (hardwire_setbaudrate): Set errno to EINVAL and return with error if the conversion of the baud rate to code fails. | |||||
2001-05-11 | 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 1 | -3/+11 | |
* symtab.c (print_msymbol_info): Print addresses by portable method longest_local_hex_string_custom. Allow for 64-bit addresses. |