summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1999-08-082-2/+8
| | | | | | * configure.in (i[3456]-*-mingw32*): Don't put gprof in noconfigdirs. (*-*-cygwin*): Likewise.
* * mkdep: New file.Ian Lance Taylor1999-08-083-2/+93
| | | | | * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. (BINUTILS_SUPPORT_DIRS): Add mkdep.
* * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1999-08-083-50/+56
| | | | | MKDEP. Rebuild dependencies. * Makefile.in: Rebuild.
* * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1999-08-083-42/+48
| | | | | MKDEP. * Makefile.in: Rebuild.
* 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1999-08-085-0/+31
| | | | | | | | | | | | | * section.c (SEC_SHARED): Define. * coffcode.h (sec_to_styp_flags): Handle SEC_SHARED. (styp_to_sec_flags): Likewise. * peicode.h (coff_swap_scnhdr_out): Likewise. * bfd-in2.h: Rebuild. 1999-08-08 Ian Lance Taylor <ian@zembu.com> * coffcode.h (coff_classify_symbol): Comment out part of 1999-08-05 change which breaks cygwin DLLs.
* * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.Ian Lance Taylor1999-08-084-3/+8
| | | | * aclocal.m4, configure: Rebuild.
* From Eli Zaretskii <eliz@is.elta.co.il>:Ian Lance Taylor1999-08-082-2/+8
| | | | | * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
* * section.c (global_syms): Only initialize union field ifIan Lance Taylor1999-08-062-9/+22
| | | | __STDC__.
* * hppa.h (pa_opcodes): Add 64 bit versions of or, xor, and,Jeff Law1999-08-062-0/+11
| | | | and andcm. Add 32 and 64 bit version of cmpclr, cmpiclr.
* * hppa-dis.c (compare_cond_64_names, cmpib_cond_64_names,Jeff Law1999-08-062-6/+102
| | | | | | add_cond_64_names, wide_add_cond_names, logical_cond_64_names, unit_cond_64_names, shift_cond_64_names, bb_cond_64_names): New. (print_insn_hppa): Add 64 bit condition completers.
* * hppa.h: Document 64 bit condition completers.Jeff Law1999-08-062-2/+21
|
* * elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index byMark Mitchell1999-08-062-9/+21
| | | | | | | the size of a GOT entry here. (mips_elf_calculate_relocation): Don't create a local GOT entry for the symbol in a GOT16 relocation; just for it's high-order bit (_bfd_mips_elf_relocate_section): Fix thinko.
* * hppa-dis.c (print_insn_hppa): Change condition args to useJeff Law1999-08-052-54/+77
| | | | '?' prefix.
* * hppa.h (pa_opcodes): Change condition args to use '?' prefix.Jeff Law1999-08-052-93/+106
|
* Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1999-08-055-125/+193
| | | | | | | | | | egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
* Based on patches from Donn Terry <donn@interix.com>:Ian Lance Taylor1999-08-055-114/+258
| | | | | | | | | | | | | | | | | | * coffcode.h (enum coff_symbol_classification): Define. (bfd_coff_backend_data): Rename _bfd_coff_sym_is_global to _bfd_coff_classify_symbol. Change return type. (bfd_coff_classify_symbol): Rename from bfd_coff_sym_is_global. (coff_slurp_symbol_table): Use coff_classify_symbol. (coff_classify_symbol): New static function. (coff_sym_is_global): Never define. (bfd_coff_std_swap_table): Initialize with coff_classify_symbol. * cofflink.c (coff_link_check_ar_symbols): Use bfd_coff_classify_symbol rather than bfd_coff_sym_is_global. (coff_link_add_symbols): Likewise. (_bfd_coff_link_input_bfd): Likewise. * coff-sh.c (bfd_coff_small_swap_table): Initialize with coff_classify_symbol. * libcoff.h: Rebuild.
* * xmalloc.c: Control all uses of SBRK with a single define,Ian Lance Taylor1999-08-052-12/+23
| | | | USE_SBRK. Don't define it if __INTERIX.
* * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectorsJeff Law1999-08-052-2/+9
| | | | (e_ltpsel, e_rtpsel): Similarly.
* * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle 21bit e_ltpselJeff Law1999-08-052-0/+13
| | | | and 14bit ertpsel. Handle 64bit psel.
* * elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16Mark Mitchell1999-08-042-7/+21
| | | | | handling for REL relocations. And only left-shift R_MIPS26 relocation addends where necessary.
* Support for gcc to generate 16-bit i386 code. (.code16gcc)Alan Modra1999-08-042-25/+40
|
* * elf32-mips.c (mips_elf_next_lo16_addend): Rename to ...Mark Mitchell1999-08-042-17/+29
| | | | | | | (mips_elf_next_lo16_relocation): Don't compute the addend here. Just return the relocation found. (mips_elf_relocate_section): Pull the LO16 addend out of the section itself when using REL relocations.
* * elf32-mips.c (mips_elf_calculate_relocation): RestoreMark Mitchell1999-08-032-0/+19
| | | | | _DYNAMIC_LINK handling and handling of undefined symbols in shared libraries.
* * elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocationIan Lance Taylor1999-08-032-1/+19
| | | | | | value of a symbol in a SEC_DEBUGGING section. Warn when doing a relocation against a symbol in an input section with no output section. From Daniel Jacobowitz <drow@false.org>.
* * coff-stgo32.c (go32_stubbed_coff_object_p): Remove; not used.Ian Lance Taylor1999-08-032-52/+2
|
* * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and toIan Lance Taylor1999-08-034-102/+117
| | | | | look for generated file correctly. * aclocal.m4, configure: Rebuild.
* * floatformat.c: Add casts to avoid signed/unsigned warnings.Ian Lance Taylor1999-08-033-7/+16
| | | | * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
* * Makefile.in (install_to_libdir): Change $(TARGETLIB).n toIan Lance Taylor1999-08-031-6/+6
| | | | | $(TARGETLIB)n so it works on MSDOS. (install_to_tooldir): Likewise.
* Fix typoMark Mitchell1999-08-031-1/+1
|
* * elf32-mips.c (_bfd_mips_elf_relocate_section): Handle R_MIPS_26Mark Mitchell1999-08-032-9/+28
| | | | | | and R_MIPS16_26 relocations correctly when relocating. (_bfd_mips_elf_check_relocs): Don't assume that R_MIPS_CALL_HI16 and R_MIPS_CALL_LO16 are for global symbols.
* import gdb-1999-08-02 snapshotJason Molenda1999-08-02131-2268/+5328
|
* Initial revisionJason Molenda1999-08-0214-0/+1614
|
* Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-08-023-11/+13
| | | | | | | * elflink.h (elf_bfd_final_link): Copy the whole isym, not just some fields. * elf64-sparc.c (sparc64_elf_output_arch_syms): Declare used variables and initialize them.
* Fix typoMark Mitchell1999-08-011-6/+4
|
* * elf32-mips.c (_bfd_mips_elf_final_link): Handle the case whereMark Mitchell1999-08-012-6/+22
| | | | | | | there are no global symbols requiring GOT entries. (_bfd_mips_elf_size_dynamic_sections): Likewise. (_bfd_mips_elf_finish_dynamic_symbol): Likewise. (_bfd_mips_elf_finish_dynamic_sections): Likewise.
* * elf32-mips.c (mips_elf_calculate_relocation): Undefined weakMark Mitchell1999-08-012-8/+26
| | | | | | | | symbols are considered to have the value zero. (_bfd_mips_elf_relocate_section): Don't try to perform a relocation for an undefined symbol. (_bfd_mips_elf_check_relocs): Allocate locate GOT space for local GOT16 relocations.
* Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-07-302-9/+25
| | | | | | | | | | | * elf64-sparc.c (sparc64_elf_build_plt): Cosmetic change - ABI wants ba,a,pt %xcc instead of %icc. Emit correct .PLT0-(.PLTN+4) initial value into the pointer slots of large PLT entries. (sparc64_elf_plt_ptr_offset): Fix calculation. (sparc64_elf_finish_dynamic_symbol): Negative value of R_SPARC_JMP_SLOT addend should be relative to load address, not .plt section start. (sparc64_elf_size_info): Sparc64 uses 32bit .hash entries.
* Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-07-306-13/+463
| | | | | | | | | | | | | | | | | | * elf-bfd.h (struct elf_backend_data): Add print_symbol_all and output_arch_syms backend methods. * elfxx-target.h: Likewise. * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create, sparc64_elf_add_symbol_hook, sparc64_elf_output_arch_syms, sparc64_elf_get_symbol_type, sparc64_elf_symbol_processing): New functions. (sparc64_elf_size_dynamic_sections): Leave space for STT_REGISTER symbols in .dynsym, add their names into .dynstr. Put those symbols into dynlocal. (sparc64_elf_finish_dynamic_sections): Fix up DT_SPARC_REGISTER pointers to STT_REGISTER symbols in dynsym section. (sparc64_elf_print_symbol_all): New function. * elf.c (bfd_elf_print_symbol): Allow special backend symbol printing using the print_symbol_all hook.
* Correctly handle Vtentry relocs.Catherine Moore1999-07-302-1/+6
|
* * Makefile.in (check-target-libio): Remove all-target-libstdc++Alan Modra1999-07-302-1/+6
| | | | dependency as this causes "make check" to globally "make all"
* * elf32-mips.c (_bfd_mips_elf_final_link): Only re-sort dynsyms ifRichard Henderson1999-07-292-1/+6
| | | | dynamic_sections_created.
* * elf32-mips.c (mips_info_to_howto_rel): Split out switch to ...Richard Henderson1999-07-292-14/+31
| | | | | (mips_rtype_to_howto): ... new function. (_bfd_mips_elf_relocate_section): Use it.
* Fix oops.Jeff Law1999-07-281-0/+1
|
* * hppa-dis.c (print_insn_hppa): Remove unnecessary test in 'E'Jeff Law1999-07-282-5/+6
| | | | code.
* * hppa.h (pa_opcodes): Add "pushnom" and "pushbts".Jeff Law1999-07-282-10/+17
| | | | * hppa.h (pa_opcodes): Mark all PA2.0 opcodes with FLAG_STRICT.
* * elf32-mips.c (_bfd_mips_elf_relocate_section): Fix typo.Mark Mitchell1999-07-282-1/+5
|
* * hppa.h (pa_opcodes): Change xmpyu, fmpyfadd,Jeff Law1999-07-282-3/+8
| | | | and fmpynfadd to use 'J' and 'K' instead of 'E' and 'X'.
* Change to strip out only symbols that start with LOCAL_LABEL_PREFIX followedNick Clifton1999-07-272-19/+27
| | | | by 'L'.
* import gdb-1999-07-26 snapshotJason Molenda1999-07-278-44/+326
|
* 1999-07-23 Donn Terry <donn@interix.com>Ian Lance Taylor1999-07-244-5/+52
| | | | | | | | * libcoff-in.h (coff_link_hash_entry): Add coff_link_hash_flags field, and define COFF_LINK_HASH_PE_SECTION_SYMBOL. * cofflink.c (coff_link_add_symbols): If PE, handle section symbols specially. * libcoff.h: Rebuild.