36591ba149
Andrew Jenner <andrew@codesourcery.com> Based on patches from Altera Corporation. bfd/ * Makefile.am (ALL_MACHINES): Add cpu-nios2.lo. (ALL_MACHINES_CFILES): Add cpu-nios2.c. (BFD_BACKENDS): Add elf32-nios2.lo. (BFD32_BACKENDS_CFILES): Add elf32-nios2.c. * Makefile.in: Regenerated. * configure.in: Add entries for bfd_elf32_bignios2_vec and bfd_elf32_littlenios2_vec. * configure: Regenerated. * config.bfd: Add cases for nios2. * archures.c (enum bfd_architecture): Add bfd_arch_nios2. (bfd_mach_nios2): Define. (bfd_nios2_arch): Declare. (bfd_archures_list): Add bfd_nios2_arch. * targets.c (bfd_elf32_bignios2_vec): Declare. (bfd_elf32_littlenios2_vec): Declare. (_bfd_target_vector): Add entries for bfd_elf32_bignios2_vec and bfd_elf32_littlenios2_vec. * elf-bfd.h (enum elf_target_id): Add NIOS2_ELF_DATA. * reloc.c (enum bfd_reloc_code_real): Add Nios II relocations. * bfd-in2.h: Regenerated. * libbfd.h: Regenerated. * cpu-nios2.c: New file. * elf32-nios2.c: New file. opcodes/ * Makefile.am (TARGET_LIBOPCODES_CFILES): Add nios2-dis.c and nios2-opc.c. * Makefile.in: Regenerated. * configure.in: Add case for bfd_nios2_arch. * configure: Regenerated. * disassemble.c (ARCH_nios2): Define. (disassembler): Add case for bfd_arch_nios2. * nios2-dis.c: New file. * nios2-opc.c: New file. include/ * dis-asm.h (print_insn_big_nios2): Declare. (print_insn_little_nios2): Declare. include/elf * nios2.h: New file. include/opcode/ * nios2.h: New file. gas/ * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c. (TARGET_CPU_HFILES): Add config/tc-nios2.h. * Makefile.in: Regenerated. * configure.tgt: Add case for nios2*-linux*. * config/obj-elf.c: Conditionally include elf/nios2.h. * config/tc-nios2.c: New file. * config/tc-nios2.h: New file. * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi. * doc/Makefile.in: Regenerated. * doc/all.texi: Set NIOSII. * doc/as.texinfo (Overview): Add Nios II options. (Machine Dependencies): Include c-nios2.texi. * doc/c-nios2.texi: New file. * NEWS: Note Altera Nios II support. gas/testsuite/ * gas/nios2/add.d: New. * gas/nios2/add.s: New. * gas/nios2/align_fill.d: New. * gas/nios2/align_fill.s: New. * gas/nios2/align_text.d: New. * gas/nios2/align_text.s: New. * gas/nios2/and.d: New. * gas/nios2/and.s: New. * gas/nios2/branch.d: New. * gas/nios2/branch.s: New. * gas/nios2/break.d: New. * gas/nios2/break.s: New. * gas/nios2/bret.d: New. * gas/nios2/bret.s: New. * gas/nios2/cache.d: New. * gas/nios2/cache.s: New. * gas/nios2/call26.d: New. * gas/nios2/call26.s: New. * gas/nios2/call.d: New. * gas/nios2/call.s: New. * gas/nios2/cmp.d: New. * gas/nios2/cmp.s: New. * gas/nios2/comments.d: New. * gas/nios2/comments.s: New. * gas/nios2/complex.d: New. * gas/nios2/complex.s: New. * gas/nios2/ctl.d: New. * gas/nios2/ctl.s: New. * gas/nios2/custom.d: New. * gas/nios2/custom.s: New. * gas/nios2/etbt.d: New. * gas/nios2/etbt.s: New. * gas/nios2/flushda.d: New. * gas/nios2/flushda.s: New. * gas/nios2/illegal.l: New. * gas/nios2/illegal.s: New. * gas/nios2/jmp.d: New. * gas/nios2/jmp.s: New. * gas/nios2/ldb.d: New. * gas/nios2/ldb.s: New. * gas/nios2/ldh.d: New. * gas/nios2/ldh.s: New. * gas/nios2/ldw.d: New. * gas/nios2/ldw.s: New. * gas/nios2/lineseparator.d: New. * gas/nios2/lineseparator.s: New. * gas/nios2/mov.d: New. * gas/nios2/movia.d: New. * gas/nios2/movia.s: New. * gas/nios2/movi.d: New. * gas/nios2/movi.s: New. * gas/nios2/mov.s: New. * gas/nios2/mul.d: New. * gas/nios2/mul.s: New. * gas/nios2/nios2.exp: New. * gas/nios2/nor.d: New. * gas/nios2/nor.s: New. * gas/nios2/or.d: New. * gas/nios2/or.s: New. * gas/nios2/ret.d: New. * gas/nios2/ret.s: New. * gas/nios2/rol.d: New. * gas/nios2/rol.s: New. * gas/nios2/rotate.d: New. * gas/nios2/rotate.s: New. * gas/nios2/stb.d: New. * gas/nios2/stb.s: New. * gas/nios2/sth.d: New. * gas/nios2/sth.s: New. * gas/nios2/stw.d: New. * gas/nios2/stw.s: New. * gas/nios2/sub.d: New. * gas/nios2/sub.s: New. * gas/nios2/sync.d: New. * gas/nios2/sync.s: New. * gas/nios2/trap.d: New. * gas/nios2/trap.s: New. * gas/nios2/tret.d: New. * gas/nios2/tret.s: New. * gas/nios2/warn_noat.l: New. * gas/nios2/warn_noat.s: New. * gas/nios2/warn_nobreak.l: New. * gas/nios2/warn_nobreak.s: New. * gas/nios2/xor.d: New. * gas/nios2/xor.s: New. ld/ * Makefile.am (enios2elf.c): New rule. * Makefile.in: Regenerated. * configure.tgt: Add case for nios2*-*-*. * emulparams/nios2elf.sh: New file. * NEWS: Note Altera Nios II support. ld/testsuite/ * ld-nios2/emit-relocs-1a.s: New. * ld-nios2/emit-relocs-1b.s: New. * ld-nios2/emit-relocs-1.d: New. * ld-nios2/emit-relocs-1.ld: New. * ld-nios2/gprel.d: New. * ld-nios2/gprel.s: New. * ld-nios2/hilo16.d: New. * ld-nios2/hilo16.s: New. * ld-nios2/hilo16_symbol.s: New. * ld-nios2/imm5.d: New. * ld-nios2/imm5.s: New. * ld-nios2/imm5_symbol.s: New. * ld-nios2/nios2.exp: New. * ld-nios2/pcrel16.d: New. * ld-nios2/pcrel16_label.s: New. * ld-nios2/pcrel16.s: New. * ld-nios2/relax_callr.d: New. * ld-nios2/relax_callr.ld: New. * ld-nios2/relax_callr.s: New. * ld-nios2/relax_cjmp.d: New. * ld-nios2/relax_cjmp.s: New. * ld-nios2/relax_jmp.ld: New. * ld-nios2/relax_section.d: New. * ld-nios2/relax_section.s: New. * ld-nios2/relax_ujmp.d: New. * ld-nios2/relax_ujmp.s: New. * ld-nios2/reloc.d: New. * ld-nios2/reloc.s: New. * ld-nios2/reloc_symbol.s: New. * ld-nios2/s16.d: New. * ld-nios2/s16.s: New. * ld-nios2/s16_symbol.s: New. * ld-nios2/u16.d: New. * ld-nios2/u16.s: New. * ld-nios2/u16_symbol.s: New. * ld-elf/indirect.exp: Skip on targets that don't support -shared -fPIC. * ld-elfcomm/elfcomm.exp: Build with -G0 for nios2. * ld-plugin/lto.exp: Skip shared library tests on targets that don't support them. Skip execution tests on non-native targets. binutils/ * readelf.c: Include elf/nios2.h. (dump_relocations): Add case for EM_ALTERA_NIOS2. (get_nios2_dynamic_type): New. (get_dynamic_type): Add case for EM_ALTERA_NIOS2. (is_32bit_abs_reloc): Fix EM_ALTERA_NIOS2 case. (is_16bit_abs_reloc): Likewise. (is_none_reloc): Add EM_ALTERA_NIOS2 and EM_NIOS32 cases. * NEWS: Note Altera Nios II support. * MAINTAINERS: Add Nios II maintainers.
278 lines
8.3 KiB
Plaintext
278 lines
8.3 KiB
Plaintext
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
|
||
Andrew Jenner <andrew@codesourcery.com>
|
||
|
||
Based on patches from Altera Corporation.
|
||
|
||
* Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
|
||
(TARGET_CPU_HFILES): Add config/tc-nios2.h.
|
||
* Makefile.in: Regenerated.
|
||
* configure.tgt: Add case for nios2*-linux*.
|
||
* config/obj-elf.c: Conditionally include elf/nios2.h.
|
||
* config/tc-nios2.c: New file.
|
||
* config/tc-nios2.h: New file.
|
||
* doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
|
||
* doc/Makefile.in: Regenerated.
|
||
* doc/all.texi: Set NIOSII.
|
||
* doc/as.texinfo (Overview): Add Nios II options.
|
||
(Machine Dependencies): Include c-nios2.texi.
|
||
* doc/c-nios2.texi: New file.
|
||
* NEWS: Note Altera Nios II support.
|
||
|
||
2013-02-06 Alan Modra <amodra@gmail.com>
|
||
|
||
PR gas/14255
|
||
* config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
|
||
Don't skip fixups with fx_subsy non-NULL.
|
||
* config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
|
||
with fx_subsy non-NULL.
|
||
|
||
2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* doc/c-metag.texi: Add "@c man" markers.
|
||
|
||
2013-02-04 Alan Modra <amodra@gmail.com>
|
||
|
||
* write.c (fixup_segment): Return void. Delete seg_reloc_count
|
||
related code.
|
||
(TC_ADJUST_RELOC_COUNT): Delete.
|
||
* config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
|
||
|
||
2013-02-04 Alan Modra <amodra@gmail.com>
|
||
|
||
* po/POTFILES.in: Regenerate.
|
||
|
||
2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
|
||
|
||
* config/tc-metag.c: Make SWAP instruction less permissive with
|
||
its operands.
|
||
|
||
2013-01-29 DJ Delorie <dj@redhat.com>
|
||
|
||
* config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
|
||
relocs in .word/.etc statements.
|
||
|
||
2013-01-29 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
|
||
immediate value for 8-bit offset" error so it shows line info.
|
||
|
||
2013-01-24 Joseph Myers <joseph@codesourcery.com>
|
||
|
||
* config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
|
||
for 64-bit output.
|
||
|
||
2013-01-24 Nick Clifton <nickc@redhat.com>
|
||
|
||
* config/tc-v850.c: Add support for e3v5 architecture.
|
||
* doc/c-v850.texi: Mention new support.
|
||
|
||
2013-01-23 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/15039
|
||
* config/tc-avr.c: Include dwarf2dbg.h.
|
||
|
||
2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* config/tc-i386.c (reloc): Support size relocation only for ELF.
|
||
(tc_i386_fix_adjustable): Likewise.
|
||
(lex_got): Likewise.
|
||
(tc_gen_reloc): Likewise.
|
||
|
||
2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* config/tc-aarch64.c (output_operand_error_record): Change to output
|
||
the out-of-range error message as value-expected message if there is
|
||
only one single value in the expected range.
|
||
(programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
|
||
LSL #0 as a programmer-friendly feature.
|
||
|
||
2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
|
||
(tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
|
||
BFD_RELOC_64_SIZE relocations.
|
||
(lex_got): Support "symbol@SIZE" and don't create GOT symbol
|
||
for it.
|
||
(tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
|
||
relocations against local symbols.
|
||
|
||
2013-01-16 Alan Modra <amodra@gmail.com>
|
||
|
||
* config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
|
||
finding some sort of toc syntax error, and break to avoid
|
||
compiler uninit warning.
|
||
|
||
2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/15019
|
||
* config/tc-i386.c (lex_got): Increment length by 1 if the
|
||
relocation token is removed.
|
||
|
||
2013-01-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
* config/tc-v850.c (md_assemble): Allow signed values for
|
||
V850E_IMMEDIATE.
|
||
|
||
2013-01-11 Sean Keys <skeys@ipdatasys.com>
|
||
|
||
* config/tc-xgate.c (md_begin): Fix mistake made when going from
|
||
git to cvs.
|
||
|
||
2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
|
||
* doc/c-ppc.texi (PowerPC-Opts): Likewise.
|
||
* config/tc-ppc.c (md_show_usage): Likewise.
|
||
(ppc_handle_align): Handle power8's group ending nop.
|
||
|
||
2013-01-10 Sean Keys <skeys@ipdatasys.com>
|
||
|
||
* config/tc-xgate.c (md_begin): Fix the printing of opcodes so
|
||
that the assember exits after the opcodes have been printed.
|
||
|
||
2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* app.c: Remove trailing white spaces.
|
||
* as.c: Likewise.
|
||
* as.h: Likewise.
|
||
* cond.c: Likewise.
|
||
* dw2gencfi.c: Likewise.
|
||
* dwarf2dbg.h: Likewise.
|
||
* ecoff.c: Likewise.
|
||
* input-file.c: Likewise.
|
||
* itbl-lex.h: Likewise.
|
||
* output-file.c: Likewise.
|
||
* read.c: Likewise.
|
||
* sb.c: Likewise.
|
||
* subsegs.c: Likewise.
|
||
* symbols.c: Likewise.
|
||
* write.c: Likewise.
|
||
* config/tc-i386.c: Likewise.
|
||
* doc/Makefile.am: Likewise.
|
||
* doc/Makefile.in: Likewise.
|
||
* doc/c-aarch64.texi: Likewise.
|
||
* doc/c-alpha.texi: Likewise.
|
||
* doc/c-arc.texi: Likewise.
|
||
* doc/c-arm.texi: Likewise.
|
||
* doc/c-avr.texi: Likewise.
|
||
* doc/c-bfin.texi: Likewise.
|
||
* doc/c-cr16.texi: Likewise.
|
||
* doc/c-d10v.texi: Likewise.
|
||
* doc/c-d30v.texi: Likewise.
|
||
* doc/c-h8300.texi: Likewise.
|
||
* doc/c-hppa.texi: Likewise.
|
||
* doc/c-i370.texi: Likewise.
|
||
* doc/c-i386.texi: Likewise.
|
||
* doc/c-i860.texi: Likewise.
|
||
* doc/c-m32c.texi: Likewise.
|
||
* doc/c-m32r.texi: Likewise.
|
||
* doc/c-m68hc11.texi: Likewise.
|
||
* doc/c-m68k.texi: Likewise.
|
||
* doc/c-microblaze.texi: Likewise.
|
||
* doc/c-mips.texi: Likewise.
|
||
* doc/c-msp430.texi: Likewise.
|
||
* doc/c-mt.texi: Likewise.
|
||
* doc/c-s390.texi: Likewise.
|
||
* doc/c-score.texi: Likewise.
|
||
* doc/c-sh.texi: Likewise.
|
||
* doc/c-sh64.texi: Likewise.
|
||
* doc/c-tic54x.texi: Likewise.
|
||
* doc/c-tic6x.texi: Likewise.
|
||
* doc/c-v850.texi: Likewise.
|
||
* doc/c-xc16x.texi: Likewise.
|
||
* doc/c-xgate.texi: Likewise.
|
||
* doc/c-xtensa.texi: Likewise.
|
||
* doc/c-z80.texi: Likewise.
|
||
* doc/internals.texi: Likewise.
|
||
|
||
2013-01-10 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* hash.c (hash_new_sized): Make it global.
|
||
* hash.h: Declare it.
|
||
* macro.c (define_macro): Use hash_new_sized instead of hash_new,
|
||
pass a small size.
|
||
|
||
2013-01-10 Will Newton <will.newton@imgtec.com>
|
||
|
||
* Makefile.am: Add Meta.
|
||
* Makefile.in: Regenerate.
|
||
* config/tc-metag.c: New file.
|
||
* config/tc-metag.h: New file.
|
||
* configure.tgt: Add Meta.
|
||
* doc/Makefile.am: Add Meta.
|
||
* doc/Makefile.in: Regenerate.
|
||
* doc/all.texi: Add Meta.
|
||
* doc/as.texiinfo: Document Meta options.
|
||
* doc/c-metag.texi: New file.
|
||
|
||
2013-01-09 Steve Ellcey <sellcey@mips.com>
|
||
|
||
* config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
|
||
calls.
|
||
* config/tc-mips.c (internalError): Remove, replace with abort.
|
||
|
||
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* config/tc-aarch64.c (parse_operands): Change to compare the result
|
||
of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
|
||
|
||
2013-01-07 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14887
|
||
* config/tc-arm.c (skip_past_char): Skip whitespace before the
|
||
anticipated character.
|
||
* config/tc-arm.c (parse_address_main): Delete skip of whitespace
|
||
here as it is no longer needed.
|
||
|
||
2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
|
||
* doc/c-score.texi (SCORE-Opts): Likewise.
|
||
* doc/c-tic54x.texi (TIC54X-Directives): Likewise.
|
||
|
||
2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
|
||
|
||
* config/tc-mips.c: Add support for MIPS r5900.
|
||
Add M_LQ_AB and M_SQ_AB to support large values for instructions
|
||
lq and sq.
|
||
(can_swap_branch_p, get_append_method): Detect some conditional
|
||
short loops to fix a bug on the r5900 by NOP in the branch delay
|
||
slot.
|
||
(M_MUL): Support 3 operands in multu on r5900.
|
||
(M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
|
||
(s_mipsset): Force 32 bit floating point on r5900.
|
||
(mips_ip): Check parameter range of instructions mfps and mtps on
|
||
r5900.
|
||
* configure.in: Detect CPU type when target string contains r5900
|
||
(e.g. mips64r5900el-linux-gnu).
|
||
|
||
2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* as.c (parse_args): Update copyright year to 2013.
|
||
|
||
2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
|
||
and "cortex57".
|
||
|
||
2013-01-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14987
|
||
* config/tc-arm.c (parse_address_main): Skip whitespace before a
|
||
closing bracket.
|
||
|
||
For older changes see ChangeLog-2012
|
||
|
||
Copyright (C) 2013 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|