aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-15Fix MIPS disassembler so that it produces reassemblable code.Nick Clifton68-6593/+6702
2001-05-15* sparc-tdep.c (sparc_gdbarch_init): Get the architecture fromMark Kettenis2-1/+6
info.bfd_arch_info.
2001-05-15 * ehopt.c (eh_frame_convert_frag): Fix missed subtype adjustmentRichard Henderson2-1/+7
last change.
2001-05-15Fix warnings resulting from fact that GET_LWP() now returns a long ratherKevin Buettner2-5/+12
than an int.
2001-05-15Redefine ptid_t to be a struct rather than an int.Kevin Buettner18-173/+267
2001-05-14 * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment;Richard Henderson3-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 Henderson4-0/+48
* gas/elf/ehopt0.d: New. * gas/elf/elf.exp: Run it.
2001-05-14Remove stray @item's.Andrew Cagney2-2/+7
2001-05-14* config/tc-mn10300.c (md_assemble): Anchor dwarf2 line infoAlexandre Oliva2-2/+14
before a relaxable insns.
2001-05-142001-05-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-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 ofMark Kettenis2-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-142001-05-14 Michael Snyder <msnyder@redhat.com>Michael Snyder3-0/+15
* solib.c, solib.h: Add comment for function no_shared_libraries.
2001-05-142001-05-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* remote.c (remote_write_bytes): Set nr_bytes to return value of bin2hex.
2001-05-14Fix no_shared_libraries() declaration.Kevin Buettner2-1/+6
2001-05-14* ppc-opc.c (powerpc_opcodes): Fixed extended opcode field ofJ.T. Conklin2-19/+25
simplified mnemonics used for setting PPC750-specific special purpose registers.
2001-05-14Output ``[...]'' when a list.Andrew Cagney2-2/+26
2001-05-14* Makefile.am (ld.dvi): Search bfd/doc for texinfo files.DJ Delorie3-2/+7
* Makefile.in: Ditto.
2001-05-14* remote.c (remote_write_bytes): Set nr_bytes before returning it.Andrew Cagney3-0/+8
* solib.h (no_shared_libraries): Declare.
2001-05-14Fix logic selecting a new architecture. Use the sequence:Andrew Cagney5-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-142001-05-14 H.J. Lu <hjl@gnu.org>H.J. Lu2-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 Cagney2-3/+7
2001-05-13* config/tc-mn10300.c (tc_gen_reloc): Don't reject differencesAlexandre Oliva2-0/+45
between symbols if the base symbol is in the current section; emit a PC-relative relocation instead.
2001-05-12Add missing entry for change committed on 2001-01-28.Michael Chastain1-0/+22
2001-05-122001-05-12 Fernando Nasser <fnasser@redhat.com>Fernando Nasser3-2/+15
* remote-e7000.c (e7000_open): Check for bad baud rate. * remote-st.c (st2000_open): Ditto.
2001-05-122001-05-12 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+11
* i386-dis.c (print_insn_i386): Always set `mod', `reg' and `rm'.
2001-05-12Peter Targett's backwards compatibility and other arc fixes.Alan Modra12-193/+253
2001-05-12 * i386-dis.c (twobyte_has_modrm): Update table.Alan Modra4-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-12Oops, wrong address for pmuludq insn.Alan Modra1-1/+1
2001-05-12Correct cvtps2dq, movdq2q, movq2dq, and movq problems.Alan Modra8-13/+31
2001-05-12* thread.c (do_captured_list_thread_ids): Use ui_out_tuple_beginJim Blandy2-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 ofJim Blandy2-2/+8
dependencies. Reorder dependencies to match #includes in file, for easier verification.
2001-05-12s/ui_out_list/ui_out_tupple/Andrew Cagney13-104/+158
2001-05-12* gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.Jim Blandy2-1/+4
2001-05-12Tweeks from RDBrown to fix compiling on HP/UX using HP's compiler.Andrew Cagney4-15/+32
2001-05-12NEWS on version.in.Andrew Cagney2-0/+7
2001-05-12* mips-tdep.c (mips_store_return_value,Jim Blandy2-2/+8
mips_extract_return_value): Pass arguments to return_value_location in the proper order.
2001-05-12Replace Makefile.in:VERSION with the file version.in.Andrew Cagney3-8/+17
2001-05-11Fix handling of XScale LDRD and STRD instructions with post indexed ↵Nick Clifton2-6/+11
addressing modes.
2001-05-11merge from gccDJ Delorie2-10/+4
2001-05-112001-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-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 Zannoni1-1/+5
* gdb.base/completion.exp: Revamp test. Make it execute on all platforms.
2001-05-11Add ``type'' parameter to set_raw_breakpoint().Kevin Buettner2-65/+63
2001-05-112001-05-11 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-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-112001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder1-3/+11
* symtab.c (print_msymbol_info): Print addresses by portable method longest_local_hex_string_custom. Allow for 64-bit addresses.
2001-05-11 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwindJakub Jelinek11-32/+164
sections as well. (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO to .gnu.linkonce.t.FOO text section. * readelf.c (process_unwind): Print all unwind sections, not just one. * config/tc-ia64.c (special_linkonce_name): New. (make_unw_section): Map .gnu.linkonce.t.FOO text section into .gnu.linkonce.ia64unw{,i}.FOO. (ia64_elf_section_type): Handle .gnu.linkonce.ia64unw{,i}.FOO. (dot_endp): Add comment about it. * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define. (ELF_STRING_ia64_unwind_info_once): Define. * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind* output sections. * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2001-05-11 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffixJakub Jelinek34-77/+575
fields, change sec into secinfo. (struct sec_merge_info): Add chain, remove last fields. (struct sec_merge_sec_info): Add next, sec, psecinfo fields. (sec_merge_hash_lookup): If lookup could not use a string only because it has bad alignment, mark the old string for deletion. (sec_merge_add): Add secinfo argument. Don't compute entry's position, instead record the section. (sec_merge_emit): Update for the sec into secinfo change in struct sec_merge_hash_entry. (_bfd_merge_section): Only record the section for merging, defer putting strings into the hash table. (cmplengthentry, last4_eq, last_eq, record_section, merge_strings, _bfd_merge_sections): New functions. (_bfd_merged_section_offset): Update for the sec_merge_hash_entry changes. * libbfd-in.h (_bfd_merge_sections): Add prototype. (_bfd_nolink_bfd_merge_sections): Define. * libbfd.h: Likewise. (bfd_generic_merge_sections): Add prototype. * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections. (struct bfd_target): Likewise. * bfd.c (bfd_merge_sections): Define. * bfd-in2.h: Rebuilt. * elf.c (_bfd_elf_merge_sections): New function. * elf-bfd.h (_bfd_elf_merge_sections): Add prototype. * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define. * reloc.c (bfd_generic_merge_sections): New function. * vms.c (vms_bfd_merge_sections): New function. * aout-adobe.c (aout_32_bfd_merge_sections): Define. * aout-target.h (MY_bfd_merge_sections): Define. * aout-tic30.c (MY_bfd_merge_sections): Define. * binary.c (binary_bfd_merge_sections): Define. * bout.c (b_out_bfd_merge_sections): Define. * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define. * coffcode.c (coff_bfd_merge_sections): Define. * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define. * i386msdos.c (msdos_bfd_merge_sections): Define. * i386os9k.c (os9k_bfd_merge_sections): Define. * ieee.c (ieee_bfd_merge_sections): Define. * ihex.c (ihex_bfd_merge_sections): Define. * nlm-target.h (nlm_bfd_merge_sections): Define. * oasys.c (oasys_bfd_merge_sections): Define. * ppcboot.c (ppcboot_bfd_merge_sections): Define. * som.c (som_bfd_merge_sections): Define. * srec.c (srec_bfd_merge_sections): Define. * tekhex.c (tekhex_bfd_merge_sections): Define. * versados.c (versados_bfd_merge_sections): Define. * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define. * ldlang.c (lang_process): Call bfd_merge_sections.
2001-05-11When truncating an aligned block, ensure that the low order bits of theNick Clifton2-1/+7
alignment are preserved.
2001-05-11Change type of 'addr' to be unsigned long, in order to match its use.Nick Clifton2-1/+6
2001-05-112001-05-11 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-16/+57
* mi-var-child.exp: Adjust for the fact that now (char *) can be dereferenced.
2001-05-102001-05-10 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+14
* linker.c (_bfd_generic_link_add_one_symbol): Check loop on indirect symbols.