summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Jeff Law1999-06-241-0/+26
|
* dJeff Law1999-06-241-0/+6
| | | | | | * elf-hppa.c (elf_hppa_final_write_processing): New function. * elf32-hppa.c: Remove everything related to symbol extension sections & records. Use the common elf_hppa_final_write_processing.
* * ldmain.c (main): Initialize link_info.init_function andMark Mitchell1999-06-234-1/+44
| | | | | | | | link_info.fini_function. * lexsup.c (OPTION_INIT): New macro. (OPTION_FINI): Likewise. (ld_options): Add descriptions for them. (parse_args): Handle them.
* * elflink.h (size_dynamic_sections): Use user-specified init/finiMark Mitchell1999-06-232-10/+21
| | | | functions instead of _init/_fini if requested.
* * bfdlink.h (struct bfd_link_hash_entry): Add init_function andMark Mitchell1999-06-232-0/+12
| | | | fini_function.
* ooops - omitted from previous delta.Nick Clifton1999-06-231-0/+3
|
* Make the mcore even more paranoid about section switchingNick Clifton1999-06-233-22/+75
|
* PAlan Modra1999-06-234-44/+54
| | | | | include/opcode/i386.h: Allow bswapl, arplw, and other dodgy insns. opcodes/i386-dis.c: Fix a comment
* * Makefile.am (dlltool_SOURCES): Add dyn-string.c.Ian Lance Taylor1999-06-223-4/+9
| | | | * Makefile.in: Rebuild.
* 1999-06-23 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1999-06-227-63/+84
| | | | | | | | * configure.in (HAVE_EXECUTABLE_SUFFIX): Define. * dlltool.c (look_for_prog): Use HAVE_EXECUTABLE_SUFFIX. * dllwrap.c (look_for_prog): Likewise. * resrc.c (look_for_default): Likewise. * configure, config.in: Rebuild.
* * elf.c (bfd_section_from_shdr): Avoid crashing on a bogus sh_linkIan Lance Taylor1999-06-222-0/+14
| | | | field.
* * ldlang.c (section_already_linked): Only discard link onceIan Lance Taylor1999-06-222-0/+10
| | | | sections if we are building constructors.
* From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:Ian Lance Taylor1999-06-222-22/+33
| | | | | | | | | * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set unused dynindx field to 0, not -1. (ppc_elf_finish_dynamic_sections): Check for positive section dynindx field, rather than comparing against -1. (ppc_elf_relocate_section): Only return false if undefined_symbol or reloc_overflow fail, not always upon encountering an error.
* clarify section dynindx commentIan Lance Taylor1999-06-221-1/+2
|
* Based on patches from Mumit Khan <khan@xraylith.wisc.EDU>:Ian Lance Taylor1999-06-229-181/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Define EXECUTABLE_SUFFIX. * dlltool.c: Include "dyn-string.h". Include <stdarg.h> based on ANSI_PROTOTYPES, not __STDC__. (outfile): Remove. (gen_exp_file): Change uses of outfile to use alloca. (make_one_lib_file, make_head, make_tail): Likewise. (gen_lib_file): Likewise. (look_for_prog): New static function. (deduce_name): Rewrite to use look_for_prog. (mcore_elf_gen_out_file): Use dyn_string_t rather than outfile. * dllwrap.c: Don't include <stdio.h>, <errno.h>, <string.h>, <stdlib.h>, or <unistd.h>. Include <sys/stat.h> and either <stdarg.h> or <varargs.h>. (driver_name): Initialize to NULL, not "gcc". (dlltool_name): Initialize to NULL, not "dlltool". (display, inform, look_for_prog, deduce_name): New static functions. (usage): Mention -mno-cygwin. (OPTION_MNO_CYGWIN): Define. (main): Handle -mno-cygwin. Deduce driver_name and dlltool_name. * resrc.c (look_for_default): Make static. Remove unused local path. Check using EXECUTABLE_SUFFIX. (read_rc_file): Allocate enough space to hold EXECUTABLE_SUFFIX. * Makefile.am: Rebuild dependencies. (dllwrap_LDADD): Add $(INTLLIBS). * configure, Makefile.in, config.in: Rebuild.
* * subsegs.c (subseg_text_p): Rewrite non BFD_ASSEMBLER case to useIan Lance Taylor1999-06-222-4/+38
| | | | | a list of names, to try obj_segment_name, and to try abbreviated names when using COFF without long section names.
* * config/tc-alpha.c: More use of symbol accessor functions.Ian Lance Taylor1999-06-2211-36/+49
| | | | | | | | | | | | * config/tc-arc.c: Likewise. * config/tc-d30v.c: Likewise. * config/tc-fr30.c: Likewise. * config/tc-i860.c: Likewise. * config/tc-m88k.c: Likewise. * config/tc-mcore.c: Likewise. * config/tc-ns32k.c: Likewise. * config/tc-sparc.c: Likewise. * config/tc-v850.c: Likewise.
* * config/tc-arc.c (get_arc_exp_reloc_type): Change uses ofIan Lance Taylor1999-06-225-11/+18
| | | | | | | sy_value with appropriate accessor functions. * config/tc-arm.c (md_apply_fix3): Likewise. * config/tc-d10v.c (AT_WORD_P): Likewise. * config/tc-v850.c (reg_name_search): Likewise.
* reformat copyright paragraphIan Lance Taylor1999-06-221-3/+4
|
* add a couple of if/else/endif commentsIan Lance Taylor1999-06-221-2/+2
|
* * config/obj-ecoff.c (obj_ecoff_set_ext): Change uses of bsym toIan Lance Taylor1999-06-224-5/+14
| | | | | | use symbol_get_bfdsym instead. * config/tc-ppc.c (md_assemble): Likewise. * config/tc-v850.c (v850_comm): Likewise.
* 1999-06-22 Jonathan Larmour <jlarmour@cygnus.co.uk>Ian Lance Taylor1999-06-2210-23/+42
| | | | | | | | | | | | | * config/tc-arc.c (tc_gen_reloc): Use symbol_get_bfdsym to get at the symbol, rather than accessing the bsym member. * config/tc-d10v.c (tc_gen_reloc): Likewise. * config/tc-d30v.c (tc_gen_reloc): Likewise. * config/tc-mcore.c (tc_gen_reloc): Likewise. * config/tc-mn10200.c (tc_gen_reloc): Likewise. * config/tc-mn10300.c (tc_gen_reloc): Likewise. * config/tc-ns32k.c (tc_gen_reloc): Likewise. * config/tc-tic30.c (tc_gen_reloc): Likewise. * config/tc-v850.c (tc_gen_reloc): Likewise.
* * elflink.h (link_read_relocs): Explicitly cast external_relocs toMark Mitchell1999-06-222-1/+6
| | | | bfd_byte * before performing pointer arithmetic.
* * elf-hppa.h: New file. Common stuff for elf32 and elf64 PAJeff Law1999-06-224-433/+579
| | | | | | | | | | | | | support. * elf32-hppa.c: Include elf-hppa.h. (ARCH_SIZE): Define. (elf_hppa_reloc_type_lookup): Delete. Found in the common code now. (elf32_hppa_info_to_howto): Similarly. (elf_hppa_howto_table): Similarly. (elf_hppa_reloc_type_lookup): Similarly. (hppa_elf_gen_reloc_type): Similarly. * elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete.
* document behaviour of dot inside sections.Nick Clifton1999-06-222-0/+38
|
* Catch overflow in 22_PCREL reloc.Nick Clifton1999-06-222-0/+9
|
* hJeff Law1999-06-211-1/+1
| | | | | * readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of elf32_hppa_reloc_type.
* mJeff Law1999-06-211-0/+5
| | | | | * readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of elf32_hppa_reloc_type.
* dJeff Law1999-06-212-4/+11
| | | | | | | * tc-hppa.c (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type. (hppa_gen_reloc_type): Conditionalize on BFD64. (tc_gen_reloc): Re-enable ELF relocations. * tc-hppa.h (TARGET_FORMAT): Handle elf64-hppa format.
* Jeff Law1999-06-211-0/+7
| | | | | | | * tc-hppa.c (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type. (hppa_gen_reloc_type): Conditionalize on BFD64. (tc_gen_reloc): Re-enable ELF relocations. * tc-hppa.h (TARGET_FORMAT): Handle elf64-hppa format.
* 8Jeff Law1999-06-211-2/+2
| | | | * hppa.h (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
* bJeff Law1999-06-211-0/+4
| | | | * hppa.h (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
* * scripttempl/elf.sc (WRITABLE_RODATA): New variable forMark Mitchell1999-06-212-8/+10
| | | | | controlling whether or not .rodata is in the data segment or the text segment.
* * alpha-dis.c: Don't include <stdlib.h>.Ian Lance Taylor1999-06-216-25/+48
| | | | | | | | * arm-dis.c: Include "sysdep.h". * tic30-dis.c: Don't include <stdlib.h> or <string.h>. Include "sysdep.h". * Makefile.am: Rebuild dependencies. * Makefile.in: Rebuild.
* * coff-arm.c (arm_emit_base_file_entry): Explicitly declare returnIan Lance Taylor1999-06-212-1/+6
| | | | type.
* * config/tc-arm.c (ldst_extend): Add parentheses to avoidIan Lance Taylor1999-06-212-10/+23
| | | | | | | warning. (do_ldst): Move assignment out of if condition. (md_apply_fix3): Add casts to avoid printf format warnings. Add parentheses to avoid warning.
* Use symbol_get_bfdsym() macroNick Clifton1999-06-212-4/+3
|
* Include struc-symbol.h so that symbol structure definition is available.Nick Clifton1999-06-212-1/+7
|
* * mips.h (Elf32_Internal_Msym): New structure.Mark Mitchell1999-06-212-0/+42
| | | | | | | (Elf32_External_Msym): Likewise. (ELF32_MS_REL_INDEX): New macro. (ELF32_MS_FLAGS): Likewise. (ELF32_MS_INFO): Likewise.
* Add new command line switch --thumb-entry.Nick Clifton1999-06-215-3/+173
|
* Link object files with the .exp file, not the .lib fileNick Clifton1999-06-212-6/+8
|
* H.J. Lu <hjl@gnu.org>Richard Henderson1999-06-203-6/+18
| | | | * configure.in (all_libpath): Accumulate across all enabled targets.
* * section.c (_bfd_strip_section_from_output): Ignore sectionsRichard Henderson1999-06-202-2/+9
| | | | DISCARDed by the link script.
* * emultempl/armelf.em: Watch EMULATION_LIBPATH instead ofRichard Henderson1999-06-204-16/+39
| | | | | | DEFAULT_EMULATION. * emultempl/elf32.em: Likewise. * emultempl/sunos.em: Likewise.
* * elflink.h (elf_link_remove_section_and_adjust_dynindices):Ian Lance Taylor1999-06-192-2/+8
| | | | Remove unused local variable spp.
* * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't crash ifIan Lance Taylor1999-06-191-5/+10
| | | | the entry symbol is not set.
* * config/tc-ppc.c: Update for symbol handling changes.Ian Lance Taylor1999-06-193-190/+213
| | | | * config/obj-coff.c: Likewise.
* * deflex.l: Accept single-character symbol names.DJ Delorie1999-06-182-1/+5
|
* * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.Richard Henderson1999-06-187-249/+447
| | | | | | | * configure.in (all_emuls): Add targ_extra_libpath. (all_libpath, EMULATION_LIBPATH): Define. * configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath. * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
* * tc-hppa.c: General cleanups of ELF support. No more spacesJeff Law1999-06-182-128/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | and subspaces for ELF. (GDB_DEBUG_SPACE_NAME): Delete definition for ELF. (GDB_STRINGS_SUBSPACE_NAME): Likewise. (GDB_SYMBOLS_SUBSPACE_NAME): Likewise (UNWIND_SECTION_NAME): Likewise. (space/subspace related structures): Conditionalize definitions on OBJ_SOM. (space/subspace directives and support routines): Conditionalize definitions and references/uses on OBJ_SOM. (label_symbol_struct): For ELF, track the symbol's segment. For SOM track its space. (pa_define_label, pa_undefine_label, pa_get_label): Corresponding changes. (USE_ALIASES): Kill for both SOM & ELF. (pa_def_subspaces, pa_def_spaces): Corresponding changes. (pa_space, pa_subspace): Corresponding changes. (pa_spaces_begin): Corresponding chagnes. (md_begin): Do not muck around with space/subspace stuff for OBJ_ELF. (md_apply_fix): Temporarily disable argument relocation stuff for OBJ_ELF. (tc_gen_reloc): Temporarily disable relocation generation for OBJ_ELF (pa_build_unwind_subspace): Similarly.