Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-18 | 2001-10-18 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -1/+7 | |
* mips.h (OPCODE_IS_MEMBER): Add a no-op term to the end of the expression, to make source code merging easier. | |||||
2001-10-18 | 2001-10-17 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -1/+6 | |
* mips.h: Sort coprocessor instruction argument characters in comment, add a few more words of description for "H". | |||||
2001-10-18 | [gas/testsuite/ChangeLog] | Chris Demetriou | 2 | -1/+10 | |
2001-10-17 Chris Demetriou <cgd@broadcom.com> * gas/mips/mips.exp (sb1-ext-ps): New test to test SB-1 core's paired-single extensions to the MIPS64 ISA. * gas/mips/sb1-ext-ps.d: New file. * gas/mips/sb1-ext-ps.s: New file. [include/opcode/ChangeLog] 2001-10-17 Chris Demetriou <cgd@broadcom.com> * mips.h (INSN_SB1): New cpu-specific instruction bit. (OPCODE_IS_MEMBER): Allow instructions matching INSN_SB1 if cpu is CPU_SB1. [opcodes/ChangeLog] 2001-10-17 Chris Demetriou <cgd@broadcom.com> * mips-dis.c (mips_isa_type): Make the ISA used to disassemble SB-1 binaries include instructions specific to the SB-1. * mips-opc.c (SB1): New definition. (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps", "recip.ps", "rsqrt.ps", and "sqrt.ps". | |||||
2001-10-17 | [gas/ChangeLog] | Matthew Green | 2 | -1/+5 | |
* config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400, -m7410, -m7450 and -m7455 options. [gas/testsuite/ChangeLog] * gas/ppc/altivec.s: New test for AltiVec. * gas/ppc/altivec.d: New file. * gas/ppc/ppc.exp: Test altivec.s [include/opcode/ChangeLog] * ppc.h (PPC_OPCODE_BOOKE64): Fix typo. [opcodes/ChangeLog] * ppc-opc.c (STRM): New AltiVec operand. (XDSS): New AltiVec instruction form. (mtvscr): Correct operand list. (dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions. | |||||
2001-10-17 | 2001-10-16 Jeff Holcomb <jeffh@redhat.com> | Jeff Holcomb | 2 | -1/+5 | |
* internal.h (elf_internal_shdr): Make contents a unsigned char *. | |||||
2001-10-16 | * filenames.h: Add cygwin to the list of dosish style path systems. | Christopher Faylor | 2 | -2/+6 | |
2001-10-13 | oops, fix an error in the previous entry. | Matthew Green | 1 | -2/+3 | |
2001-10-13 | [gas/ChangeLog] | Matthew Green | 2 | -1/+15 | |
* config/tc-ppc.c (md_parse_option): New -m7410, -m7450 and -m7455 flags, equivalent to -m7400. New -maltivec to enable AltiVec instructions. New -mbook64 and -mbooke/-mbooke32 flags to enable 64-bit and 32-bit BookE support, respectively. Change -m403 and -m405 to set PPC403 option. (md_show_usage): Adjust for new options. * doc/all.texi: Set PPC. * doc/as.texinfo: Add PPC support and pull in c-ppc.texi. * doc/c-ppc.texi: New file. * doc/Makefile.am (CPU_DOCS): Add c-ppc.texi. * doc/Makefile.in: Regenerate. [gas/testsuite/ChangeLog] * gas/ppc/booke.s: New test for Motorola BookE. * gas/ppc/booke.d: New file. * gas/ppc/ppc.exp: Test booke.s. [include/opcode/ChangeLog] * ppc.h (PPC_OPCODE_BOOKE, PPC_OPCODE_403): New opcode flags for BookE and PowerPC403 instructions. [opcodes/ChangeLog] * ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New instruction field instruction/extraction functions for new BookE DE form instructions. (CT): New macro for CT field in an X form instruction. (DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form instructions. (PPC64): Don't include PPC_OPCODE_PPC. (403): New opcode macro for PPC403 processors. (BOOKE): New opcode macro for BookE processors. (bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions. (bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise. (dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise. (stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise. (mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise. (subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise. (subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise. (addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise. (lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise. (stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise. (tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise. (lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise. (stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise. (lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise. * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look for a disassembler option of `booke', `booke32' or `booke64' to enable BookE support in the disassembler. | |||||
2001-10-07 | merge from gcc | DJ Delorie | 3 | -6/+11 | |
2001-10-03 | Add support for -z nocopyreloc. | Alan Modra | 2 | -0/+8 | |
2001-10-02 | * common.h (NLM_CAT, NLM_CAT3): Don't define. | Alan Modra | 2 | -26/+31 | |
(NLM_CAT4): Update conditions under which this is defined. Document why CONCAT4 can't be used. | |||||
2001-09-27 | Remove spurious comment | Nick Clifton | 2 | -2/+5 | |
2001-09-24 | merge from gcc | DJ Delorie | 2 | -0/+13 | |
2001-09-21 | Fix compile time warnings | Nick Clifton | 2 | -1/+5 | |
2001-09-21 | fix compile time warning messages | Nick Clifton | 2 | -1/+5 | |
2001-09-18 | merge from gcc | DJ Delorie | 2 | -9/+20 | |
2001-09-18 | * internal.h (elf_internal_rela): Make r_addend a bfd_vma. | Alan Modra | 2 | -2/+6 | |
2001-09-18 | * external.h (GET_LINENO_LNNO): Use H_GET_32/16. | Alan Modra | 5 | -88/+119 | |
(PUT_LINENO_LNNO): Use H_PUT_32/16. * m88k.h (GET_LNSZ_SIZE, GET_LNSZ_LNNO, GET_SCN_NRELOC, GET_SCN_NLINNO): Use H_GET_32. (PUT_LNSZ_LNNO, PUT_LNSZ_SIZE, PUT_SCN_NRELOC, PUT_SCN_NLINNO): Use H_PUT_32. * ti.h: Formatting fixes. Make use of H_GET_* and H_PUT_* throughout. * xcoff.h: White space changes. | |||||
2001-09-18 | * aout64.h: Formatting fixes. | Alan Modra | 3 | -42/+55 | |
(N_TXTADDR): Evaluate to a bfd_vma. (N_DATADDR): Avoid negative unsigned warning. * hp300hpux.h: Formatting fixes. (N_DATADDR): As above. | |||||
2001-09-18 | * objalloc.h (OBJALLOC_ALIGN): Define using offsetof. | Alan Modra | 2 | -6/+9 | |
2001-09-17 | merge from gcc | DJ Delorie | 2 | -0/+53 | |
2001-09-13 | * common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry. | Alexandre Oliva | 2 | -1/+5 | |
2001-09-12 | * common.h (EM_AVR_OLD): Renamed from... | Alexandre Oliva | 2 | -5/+25 | |
(EM_AVR): this, redefined as in the current ELF standard. (EM_PJ_OLD): Renamed from... (EM_PJ): this, redefined as in the current ELF standard. (EM_R30, EM_D10V, EM_D30V, EM_V850, EM_M32R, EM_MN10300, EM_MN10200, EM_OPENRISC, EM_ARC_A5, EM_XTENSA): Defined as in the current ELF standard. (EM_CYGNUS_ARC): Removed, unused for a long time. | |||||
2001-09-06 | Fix import symbols for AIX. | Tom Rix | 2 | -1/+13 | |
2001-09-05 | * alpha.h (R_ALPHA_OP*, R_ALPHA_IMMED*, R_ALPHA_GPVALUE): Remove. | Richard Henderson | 2 | -17/+14 | |
(R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16. | |||||
2001-09-05 | * alpha.h (struct alpha_operand): Pack elements into bitfields. | Richard Henderson | 2 | -4/+8 | |
2001-08-31 | mips3264 support | Eric Christopher | 4 | -5/+10 | |
2001-08-29 | merge from gcc | DJ Delorie | 2 | -5/+11 | |
2001-08-29 | * h8.h (EF_H8_MACH): New mask for encoded machine type. | Jeff Law | 2 | -1/+17 | |
(E_H8_MACH_H8300, E_H8_MACH_H8300H, E_H8_MACH_H8300S): New machine types. | |||||
2001-08-28 | * h8.h: New file. | Joern Rennecke | 2 | -0/+90 | |
2001-08-27 | merge from gcc | DJ Delorie | 2 | -4/+8 | |
2001-08-27 | * ppc.h (PPC_OPERAND_DS): Define. | Alan Modra | 2 | -1/+7 | |
2001-08-27 | * ppc.h: Add relocs from the 64-bit PowerPC ELF ABI revision 1.2. | Alan Modra | 2 | -1/+77 | |
2001-08-27 | * xcoff.h (struct __rtinit): Make proper prototype for rtl. | Andreas Jaeger | 2 | -2/+7 | |
2001-08-26 | For include/opcode: | Andreas Jaeger | 4 | -40/+54 | |
* d30v.h: Fix declaration of reg_name_cnt. * d10v.h: Fix declaration of d10v_reg_name_cnt. * arc.h: Add prototypes from opcodes/arc-opc.c. For opcodes: * tic54x-dis.c: Add unused attributes where needed. * z8k-dis.c (output_instr): Add unused attribute. * h8300-dis.c: Add missing prototypes. (bfd_h8_disassemble): Make static. * cris-dis.c: Add missing prototype. * h8500-dis.c: Likewise. * m68hc11-dis.c: Likewise. * pj-dis.c: Likewise. * tic54x-dis.c: Likewise. * v850-dis.c: Likewise. * vax-dis.c: Likewise. * w65-dis.c: Likewise. * z8k-dis.c: Likewise. * d10v-dis.c: Add missing prototype. (dis_long): Remove unused variable. (dis_2_short): Likewise. * sh-dis.c: Add missing prototypes. * v850-opc.c: Likewise. Add unused attributes where needed. * ns32k-dis.c: Add missing prototypes. (bit_extract_simple): Remove unused variable. | |||||
2001-08-25 | fix compile time warning message | Nick Clifton | 2 | -1/+6 | |
2001-08-24 | Apply H.J.'s patch to revert change to elfxx-target.h | Nick Clifton | 2 | -0/+19 | |
Apply my patch to allow SREC as output format. | |||||
2001-08-24 | * internal.h (R_JMP2, R_JMPL2, R_MOVL2): Comment spelling fix. | Joern Rennecke | 2 | -3/+7 | |
2001-08-23 | * elf-bfd.h (enum elf_reloc_type_class): New. | Jakub Jelinek | 2 | -1/+13 | |
(struct elf_backend_data): Add elf_backend_reloc_type_class. (_bfd_elf_reloc_type_class): New. * elfxx-target.h (elf_backend_reloc_type_class): Define. (elfNN_bed): Add elf_backend_reloc_type_class. * elf.c (_bfd_elf_reloc_type_class): New. * elf32-i386.c (elf_i386_check_relocs): Set DF_TEXTREL if the reloc is against read-only section. (elf_i386_size_dynamic_sections): Use DF_TEXTREL flag instead of looking up section names for DT_TEXTREL. (elf_i386_reloc_type_class): New. (elf_backend_reloc_type_class): Define. * elf32-sparc.c (elf32_sparc_check_relocs): Set DF_TEXTREL if the reloc is against read-only section. (elf32_sparc_size_dynamic_sections): Use DF_TEXTREL flag instead of looking up section names for DT_TEXTREL. (elf32_sparc_reloc_type_class): New. (elf_backend_reloc_type_class): Define. * elf64-sparc.c (sparc64_elf_check_relocs): Set DF_TEXTREL if the reloc is against read-only section. (sparc64_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of looking up section names for DT_TEXTREL. (sparc64_elf_reloc_type_class): New. (elf_backend_reloc_type_class): Define. * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add reltext field. (elfNN_ia64_hash_table_create): Clear ia64_info. (get_reloc_section): Set DF_TEXTREL if the reloc is against read-only section. (elfNN_ia64_size_dynamic_sections): Use ia64_info->reltext flag instead of looking up section names for DT_TEXTREL. (elfNN_ia64_reloc_type_class): New. (elf_backend_reloc_type_class): Define. * elflink.h (size_dynamic_sections): Add spare DT_NULL tags. (struct elf_link_sort_rela): New. (elf_link_sort_cmp1, elf_link_sort_cmp2, elf_link_sort_relocs): New. (elf_bfd_final_link): Call elf_link_sort_relocs. Convert one spare DT_NULL into DT_RELCOUNT resp. DT_RELACOUNT if necessary. * bfdlink.h (struct bfd_link_info): Add combreloc and spare_dynamic_tags fields. * emultempl/elf32.em (place_orphan): Place orphan .rel* sections into .rel.dyn resp. .rela.dyn if combreloc. (get_script): If .x linker script is equal to .xn, only put it once into the binary. Add .xc and .xsc scripts. (parse_args): Handle -z combreloc and -z nocombreloc. * scripttempl/elf.sc (.rela.sbss): Fix a typo. For .xc and .xsc scripts put all .rel* or .rela* input sections but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn. * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME is elf. Strip trailing whitespace from script. Generate .xc and .xsc scripts if requested. * ldmain.c (main): Initialize link_info.combreloc and link_info.spare_dynamic_tags. * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define. (ld_options): Add --spare-dynamic-tags option. (parse_args): Likewise. * ld.texinfo: Document -z combreloc and -z nocombreloc. * ldint.texinfo: Document .xc and .xsc linker scripts. * NEWS: Add notes about -z combreloc and SHF_MERGE. | |||||
2001-08-23 | merge from gcc | DJ Delorie | 6 | -20/+25 | |
2001-08-22 | merge from gcc | DJ Delorie | 2 | -13/+19 | |
2001-08-21 | merge from gcc | DJ Delorie | 2 | -0/+84 | |
2001-08-21 | * floatformat.h (floatformat_arm_ext): Document as deprecated. | Andrew Cagney | 2 | -1/+17 | |
(floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) (floatformat_ia64_spill_little, floatformat_ia64_quad_little) (floatformat_ia64_spill_big, floatformat_ia64_quad_big) (floatformat_m88110_harris_ext): Declare. | |||||
2001-08-18 | merge from gcc | DJ Delorie | 2 | -137/+186 | |
2001-08-17 | merge from gcc | DJ Delorie | 2 | -0/+7 | |
2001-08-16 | Add support for MIPS R1[02]000 performance counter opcodes. | Thiemo Seufer | 2 | -1/+10 | |
2001-08-10 | (lbasename): Change function declaration to return a const char pointer. | Andrew Cagney | 2 | -1/+6 | |
2001-08-10 | * opcode/mips.h (INSN_GP32): Remove. | Richard Sandiford | 2 | -11/+11 | |
(OPCODE_IS_MEMBER): Remove gp32 parameter. (M_MOVE): New macro identifier. | |||||
2001-08-10 | Revert 2001-08-08 changes. | Alan Modra | 2 | -1/+4 | |
2001-08-08 | * ppc.h (struct powerpc_operand): New field `reloc'. | Alan Modra | 2 | -0/+6 | |
* ppc-opc.c: Include "bfd.h". (powerpc_operands): Add new field for reloc type. |