aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-09-08Only support interworking and pic for ELF or COFF targetsNick Clifton2-0/+10
1999-09-08 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14FJeff Law2-0/+6
relocs. (elf_hppa_relocate_insn): Similarly.
1999-09-08 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14WR andJeff Law2-4/+65
DLTREL14WD relocs. (elf_hppa_relocate_insn): Similarly.
1999-09-08 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14R andJeff Law2-9/+90
DLTREL21L relocs. Pass the output bfd to elf_hppa_relocate_insn. Pass the relocate type rather than the insn format to elf_hppa_relocate_insn. (elf_hppa_relocate_insn): Make switch dependent on relocation type rather than the opcode. Handle DLTREL21L and DLTREL14R relocs.
1999-09-07 * hppa-dis.c (print_insn_hppa): Escape '%' in output strings.Jeff Law2-2/+4
1999-09-07 * hppa-dis.c (print_insn_hppa): Handle 'Z' argument.Jeff Law2-4/+14
1999-09-07 * config/tc-hppa.c (pa_ip): Support 'Z' argument.Jeff Law2-0/+13
1999-09-07 * hppa.h (pa_opcodes): Add "addil" variant which has the %r1 asJeff Law2-1/+8
an explicit output argument.
1999-09-07 * config/tc-hppa.c (pa_ip): Put strict register checks beforeJeff Law2-19/+24
call to pa_parse_number.
1999-09-07Add patterns with correct names for mulu and muls instructions (mulu.w and ↵Nick Clifton2-0/+7
muls.w)
1999-09-07 * coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field.Ian Lance Taylor5-14/+30
(bfd_coff_filnmlen): Define. (bfd_coff_std_swap_table): Initialize new field. * coffgen.c (coff_fix_symbol_name): Use bfd_coff_filnmlen rather than FILNMLEN. (coff_write_symbols): Likewise. (coff_get_normalized_symtab): Likewise. * coff-sh.c (bfd_coff_small_swap_table): Initialize new field. * libcoff.h: Rebuild.
1999-09-07reformat for 80 column screenIan Lance Taylor1-88/+92
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-34/+128
* coffcode.h (sort_by_secaddr): New static function if COFF_IMAGE_WITH_PE. (coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort sections by VMA when assigning target_index values. Always set virt_size.
1999-09-07remove unneeded ifdefsIan Lance Taylor2-4/+2
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor4-25/+32
* libcoff-in.h (struct pei_section_tdata): Add pe_flags field. * coffcode.h (coff_set_alignment_hook): Set pe_flags field if COFF_WITH_PE. * libcoff.h: Rebuild.
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor3-8/+15
* internal.h (DTYPE): Define. * pe.h (struct external_PEI_filehdr): Rename from external_PE_filehdr. Define even if COFF_IMAGE_WITH_PE is not defined.
1999-09-07 * config/obj-coff.c: Add ATTRIBUTE_UNUSED as needed forIan Lance Taylor2-13/+18
BFD_ASSEMBLER code.
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+12
* coffcode.h (coff_set_custom_section_alignment): Add const to declaration to match definition. (coff_write_object_contents): Don't set F_AR32W(R)? if COFF_WITH_PE.
1999-09-07 * coff-i386.c (in_reloc_p): Add declaration.Ian Lance Taylor1-11/+12
(i386coff_vec): Simplify initialization of application_section_flags.
1999-09-07add commentIan Lance Taylor1-0/+5
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+6
* as.c (perform_an_assembly_pass): Set SEC_DATA for data_section.
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor4-55/+270
* coffcode.h (sec_to_styp_flags): Write separate COFF_WITH_PE version. Move COFF_WITH_PE specific code to new version. (stype_to_sec_flags): Likewise. Add section parameter. * coffgen.c (make_a_section_from_file): Set target_index before calling styp_to_sec_flags. Pass section to styp_to_sec_flags. * libcoff.h: Rebuild.
1999-09-061999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-3/+9
* nm.c (print_symbol_info_bsd): Check for 'w' as well as 'U'. (print_symbol_info_sysv): Likewise. (print_symbol_info_posix): Likewise.
1999-09-061999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+17
* syms.c (stt): Add some PE/PEI section names. (bfd_decode_symclass): Return 'w', not 'U', for a weak undefined symbol. (bfd_symbol_info): Check for 'w'.
1999-09-061999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor3-3/+80
* section.c (struct bfd_comdat_info): Define. (asection): Add comdat field. (STD_SECTION): Initialize comdat field. (bfd_make_section_anyway): Likewise. * bfd-in2.h: Rebuild.
1999-09-06 * elflink.h (elf_link_add_object_symbols): Copy NON_GOT_REF flagAndreas Schwab2-2/+9
to version symbols.
1999-09-06 * hppa.h: Add strict variants of PA1.0/PA1.1 loads and stores.Jeff Law2-0/+66
Add a few PA2.0 loads and store variants.
1999-09-06 * config/tc-hppa.c (pa_ip): Get strict/non-strict mode from theJeff Law2-24/+168
candidate instruction. Require registers for register arguments when in strict mode. Require assemble-time constants for constants when in strict mode. (pa_get_absolute_expression): Require a constant when in strict mode.
1999-09-06Fix value for -Wnuh command line optionNick Clifton2-3/+7
1999-09-06Applied patch from Scott Bambrough <scottb@netwinder.org>:Nick Clifton2-0/+10
Added HOSTING_CRT0, HOSTING_LIBS for target "arm*-*-linux-gnu*"
1999-09-06use bfd memory allcation routinesNick Clifton2-14/+20
1999-09-04fix dateIan Lance Taylor1-1/+1
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-1/+21
* readelf.c: Include "elf/pj.h". (dump_relocations): Handle EM_PJ. (get_machine_name): Likewise. (get_machine_flags): Likewise.
1999-09-041999-09-02 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-1/+5
* binutils-all/objdump.exp: Add pj to cpus_expected.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor7-0/+93
* configure.tgt (pjl-*-*, pj-*-*): New targets. * emulparams/pjelf.sh: New file. * emulparams/pjlelf.sh: New file. * scripttempl/pj.sc: New file. * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o. (epjelf.o, epjlelf.o): New targets. * Makefile.in: Rebuild.
1999-09-04remove extraneous periodIan Lance Taylor1-1/+1
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor13-509/+1213
* config/tc-pj.c: New file, supports picoJava in ELF. * config/tc-pj.h: Ditto. * configure.in (pjl*, pj*): New targets. * Makefile.am: Rebuild dependencies. (CPU_TYPES): Add pj. (TARGET_CPU_CFILES): Add config/tc-pj.c. (TARGET_CPU_HFILES): Add config/tc-pj.h. * doc/c-pj.texi: New file. * doc/as.texinfo: Add some PJ specifics. * doc/all.texi: Add PJ to the list of all architectures, sort them all alphabetically. * doc/Makefile.in (CPU_DOCS): Add c-pj.texi. * configure, Makefile.in, doc/Makefile.in: Rebuild.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor4-0/+815
* gas/pj/{pj.exp, ops.c, ops.d}: New tests for picoJava.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-0/+5
* dis-asm.h (print_insn_pj): Declare.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-0/+50
* pj.h: New file.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor3-0/+52
* pj.h: New file. * common.h (EM_PJ): Define.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor8-170/+919
* pj-opc.c: New file. * pj-dis.c: New file. * disassemble.c (disassembler): Handle bfd_arch_pj. * configure.in: Handle bfd_pj_arch. * Makefile.am: Rebuild dependencies. (CFILES): Add pj-dis.c and pj-opc.c. (ALL_MACHINES): Add pj-dis.lo and pj-opc.lo. * configure, Makefile.in: Rebuild.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor14-12/+536
* cpu-pj.c: New file. * elf32-pj.c: New file. * config.bfd (pj*): New cpu. (pj-*-*, pjl-*-*): New targets. * configure.in (bfd_elf32_pj_vec): New target vector. (bfd_elf32_pjl_vec): New target vector. * archures.c (bfd_arch_pj): Define. * elf.c (prep_headers): Handle bfd_arch_pj. * reloc.c: Define BFD_RELOC_PJ_* relocations. * targets.c (bfd_elf32_pj_vec, bfd_elf32_pjl_vec): Declare and add to target vector list. * Makefile.am: Rebuild dependencies. (ALL_MACHINES): Add cpu-pj.lo. (ALL_MACHINES_CFILES): Add cpu-pj.c. (BFD32_BACKENDS): Add elf32-pj.lo. (BFD32_BACKENDS_CFILES): Add elf32-pj.c. * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-1/+5
* config.sub: Add support for configuring for pj.
1999-09-04 * elf-bfd.h (ELF_LINK_NON_GOT_REF): Define.Ian Lance Taylor5-4/+42
* elflink.h (elf_adjust_dynamic_symbol): Copy REF_REGULAR_NONWEAK and NON_GOT_REF from weak defined symbol to real symbol. * elf32-i386.c (elf_i386_check_relocs): Set NON_GOT_REF. (elf_i386_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't create a COPY reloc. * elf32-sparc.c (elf32_sparc_check_relocs): Set NON_GOT_REF. (elf32_sparc_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't create a COPY reloc.
1999-09-041999-09-04 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-2/+6
* i386-dis.c (print_insn_i386): Set bytes_per_line to 7.
1999-09-04 * emulparams/elf64hppa.sh (MAXPAGESIZE): Define.Jeff Law2-0/+17
(OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
1999-09-03rebuildIan Lance Taylor1-12/+12
1999-09-03 * elflink.h (elf_bfd_final_link): When counting relocations, don'tIan Lance Taylor2-2/+16
count those in sections we are not including in the link.
1999-09-03 * hppa.h: Add HPUX specific symbol type definitions.Jeff Law2-0/+6