aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-182001-05-18 H.J. Lu <hjl@gnu.org>H.J. Lu6-5/+15
* ld-elfvers/vers.exp: Revert the last change. * ld-elfvers/vers2.ver: Put back "tmpdir/" the version references. * ld-elfvers/vers3.ver: Likewise. * ld-elfvers/vers6.ver: Likewise. * ld-elfvers/vers18.ver: Likewise.
2001-05-182001-05-18 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* elflink.h (elf_link_add_object_symbols): Revert the last change.
2001-05-18 * cris-opc.c (cris_spec_regs): Add missing initializer field forHans-Peter Nilsson2-1/+6
last element.
2001-05-18 * elf32-hppa.c (clobber_millicode_symbols): Temporarily setAlan Modra2-1/+14
ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change. (hppa_build_one_stub): Add an assert to check plt.offset.
2001-05-182001-05-17 H.J. Lu <hjl@gnu.org>H.J. Lu14-15/+33
* ld-elfvers/vers.exp: Pass "-rpath .:$tmpdir" to "vers19". * ld-elfvers/vers1.ver: Remove "tmpdir/" from the version definition. * ld-elfvers/vers2.ver: Likewise. * ld-elfvers/vers3.ver: Likewise. * ld-elfvers/vers4a.ver: Likewise. * ld-elfvers/vers6.ver: Likewise. * ld-elfvers/vers7a.ver: Likewise. * ld-elfvers/vers8.ver: Likewise. * ld-elfvers/vers9.ver: Likewise. * ld-elfvers/vers15.ver: Likewise. * ld-elfvers/vers16a.ver: Likewise. * ld-elfvers/vers17.ver: Likewise. * ld-elfvers/vers18.ver: Likewise.
2001-05-182001-05-17 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the version definition to basename of the output filename.
2001-05-172001-05-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-4/+8
* blockframe.c (create_new_frame): Zero all the fields via memset, rather than zeroing them one by one.
2001-05-172001-05-17 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to basename of the bfd filename.
2001-05-17 * top.c (user_args): Remove unused declaration.Eli Zaretskii2-15/+4
2001-05-17Add a flag to asection, linker_has_input, and use it to reliablyAlan Modra6-49/+87
determine whether an input section is the first one assigned to an output section.
2001-05-162001-05-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+6
* cgen.c (gas_cgen_tc_gen_reloc): Changed error message when howto entry is not found. Fix for 105023-CR-1.
2001-05-16merge from gccDJ Delorie4-4/+12
2001-05-162001-05-15 John S Kallal <jskallal@home.com>Michael Snyder2-2/+9
* remote.c (remote_wait): Added new variable fieldsize. Add fieldsize (return value of hex2bin) to string pointer p.
2001-05-162001-05-16 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+6
* infcmd.c (do_registers_info): Move alloca outside of loop.
2001-05-16 * readelf.c (do_debug_frames_interp): New.Richard Henderson2-115/+205
(byte_get_little_endian): If BFD64, always read entire 8-byte fields. (byte_get_big_endian): Likewise. (parse_args) ['F']: Set do_debug_frames_interp. (Frame_Chunk): Make data_factor signed, add fde_encoding. (frame_display_row): Don't trunc pc_begin to int. (size_of_encoded_value): New. (display_debug_frames): Handle 64-bit targets. Print raw data unless do_debug_frames_interp. (debug_displays): Remove duplicate .debug_frame.
2001-05-16* gmon_io.c (gmon_io_read, gmon_io_write_vma,Alexandre Oliva2-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'tAlexandre Oliva2-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 relaxAlexandre Oliva2-8/+34
negative 32-bit operands to 16 operands when the operand is going to be zero-extended by the modified opcode.
2001-05-16Fix dwarf2_emit_insn calls when frag_var breaks things.Alan Modra5-32/+27
Put back an old entry in ChangeLog-9899, deleted when ChangeLog split.
2001-05-15* cgen disasm bug fixFrank Ch. Eigler2-1/+5
2001-05-15 Frank Ch. Eigler <fche@redhat.com> * cgen-dis.in (extract_normal): Complete support for min<base case.
2001-05-15Remove definition of EM_MIPS_RS4_BE. The constant was never in active useNick Clifton4-10/+20
and is used otherwise by the ABI.
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