aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-08-17 * elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMICIan Lance Taylor3-5/+38
for special section symbols. * elflink.h (elf_merge_symbol): If we have no old BFD, check BSF_DYNAMIC on the section symbol to see whether the old BFD is dynamic.
1999-08-16These files removed in the 1999-08-16 snapshot.Jason Molenda72-14146/+0
1999-08-16import gdb-1999-08-16 snapshotJason Molenda144-580/+14049
1999-08-16This commit was generated by cvs2svn to track changes on a CVS vendorJason Molenda3-2/+7
branch.
1999-08-16import gdb-1999-08-16 snapshotJason Molenda3-2/+7
1999-08-16import gdb-1999-08-16 snapshotJason Molenda1-24/+1
1999-08-16Look for register conflicts on stores as well as loads.Nick Clifton2-18/+22
1999-08-15 * elf32-mips.c (mips_elf_calculate_relocation): Fix unfortunateMark Mitchell2-2/+7
coincidence of variable names between old and new code.
1999-08-13Only pass positive values to validate_offset_imm()Nick Clifton2-16/+25
1999-08-12Tidy up formatting.Nick Clifton2-261/+204
Fix Thubm weak function support.
1999-08-12Fix interworking problems.Nick Clifton2-34/+51
1999-08-11Fix typo.Jeff Law1-1/+1
1999-08-11config/tc-i386.c: Remove dead codeAlan Modra2-6/+5
1999-08-11Check for overflow on R_ARM_PC24 relocs.Nick Clifton2-3/+14
1999-08-11 * config/tc-hppa.c (pa_build_unwind_subspace): Use sane sectionJeff Law2-1/+5
flags for the unwind subspace.
1999-08-11 * elf-hppa.h (elf_hppa_fake_sections): New function.Jeff Law3-0/+35
* elf32-hppa.c (elf_backend_fake_sections): Define.
1999-08-11Fix typo in defintion of OUTPUT_FORMAT.Nick Clifton2-1/+5
1999-08-11remove bigus code.Nick Clifton2-38/+0
1999-08-10 * elf-hppa.h (elf_hppa_final_write_processing): Update forJeff Law2-7/+6
recent changes to the arch_info structure.
1999-08-10Fix typos in last change.Jeff Law1-3/+3
1999-08-10 * config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF.Jeff Law2-7/+28
(pa_build_unwind_subspace): Remove #if 0 wrapper. Select a suitable relocation based on the size of the target's pointer. Always Use subsegment zero for the unwinders. (pa_level): Handle "2.0w".
1999-08-10 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): HandleJeff Law3-1/+30
R_HPPA_SEGBASE and R_HPPA_SEGREL32. * cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info list.
1999-08-10 From Wally Iimura <iimura@microunity.com>:Ian Lance Taylor2-2/+12
* dis-buf.c (buffer_read_memory): Rewrite expression to avoid overflow at end of address space. (generic_print_address): Use sprintf_vma.
1999-08-10 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): AlwaysMark Mitchell2-14/+27
output DT_MIPS_GOTSYM. (_bfd_mips_elf_finish_dynamic_sections): Use the same value as DT_MIPS_SYMTABNO if there are no global GOT symbols.
1999-08-10 * elf32-mips.c (mips_elf_create_dynamic_relocation): ChangeMark Mitchell2-54/+132
prototype. Handle local symbols. Add commentary. (mips_elf_calculate_relocation): Adjust accordingly. (_bfd_mips_elf_check_relocs): Handle local symbols in R_MIPS_32 relocations.
1999-08-10 * elflink.h (elf_bfd_final_link): Tweak last change.Mark Mitchell2-4/+23
1999-08-10 * elflink.h (elf_link_size_reloc_section): Use the counts in theMark Mitchell2-21/+65
elf-section data to allocate just the right amount of relocation space. Don't allocate the hash space twice. (elf_bfd_final_link): Calculate the amount of space to allocate in each relocation section.
1999-08-10 * Makefile.in (LDFLAGS): Define.Ian Lance Taylor2-0/+5
1999-08-101999-08-09 Mark Elbrecht <snowball3@bigfoot.com>Ian Lance Taylor2-0/+11
* scripttempl/i386go32.sc: Handle g++ exception sections.
1999-08-09 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case 32): When inJeff Law3-13/+26
64bit mode, generate a section relative relocation for a 32bit wide relocation. (elf_hppa_is_local_label_name): New function. * elf32-hppa.c (elf_hppa_is_local_label_name): Deleted. To be shared between 32bit and 64bit port.
1999-08-09 * elf32-mips.c (elf_mips_howto_table): Fix src_mask forMark Mitchell2-3/+14
R_MIPS_GOT16 and R_MIPS_CALL16. (mips_elf_got16_entry): Use mips_elf_high to calculate the value to use wheen looking for a preexisting GOT entry.
1999-08-09import gdb-1999-08-09 snapshotJason Molenda118-12060/+11955
1999-08-09rebuild with patched automakeIan Lance Taylor7-8/+8
1999-08-091999-08-09 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda4-685/+0
* README-gdb, gdb/testsuite/gdb.c++/ref-types2.cc, gdb/testsuite/gdb.c++/ref-types2.exp, readline/MANIFEST.doc, readline/doc/inc-hist.texi: Removed in the 1999-08-02 snapshot.
1999-08-09 * config/tc-d30v.c (write_2_short): Don't group repeat instructionsJoern Rennecke2-3/+12
with the following instruction unless this was specified.
1999-08-09Hans-Peter Nilsson <hp@bitrange.com>Nick Clifton2-1/+9
* readelf.c (process_abbrev_section): Handle standard-conforming single zero at the end of the section.
1999-08-091999-08-09 Jakub Jelinek <jj@ultra.linux.cz>Ian Lance Taylor3-18/+9
* elf64-sparc.c (sparc64_elf_relocate_section): Back out part of the Sep. 4th, 1998 change. glibc 2.0.x dynamic linker had bug, not binutils. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1999-08-091999-08-09 Jakub Jelinek <jj@ultra.linux.cz>Ian Lance Taylor3-1/+8
* ld-elfvers/vers.exp: Run tests on sparc*-*-linux*. * ld-shared/shared.exp: Likewise.
1999-08-09 From Wally Iimura <iimura@microunity.com>:Ian Lance Taylor2-5/+20
* ldlang.c (lang_size_sections): When checking whether an address is within a region, don't get confused by wrapping around at the end of the address space.
1999-08-091999-08-09 Geoff Keating <geoffk@cygnus.com>Ian Lance Taylor2-4/+19
* elflink.h (elf_link_output_extsym): Don't output a weak reference to an undefined symbol just because it was defined weak in a shared object.
1999-08-09 * objdump.c (exit_status): New static variable.Ian Lance Taylor2-13/+45
(nonfatal): New static function. (disassemble_data): Set exit_status on error. (read_section_stabs): Likewise. (display_bfd): Likewise. Call nonfatal rather than bfd_nonfatal. (display_file): Call nonfatal rather than bfd_nonfatal. (display_target_list, display_info_table): Likewise. (main): Return exit_status rather than 0.
1999-08-09 * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 forIan Lance Taylor2-0/+20
certain sections, to match BFD changes.
1999-08-09 * gas/i386/float.s, gas/i386/float.l: Modify to work correctlyIan Lance Taylor11-18/+28
when gas uses 2**4 alignment for .text. * gas/i386/general.s, gas/i386/general.l: Likewise. * gas/i386/katmai.s, gas/i386/katmai.d: Likewise. * gas/i386/modrm.s, gas/i386/modrm.l: Likewise. * gas/i386/prefix.s, gas/i386/prefix.d: Likewise.
1999-08-09 * binutils-all/objcopy.exp: Add setup_xfail for simple copy testIan Lance Taylor2-1/+6
for i*86-*-msdos*.
1999-08-091999-08-09 Eli Zaretskii <eliz@is.elta.co.il>Ian Lance Taylor2-1/+26
* coffgen.c (coff_find_nearest_line): When looking for file, use last best match rather than first. If address is beyond last line number record, don't return the last line as the correct value.
1999-08-09 * objdump.c (dump_section_header): Update for renaming ofIan Lance Taylor2-1/+5
SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
1999-08-09 * ldlang.c (wild_doit): Update for renaming of SEC_SHORT toIan Lance Taylor2-3/+6
SEC_SMALL_DATA.
1999-08-09 * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.Ian Lance Taylor3-2/+7
* bfd-in2.h: Rebuild.
1999-08-091999-08-08 Mark Elbrecht <snowball3@bigfoot.com>Ian Lance Taylor6-24/+171
* libcoff-in.h (struct coff_section_alignment_entry): Define. * coffcode.h (coff_set_custom_section_alignment): New static function. (coff_section_alignment_table): New static array. (coff_new_section_hook): Use coff_set_customer_section_alignment. * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define. * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define. * libcoff.h: Rebuild.
1999-08-081999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor2-2/+8
* configure.in (i[3456]-*-mingw32*): Don't put gprof in noconfigdirs. (*-*-cygwin*): Likewise.